Interface FormatFeature

All Superinterfaces:
JacksonFeature
All Known Implementing Classes:
JsonReadFeature, JsonWriteFeature

public interface FormatFeature extends JacksonFeature
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.