Interface JavaBeanAnnotatedElement

    • Method Detail

      • getType

        Type getType()
      • getDeclaredAnnotations

        Annotation[] getDeclaredAnnotations()
      • getGenericType

        Type getGenericType()
      • getAnnotation

        <A extends Annotation> A getAnnotation​(Class<A> annotationClass)
      • isAnnotationPresent

        default boolean isAnnotationPresent​(Class<? extends Annotation> annotationClass)