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