DeserializationFeature, MapperFeature, SerializationFeaturepublic interface ConfigFeature
MapperConfig implementations must implement.
Necessary since enums cannot be extended using normal
inheritance, but can implement interfaces| Modifier and Type | Method | Description |
|---|---|---|
boolean |
enabledByDefault() |
Accessor for checking whether this feature is enabled by default.
|
boolean |
enabledIn(int flags) |
Convenience method for checking whether feature is enabled in given bitmask
|
int |
getMask() |
Returns bit mask for this feature instance
|
boolean enabledByDefault()
int getMask()
boolean enabledIn(int flags)
Copyright © 2008–2018. All rights reserved.