Class BeanEditContextImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      <?> beanClass)  
    • Method Summary

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

        , , , , , , , , , ,
    • Constructor Detail

      • BeanEditContextImpl

        public <?> beanClass)
    • Method Detail

      • getAnnotation

        public <T extends > T <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