类 CustomAnnotationFinder

java.lang.Object
org.dromara.autotable.solon.adapter.CustomAnnotationFinder
所有已实现的接口:
org.dromara.autotable.core.AutoTableAnnotationFinder

public class CustomAnnotationFinder extends Object implements org.dromara.autotable.core.AutoTableAnnotationFinder
作者:
don
  • 构造器详细资料

    • CustomAnnotationFinder

      public CustomAnnotationFinder()
  • 方法详细资料

    • find

      public <A extends Annotation> A find(Class<?> clazz, Class<A> annotationClass)
      指定者:
      find 在接口中 org.dromara.autotable.core.AutoTableAnnotationFinder
    • find

      public <A extends Annotation> A find(Method method, Class<A> annotationClass)
      指定者:
      find 在接口中 org.dromara.autotable.core.AutoTableAnnotationFinder
    • find

      public <A extends Annotation> A find(Field field, Class<A> annotationClass)
      指定者:
      find 在接口中 org.dromara.autotable.core.AutoTableAnnotationFinder
    • exist

      public <A extends Annotation> boolean exist(Class<?> clazz, Class<A> annotationClass)
      指定者:
      exist 在接口中 org.dromara.autotable.core.AutoTableAnnotationFinder
    • exist

      public <A extends Annotation> boolean exist(Method method, Class<A> annotationClass)
      指定者:
      exist 在接口中 org.dromara.autotable.core.AutoTableAnnotationFinder
    • exist

      public <A extends Annotation> boolean exist(Field field, Class<A> annotationClass)
      指定者:
      exist 在接口中 org.dromara.autotable.core.AutoTableAnnotationFinder