public interface Converter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canConvert(Class<?> sourceType, Class<?> targetType)
     
    <T> T
    convert(Object source, Class<T> targetType)
     
  • Method Details

    • canConvert

      boolean canConvert(Class<?> sourceType, Class<?> targetType)
    • convert

      <T> T convert(@Nullable Object source, Class<T> targetType)