Package org.drools.core.base
Class CoercionUtil
- java.lang.Object
-
- org.drools.core.base.CoercionUtil
-
public class CoercionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description CoercionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BigDecimalcoerceToBigDecimal(Object value)static BigIntegercoerceToBigInteger(Object value)static CharactercoerceToCharacter(Object value)static DoublecoerceToDouble(Object value)static FloatcoerceToFloat(Object value)static IntegercoerceToInteger(Object value)static LongcoerceToLong(Object value)static NumbercoerceToNumber(Number value, Class<?> toClass)static NumbercoerceToNumber(String value, Class<?> toClass)static ShortcoerceToShort(Object value)static StringcoerceToString(Object value)
-
-
-
Method Detail
-
coerceToBigInteger
public static BigInteger coerceToBigInteger(Object value)
-
coerceToBigDecimal
public static BigDecimal coerceToBigDecimal(Object value)
-
-