Package org.apache.struts2.util.finder
Class ClassFinder.ClassInfo
java.lang.Object
org.apache.struts2.util.finder.ClassFinder.Annotatable
org.apache.struts2.util.finder.ClassFinder.ClassInfo
- All Implemented Interfaces:
- ClassFinder.Info
- Enclosing interface:
- ClassFinder
public static class ClassFinder.ClassInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info
- 
Constructor SummaryConstructorsConstructorDescriptionClassInfo(Class<?> clazz, ClassFinder classFinder) ClassInfo(String name, String superType, ClassFinder classFinder) 
- 
Method SummaryMethods inherited from class org.apache.struts2.util.finder.ClassFinder.AnnotatablegetAnnotationsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.struts2.util.finder.ClassFinder.InfogetAnnotations
- 
Constructor Details- 
ClassInfo
- 
ClassInfo
 
- 
- 
Method Details- 
getPackageName
- 
getConstructors
- 
getInterfaces
- 
getSuperInterfaces
- 
getFields
- 
getMethods
- 
getName- Specified by:
- getNamein interface- ClassFinder.Info
 
- 
getSuperType
- 
get- Throws:
- ClassNotFoundException
 
- 
toString
 
-