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