Class NonCDIValidatorFactoryTest.TestResource
java.lang.Object
org.jboss.resteasy.embedded.test.core.validate.NonCDIValidatorFactoryTest.TestResource
- Enclosing class:
NonCDIValidatorFactoryTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestResource
public TestResource()
-
-
Method Details
-
string
@GET @Path("validate/{n}") @Produces("text/plain") public jakarta.ws.rs.core.Response string(@Size(min=3) @Size(min=3) String s)
-