Package | Description |
---|---|
com.espertech.esper.common.internal.epl.expression.funcs | |
com.espertech.esper.common.internal.event.variant | |
com.espertech.esper.common.internal.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(VariantEventType variantEventType,
String propertyName,
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.
|
Copyright © 2005–2019. All rights reserved.