Package org.apache.iceberg
Class SnapshotRefParser
java.lang.Object
org.apache.iceberg.SnapshotRefParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic SnapshotRef
fromJson
(com.fasterxml.jackson.databind.JsonNode node) static SnapshotRef
static String
toJson
(SnapshotRef ref) static String
toJson
(SnapshotRef ref, boolean pretty) static void
toJson
(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
-