Uses of Enum
com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator.Feature
Packages that use ToXmlGenerator.Feature
Package
Description
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.
-
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.FeatureMethods in com.fasterxml.jackson.dataformat.xml with parameters of type ToXmlGenerator.FeatureModifier and TypeMethodDescriptionfinal XmlFactory
XmlFactory.configure
(ToXmlGenerator.Feature f, boolean state) Method for enabling or disabling specified XML generator feature.XmlFactoryBuilder.configure
(ToXmlGenerator.Feature f, boolean state) XmlMapper.Builder.configure
(ToXmlGenerator.Feature feature, boolean state) com.fasterxml.jackson.databind.ObjectMapper
XmlMapper.configure
(ToXmlGenerator.Feature f, boolean state) XmlFactory.disable
(ToXmlGenerator.Feature f) Method for disabling specified XML generator feature.XmlFactoryBuilder.disable
(ToXmlGenerator.Feature f) XmlFactoryBuilder.disable
(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other) XmlMapper.Builder.disable
(ToXmlGenerator.Feature... features) com.fasterxml.jackson.databind.ObjectMapper
XmlMapper.disable
(ToXmlGenerator.Feature f) XmlFactory.enable
(ToXmlGenerator.Feature f) Method for enabling specified XML generator feature.XmlFactoryBuilder.enable
(ToXmlGenerator.Feature f) XmlFactoryBuilder.enable
(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other) XmlMapper.Builder.enable
(ToXmlGenerator.Feature... features) com.fasterxml.jackson.databind.ObjectMapper
XmlMapper.enable
(ToXmlGenerator.Feature f) final boolean
XmlFactory.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.FeatureModifier and TypeMethodDescriptionstatic ToXmlGenerator.Feature
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.FeatureModifier and TypeMethodDescriptionToXmlGenerator.configure
(ToXmlGenerator.Feature f, boolean state) ToXmlGenerator.disable
(ToXmlGenerator.Feature f) ToXmlGenerator.enable
(ToXmlGenerator.Feature f) final boolean
ToXmlGenerator.isEnabled
(ToXmlGenerator.Feature f)