Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
com.fasterxml.jackson.databind.ser.std | |
com.fasterxml.jackson.datatype.jsr310.ser |
Modifier and Type | Method and Description |
---|---|
JsonFormat.Shape |
JsonFormat.Value.getShape() |
static JsonFormat.Shape |
JsonFormat.Shape.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static JsonFormat.Value |
JsonFormat.Value.forShape(JsonFormat.Shape sh) |
JsonFormat.Value |
JsonFormat.Value.withShape(JsonFormat.Shape s) |
Constructor and Description |
---|
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) |
Value(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) |
Modifier and Type | Field and Description |
---|---|
protected JsonFormat.Shape |
BeanDeserializerBase._serializationShape
Requested shape from bean class annotations.
|
Modifier and Type | Field and Description |
---|---|
protected JsonFormat.Shape |
BeanSerializerBase._serializationShape
Requested shape from bean class annotations.
|
Modifier and Type | Method and Description |
---|---|
protected DurationSerializer |
DurationSerializer.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 LocalDateSerializer |
LocalDateSerializer.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 MonthDaySerializer |
MonthDaySerializer.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 OffsetTimeSerializer |
OffsetTimeSerializer.withFormat(Boolean useTimestamp,
DateTimeFormatter dtf,
JsonFormat.Shape shape) |
protected YearMonthSerializer |
YearMonthSerializer.withFormat(Boolean useTimestamp,
DateTimeFormatter formatter,
JsonFormat.Shape shape) |
protected YearSerializer |
YearSerializer.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.
|
protected com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<?> |
ZonedDateTimeSerializer.withFormat(Boolean useTimestamp,
DateTimeFormatter formatter,
JsonFormat.Shape shape) |
Constructor and Description |
---|
LocalDateSerializer(LocalDateSerializer base,
Boolean useTimestamp,
DateTimeFormatter dtf,
JsonFormat.Shape shape) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.