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 Summary
ConstructorsConstructorDescriptionClassInfo
(Class<?> clazz, ClassFinder classFinder) ClassInfo
(String name, String superType, ClassFinder classFinder) -
Method Summary
Methods inherited from class org.apache.struts2.util.finder.ClassFinder.Annotatable
getAnnotations
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.struts2.util.finder.ClassFinder.Info
getAnnotations
-
Constructor Details
-
ClassInfo
-
ClassInfo
-
-
Method Details
-
getPackageName
-
getConstructors
-
getInterfaces
-
getSuperInterfaces
-
getFields
-
getMethods
-
getName
- Specified by:
getName
in interfaceClassFinder.Info
-
getSuperType
-
get
- Throws:
ClassNotFoundException
-
toString
-