Uses of Class
com.fasterxml.jackson.annotation.JsonFormat.Value
-
-
Uses of JsonFormat.Value in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return JsonFormat.Value Modifier and Type Method Description static JsonFormat.Value
JsonFormat.Value. empty()
static JsonFormat.Value
JsonFormat.Value. forLeniency(boolean lenient)
static JsonFormat.Value
JsonFormat.Value. forPattern(java.lang.String p)
static JsonFormat.Value
JsonFormat.Value. forShape(JsonFormat.Shape sh)
static 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
JsonFormat.Value. withFeature(JsonFormat.Feature f)
JsonFormat.Value
JsonFormat.Value. withLenient(java.lang.Boolean lenient)
JsonFormat.Value
JsonFormat.Value. withLocale(java.util.Locale l)
JsonFormat.Value
JsonFormat.Value. withoutFeature(JsonFormat.Feature f)
JsonFormat.Value
JsonFormat.Value. withOverrides(JsonFormat.Value overrides)
JsonFormat.Value
JsonFormat.Value. withPattern(java.lang.String p)
JsonFormat.Value
JsonFormat.Value. withShape(JsonFormat.Shape s)
JsonFormat.Value
JsonFormat.Value. withTimeZone(java.util.TimeZone tz)
Methods in com.fasterxml.jackson.annotation with parameters of type JsonFormat.Value Modifier and Type Method Description 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
JsonFormat.Value. withOverrides(JsonFormat.Value overrides)
-