Package org.apache.camel.converter.aries
Class ConnectionRecordConverter
java.lang.Object
org.apache.camel.converter.aries.ConnectionRecordConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hyperledger.aries.api.connection.ConnectionRecordtoAries(com.google.gson.JsonObject jsonObj) static org.hyperledger.aries.api.connection.ConnectionRecordstatic org.hyperledger.aries.api.connection.ConnectionRecordstatic com.google.gson.JsonObjecttoJsonObject(org.hyperledger.aries.api.connection.ConnectionRecord item) toMap(org.hyperledger.aries.api.connection.ConnectionRecord item)
-
Constructor Details
-
ConnectionRecordConverter
public ConnectionRecordConverter()
-
-
Method Details
-
toAries
@Converter public static org.hyperledger.aries.api.connection.ConnectionRecord toAries(com.google.gson.JsonObject jsonObj) -
toAries
-
toAries
-
toJsonObject
@Converter public static com.google.gson.JsonObject toJsonObject(org.hyperledger.aries.api.connection.ConnectionRecord item) -
toMap
-