public abstract class ObjectReaderModifier extends Object
| Constructor and Description |
|---|
ObjectReaderModifier() |
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectReader |
modify(EndpointConfigBase<?> endpoint,
MultivaluedMap<String,String> httpHeaders,
JavaType resultType,
ObjectReader r,
JsonParser p)
Method called to let modifier make any changes it wants to to objects
used for reading request objects for specified endpoint.
|
public abstract ObjectReader modify(EndpointConfigBase<?> endpoint, MultivaluedMap<String,String> httpHeaders, JavaType resultType, ObjectReader r, JsonParser p) throws IOException
endpoint - End point for which reader is usedhttpHeaders - HTTP headers sent with request (read-only)resultType - Type that input is to be bound tor - ObjectReader as constructed for endpoint, type to handlep - Parser to use for reading contentIOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.