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