Package | Description |
---|---|
org.jboss.resteasy.validation |
Modifier and Type | Method and Description |
---|---|
Foo |
TestResourceWithAllViolationTypes.post(Foo foo,
String s) |
Foo |
TestResourceWithReturnValues.postImposed(Foo foo) |
Foo |
TestResourceWithReturnValues.postNative(Foo foo) |
Foo |
TestResourceWithReturnValues.postNativeAndImposed(Foo foo) |
Foo |
FooReaderWriter.readFrom(Class<Foo> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
long |
FooReaderWriter.getSize(Foo t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
FooValidator.isValid(Foo value,
javax.validation.ConstraintValidatorContext context) |
Foo |
TestResourceWithAllViolationTypes.post(Foo foo,
String s) |
Foo |
TestResourceWithReturnValues.postImposed(Foo foo) |
Foo |
TestResourceWithReturnValues.postNative(Foo foo) |
Foo |
TestResourceWithReturnValues.postNativeAndImposed(Foo foo) |
void |
FooReaderWriter.writeTo(Foo t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
Foo |
FooReaderWriter.readFrom(Class<Foo> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.