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.ValueModifier and TypeMethodDescriptionstatic final JsonFormat.ValueJsonFormat.Value.empty()static JsonFormat.ValueJsonFormat.Value.forLeniency(boolean lenient) static JsonFormat.ValueJsonFormat.Value.forPattern(String p) static JsonFormat.ValueJsonFormat.Value.forShape(JsonFormat.Shape sh) static final 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.Value.withFeature(JsonFormat.Feature f) JsonFormat.Value.withLenient(Boolean lenient) JsonFormat.Value.withLocale(Locale l) JsonFormat.Value.withoutFeature(JsonFormat.Feature f) final JsonFormat.ValueJsonFormat.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.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) final JsonFormat.ValueJsonFormat.Value.withOverrides(JsonFormat.Value overrides)