Class LoadTableResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.LoadTableResponseParser
- 
Method SummaryModifier and TypeMethodDescriptionstatic LoadTableResponsefromJson(com.fasterxml.jackson.databind.JsonNode json) static LoadTableResponsestatic StringtoJson(LoadTableResponse response) static StringtoJson(LoadTableResponse response, boolean pretty) static voidtoJson(LoadTableResponse response, com.fasterxml.jackson.core.JsonGenerator gen) 
- 
Method Details- 
toJson
- 
toJson
- 
toJsonpublic static void toJson(LoadTableResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
- IOException
 
- 
fromJson
- 
fromJson
 
-