Package org.apache.camel.converter.aries
Class V1CredentialExchangeConverter
- java.lang.Object
-
- org.apache.camel.converter.aries.V1CredentialExchangeConverter
-
@Converter(generateLoader=true) public final class V1CredentialExchangeConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description V1CredentialExchangeConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchangetoAries(com.google.gson.JsonObject jsonObj)static org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchangetoAries(String json)static org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchangetoAries(Map<String,Object> map)static com.google.gson.JsonObjecttoJsonObject(org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange item)static Map<String,Object>toMap(org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange item)
-
-
-
Method Detail
-
toAries
@Converter public static org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange toAries(com.google.gson.JsonObject jsonObj)
-
toAries
@Converter public static org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange toAries(String json)
-
toAries
@Converter public static org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange toAries(Map<String,Object> map)
-
toJsonObject
@Converter public static com.google.gson.JsonObject toJsonObject(org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange item)
-
-