Class ZonedDateTimeWithZoneIdSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<ZonedDateTime>
com.fasterxml.jackson.databind.ser.std.StdSerializer<ZonedDateTime>
com.fasterxml.jackson.datatype.jsr310.ser.JSR310SerializerBase<ZonedDateTime>
com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase<ZonedDateTime>
com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase<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
,Serializable
@Deprecated
public class ZonedDateTimeWithZoneIdSerializer
extends InstantSerializerBase<ZonedDateTime>
Deprecated.
- Since:
- 2.6
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ZonedDateTimeWithZoneIdSerializer
Deprecated.private static final long
Deprecated.Fields inherited from class com.fasterxml.jackson.datatype.jsr310.ser.JSR310FormattedSerializerBase
_formatter, _integerListType, _shape, _useNanoseconds, _useTimestamp
Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_handledType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated.protected
ZonedDateTimeWithZoneIdSerializer
(ZonedDateTimeWithZoneIdSerializer base, Boolean useTimestamp, Boolean useNanoseconds, DateTimeFormatter formatter) Deprecated.protected
ZonedDateTimeWithZoneIdSerializer
(ZonedDateTimeWithZoneIdSerializer base, Boolean useTimestamp, DateTimeFormatter formatter) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected JSR310FormattedSerializerBase
<?> withFeatures
(Boolean writeZoneId, Boolean writeNanoseconds) Deprecated.protected JSR310FormattedSerializerBase
<?> withFormat
(Boolean useTimestamp, 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
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
INSTANCE
Deprecated.
-
-
Constructor Details
-
ZonedDateTimeWithZoneIdSerializer
protected ZonedDateTimeWithZoneIdSerializer()Deprecated. -
ZonedDateTimeWithZoneIdSerializer
protected ZonedDateTimeWithZoneIdSerializer(ZonedDateTimeWithZoneIdSerializer base, Boolean useTimestamp, DateTimeFormatter formatter) Deprecated. -
ZonedDateTimeWithZoneIdSerializer
protected ZonedDateTimeWithZoneIdSerializer(ZonedDateTimeWithZoneIdSerializer base, Boolean useTimestamp, Boolean useNanoseconds, DateTimeFormatter formatter) Deprecated.
-
-
Method Details
-
withFormat
protected JSR310FormattedSerializerBase<?> withFormat(Boolean useTimestamp, DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Deprecated.- Specified by:
withFormat
in classInstantSerializerBase<ZonedDateTime>
-
withFeatures
protected JSR310FormattedSerializerBase<?> withFeatures(Boolean writeZoneId, Boolean writeNanoseconds) Deprecated.- Overrides:
withFeatures
in classJSR310FormattedSerializerBase<ZonedDateTime>
-
JSR310Module