Package org.apache.iceberg.rest.requests
Class RemoteSignRequestParser
java.lang.Object
org.apache.iceberg.rest.requests.RemoteSignRequestParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteSignRequestfromJson(com.fasterxml.jackson.databind.JsonNode json) static RemoteSignRequestheadersFromJson(String property, com.fasterxml.jackson.databind.JsonNode json) static voidheadersToJson(String property, Map<String, List<String>> headers, com.fasterxml.jackson.core.JsonGenerator gen) static StringtoJson(RemoteSignRequest request) static StringtoJson(RemoteSignRequest request, boolean pretty) static voidtoJson(RemoteSignRequest request, com.fasterxml.jackson.core.JsonGenerator gen)
-
Method Details
-
toJson
-
toJson
-
toJson
public static void toJson(RemoteSignRequest request, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
IOException
-
fromJson
-
fromJson
-
headersToJson
public static void headersToJson(String property, Map<String, List<String>> headers, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException- Throws:
IOException
-
headersFromJson
-