public interface FormatFeature extends JacksonFeature
Since 2.12 this is more of an extra marker feature, as its core API is now
defined in more general JacksonFeature
.
Modifier and Type | Method and 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; must be a single bit,
that is of form
(1 << N) |
boolean enabledByDefault()
enabledByDefault
in interface JacksonFeature
int getMask()
(1 << N)
getMask
in interface JacksonFeature
boolean enabledIn(int flags)
enabledIn
in interface JacksonFeature
flags
- Bit field that contains a set of enabled features of this typeCopyright © 2008–2023 FasterXML. All rights reserved.