Package | Description |
---|---|
com.espertech.esper.common.internal.context.aifactory.update | |
com.espertech.esper.common.internal.context.util | |
com.espertech.esper.common.internal.epl.variable.core | |
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
TypeWidener |
InternalEventRouterWriterArrayElement.getTypeWidener() |
TypeWidener[] |
InternalEventRouterDesc.getWideners() |
Modifier and Type | Method and Description |
---|---|
void |
InternalEventRouterWriterArrayElement.setTypeWidener(TypeWidener typeWidener) |
void |
InternalEventRouterDesc.setWideners(TypeWidener[] wideners) |
Modifier and Type | Method and Description |
---|---|
TypeWidener[] |
InternalEventRouterEntry.getWideners()
Returns the type wideners to use or null if none required.
|
Constructor and Description |
---|
InternalEventRouterEntry(int priority,
boolean drop,
ExprEvaluator optionalWhereClause,
ExprEvaluator[] assignments,
EventBeanWriter writer,
TypeWidener[] wideners,
InternalEventRouterWriter[] specialPropWriters,
InternalRoutePreprocessView outputView,
StatementContext statementContext,
boolean hasSubselect)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
TypeWidener |
VariableTriggerWriteArrayElement.getTypeWidener() |
Modifier and Type | Method and Description |
---|---|
void |
VariableTriggerWriteArrayElement.setTypeWidener(TypeWidener typeWidener) |
Modifier and Type | Interface and Description |
---|---|
interface |
TypeWidenerSPI
Interface for a type widener.
|
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTypeCasterFactory.CharacterCaster
Cast implementation for char values.
|
class |
TypeWidenerBoxedNumeric
Widerner that coerces to a widened boxed number.
|
class |
TypeWidenerObjectArrayToCollectionCoercer
Type widner that coerces from String to char if required.
|
Copyright © 2005–2022. All rights reserved.