模块 mxlib.api

接口 IMemberScanner

  • 所有已知实现类:
    SharedMemberScanner

    @Bean
    public interface IMemberScanner
    类成员搜索器, 在BeanManager获取
    • 方法详细资料

      • getAllMethod

        @Contract(pure=true)
        @NotNull
        @NotNull Collection<Method> getAllMethod​(@NotNull
                                                 @NotNull Class c)
      • getMethodByAnnotation

        @Contract(pure=true)
        @NotNull
        @NotNull Collection<Method> getMethodByAnnotation​(@NotNull
                                                          @NotNull Class c,
                                                          @NotNull
                                                          @NotNull Class<? extends Annotation> ann)
      • getAllField

        @Contract(pure=true)
        @NotNull
        @NotNull Collection<Field> getAllField​(@NotNull
                                               @NotNull Class c)
      • getFieldByAnnotation

        @Contract(pure=true)
        @NotNull
        @NotNull Collection<Field> getFieldByAnnotation​(@NotNull
                                                        @NotNull Class c,
                                                        @NotNull
                                                        @NotNull Class<? extends Annotation> ann)