Package org.apache.iceberg.aws.s3.signer
Class S3SignResponseParser
java.lang.Object
org.apache.iceberg.aws.s3.signer.S3SignResponseParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic S3SignResponse
fromJson
(com.fasterxml.jackson.databind.JsonNode json) static S3SignResponse
static String
toJson
(S3SignResponse request) static String
toJson
(S3SignResponse request, boolean pretty) static void
toJson
(S3SignResponse response, com.fasterxml.jackson.core.JsonGenerator gen)
-
Method Details
-
toJson
-
toJson
-
toJson
public static void toJson(S3SignResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
IOException
-
fromJson
-
fromJson
-