AnnotationFinder.Info
public class AnnotationFinder.ClassInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
Constructor | Description |
---|---|
ClassInfo(Class clazz) |
|
ClassInfo(String name,
String superType) |
Modifier and Type | Method | Description |
---|---|---|
Class<?> |
get() |
|
List<AnnotationFinder.MethodInfo> |
getConstructors() |
|
List<AnnotationFinder.FieldInfo> |
getFields() |
|
List<String> |
getInterfaces() |
|
String |
getMetaAnnotationName() |
|
List<AnnotationFinder.MethodInfo> |
getMethods() |
|
String |
getName() |
|
String |
getPackageName() |
|
String |
getSuperType() |
|
boolean |
isAnnotation() |
|
String |
toString() |
getAnnotations, getDeclaredAnnotations
getAnnotations, getDeclaredAnnotations
public ClassInfo(Class clazz)
public String getMetaAnnotationName()
getMetaAnnotationName
in interface AnnotationFinder.Info
getMetaAnnotationName
in class AnnotationFinder.Annotatable
public String getPackageName()
public List<AnnotationFinder.MethodInfo> getConstructors()
public List<AnnotationFinder.FieldInfo> getFields()
public List<AnnotationFinder.MethodInfo> getMethods()
public String getName()
getName
in interface AnnotationFinder.Info
public String getSuperType()
public boolean isAnnotation()
public Class<?> get() throws ClassNotFoundException
ClassNotFoundException
Copyright © 2005–2018. All rights reserved.