Package org.apache.iceberg.aws.s3.signer
Class S3SignResponseParser
java.lang.Object
org.apache.iceberg.aws.s3.signer.S3SignResponseParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic S3SignResponsefromJson(com.fasterxml.jackson.databind.JsonNode json) static S3SignResponsestatic StringtoJson(S3SignResponse request) static StringtoJson(S3SignResponse request, boolean pretty) static voidtoJson(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
 
 -