org.springframework.format.support
Class FormattingConversionService.AnnotationConverterKey

java.lang.Object
  extended by org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
Enclosing class:
FormattingConversionService

private static class FormattingConversionService.AnnotationConverterKey
extends java.lang.Object


Field Summary
private  java.lang.annotation.Annotation annotation
           
private  java.lang.Class<?> fieldType
           
 
Constructor Summary
FormattingConversionService.AnnotationConverterKey(java.lang.annotation.Annotation annotation, java.lang.Class<?> fieldType)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.annotation.Annotation getAnnotation()
           
 java.lang.Class<?> getFieldType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotation

private final java.lang.annotation.Annotation annotation

fieldType

private final java.lang.Class<?> fieldType
Constructor Detail

FormattingConversionService.AnnotationConverterKey

public FormattingConversionService.AnnotationConverterKey(java.lang.annotation.Annotation annotation,
                                                          java.lang.Class<?> fieldType)
Method Detail

getAnnotation

public java.lang.annotation.Annotation getAnnotation()

getFieldType

public java.lang.Class<?> getFieldType()

equals

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

hashCode

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