Constant Field Values
Contents
com.fasterxml.*
-
com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector Modifier and Type Constant Field Value public static final boolean
DEFAULT_USE_WRAPPER
true
-
com.fasterxml.jackson.dataformat.xml.XmlFactory Modifier and Type Constant Field Value public static final java.lang.String
FORMAT_NAME_XML
"XML"
-
com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper Modifier and Type Constant Field Value public static final java.lang.String
USE_PROPERTY_NAME
""
-
com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_UNNAMED_TEXT_PROPERTY
""
-
com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream Modifier and Type Constant Field Value public static final int
XML_ATTRIBUTE_NAME
3
public static final int
XML_ATTRIBUTE_VALUE
4
public static final int
XML_END
7
public static final int
XML_END_ELEMENT
2
public static final int
XML_NULL
6
public static final int
XML_START_ELEMENT
1
public static final int
XML_TEXT
5
-
com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator Modifier and Type Constant Field Value protected static final java.lang.String
DEFAULT_UNKNOWN_ELEMENT
"unknown"