Uses of Enum
com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.Feature
Packages that use FromXmlParser.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 FromXmlParser.Feature in com.fasterxml.jackson.dataformat.xml
Methods in com.fasterxml.jackson.dataformat.xml that return types with arguments of type FromXmlParser.FeatureMethods in com.fasterxml.jackson.dataformat.xml with parameters of type FromXmlParser.FeatureModifier and TypeMethodDescriptionfinal XmlFactoryXmlFactory.configure(FromXmlParser.Feature f, boolean state) Method for enabling or disabling specified XML parser feature.XmlFactoryBuilder.configure(FromXmlParser.Feature f, boolean state) XmlMapper.Builder.configure(FromXmlParser.Feature feature, boolean state) com.fasterxml.jackson.databind.ObjectMapperXmlMapper.configure(FromXmlParser.Feature f, boolean state) XmlFactory.disable(FromXmlParser.Feature f) Method for disabling specified XML parser feature.XmlFactoryBuilder.disable(FromXmlParser.Feature f) XmlFactoryBuilder.disable(FromXmlParser.Feature first, FromXmlParser.Feature... other) XmlMapper.Builder.disable(FromXmlParser.Feature... features) com.fasterxml.jackson.databind.ObjectMapperXmlMapper.disable(FromXmlParser.Feature f) XmlFactory.enable(FromXmlParser.Feature f) Method for enabling specified XML parser feature.XmlFactoryBuilder.enable(FromXmlParser.Feature f) XmlFactoryBuilder.enable(FromXmlParser.Feature first, FromXmlParser.Feature... other) XmlMapper.Builder.enable(FromXmlParser.Feature... features) com.fasterxml.jackson.databind.ObjectMapperXmlMapper.enable(FromXmlParser.Feature f) final booleanXmlFactory.isEnabled(FromXmlParser.Feature f) Checked whether specified XML parser feature is enabled. -
Uses of FromXmlParser.Feature in com.fasterxml.jackson.dataformat.xml.deser
Methods in com.fasterxml.jackson.dataformat.xml.deser that return FromXmlParser.FeatureModifier and TypeMethodDescriptionstatic FromXmlParser.FeatureReturns the enum constant of this type with the specified name.static FromXmlParser.Feature[]FromXmlParser.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.deser with parameters of type FromXmlParser.FeatureModifier and TypeMethodDescriptionFromXmlParser.configure(FromXmlParser.Feature f, boolean state) FromXmlParser.disable(FromXmlParser.Feature f) FromXmlParser.enable(FromXmlParser.Feature f) final booleanFromXmlParser.isEnabled(FromXmlParser.Feature f)