public class JaxbMapWrapperFactory extends Object implements JaxbObjectWrapperFactory
| Constructor and Description |
|---|
JaxbMapWrapperFactory() |
| 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
|
public JaxbObjectWrapper createWrapper(Object o)
JaxbObjectWrapperFactorycreateWrapper in interface JaxbObjectWrapperFactoryo - object to wrappublic boolean supports(Class<?> clazz)
JaxbObjectWrapperFactorysupports in interface JaxbObjectWrapperFactoryclazz - class for checkpublic Class<?> getWrapperClass()
JaxbObjectWrapperFactorygetWrapperClass in interface JaxbObjectWrapperFactoryCopyright © 2017 SAP SE. All Rights Reserved.