Uses of Enum
com.fasterxml.jackson.module.mrbean.AbstractTypeMaterializer.Feature
Packages that use AbstractTypeMaterializer.Feature
Package
Description
Package that implements "interface materializer" functionality, whereby
abstract classes and interfaces can be used as-is, and framework constructs
implementations as needed.
-
Uses of AbstractTypeMaterializer.Feature in com.fasterxml.jackson.module.mrbean
Subclasses with type arguments of type AbstractTypeMaterializer.Feature in com.fasterxml.jackson.module.mrbeanModifier and TypeClassDescriptionstatic enumEnumeration that defines togglable features that guide the serialization feature.Methods in com.fasterxml.jackson.module.mrbean that return AbstractTypeMaterializer.FeatureModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AbstractTypeMaterializer.Feature[]AbstractTypeMaterializer.Feature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.module.mrbean with parameters of type AbstractTypeMaterializer.FeatureModifier and TypeMethodDescriptionvoidAbstractTypeMaterializer.disable(AbstractTypeMaterializer.Feature f) Method for disabling specified feature.voidAbstractTypeMaterializer.enable(AbstractTypeMaterializer.Feature f) Method for enabling specified feature.final booleanAbstractTypeMaterializer.isEnabled(AbstractTypeMaterializer.Feature f) Method for checking whether given feature is enabled or notvoidAbstractTypeMaterializer.set(AbstractTypeMaterializer.Feature f, boolean state) Method for enabling or disabling specified feature.