Class PlanTableScanResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.PlanTableScanResponseParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic PlanTableScanResponsefromJson(com.fasterxml.jackson.databind.JsonNode json, Map<Integer, PartitionSpec> specsById, boolean caseSensitive) static StringtoJson(PlanTableScanResponse response) static StringtoJson(PlanTableScanResponse response, boolean pretty) static voidtoJson(PlanTableScanResponse response, com.fasterxml.jackson.core.JsonGenerator gen)  
- 
Method Details
- 
toJson
 - 
toJson
 - 
toJson
public static void toJson(PlanTableScanResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
 IOException
 - 
fromJson
public static PlanTableScanResponse fromJson(com.fasterxml.jackson.databind.JsonNode json, Map<Integer, PartitionSpec> specsById, boolean caseSensitive)  
 -