Package com.fasterxml.jackson.xml.annotate

Package that contains additional annotations that can be used to configure XML-specific aspects of serialization and deserialization

See:
          Description

Annotation Types Summary
JacksonXmlElementWrapper Annotation that is similar to JAXB javax.xml.bind.annotation.XmlElementWrapper, to indicate wrapper element to use (if any) for Collection types (arrays, java.util.Collection).
JacksonXmlProperty Annotation that can be used to provide XML-specific configuration for properties, above and beyond what JsonProperty contains.
 

Package com.fasterxml.jackson.xml.annotate Description

Package that contains additional annotations that can be used to configure XML-specific aspects of serialization and deserialization



Copyright © 2011 fasterxml.com. All Rights Reserved.