Uses of Enum Class
tools.jackson.dataformat.xml.XmlWriteFeature
Packages that use XmlWriteFeature
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 XmlWriteFeature in tools.jackson.dataformat.xml
Methods in tools.jackson.dataformat.xml that return XmlWriteFeatureModifier and TypeMethodDescriptionstatic XmlWriteFeatureReturns the enum constant of this class with the specified name.static XmlWriteFeature[]XmlWriteFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.dataformat.xml that return types with arguments of type XmlWriteFeatureMethods in tools.jackson.dataformat.xml with parameters of type XmlWriteFeatureModifier and TypeMethodDescriptionXmlFactoryBuilder.configure(XmlWriteFeature f, boolean state) XmlMapper.Builder.configure(XmlWriteFeature feature, boolean state) XmlFactoryBuilder.disable(XmlWriteFeature f) XmlFactoryBuilder.disable(XmlWriteFeature first, XmlWriteFeature... other) XmlMapper.Builder.disable(XmlWriteFeature... features) XmlFactoryBuilder.enable(XmlWriteFeature f) XmlFactoryBuilder.enable(XmlWriteFeature first, XmlWriteFeature... other) XmlMapper.Builder.enable(XmlWriteFeature... features) -
Uses of XmlWriteFeature in tools.jackson.dataformat.xml.ser
Methods in tools.jackson.dataformat.xml.ser with parameters of type XmlWriteFeatureModifier and TypeMethodDescriptionToXmlGenerator.configure(XmlWriteFeature f, boolean state) final booleanToXmlGenerator.isEnabled(XmlWriteFeature f)