Uses of Class
com.espertech.esper.common.internal.event.json.compiletime.JsonUnderlyingField
Packages that use JsonUnderlyingField
Package
Description
-
Uses of JsonUnderlyingField in com.espertech.esper.common.internal.event.json.compiletime
Methods in com.espertech.esper.common.internal.event.json.compiletime that return types with arguments of type JsonUnderlyingField -
Uses of JsonUnderlyingField in com.espertech.esper.common.internal.event.json.core
Methods in com.espertech.esper.common.internal.event.json.core that return types with arguments of type JsonUnderlyingFieldMethod parameters in com.espertech.esper.common.internal.event.json.core with type arguments of type JsonUnderlyingFieldModifier and TypeMethodDescriptionvoid
JsonEventTypeDetail.setFieldDescriptors
(Map<String, JsonUnderlyingField> fieldDescriptors) Constructor parameters in com.espertech.esper.common.internal.event.json.core with type arguments of type JsonUnderlyingFieldModifierConstructorDescriptionJsonEventTypeDetail
(String underlyingClassName, Class optionalUnderlyingProvided, String delegateClassName, String delegateFactoryClassName, String serdeClassName, Map<String, JsonUnderlyingField> fieldDescriptors, boolean dynamic, int numFieldsSupertype) -
Uses of JsonUnderlyingField in com.espertech.esper.common.internal.event.json.getter.fromschema
Fields in com.espertech.esper.common.internal.event.json.getter.fromschema declared as JsonUnderlyingFieldModifier and TypeFieldDescriptionprotected final JsonUnderlyingField
JsonGetterSimpleSchemaBase.field
Constructors in com.espertech.esper.common.internal.event.json.getter.fromschema with parameters of type JsonUnderlyingFieldModifierConstructorDescriptionJsonGetterIndexedSchema
(int index, String underlyingClassName, EventType optionalInnerType, EventBeanTypedEventFactory eventBeanTypedEventFactory, JsonUnderlyingField field) JsonGetterMappedSchema
(String key, String underlyingClassName, JsonUnderlyingField field) JsonGetterNestedArrayIndexedSchema
(int index, JsonEventPropertyGetter innerGetter, String underlyingClassName, JsonUnderlyingField field) JsonGetterNestedSchema
(JsonEventPropertyGetter innerGetter, String underlyingClassName, JsonUnderlyingField field) JsonGetterSimpleSchemaBase
(JsonUnderlyingField field, String underlyingClassName, EventType fragmentType, EventBeanTypedEventFactory eventBeanTypedEventFactory) JsonGetterSimpleSchemaWFragment
(JsonUnderlyingField field, String underlyingClassName, EventType fragmentType, EventBeanTypedEventFactory eventBeanTypedEventFactory) JsonGetterSimpleSchemaWFragmentArray
(JsonUnderlyingField field, String underlyingClassName, EventType fragmentType, EventBeanTypedEventFactory eventBeanTypedEventFactory) -
Uses of JsonUnderlyingField in com.espertech.esper.common.internal.event.json.writer
Fields in com.espertech.esper.common.internal.event.json.writer declared as JsonUnderlyingFieldModifier and TypeFieldDescriptionprotected final JsonUnderlyingField
JsonEventBeanPropertyWriter.field
Constructors in com.espertech.esper.common.internal.event.json.writer with parameters of type JsonUnderlyingFieldModifierConstructorDescriptionJsonEventBeanPropertyWriter
(JsonDelegateFactory delegateFactory, JsonUnderlyingField field) JsonEventBeanPropertyWriterIndexedProp
(JsonDelegateFactory delegateFactory, JsonUnderlyingField propertyName, int index) JsonEventBeanPropertyWriterMapProp
(JsonDelegateFactory delegateFactory, JsonUnderlyingField field, String key)