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

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

private static class GenericConversionService.MatchableConverters
extends java.lang.Object


Field Summary
private  java.util.LinkedList<ConditionalGenericConverter> conditionalConverters
           
private  GenericConverter defaultConverter
           
 
Constructor Summary
private GenericConversionService.MatchableConverters()
           
 
Method Summary
 void add(GenericConverter converter)
           
 GenericConverter matchConverter(TypeDescriptor sourceType, TypeDescriptor targetType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

conditionalConverters

private java.util.LinkedList<ConditionalGenericConverter> conditionalConverters

defaultConverter

private GenericConverter defaultConverter
Constructor Detail

GenericConversionService.MatchableConverters

private GenericConversionService.MatchableConverters()
Method Detail

add

public void add(GenericConverter converter)

matchConverter

public GenericConverter matchConverter(TypeDescriptor sourceType,
                                       TypeDescriptor targetType)

toString

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