Package com.fasterxml.jackson.annotation
Class JsonFormat.Features
java.lang.Object
com.fasterxml.jackson.annotation.JsonFormat.Features
- Enclosing class:
- JsonFormat
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonFormat.Features
static JsonFormat.Features
construct
(JsonFormat.Feature[] enabled, JsonFormat.Feature[] disabled) static JsonFormat.Features
empty()
boolean
int
hashCode()
toString()
with
(JsonFormat.Feature... features) without
(JsonFormat.Feature... features) withOverrides
(JsonFormat.Features overrides)
-
Method Details
-
empty
-
construct
-
construct
public static JsonFormat.Features construct(JsonFormat.Feature[] enabled, JsonFormat.Feature[] disabled) -
withOverrides
-
with
-
without
-
get
-
toString
-
hashCode
public int hashCode() -
equals
-