Uses of Class
com.fasterxml.jackson.annotation.JsonFormat.Shape
-
-
Uses of JsonFormat.Shape in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return JsonFormat.Shape Modifier and Type Method Description JsonFormat.Shape
JsonFormat.Value. getShape()
JsonFormat.Shape
shape()
Structure to use for serialization: definition of mapping depends on datatype, but usually has straight-forward counterpart in data format (JSON).static JsonFormat.Shape
JsonFormat.Shape. valueOf(java.lang.String name)
Returns 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.Shape Modifier and Type Method Description static JsonFormat.Value
JsonFormat.Value. forShape(JsonFormat.Shape sh)
JsonFormat.Value
JsonFormat.Value. withShape(JsonFormat.Shape s)
Constructors in com.fasterxml.jackson.annotation with parameters of type JsonFormat.Shape Constructor Description Value(java.lang.String p, JsonFormat.Shape sh, java.lang.String localeStr, java.lang.String tzStr, JsonFormat.Features f)
Deprecated.Value(java.lang.String p, JsonFormat.Shape sh, java.lang.String localeStr, java.lang.String tzStr, JsonFormat.Features f, java.lang.Boolean lenient)
Value(java.lang.String p, JsonFormat.Shape sh, java.util.Locale l, java.lang.String tzStr, java.util.TimeZone tz, JsonFormat.Features f)
Deprecated.Value(java.lang.String p, JsonFormat.Shape sh, java.util.Locale l, java.lang.String tzStr, java.util.TimeZone tz, JsonFormat.Features f, java.lang.Boolean lenient)
Value(java.lang.String p, JsonFormat.Shape sh, java.util.Locale l, java.util.TimeZone tz, JsonFormat.Features f)
Deprecated.Value(java.lang.String p, JsonFormat.Shape sh, java.util.Locale l, java.util.TimeZone tz, JsonFormat.Features f, java.lang.Boolean lenient)
-