Package org.apache.struts2.util.finder
Class ClassFinder.FieldInfo
java.lang.Object
org.apache.struts2.util.finder.ClassFinder.Annotatable
org.apache.struts2.util.finder.ClassFinder.FieldInfo
- All Implemented Interfaces:
ClassFinder.Info
- Enclosing interface:
- ClassFinder
public static class ClassFinder.FieldInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info
-
Constructor Summary
ConstructorDescriptionFieldInfo
(ClassFinder.ClassInfo info, Field field) FieldInfo
(ClassFinder.ClassInfo declaringClass, String name, String type) -
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
-
FieldInfo
-
FieldInfo
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceClassFinder.Info
-
getDeclaringClass
-
getType
-
toString
-