public class ForwardingInputProperties extends ForwardingStreamProperties implements InputProperties
InputProperties implementation that forwards all
calls to another InputProperties.
Subclass this and override the methods you want modified
to create a wrapper for InputProperties.
| Constructor and Description |
|---|
ForwardingInputProperties(InputProperties delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getRootType()
Returns the expected root type that will be produced as a result of parsing
the content.
|
getAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadatapublic ForwardingInputProperties(InputProperties delegate)
public java.lang.Class<?> getRootType()
InputPropertiesgetRootType in interface InputProperties