Class LoadCredentialsResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.LoadCredentialsResponseParser
- 
Method SummaryModifier and TypeMethodDescriptionstatic LoadCredentialsResponsefromJson(com.fasterxml.jackson.databind.JsonNode json) static LoadCredentialsResponsestatic StringtoJson(LoadCredentialsResponse response) static StringtoJson(LoadCredentialsResponse response, boolean pretty) static voidtoJson(LoadCredentialsResponse response, com.fasterxml.jackson.core.JsonGenerator gen) 
- 
Method Details- 
toJson
- 
toJson
- 
toJsonpublic static void toJson(LoadCredentialsResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
- IOException
 
- 
fromJson
- 
fromJson
 
-