Uses of Class
com.fasterxml.jackson.annotation.JsonFormat
-
Packages that use JsonFormat Package Description com.fasterxml.jackson.annotation Public core annotations, most of which are used to configure how Data Mapping/Binding works. -
-
Uses of JsonFormat in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return types with arguments of type JsonFormat Modifier and Type Method Description Class<JsonFormat>JsonFormat.Value. valueFor()Methods in com.fasterxml.jackson.annotation with parameters of type JsonFormat Modifier and Type Method Description static JsonFormat.FeaturesJsonFormat.Features. construct(JsonFormat f)static JsonFormat.ValueJsonFormat.Value. from(JsonFormat ann)Constructors in com.fasterxml.jackson.annotation with parameters of type JsonFormat Constructor Description Value(JsonFormat ann)
-