public interface JaxbObjectWrapperFactory
| Modifier and Type | Method and Description |
|---|---|
JaxbObjectWrapper |
createWrapper(Object o)
Creates wrapper for given object.
|
Class<?> |
getWrapperClass()
Returns runtime class of wrapper produced by this factory.
|
boolean |
supports(Class<?> clazz)
Checks if class is supported by this factory
|
JaxbObjectWrapper createWrapper(Object o)
o - object to wrapClass<?> getWrapperClass()
boolean supports(Class<?> clazz)
clazz - class for checkCopyright © 2017 SAP SE. All Rights Reserved.