Interface BeanUtils.AnnotationMap

  • Enclosing class:
    BeanUtils

    public static interface BeanUtils.AnnotationMap
    A map that provides annotations for given annotation classes.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAnnotatedEntity()
      Returns the name of the entity that this annotation stems from.
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.Class<T> annotationClazz)
      Returns the annotation for annotationClazz.
    • Method Detail

      • getAnnotatedEntity

        java.lang.String getAnnotatedEntity()
        Returns the name of the entity that this annotation stems from.
      • getAnnotation

        <T extends java.lang.annotation.Annotation> T getAnnotation​(java.lang.Class<T> annotationClazz)
        Returns the annotation for annotationClazz.