public static class ClassFinder.FieldInfo extends ClassFinder.Annotatable implements ClassFinder.Info
| Constructor and Description | 
|---|
| FieldInfo(ClassFinder.ClassInfo info,
         Field field) | 
| FieldInfo(ClassFinder.ClassInfo declaringClass,
         String name,
         String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassFinder.ClassInfo | getDeclaringClass() | 
| String | getName() | 
| String | getType() | 
| String | toString() | 
getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationspublic FieldInfo(ClassFinder.ClassInfo info, Field field)
public FieldInfo(ClassFinder.ClassInfo declaringClass, String name, String type)
public String getName()
getName in interface ClassFinder.Infopublic ClassFinder.ClassInfo getDeclaringClass()
public String getType()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.