- All Superinterfaces:
JacksonFeature
- All Known Implementing Classes:
JsonReadFeature,JsonWriteFeature
Marker interface that is to be implemented by data format - specific features.
Interface used since Java Enums cannot extend classes or other Enums, but
they can implement interfaces; and as such we may be able to use limited
amount of generic functionality.
At this point this type is more of an extra marker feature, as its core API is now
defined in more general JacksonFeature.
-
Method Summary
Methods inherited from interface tools.jackson.core.util.JacksonFeature
enabledByDefault, enabledIn, getMask