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

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T convert(@Nullable() S source)
      • 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
    • Constructor Detail

    • Method Detail

      • convert

        @Nullable() T convert(@Nullable() S source)