Class BeanEditContextImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      BeanEditContextImpl​(java.lang.Class<?> beanClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.Class<T> type)
      Searches for the specified annotation, returning the matching annotation instance.
      java.lang.Class<?> getBeanClass()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAnnotation

        public <T extends java.lang.annotation.Annotation> T getAnnotation​(java.lang.Class<T> type)
        Description copied from interface: AnnotationProvider
        Searches for the specified annotation, returning the matching annotation instance.
        Specified by:
        getAnnotation in interface AnnotationProvider
        Parameters:
        type - used to select the annotation to return
        Returns:
        the annotation, or null if not found