Uses of Interface
ix.util.reflect.ObjectMapper

Packages that use ObjectMapper
ix.util General-purpose utilities. 
ix.util.reflect Reflection utilities. 
 

Uses of ObjectMapper in ix.util
 

Classes in ix.util that implement ObjectMapper
 class DeepCopier
          Copies Objects, recursively copying subobjects.
 class ObjectCopier
          Copies Objects.
 

Uses of ObjectMapper in ix.util.reflect
 

Methods in ix.util.reflect with parameters of type ObjectMapper
 java.lang.Object ClassDescr.mapObject(java.lang.Object obj, ObjectMapper mapper)