Package | Description |
---|---|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Constructor and Description |
---|
NonnumericCasterComputer(SimpleTypeCaster numericTypeCaster)
Ctor.
|
NumberCasterComputer(SimpleTypeCaster numericTypeCaster)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTypeCasterAnyType
Cast implementation for non-numeric values that caches allowed casts assuming there is a small set of casts allowed.
|
Modifier and Type | Method and Description |
---|---|
static SimpleTypeCaster |
SimpleTypeCasterFactory.getCaster(java.lang.Class fromType,
java.lang.Class targetType)
Returns a caster that casts to a target type.
|