Example usage for Java com.fasterxml.jackson.dataformat.xml JacksonXmlModule fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setDefaultUseWrapper(boolean state) Method that can be used to define whether AnnotationIntrospector we register will use wrapper for indexed (List, array) properties or not, if there are no explicit annotations. |
void | setXMLTextElementName(String name) Method that can be used to define alternate "virtual name" to use for XML CDATA segments; that is, text values. |