Class ObjectTransform
- java.lang.Object
-
- net.sf.jkniv.whinstone.classification.ObjectTransform
-
- All Implemented Interfaces:
Transformable<Object>
public class ObjectTransform extends Object implements Transformable<Object>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jkniv.whinstone.classification.Transformable
Transformable.TransformableType
-
-
Constructor Summary
Constructors Constructor Description ObjectTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Ttransform(Object row, Class<T> type)voidtransform(Object row, Object instance)
-
-
-
Method Detail
-
transform
public <T> T transform(Object row, Class<T> type)
- Specified by:
transformin interfaceTransformable<Object>
-
transform
public void transform(Object row, Object instance)
- Specified by:
transformin interfaceTransformable<Object>
-
-