ix.test
Class FixDomain.Fixer

java.lang.Object
  extended by ix.util.ObjectCopier
      extended by ix.test.FixDomain.Fixer
All Implemented Interfaces:
ObjectMapper
Enclosing class:
FixDomain

 class FixDomain.Fixer
extends ObjectCopier


Field Summary
 
Fields inherited from class ix.util.ObjectCopier
syntax
 
Constructor Summary
FixDomain.Fixer()
           
 
Method Summary
 java.lang.Object mapElement(java.lang.Object obj)
          Called on subobjects of the object being copied to determine what object takes the subobject's place in the copy.
(package private)  PatternAssignment mapPV(PatternAssignment pv)
           
 
Methods inherited from class ix.util.ObjectCopier
copy, copyLList, main, mapList, mapMap, mapPrimitive, mapSet, mapStruct, mapXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixDomain.Fixer

FixDomain.Fixer()
Method Detail

mapElement

public java.lang.Object mapElement(java.lang.Object obj)
Description copied from class: ObjectCopier
Called on subobjects of the object being copied to determine what object takes the subobject's place in the copy. The method in the ObjectCopier class is the identity function. In a subclass that made a deep (recursive) copy, it would call ObjectCopier.copy(Object) on the element.

Overrides:
mapElement in class ObjectCopier

mapPV

PatternAssignment mapPV(PatternAssignment pv)