- java.lang.Object
 - 
- com.pervasive.datarush.script.Transforms.DoubleToBigDecimal
 
 
- 
- All Implemented Interfaces:
 Transform
- Enclosing class:
 - Transforms
 
public static final class Transforms.DoubleToBigDecimal extends Object implements Transform
 
- 
- 
Constructor Summary
Constructors Constructor Description DoubleToBigDecimal() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(Class<?> sourceType, Class<?> targetType)Determines if this transformer supports the given types.Objecttransform(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:TransformDetermines if this transformer supports the given types. 
 - 
 
 -