Uses of Enum Class
com.fasterxml.jackson.annotation.JsonFormat.Shape
Packages that use JsonFormat.Shape
Package
Description
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
Contains implementation classes of deserialization part of
data binding.
-
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 class with the specified name.static JsonFormat.Shape[]JsonFormat.Shape.values()Returns an array containing the constants of this enum class, 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) 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) Deprecated.Value(String p, JsonFormat.Shape sh, String localeStr, String tzStr, JsonFormat.Features f, Boolean lenient) Value(String p, JsonFormat.Shape sh, Locale l, String tzStr, TimeZone tz, JsonFormat.Features f) Deprecated.Value(String p, JsonFormat.Shape sh, Locale l, String tzStr, TimeZone tz, JsonFormat.Features f, Boolean lenient) Value(String p, JsonFormat.Shape sh, Locale l, TimeZone tz, JsonFormat.Features f) Deprecated.Value(String p, JsonFormat.Shape sh, Locale l, TimeZone tz, JsonFormat.Features f, Boolean lenient) -
Uses of JsonFormat.Shape in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as JsonFormat.ShapeModifier and TypeFieldDescriptionprotected final JsonFormat.ShapeBeanDeserializerBase._serializationShapeRequested shape from bean class annotations. -
Uses of JsonFormat.Shape in com.fasterxml.jackson.databind.ser.std
Fields in com.fasterxml.jackson.databind.ser.std declared as JsonFormat.ShapeModifier and TypeFieldDescriptionprotected final JsonFormat.ShapeBeanSerializerBase._serializationShapeRequested shape from bean class annotations. -
Uses of JsonFormat.Shape in com.fasterxml.jackson.datatype.jsr310.deser
Fields in com.fasterxml.jackson.datatype.jsr310.deser declared as JsonFormat.ShapeModifier and TypeFieldDescriptionprotected final JsonFormat.ShapeJSR310DateTimeDeserializerBase._shapeSetting that indicates the specified for this deserializer as aJsonFormat.Shapeannotation on property or class, or due to per-type "config override", or from global settings: If Shape is NUMBER_INT, the input value is considered to be epoch days.Methods in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type JsonFormat.ShapeModifier and TypeMethodDescriptionprotected JSR310DateTimeDeserializerBase<T>JSR310DateTimeDeserializerBase.withShape(JsonFormat.Shape shape) The default implementation returns this, because shape is more likely applicable in case of the serialization, usage during deserialization could cover only very specific cases.protected LocalDateDeserializerLocalDateDeserializer.withShape(JsonFormat.Shape shape) Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type JsonFormat.ShapeModifierConstructorDescriptionprotectedInstantDeserializer(InstantDeserializer<T> base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape, Boolean adjustToContextTimezoneOverride, Boolean readTimestampsAsNanosOverride) protectedprotectedJSR310DateTimeDeserializerBase(JSR310DateTimeDeserializerBase<T> base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape) protectedLocalDateDeserializer(LocalDateDeserializer base, JsonFormat.Shape shape) Since 2.11protectedLocalDateTimeDeserializer(LocalDateTimeDeserializer base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape, Boolean readTimestampsAsNanosOverride) Since 2.16protectedLocalTimeDeserializer(LocalTimeDeserializer base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape, Boolean readTimestampsAsNanosOverride) Since 2.16protectedMonthDayDeserializer(MonthDayDeserializer base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape) Since 2.16protectedOffsetTimeDeserializer(OffsetTimeDeserializer base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape, Boolean readTimestampsAsNanosOverride) Since 2.16YearDeserializer(YearDeserializer base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape) Since 2.16YearMonthDeserializer(YearMonthDeserializer base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape) Since 2.16 -
Uses of JsonFormat.Shape in com.fasterxml.jackson.datatype.jsr310.ser
Fields in com.fasterxml.jackson.datatype.jsr310.ser declared as JsonFormat.ShapeModifier and TypeFieldDescriptionprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeprotected final JsonFormat.ShapeJSR310FormattedSerializerBase._shapeMethods in com.fasterxml.jackson.datatype.jsr310.ser with parameters of type JsonFormat.ShapeModifier and TypeMethodDescriptionprotected DurationSerializerDurationSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter dtf, JsonFormat.Shape shape) protected com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<Instant>InstantSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protected abstract com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<?>InstantSerializerBase.withFormat(Boolean useTimestamp, DateTimeFormatter dtf, JsonFormat.Shape shape) protected LocalDateSerializerLocalDateSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter dtf, JsonFormat.Shape shape) protected com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalDateTime>LocalDateTimeSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter f, JsonFormat.Shape shape) protected com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<LocalTime>LocalTimeSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter dtf, JsonFormat.Shape shape) protected MonthDaySerializerMonthDaySerializer.withFormat(Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protected com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<?>OffsetDateTimeSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protected OffsetTimeSerializerOffsetTimeSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter dtf, JsonFormat.Shape shape) protected YearMonthSerializerYearMonthSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protected YearSerializerYearSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protected com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<?>ZonedDateTimeSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protected com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<?>ZonedDateTimeWithZoneIdSerializer.withFormat(Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) Deprecated.Constructors in com.fasterxml.jackson.datatype.jsr310.ser with parameters of type JsonFormat.ShapeModifierConstructorDescriptionprotectedInstantSerializer(InstantSerializer base, Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protectedInstantSerializerBase(InstantSerializerBase<T> base, Boolean useTimestamp, Boolean useNanoseconds, DateTimeFormatter dtf, JsonFormat.Shape shape) protectedLocalDateSerializer(LocalDateSerializer base, Boolean useTimestamp, DateTimeFormatter dtf, JsonFormat.Shape shape) OffsetDateTimeSerializer(OffsetDateTimeSerializer base, Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protectedZonedDateTimeSerializer(ZonedDateTimeSerializer base, Boolean useTimestamp, Boolean useNanoseconds, DateTimeFormatter formatter, JsonFormat.Shape shape, Boolean writeZoneId)