Class GenericConverter.ConvertiblePair

java.lang.Object
org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
Enclosing interface:
GenericConverter

public static final class GenericConverter.ConvertiblePair extends Object
Holder for a source-to-target class pair.
  • Constructor Details

    • ConvertiblePair

      public ConvertiblePair(Class<?> sourceType, Class<?> targetType)
      Create a new source-to-target pair.
      Parameters:
      sourceType - the source type
      targetType - the target type
  • Method Details