Package | Description |
---|---|
com.espertech.esper.epl.expression.funcs |
Function expressions.
|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Constructor and Description |
---|
NonnumericCasterComputer(SimpleTypeCaster numericTypeCaster) |
NumberCasterComputer(SimpleTypeCaster numericTypeCaster) |
Constructor and Description |
---|
VariantEventPropertyGetterAnyWCast(VariantPropertyGetterCache propertyGetterCache,
int assignedPropertyNumber,
SimpleTypeCaster caster) |
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.
|
static class |
SimpleTypeCasterFactory.CharacterCaster
Cast implementation for char values.
|
Modifier and Type | Method and Description |
---|---|
static SimpleTypeCaster |
SimpleTypeCasterFactory.getCaster(Class fromType,
Class targetType)
Returns a caster that casts to a target type.
|