- java.lang.Object
-
- com.pervasive.datarush.script.Transforms
-
public class Transforms extends Object
Provides a set of transforms and a means to find the wanted one.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransforms.BooleanToBooleanstatic classTransforms.DoubleToBigDecimalstatic classTransforms.DoubleToDoublestatic classTransforms.DoubleToFloatingPointTolerancestatic classTransforms.DoubleToIntstatic classTransforms.DoubleToLongstatic classTransforms.IntegerToDoublestatic classTransforms.IntegerToIntstatic classTransforms.IntegerToLongstatic classTransforms.ObjectToJoinKeystatic classTransforms.ObjectToSortKeystatic classTransforms.StringToEnumstatic classTransforms.StringToFilestatic classTransforms.TextRecordToRecordTokenType
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransformfindTransform(Class<?> sourceType, Class<?> targetType)Find a transformer for the given source and target type.
-