Class FetchPlanningResultResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.FetchPlanningResultResponseParser
- 
Method SummaryModifier and TypeMethodDescriptionstatic FetchPlanningResultResponsefromJson(com.fasterxml.jackson.databind.JsonNode json, Map<Integer, PartitionSpec> specsById, boolean caseSensitive) static StringtoJson(FetchPlanningResultResponse response) static StringtoJson(FetchPlanningResultResponse response, boolean pretty) static voidtoJson(FetchPlanningResultResponse response, com.fasterxml.jackson.core.JsonGenerator gen) 
- 
Method Details- 
toJson
- 
toJson
- 
toJsonpublic static void toJson(FetchPlanningResultResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
- IOException
 
- 
fromJsonpublic static FetchPlanningResultResponse fromJson(com.fasterxml.jackson.databind.JsonNode json, Map<Integer, PartitionSpec> specsById, boolean caseSensitive) 
 
-