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