- java.lang.Object
-
- com.pervasive.datarush.script.Transforms.ObjectToJoinKey
-
- All Implemented Interfaces:
Transform
- Enclosing class:
- Transforms
public static final class Transforms.ObjectToJoinKey extends Object implements Transform
-
-
Constructor Summary
Constructors Constructor Description ObjectToJoinKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supports(Class<?> sourceType, Class<?> targetType)
Determines if this transformer supports the given types.Object
transform(Object source, Class<?> targetType)
Transform the given source object into the wanted target object.
-
-
-
Method Detail
-
supports
public boolean supports(Class<?> sourceType, Class<?> targetType)
Description copied from interface:Transform
Determines if this transformer supports the given types.
-
-