org.springframework.core.convert.support
Class GenericConversionService.ConverterCacheKey

java.lang.Object
  extended by org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
Enclosing class:
GenericConversionService

private static final class GenericConversionService.ConverterCacheKey
extends java.lang.Object


Field Summary
private  TypeDescriptor sourceType
           
private  TypeDescriptor targetType
           
 
Constructor Summary
GenericConversionService.ConverterCacheKey(TypeDescriptor sourceType, TypeDescriptor targetType)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

sourceType

private final TypeDescriptor sourceType

targetType

private final TypeDescriptor targetType
Constructor Detail

GenericConversionService.ConverterCacheKey

public GenericConversionService.ConverterCacheKey(TypeDescriptor sourceType,
                                                  TypeDescriptor targetType)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object