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, getRootMetadata
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadata
public ForwardingInputProperties(InputProperties delegate)
public java.lang.Class<?> getRootType()
InputProperties
getRootType
in interface InputProperties