Package org.apache.struts2.util.finder
Class ClassFinder.MethodInfo
java.lang.Object
org.apache.struts2.util.finder.ClassFinder.Annotatable
org.apache.struts2.util.finder.ClassFinder.MethodInfo
- All Implemented Interfaces:
ClassFinder.Info
- Enclosing interface:
- ClassFinder
public static class ClassFinder.MethodInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info
-
Constructor Summary
ConstructorDescriptionMethodInfo
(ClassFinder.ClassInfo info, Constructor<?> constructor) MethodInfo
(ClassFinder.ClassInfo info, Method method) MethodInfo
(ClassFinder.ClassInfo declarignClass, String name, String returnType) -
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
-
MethodInfo
-
MethodInfo
-
MethodInfo
-
-
Method Details
-
getParameterAnnotations
-
getParameterAnnotations
-
getName
- Specified by:
getName
in interfaceClassFinder.Info
-
getDeclaringClass
-
getReturnType
-
toString
-