Class AnnotationParser.FieldInfo
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationParser.FieldInfo
- Enclosing class:
- AnnotationParser
Immutable information gathered by parsing a field on a class.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FieldInfo
public FieldInfo(AnnotationParser.ClassInfo classInfo, String fieldName, int access, String fieldType, String signature, Object value)
-
-
Method Details
-
getClassInfo
-
getFieldName
-
getAccess
public int getAccess() -
getFieldType
-
getSignature
-
getValue
-