Uses of Class
com.espertech.esper.common.internal.util.CoercionException
Package
Description
Utility classes that center around Java type handling, printing, reflection, debugging
-
Uses of CoercionException in com.espertech.esper.common.internal.util
Modifier and TypeMethodDescriptionstatic EPTypeClass
JavaClassHelper.getArithmaticCoercionType
(EPTypeClass typeOne, EPTypeClass typeTwo) Returns the coercion type for the 2 numeric types for use in arithmatic.static Class<?>
JavaClassHelper.getArithmaticCoercionType
(Class<?> typeOne, Class<?> typeTwo) Returns the coercion type for the 2 numeric types for use in arithmatic.static EPType
JavaClassHelper.getCommonCoercionType
(EPType[] types) Determines a common denominator type to which one or more types can be casted or coerced.static EPTypeClass
JavaClassHelper.getCompareToCoercionType
(EPType typeOne, EPType typeTwo) Returns for 2 classes to be compared via relational operator the Class type of common comparison.