Package org.apache.iceberg
Class SnapshotRefParser
java.lang.Object
org.apache.iceberg.SnapshotRefParser
- 
Method Summary
Modifier 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
 - 
toJson
public static void toJson(SnapshotRef ref, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
 IOException
 - 
fromJson
 - 
fromJson
 
 -