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