Package org.codehaus.jackson.map
Interface MapperConfig.ConfigFeature
- All Known Implementing Classes:
DeserializationConfig.Feature
,SerializationConfig.Feature
- Enclosing class:
MapperConfig<T extends MapperConfig<T>>
public static interface MapperConfig.ConfigFeature
Interface that actual Feature enumerations used by
MapperConfig
implementations must implement.
Necessary since enums can not be extended using normal
inheritance, but can implement interfaces- Since:
- 1.9
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Accessor for checking whether this feature is enabled by default.int
getMask()
Returns bit mask for this feature instance
-
Method Details
-
enabledByDefault
boolean enabledByDefault()Accessor for checking whether this feature is enabled by default. -
getMask
int getMask()Returns bit mask for this feature instance
-