Class FetchPlanningResultResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.FetchPlanningResultResponseParser
- 
Method Summary
Modifier 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
 - 
toJson
public static void toJson(FetchPlanningResultResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
 IOException
 - 
fromJson
public static FetchPlanningResultResponse fromJson(com.fasterxml.jackson.databind.JsonNode json, Map<Integer, PartitionSpec> specsById, boolean caseSensitive)  
 -