org.jcon.data
Interface ObjectMangler

All Superinterfaces:
ObjectTransform
All Known Implementing Classes:
PropertySettingMangler, PropertyTransformingMangler, TransformAndSetPropertyMangler

public interface ObjectMangler
extends ObjectTransform

This interface is really a marker subinterface of ObjectTransform. Implement this instead of ObjectTransform if your transform directly modifies the object given, rather than creating an independent modified version. In general, you should name your class with a name ending in "Mangler", and your transform() method should modify the object, then pass it through as the result.

Author:
Paul Reavis

Method Summary
 
Methods inherited from interface org.jcon.data.ObjectTransform
transform