java.lang.Object
com.pervasive.datarush.script.Transforms
Provides a set of transforms and a means to find the wanted one.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic TransformfindTransform(Class<?> sourceType, Class<?> targetType) Find a transformer for the given source and target type.
-
Method Details
-
findTransform
Find a transformer for the given source and target type.- Parameters:
sourceType- type of the sourcetargetType- type of the target- Returns:
- an appropriate transformer or
nullif one is not available
-