S
- input typeT
- output type for the marshallerpublic class FromUnmarshallerConverter<S,T> extends Object implements Converter<T,S>
Constructor and Description |
---|
FromUnmarshallerConverter(FromUnmarshaller<S,T> unmarshaller)
Create a new instance of a
Converter wrapping the given FromUnmarshaller |
Modifier and Type | Method and Description |
---|---|
S |
convert(T inputObject)
Converts from the given I into the specified object
|
Class<T> |
getInputClass()
Obtain the bound class
|
Class<S> |
getOutputClass()
Obtain the bound class
|
FromUnmarshaller<S,T> |
getUnmarshaller()
Get the wrapped unmarshaller
|
public FromUnmarshallerConverter(FromUnmarshaller<S,T> unmarshaller)
Converter
wrapping the given FromUnmarshaller
unmarshaller
- The FromUnmarshaller to wrappublic FromUnmarshaller<S,T> getUnmarshaller()
public Class<T> getInputClass()
getInputClass
in interface Converter<T,S>
public Class<S> getOutputClass()
getOutputClass
in interface Converter<T,S>
Copyright © 2010–2018 Jadira Systems. All rights reserved.