Class RecCtxToEntryModelConverter
java.lang.Object
dev.vality.adapter.flow.lib.converter.entry.RecCtxToEntryModelConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<dev.vality.damsel.proxy_provider.RecurrentTokenContext,EntryStateModel>
public class RecCtxToEntryModelConverter extends Object implements org.springframework.core.convert.converter.Converter<dev.vality.damsel.proxy_provider.RecurrentTokenContext,EntryStateModel>
-
Constructor Summary
Constructors Constructor Description RecCtxToEntryModelConverter() -
Method Summary
Modifier and Type Method Description EntryStateModelconvert(dev.vality.damsel.proxy_provider.RecurrentTokenContext context)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
RecCtxToEntryModelConverter
public RecCtxToEntryModelConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<dev.vality.damsel.proxy_provider.RecurrentTokenContext,EntryStateModel>
-