Package org.apache.iceberg
Class SnapshotRefParser
java.lang.Object
org.apache.iceberg.SnapshotRefParser
- 
Method SummaryModifier and TypeMethodDescriptionstatic SnapshotReffromJson(com.fasterxml.jackson.databind.JsonNode node) static SnapshotRefstatic StringtoJson(SnapshotRef ref) static StringtoJson(SnapshotRef ref, boolean pretty) static voidtoJson(SnapshotRef ref, com.fasterxml.jackson.core.JsonGenerator generator) 
- 
Method Details- 
toJson
- 
toJson
- 
toJsonpublic static void toJson(SnapshotRef ref, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
- IOException
 
- 
fromJson
- 
fromJson
 
-