Uses of Class
com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator.Feature
-
Packages that use ToXmlGenerator.Feature Package Description com.fasterxml.jackson.dataformat.xml Package that contains XML-based backends which can serialize POJOs to and deserialize from XML, using Stax XML parsers and generators for XML processing and mostly standard Jackson data binding otherwise.com.fasterxml.jackson.dataformat.xml.ser -
-
Uses of ToXmlGenerator.Feature in com.fasterxml.jackson.dataformat.xml
Methods in com.fasterxml.jackson.dataformat.xml that return types with arguments of type ToXmlGenerator.Feature Modifier and Type Method Description java.lang.Class<ToXmlGenerator.Feature>XmlFactory. getFormatWriteFeatureType()Methods in com.fasterxml.jackson.dataformat.xml with parameters of type ToXmlGenerator.Feature Modifier and Type Method Description XmlFactoryXmlFactory. configure(ToXmlGenerator.Feature f, boolean state)Method for enabling or disabling specified XML generator feature.XmlFactoryBuilderXmlFactoryBuilder. configure(ToXmlGenerator.Feature f, boolean state)XmlMapper.BuilderXmlMapper.Builder. configure(ToXmlGenerator.Feature feature, boolean state)com.fasterxml.jackson.databind.ObjectMapperXmlMapper. configure(ToXmlGenerator.Feature f, boolean state)XmlFactoryXmlFactory. disable(ToXmlGenerator.Feature f)Method for disabling specified XML generator feature.XmlFactoryBuilderXmlFactoryBuilder. disable(ToXmlGenerator.Feature f)XmlFactoryBuilderXmlFactoryBuilder. disable(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other)XmlMapper.BuilderXmlMapper.Builder. disable(ToXmlGenerator.Feature... features)com.fasterxml.jackson.databind.ObjectMapperXmlMapper. disable(ToXmlGenerator.Feature f)XmlFactoryXmlFactory. enable(ToXmlGenerator.Feature f)Method for enabling specified XML generator feature.XmlFactoryBuilderXmlFactoryBuilder. enable(ToXmlGenerator.Feature f)XmlFactoryBuilderXmlFactoryBuilder. enable(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other)XmlMapper.BuilderXmlMapper.Builder. enable(ToXmlGenerator.Feature... features)com.fasterxml.jackson.databind.ObjectMapperXmlMapper. enable(ToXmlGenerator.Feature f)booleanXmlFactory. isEnabled(ToXmlGenerator.Feature f)Check whether specified XML generator feature is enabled. -
Uses of ToXmlGenerator.Feature in com.fasterxml.jackson.dataformat.xml.ser
Methods in com.fasterxml.jackson.dataformat.xml.ser that return ToXmlGenerator.Feature Modifier and Type Method Description static ToXmlGenerator.FeatureToXmlGenerator.Feature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ToXmlGenerator.Feature[]ToXmlGenerator.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.dataformat.xml.ser with parameters of type ToXmlGenerator.Feature Modifier and Type Method Description ToXmlGeneratorToXmlGenerator. configure(ToXmlGenerator.Feature f, boolean state)ToXmlGeneratorToXmlGenerator. disable(ToXmlGenerator.Feature f)ToXmlGeneratorToXmlGenerator. enable(ToXmlGenerator.Feature f)booleanToXmlGenerator. isEnabled(ToXmlGenerator.Feature f)
-