- 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 class
Transforms.BooleanToBoolean
static class
Transforms.DoubleToBigDecimal
static class
Transforms.DoubleToDouble
static class
Transforms.DoubleToFloatingPointTolerance
static class
Transforms.DoubleToInt
static class
Transforms.DoubleToLong
static class
Transforms.IntegerToDouble
static class
Transforms.IntegerToInt
static class
Transforms.IntegerToLong
static class
Transforms.ObjectToJoinKey
static class
Transforms.ObjectToSortKey
static class
Transforms.StringToEnum
static class
Transforms.StringToFile
static class
Transforms.TextRecordToRecordTokenType
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Transform
findTransform(Class<?> sourceType, Class<?> targetType)
Find a transformer for the given source and target type.
-