Interface WingsConverter
-
- All Implemented Interfaces:
-
org.springframework.core.convert.converter.Converter,pro.fessional.mirana.cast.BiConvertor
public interface WingsConverter<S, T> implements BiConvertor<S, T>, Converter<S, T>Bidirectional conversion of Source and Target
- Since:
2021-01-17
trydofor
-
-
Method Summary
-
Methods inherited from class pro.fessional.mirana.cast.BiConvertor
canToSource, canToTarget, compose, of, reverseBiConvertor, sourceType, targetType, toSource, toTarget, tryToSource, tryToTarget -
Methods inherited from class org.springframework.core.convert.converter.Converter
andThen -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-