public static class ClassFinder.FieldInfo extends ClassFinder.Annotatable implements ClassFinder.Info
Constructor and Description |
---|
ClassFinder.FieldInfo(ClassFinder.ClassInfo info,
Field field) |
ClassFinder.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 ClassFinder.FieldInfo(ClassFinder.ClassInfo info, Field field)
public ClassFinder.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-2015 Apache Software Foundation. All Rights Reserved.