Package org.apache.iceberg
Class PartitionSpecParser
- java.lang.Object
- 
- org.apache.iceberg.PartitionSpecParser
 
- 
 public class PartitionSpecParser extends java.lang.Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static UnboundPartitionSpecfromJson(com.fasterxml.jackson.databind.JsonNode json)static PartitionSpecfromJson(Schema schema, com.fasterxml.jackson.databind.JsonNode json)static PartitionSpecfromJson(Schema schema, java.lang.String json)static java.lang.StringtoJson(PartitionSpec spec)static java.lang.StringtoJson(PartitionSpec spec, boolean pretty)static voidtoJson(PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator)static java.lang.StringtoJson(UnboundPartitionSpec spec)static java.lang.StringtoJson(UnboundPartitionSpec spec, boolean pretty)static voidtoJson(UnboundPartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator)
 
- 
- 
- 
Method Detail- 
toJsonpublic static void toJson(PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
toJsonpublic static java.lang.String toJson(PartitionSpec spec) 
 - 
toJsonpublic static java.lang.String toJson(PartitionSpec spec, boolean pretty) 
 - 
toJsonpublic static void toJson(UnboundPartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
toJsonpublic static java.lang.String toJson(UnboundPartitionSpec spec) 
 - 
toJsonpublic static java.lang.String toJson(UnboundPartitionSpec spec, boolean pretty) 
 - 
fromJsonpublic static PartitionSpec fromJson(Schema schema, com.fasterxml.jackson.databind.JsonNode json) 
 - 
fromJsonpublic static UnboundPartitionSpec fromJson(com.fasterxml.jackson.databind.JsonNode json) 
 - 
fromJsonpublic static PartitionSpec fromJson(Schema schema, java.lang.String json) 
 
- 
 
-