Interface BeanUtils.AnnotationMap

Enclosing class:
BeanUtils

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

    Modifier and Type
    Method
    Description
    Returns the name of the entity that this annotation stems from.
    <T extends Annotation>
    T
    getAnnotation(Class<T> annotationClazz)
    Returns the annotation for annotationClazz.
  • Method Details

    • getAnnotatedEntity

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

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