public static final class

GenericConverter.ConvertiblePair

extends Object
java.lang.Object
   ↳ org.springframework.core.convert.converter.GenericConverter.ConvertiblePair

Class Overview

Holder for a source-to-target class pair.

Summary

Public Constructors
GenericConverter.ConvertiblePair(Class<?> sourceType, Class<?> targetType)
Create a new source-to-target pair.
Public Methods
Class<?> getSourceType()
Class<?> getTargetType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GenericConverter.ConvertiblePair (Class<?> sourceType, Class<?> targetType)

Also: SpringCore

Create a new source-to-target pair.

Parameters
sourceType the source type
targetType the target type

Public Methods

public Class<?> getSourceType ()

Also: SpringCore

public Class<?> getTargetType ()

Also: SpringCore