Package | Description |
---|---|
com.espertech.esper.common.internal.event.json.core | |
com.espertech.esper.common.internal.event.json.getter |
Modifier and Type | Method and Description |
---|---|
JsonEventPropertyGetter |
EventTypeNestableGetterFactoryJson.getGetterRootedDynamicNested(Property prop,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterDynamicIndexed |
class |
JsonGetterDynamicMapped |
class |
JsonGetterDynamicNested
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicNestedChain
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicSimple |
class |
JsonGetterIndexed
Property getter for Json underlying fields.
|
class |
JsonGetterMapped
Property getter for Json underlying fields.
|
class |
JsonGetterNested
Property getter for Json underlying fields.
|
class |
JsonGetterNestedArrayIndexed
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleBase
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleWFragmentArray
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleWFragmentSimple
Property getter for Json underlying fields.
|
Constructor and Description |
---|
JsonGetterDynamicNested(String propertyName,
JsonEventPropertyGetter innerGetter,
String underlyingClassName) |
JsonGetterDynamicNestedChain(String underlyingClassName,
JsonEventPropertyGetter[] getters) |
JsonGetterNested(JsonUnderlyingField field,
JsonEventPropertyGetter innerGetter,
String underlyingClassName) |
JsonGetterNestedArrayIndexed(JsonUnderlyingField field,
int index,
JsonEventPropertyGetter innerGetter,
String underlyingClassName,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Copyright © 2005–2019. All rights reserved.