public class AbstractFinder.ClassInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
Constructor and Description |
---|
AbstractFinder.ClassInfo(Class clazz) |
AbstractFinder.ClassInfo(String name,
String superType) |
Modifier and Type | Method and Description |
---|---|
Class |
get() |
List<AbstractFinder.MethodInfo> |
getConstructors() |
List<AbstractFinder.FieldInfo> |
getFields() |
List<String> |
getInterfaces() |
List<AbstractFinder.MethodInfo> |
getMethods() |
String |
getName() |
String |
getPackageName() |
String |
getSuperType() |
String |
toString() |
getAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public AbstractFinder.ClassInfo(Class clazz)
public AbstractFinder.ClassInfo(String name, String superType)
public String getPackageName()
public List<AbstractFinder.MethodInfo> getConstructors()
public List<String> getInterfaces()
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
Copyright © 2005–2014. All rights reserved.