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() |
getAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public FieldInfo(ClassFinder.ClassInfo info, Field field)
public FieldInfo(ClassFinder.ClassInfo declaringClass, String name, String type)
public String getName()
getName
in interface ClassFinder.Info
public ClassFinder.ClassInfo getDeclaringClass()
public String getType()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.