Uses of Class
com.fasterxml.jackson.annotation.JsonFormat.Value
-
Uses of JsonFormat.Value in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonFormat.ValueMethods in com.fasterxml.jackson.annotation that return JsonFormat.ValueModifier and TypeMethodDescriptionstatic final JsonFormat.Value
JsonFormat.Value.empty()
static JsonFormat.Value
JsonFormat.Value.forLeniency
(boolean lenient) static JsonFormat.Value
JsonFormat.Value.forPattern
(String p) static JsonFormat.Value
JsonFormat.Value.forShape
(JsonFormat.Shape sh) static final JsonFormat.Value
JsonFormat.Value.from
(JsonFormat ann) static JsonFormat.Value
JsonFormat.Value.merge
(JsonFormat.Value base, JsonFormat.Value overrides) Helper method that will try to combine values from twoJsonFormat.Value
instances, using one as base settings, and the other as overrides to use instead of base values when defined; base values are only use if override does not specify a value (matching value is null or logically missing).static JsonFormat.Value
JsonFormat.Value.mergeAll
(JsonFormat.Value... values) JsonFormat.Value.withFeature
(JsonFormat.Feature f) JsonFormat.Value.withLenient
(Boolean lenient) JsonFormat.Value.withLocale
(Locale l) JsonFormat.Value.withoutFeature
(JsonFormat.Feature f) final JsonFormat.Value
JsonFormat.Value.withOverrides
(JsonFormat.Value overrides) JsonFormat.Value.withPattern
(String p) JsonFormat.Value.withShape
(JsonFormat.Shape s) JsonFormat.Value.withTimeZone
(TimeZone tz) Methods in com.fasterxml.jackson.annotation with parameters of type JsonFormat.ValueModifier and TypeMethodDescriptionstatic JsonFormat.Value
JsonFormat.Value.merge
(JsonFormat.Value base, JsonFormat.Value overrides) Helper method that will try to combine values from twoJsonFormat.Value
instances, using one as base settings, and the other as overrides to use instead of base values when defined; base values are only use if override does not specify a value (matching value is null or logically missing).static JsonFormat.Value
JsonFormat.Value.mergeAll
(JsonFormat.Value... values) final JsonFormat.Value
JsonFormat.Value.withOverrides
(JsonFormat.Value overrides)