-
- 所有已知实现类:
SharedMemberScanner
@Bean public interface IMemberScanner
类成员搜索器, 在BeanManager获取
-
-
方法概要
修饰符和类型 方法 说明 @NotNull Collection<Field>getAllField(@NotNull Class c)@NotNull Collection<Method>getAllMethod(@NotNull Class c)@NotNull Collection<Field>getFieldByAnnotation(@NotNull Class c, @NotNull Class<? extends Annotation> ann)@NotNull Collection<Method>getMethodByAnnotation(@NotNull Class c, @NotNull Class<? extends Annotation> ann)
-
-
-
方法详细资料
-
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)
-
-