- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.shared.SharedMemberScanner
-
- 所有已实现的接口:
IMemberScanner
public class SharedMemberScanner extends Object implements IMemberScanner
-
-
构造器概要
构造器 构造器 说明 SharedMemberScanner()
-
方法概要
修饰符和类型 方法 说明 @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
@NotNull public @NotNull Collection<Method> getAllMethod(@NotNull @NotNull Class c)
- 指定者:
getAllMethod
在接口中IMemberScanner
-
getMethodByAnnotation
@NotNull public @NotNull Collection<Method> getMethodByAnnotation(@NotNull @NotNull Class c, @NotNull @NotNull Class<? extends Annotation> ann)
- 指定者:
getMethodByAnnotation
在接口中IMemberScanner
-
getAllField
@NotNull public @NotNull Collection<Field> getAllField(@NotNull @NotNull Class c)
- 指定者:
getAllField
在接口中IMemberScanner
-
getFieldByAnnotation
@NotNull public @NotNull Collection<Field> getFieldByAnnotation(@NotNull @NotNull Class c, @NotNull @NotNull Class<? extends Annotation> ann)
- 指定者:
getFieldByAnnotation
在接口中IMemberScanner
-
-