Class CredentialParser
java.lang.Object
org.apache.iceberg.rest.credentials.CredentialParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic Credential
fromJson
(com.fasterxml.jackson.databind.JsonNode json) static Credential
static String
toJson
(Credential credential) static String
toJson
(Credential credential, boolean pretty) static void
toJson
(Credential credential, com.fasterxml.jackson.core.JsonGenerator gen)
-
Method Details
-
toJson
-
toJson
-
toJson
public static void toJson(Credential credential, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
IOException
-
fromJson
-
fromJson
-