Uses of Class
ix.util.reflect.FieldMap

Packages that use FieldMap
ix.util.reflect Reflection utilities. 
 

Uses of FieldMap in ix.util.reflect
 

Fields in ix.util.reflect declared as FieldMap
protected  FieldMap ClassDescr.fields
           
 

Methods in ix.util.reflect that return FieldMap
protected  FieldMap ClassSyntax.collectFieldInfo(java.lang.Class objClass)
           
protected  FieldMap ClassSyntax.collectFields(java.lang.Class c, FieldMap fields)
          Returns an initial List of FieldDescrs.
(package private)  FieldMap ClassSyntax.makeFieldDescrs(java.lang.Class c)
          Called from a ClassDescr to make descriptions of the class's fields.
 

Methods in ix.util.reflect with parameters of type FieldMap
protected  FieldMap ClassSyntax.collectFields(java.lang.Class c, FieldMap fields)
          Returns an initial List of FieldDescrs.
protected  void ClassSyntax.tryGetMethod(java.lang.reflect.Method meth, FieldMap fields)
           
protected  void ClassSyntax.trySetMethod(java.lang.reflect.Method meth, FieldMap fields)