Package org.apache.iceberg.view
Class ViewVersionParser
java.lang.Object
org.apache.iceberg.view.ViewVersionParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic ViewVersionfromJson(com.fasterxml.jackson.databind.JsonNode node) static StringtoJson(ViewVersion version) static voidtoJson(ViewVersion version, com.fasterxml.jackson.core.JsonGenerator generator)  
- 
Method Details
- 
toJson
public static void toJson(ViewVersion version, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException - Throws:
 IOException
 - 
toJson
 - 
fromJson
 
 -