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