Uses of Class
ix.util.reflect.FieldDescr

Packages that use FieldDescr
ix.util.reflect Reflection utilities. 
ix.util.xml XML utilities. 
 

Uses of FieldDescr in ix.util.reflect
 

Methods in ix.util.reflect that return FieldDescr
 FieldDescr ClassDescr.fieldForExternalName(java.lang.String externalName)
           
 FieldDescr ClassDescr.fieldForName(java.lang.String javaName)
           
protected  FieldDescr ClassSyntax.makeFieldDescr(java.lang.String name, java.lang.Class type)
           
 

Methods in ix.util.reflect with parameters of type FieldDescr
 void FieldMap.add(FieldDescr fd)
           
protected  ClassDescr ClassSyntax.makeFieldTypeDescr(FieldDescr fd, java.lang.Class fromClass)
          Constructs a ClassDescr that describes the value of a field.
 void FieldMap.remove(FieldDescr fd)
           
 void FieldVisitor.visitField(ClassDescr cd, FieldDescr fd)
          Visit the specified field in the specified class
 

Uses of FieldDescr in ix.util.xml
 

Methods in ix.util.xml with parameters of type FieldDescr
protected  java.lang.String XMLSyntax.getElementName(FieldDescr fd)
           
protected  void XMLTranslator.visitField(java.lang.Object obj, FieldDescr fd, org.jdom.Element objElt)