AbstractFinder.Info
public 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() |
getAnnotations
getAnnotations
public 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.Info
public String getSuperType()
public Class<?> get() throws ClassNotFoundException
ClassNotFoundException
public String getPath()
Copyright © 2005–2018. All rights reserved.