public class DMTransformImpl extends java.lang.Object implements DMTransform
Constructor and Description |
---|
DMTransformImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
transform(WebClientSession session,
java.lang.Object target)
Dummy implementation that returns the target object without modification.
|
public java.lang.Object transform(WebClientSession session, java.lang.Object target)
transform
in interface DMTransform
session
- A reference to the current web client sessiontarget
- The object to be transformed