public interface ToMarshaller<S,T>
Modifier and Type | Method and Description |
---|---|
Class<S> |
getBoundClass()
Obtain the bound class
|
Class<T> |
getTargetClass()
Obtain the bound class
|
T |
marshal(S object)
Converts to the given object from the specified object
|
T marshal(S object)
object
- Object to transform, not nullClass<S> getBoundClass()
Class<T> getTargetClass()
Copyright © 2010–2018 Jadira Systems. All rights reserved.