Class XmlAdapterWrapper
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Object,Object>
org.jboss.resteasy.plugins.providers.jaxb.XmlAdapterWrapper
- Version:
- $Revision: 1.1 $ Copyright Apr 8, 2015
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
protected static XmlAdapterWrapper
getXmlAdapter
(Class<?> baseType, Annotation[] annotations) protected static Class<?>
xmlAdapterValueType
(Class<?> baseType, Annotation[] annotations)
-
Field Details
-
delegate
-
clazz
-
-
Constructor Details
-
XmlAdapterWrapper
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<Object,
Object> - Throws:
Exception
-
marshal
- Specified by:
marshal
in classXmlAdapter<Object,
Object> - Throws:
Exception
-
getValueType
-
xmlAdapterValueType
-
getXmlAdapter
-