Package org.apache.iceberg.rest
Class RESTSerializers.UnboundPartitionSpecSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<UnboundPartitionSpec>
org.apache.iceberg.rest.RESTSerializers.UnboundPartitionSpecSerializer
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
- Enclosing class:
- RESTSerializers
public static class RESTSerializers.UnboundPartitionSpecSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<UnboundPartitionSpec>
- 
Nested Class SummaryNested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializercom.fasterxml.jackson.databind.JsonSerializer.None
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidserialize(UnboundPartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) Methods inherited from class com.fasterxml.jackson.databind.JsonSerializeracceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
- 
Constructor Details- 
UnboundPartitionSpecSerializerpublic UnboundPartitionSpecSerializer()
 
- 
- 
Method Details- 
serializepublic void serialize(UnboundPartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException - Specified by:
- serializein class- com.fasterxml.jackson.databind.JsonSerializer<UnboundPartitionSpec>
- Throws:
- IOException
 
 
-