Package org.apache.iceberg
Class ContentFileParser
java.lang.Object
org.apache.iceberg.ContentFileParser
- 
Method SummaryModifier and TypeMethodDescriptionstatic ContentFile<?> fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode, Map<Integer, PartitionSpec> specsById) static ContentFile<?> fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode, PartitionSpec spec) static StringtoJson(ContentFile<?> contentFile, PartitionSpec spec) static voidtoJson(ContentFile<?> contentFile, PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) 
- 
Method Details- 
toJson
- 
toJsonpublic static void toJson(ContentFile<?> contentFile, PartitionSpec spec, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
- IOException
 
- 
fromJsonpublic static ContentFile<?> fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode, PartitionSpec spec) 
- 
fromJsonpublic static ContentFile<?> fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode, Map<Integer, PartitionSpec> specsById) 
 
-