Uses of Package
ix.util.reflect

Packages that use ix.util.reflect
ix.icore.domain Domain descriptions. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.ip2 I-X Process Panels 
ix.test Simple applications for testing purposes. 
ix.util General-purpose utilities. 
ix.util.reflect Reflection utilities. 
ix.util.xml XML utilities. 
 

Classes in ix.util.reflect used by ix.icore.domain
AliasFields
          Annotation for listing fields that should be treated as having a different name in the the visible syntax for a class.
HiddenFields
          Annotation for listing fields that should not be included in the visible syntax for a class.
 

Classes in ix.util.reflect used by ix.icore.plan
ObjectVisitor
          Provides methods for the principal ClassDescr cases when visiting an instance of the corresponding class.
 

Classes in ix.util.reflect used by ix.ip2
ClassFinder
          Converts between class names (Strings) and classes.
ClassSyntax
          Provides a syntax for objects by acting as a factory for class and field descriptions.
ObjectMapper
          Provides methods for the principal ClassDescr cases when transforming an instance of the corresponding class.
 

Classes in ix.util.reflect used by ix.test
ClassSyntax
          Provides a syntax for objects by acting as a factory for class and field descriptions.
FieldDescr
          A view or description of a field.
InheritanceTree
          A view of class-subclass relationships.
ObjectMapper
          Provides methods for the principal ClassDescr cases when transforming an instance of the corresponding class.
 

Classes in ix.util.reflect used by ix.util
ClassDescr
          A view or description of a class.
ClassSyntax
          Provides a syntax for objects by acting as a factory for class and field descriptions.
FieldDescr
          A view or description of a field.
ObjectMapper
          Provides methods for the principal ClassDescr cases when transforming an instance of the corresponding class.
ObjectVisitor
          Provides methods for the principal ClassDescr cases when visiting an instance of the corresponding class.
 

Classes in ix.util.reflect used by ix.util.reflect
ClassDescr
          A view or description of a class.
ClassFinder
          Converts between class names (Strings) and classes.
ClassSyntax
          Provides a syntax for objects by acting as a factory for class and field descriptions.
ClassVisitor
          Provides methods for the principal ClassDescr cases when examining a ClassDescr.
FieldDescr
          A view or description of a field.
FieldMap
          Maps an external or internal (Java) name to a FieldDescr.
FieldVisitor
          An object called to visit a field when examining class and field descriptions.
ObjectMapper
          Provides methods for the principal ClassDescr cases when transforming an instance of the corresponding class.
ObjectVisitor
          Provides methods for the principal ClassDescr cases when visiting an instance of the corresponding class.
Stringer
          Converts "atomic" objects to and from strings.
 

Classes in ix.util.reflect used by ix.util.xml
ClassDescr
          A view or description of a class.
ClassFinder
          Converts between class names (Strings) and classes.
ClassSyntax
          Provides a syntax for objects by acting as a factory for class and field descriptions.
FieldDescr
          A view or description of a field.
FieldVisitor
          An object called to visit a field when examining class and field descriptions.
InheritanceTree
          A view of class-subclass relationships.