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.Value Modifier and Type Field Description private static JsonFormat.ValueJsonFormat.Value. EMPTYMethods in com.fasterxml.jackson.annotation that return JsonFormat.Value Modifier and Type Method Description static JsonFormat.ValueJsonFormat.Value. empty()static JsonFormat.ValueJsonFormat.Value. forLeniency(boolean lenient)static JsonFormat.ValueJsonFormat.Value. forPattern(java.lang.String p)static JsonFormat.ValueJsonFormat.Value. forShape(JsonFormat.Shape sh)static JsonFormat.ValueJsonFormat.Value. from(JsonFormat ann)static JsonFormat.ValueJsonFormat.Value. merge(JsonFormat.Value base, JsonFormat.Value overrides)Helper method that will try to combine values from twoJsonFormat.Valueinstances, 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.ValueJsonFormat.Value. mergeAll(JsonFormat.Value... values)JsonFormat.ValueJsonFormat.Value. withFeature(JsonFormat.Feature f)JsonFormat.ValueJsonFormat.Value. withLenient(java.lang.Boolean lenient)JsonFormat.ValueJsonFormat.Value. withLocale(java.util.Locale l)JsonFormat.ValueJsonFormat.Value. withoutFeature(JsonFormat.Feature f)JsonFormat.ValueJsonFormat.Value. withOverrides(JsonFormat.Value overrides)JsonFormat.ValueJsonFormat.Value. withPattern(java.lang.String p)JsonFormat.ValueJsonFormat.Value. withShape(JsonFormat.Shape s)JsonFormat.ValueJsonFormat.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.ValueJsonFormat.Value. merge(JsonFormat.Value base, JsonFormat.Value overrides)Helper method that will try to combine values from twoJsonFormat.Valueinstances, 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.ValueJsonFormat.Value. mergeAll(JsonFormat.Value... values)JsonFormat.ValueJsonFormat.Value. withOverrides(JsonFormat.Value overrides)
-