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.ConfigFeatureInterface that actual Feature enumerations used byMapperConfigimplementations must implement. Necessary since enums can not be extended using normal inheritance, but can implement interfaces- Since:
- 1.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenabledByDefault()Accessor for checking whether this feature is enabled by default.intgetMask()Returns bit mask for this feature instance
-