S
- Source type for the conversionT
- Target typepublic interface FromUnmarshaller<S,T>
Implementations of this class should be idempotent (behaviour should not vary between calls) and thread-safe.
Modifier and Type | Method and Description |
---|---|
Class<S> |
getBoundClass()
Obtain the bound class
|
Class<T> |
getTargetClass()
Obtain the bound class
|
S |
unmarshal(T inputObject)
Converts from the given String into the specified object
|
S unmarshal(T inputObject)
inputObject
- Object to transform, not nullClass<S> getBoundClass()
Class<T> getTargetClass()
Copyright © 2010–2018 Jadira Systems. All rights reserved.