Package io.deephaven.enterprise.iceberg
Class IcebergS3Instructions.Serializer
java.lang.Object
io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
io.deephaven.enterprise.iceberg.IcebergS3Instructions.Serializer
- All Implemented Interfaces:
io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
- Enclosing class:
- IcebergS3Instructions
public static final class IcebergS3Instructions.Serializer
extends io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
A serializer for
S3Instructions
that only writes values that do not match the deephaven default values.-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer
io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer.None
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(IcebergS3Instructions wrapper, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializerProvider) void
serializeWithType
(IcebergS3Instructions value, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializers, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) Methods inherited from class io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
serializeWithType
public void serializeWithType(IcebergS3Instructions value, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializers, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException - Overrides:
serializeWithType
in classio.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
- Throws:
IOException
-
serialize
public void serialize(IcebergS3Instructions wrapper, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException - Specified by:
serialize
in classio.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
- Throws:
IOException
-