Uses of Enum Class
tools.jackson.dataformat.xml.XmlReadFeature
Packages that use XmlReadFeature
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 XmlReadFeature in tools.jackson.dataformat.xml
Methods in tools.jackson.dataformat.xml that return XmlReadFeatureModifier and TypeMethodDescriptionstatic XmlReadFeatureReturns the enum constant of this class with the specified name.static XmlReadFeature[]XmlReadFeature.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 XmlReadFeatureMethods in tools.jackson.dataformat.xml with parameters of type XmlReadFeatureModifier and TypeMethodDescriptionXmlFactoryBuilder.configure(XmlReadFeature f, boolean state) XmlMapper.Builder.configure(XmlReadFeature feature, boolean state) XmlFactoryBuilder.disable(XmlReadFeature f) XmlFactoryBuilder.disable(XmlReadFeature first, XmlReadFeature... other) XmlMapper.Builder.disable(XmlReadFeature... features) XmlFactoryBuilder.enable(XmlReadFeature f) XmlFactoryBuilder.enable(XmlReadFeature first, XmlReadFeature... other) XmlMapper.Builder.enable(XmlReadFeature... features) -
Uses of XmlReadFeature in tools.jackson.dataformat.xml.deser
Methods in tools.jackson.dataformat.xml.deser with parameters of type XmlReadFeature