Serialized Form


Package com.fasterxml.jackson.module.jaxb

Class com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable

Serialized Fields

_priority

JaxbAnnotationModule.Priority _priority
Priority to use when registering annotation introspector: default value is JaxbAnnotationModule.Priority.PRIMARY.


Package com.fasterxml.jackson.module.jaxb.deser

Class com.fasterxml.jackson.module.jaxb.deser.DataHandlerJsonDeserializer extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<javax.activation.DataHandler> implements Serializable

Class com.fasterxml.jackson.module.jaxb.deser.DomElementJsonDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Element> implements Serializable

Serialized Fields

builder

DocumentBuilder builder

Class com.fasterxml.jackson.module.jaxb.deser.XmlAdapterJsonDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Object> implements Serializable

Serialized Fields

_xmlAdapter

javax.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType> _xmlAdapter

_valueType

com.fasterxml.jackson.databind.JavaType _valueType

_deserializer

com.fasterxml.jackson.databind.JsonDeserializer<T> _deserializer



Copyright © 2012 FasterXML. All Rights Reserved.