Uses of Interface
org.springframework.binding.support.AnnotationTranslator

Packages that use AnnotationTranslator
org.springframework.binding.support Implementations of the property access interfaces providing basic bean/class access. 
 

Uses of AnnotationTranslator in org.springframework.binding.support
 

Classes in org.springframework.binding.support that implement AnnotationTranslator
 class ReflectionAnnotationTranslator
          Uses reflection to translate annotations into property level user metadata.
 

Methods in org.springframework.binding.support that return AnnotationTranslator
 AnnotationTranslator AnnotationAwareBeanPropertyAccessStrategy.getAnnotationTranslator()
           
 

Methods in org.springframework.binding.support with parameters of type AnnotationTranslator
 void AnnotationAwareBeanPropertyAccessStrategy.setAnnotationTranslator(AnnotationTranslator annotationTranslator)
           
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.