Uses of Enum
com.fasterxml.jackson.annotation.JsonFormat.Shape
-
Uses of JsonFormat.Shape in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return JsonFormat.ShapeModifier and TypeMethodDescriptionJsonFormat.Value.getShape()static JsonFormat.ShapeReturns the enum constant of this type with the specified name.static JsonFormat.Shape[]JsonFormat.Shape.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.annotation with parameters of type JsonFormat.ShapeModifier and TypeMethodDescriptionstatic JsonFormat.ValueJsonFormat.Value.forShape(JsonFormat.Shape sh) static booleanJsonFormat.Shape.isNumeric(JsonFormat.Shape shapeOrNull) static booleanJsonFormat.Shape.isStructured(JsonFormat.Shape shapeOrNull) JsonFormat.Value.withShape(JsonFormat.Shape s) Constructors in com.fasterxml.jackson.annotation with parameters of type JsonFormat.ShapeModifierConstructorDescriptionValue(String p, JsonFormat.Shape sh, String localeStr, String tzStr, JsonFormat.Features f, Boolean lenient) Deprecated.Value(String p, JsonFormat.Shape sh, String localeStr, String tzStr, JsonFormat.Features f, Boolean lenient, int radix) Value(String p, JsonFormat.Shape sh, Locale l, String tzStr, TimeZone tz, JsonFormat.Features f, Boolean lenient) Deprecated.Value(String p, JsonFormat.Shape sh, Locale l, String tzStr, TimeZone tz, JsonFormat.Features f, Boolean lenient, int radix) Value(String p, JsonFormat.Shape sh, Locale l, TimeZone tz, JsonFormat.Features f, Boolean lenient) Deprecated.Value(String p, JsonFormat.Shape sh, Locale l, TimeZone tz, JsonFormat.Features f, Boolean lenient, int radix)