Modifier and Type | Method and Description |
---|---|
JsonEventPropertyGetter |
EventTypeNestableGetterFactoryJson.getGetterRootedDynamicNested(Property prop,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterIndexedBase |
class |
JsonGetterMappedBase |
class |
JsonGetterNestedArrayIndexedBase |
class |
JsonGetterNestedBase |
Modifier and Type | Field and Description |
---|---|
protected JsonEventPropertyGetter |
JsonGetterNestedBase.innerGetter |
protected JsonEventPropertyGetter |
JsonGetterNestedArrayIndexedBase.innerGetter |
Constructor and Description |
---|
JsonGetterNestedArrayIndexedBase(int index,
JsonEventPropertyGetter innerGetter,
String underlyingClassName) |
JsonGetterNestedBase(JsonEventPropertyGetter innerGetter,
String underlyingClassName) |
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterDynamicIndexedSchema |
class |
JsonGetterDynamicMappedSchema |
class |
JsonGetterDynamicNestedChain
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicNestedSchema
Property getter for Json underlying fields.
|
class |
JsonGetterDynamicSimpleSchema |
class |
JsonGetterIndexedSchema |
class |
JsonGetterMappedSchema
Property getter for Json underlying fields.
|
class |
JsonGetterNestedArrayIndexedSchema |
class |
JsonGetterNestedSchema |
class |
JsonGetterSimpleSchemaBase
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleSchemaWFragment
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleSchemaWFragmentArray
Property getter for Json underlying fields.
|
Constructor and Description |
---|
JsonGetterDynamicNestedChain(String underlyingClassName,
JsonEventPropertyGetter[] getters) |
JsonGetterDynamicNestedSchema(String propertyName,
JsonEventPropertyGetter innerGetter,
String underlyingClassName) |
JsonGetterNestedArrayIndexedSchema(int index,
JsonEventPropertyGetter innerGetter,
String underlyingClassName,
JsonUnderlyingField field) |
JsonGetterNestedSchema(JsonEventPropertyGetter innerGetter,
String underlyingClassName,
JsonUnderlyingField field) |
Modifier and Type | Class and Description |
---|---|
class |
JsonGetterIndexedEntryPOJOProvided
A getter that works on POJO events residing within a Map as an event property.
|
class |
JsonGetterIndexedProvided
Property getter for Json underlying fields.
|
class |
JsonGetterIndexedProvidedBaseNative
Property getter for Json underlying fields.
|
class |
JsonGetterMappedProvided
Property getter for Json underlying fields.
|
class |
JsonGetterNestedArrayIndexedProvided |
class |
JsonGetterNestedPOJOPropProvided |
class |
JsonGetterNestedProvided
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleProvidedBase
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleProvidedWFragmentArray
Property getter for Json underlying fields.
|
class |
JsonGetterSimpleProvidedWFragmentSimple
Property getter for Json underlying fields.
|
Constructor and Description |
---|
JsonGetterNestedArrayIndexedProvided(int index,
JsonEventPropertyGetter innerGetter,
String underlyingClassName,
Field field) |
JsonGetterNestedProvided(JsonEventPropertyGetter innerGetter,
String underlyingClassName,
Field field) |
Copyright © 2005–2019. All rights reserved.