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