public void setObjClass(java.lang.Class objClass)
throws java.lang.Exception
Assign a new oject class to this Mapper. Subclasses of ValueMapper
must override this if any of their data is dependant on the value
of objClass. Overriders must always call super.setObjClass.
Parameters:
objClass - The new class to assign to the Mapper
Throws:
java.lang.Exception
duplicate
public final ValueMapper duplicate(java.lang.Class objClass)
throws java.lang.Exception
Throws:
java.lang.Exception
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException