Class ZonedDateTimeWithZoneIdSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<T>
-
- com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
-
- com.fasterxml.jackson.datatype.jsr310.ser.JSR310SerializerBase<T>
-
- com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<T>
-
- com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase<java.time.ZonedDateTime>
-
- com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeWithZoneIdSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
,com.fasterxml.jackson.databind.jsonschema.SchemaAware
,com.fasterxml.jackson.databind.ser.ContextualSerializer
,java.io.Serializable
@Deprecated public class ZonedDateTimeWithZoneIdSerializer extends InstantSerializerBase<java.time.ZonedDateTime>
Deprecated.Since 2.8 only used by deprecatedJSR310Module
- Since:
- 2.6
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ZonedDateTimeWithZoneIdSerializer
INSTANCE
Deprecated.private static long
serialVersionUID
Deprecated.-
Fields inherited from class com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase
_formatter, _integerListType, _shape, _useNanoseconds, _useTimestamp
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ZonedDateTimeWithZoneIdSerializer()
Deprecated.protected
ZonedDateTimeWithZoneIdSerializer(ZonedDateTimeWithZoneIdSerializer base, java.lang.Boolean useTimestamp, java.lang.Boolean useNanoseconds, java.time.format.DateTimeFormatter formatter)
Deprecated.protected
ZonedDateTimeWithZoneIdSerializer(ZonedDateTimeWithZoneIdSerializer base, java.lang.Boolean useTimestamp, java.time.format.DateTimeFormatter formatter)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected JSR310FormattedSerializerBase<?>
withFeatures(java.lang.Boolean writeZoneId, java.lang.Boolean writeNanoseconds)
Deprecated.protected JSR310FormattedSerializerBase<?>
withFormat(java.lang.Boolean useTimestamp, java.time.format.DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape)
Deprecated.-
Methods inherited from class com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase
_acceptTimestampVisitor, formatValue, serializationShape, serialize
-
Methods inherited from class com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase
_integerListType, _useDateTimeFormatter, _useTimestampExplicitOnly, acceptJsonFormatVisitor, createContextual, getSchema, getTimestampsFeature, useNanoseconds, useTimestamp, withFeatures
-
Methods inherited from class com.fasterxml.jackson.datatype.jsr310.ser.JSR310SerializerBase
serializeWithType
-
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
INSTANCE
public static final ZonedDateTimeWithZoneIdSerializer INSTANCE
Deprecated.
-
-
Constructor Detail
-
ZonedDateTimeWithZoneIdSerializer
protected ZonedDateTimeWithZoneIdSerializer()
Deprecated.
-
ZonedDateTimeWithZoneIdSerializer
protected ZonedDateTimeWithZoneIdSerializer(ZonedDateTimeWithZoneIdSerializer base, java.lang.Boolean useTimestamp, java.time.format.DateTimeFormatter formatter)
Deprecated.
-
ZonedDateTimeWithZoneIdSerializer
protected ZonedDateTimeWithZoneIdSerializer(ZonedDateTimeWithZoneIdSerializer base, java.lang.Boolean useTimestamp, java.lang.Boolean useNanoseconds, java.time.format.DateTimeFormatter formatter)
Deprecated.
-
-
Method Detail
-
withFormat
protected JSR310FormattedSerializerBase<?> withFormat(java.lang.Boolean useTimestamp, java.time.format.DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape)
Deprecated.- Specified by:
withFormat
in classInstantSerializerBase<java.time.ZonedDateTime>
-
withFeatures
protected JSR310FormattedSerializerBase<?> withFeatures(java.lang.Boolean writeZoneId, java.lang.Boolean writeNanoseconds)
Deprecated.- Overrides:
withFeatures
in classJSR310FormattedSerializerBase<java.time.ZonedDateTime>
-
-