Class JaxbListWrapperFactory
java.lang.Object
de.hybris.platform.webservicescommons.jaxb.wrapper.impl.JaxbListWrapperFactory
- All Implemented Interfaces:
JaxbObjectWrapperFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates wrapper for given object.Class<?>Returns runtime class of wrapper produced by this factory.booleanChecks if class is supported by this factory
-
Constructor Details
-
JaxbListWrapperFactory
public JaxbListWrapperFactory()
-
-
Method Details
-
createWrapper
Description copied from interface:JaxbObjectWrapperFactoryCreates wrapper for given object. May throw runtime exception if object is not supported- Specified by:
createWrapperin interfaceJaxbObjectWrapperFactory- Parameters:
o- object to wrap- Returns:
- wrapped object
-
supports
Description copied from interface:JaxbObjectWrapperFactoryChecks if class is supported by this factory- Specified by:
supportsin interfaceJaxbObjectWrapperFactory- Parameters:
clazz- class for check- Returns:
- true if class is supported
-
getWrapperClass
Description copied from interface:JaxbObjectWrapperFactoryReturns runtime class of wrapper produced by this factory.- Specified by:
getWrapperClassin interfaceJaxbObjectWrapperFactory- Returns:
- class of wrapper produced by this factory.
-