Package org.apache.iceberg.rest.requests
Class PlanTableScanRequestParser
java.lang.Object
org.apache.iceberg.rest.requests.PlanTableScanRequestParser
- 
Method SummaryModifier and TypeMethodDescriptionstatic PlanTableScanRequestfromJson(com.fasterxml.jackson.databind.JsonNode json) static PlanTableScanRequeststatic StringtoJson(PlanTableScanRequest request) static StringtoJson(PlanTableScanRequest request, boolean pretty) static voidtoJson(PlanTableScanRequest request, com.fasterxml.jackson.core.JsonGenerator gen) 
- 
Method Details- 
toJson
- 
toJson
- 
toJsonpublic static void toJson(PlanTableScanRequest request, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
- IOException
 
- 
fromJson
- 
fromJson
 
-