Package org.apache.iceberg.rest.requests
Class ReportMetricsRequestParser
java.lang.Object
org.apache.iceberg.rest.requests.ReportMetricsRequestParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic ReportMetricsRequestfromJson(com.fasterxml.jackson.databind.JsonNode json) static ReportMetricsRequeststatic StringtoJson(ReportMetricsRequest request) static StringtoJson(ReportMetricsRequest request, boolean pretty) static voidtoJson(ReportMetricsRequest request, com.fasterxml.jackson.core.JsonGenerator gen)  
- 
Method Details
- 
toJson
 - 
toJson
 - 
toJson
public static void toJson(ReportMetricsRequest request, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
 IOException
 - 
fromJson
 - 
fromJson
 
 -