类 GenericConverter.ConvertiblePair

java.lang.Object
cn.taketoday.core.conversion.GenericConverter.ConvertiblePair
封闭接口:
GenericConverter

public static final class GenericConverter.ConvertiblePair extends Object
Holder for a source-to-target class pair.
  • 字段详细资料

    • sourceType

      public final Class<?> sourceType
    • targetType

      public final Class<?> targetType
  • 构造器详细资料

    • ConvertiblePair

      public ConvertiblePair(Class<?> sourceType, Class<?> targetType)
      Create a new source-to-target pair.
      参数:
      sourceType - the source type
      targetType - the target type
  • 方法详细资料