Class AdapterStateDeserializer
java.lang.Object
dev.vality.adapter.bank.payout.spring.boot.starter.state.deserializer.AdapterStateDeserializer
- All Implemented Interfaces:
Deserializer<AdapterState>
public class AdapterStateDeserializer extends Object implements Deserializer<AdapterState>
-
Constructor Summary
Constructors Constructor Description AdapterStateDeserializer() -
Method Summary
Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMappergetMapper()AdapterStateread(byte[] data)AdapterStateread(String data)
-
Constructor Details
-
AdapterStateDeserializer
public AdapterStateDeserializer()
-
-
Method Details
-
read
- Specified by:
readin interfaceDeserializer<AdapterState>
-
read
- Specified by:
readin interfaceDeserializer<AdapterState>
-
getMapper
public com.fasterxml.jackson.databind.ObjectMapper getMapper()
-