Package com.embabel.agent.api.common
Interface Transformation
-
- All Implemented Interfaces:
public interface Transformation<I extends Object, O extends Object>Transformation function signature
-
-
Method Summary
Modifier and Type Method Description abstract Otransform(TransformationActionContext<I, O> context)-
-
Method Detail
-
transform
abstract O transform(TransformationActionContext<I, O> context)
-
-
-
-