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