![]() | ConfigurationCommonEventTypeBean Class |
Namespace: com.espertech.esper.common.client.configuration.common
[SerializableAttribute] public class ConfigurationCommonEventTypeBean
The ConfigurationCommonEventTypeBean type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationCommonEventTypeBean |
Ctor.
|
Name | Description | |
---|---|---|
![]() | AccessorStyle |
Returns the accessor style.
|
![]() | CopyMethod |
Returns the method name of the method to use to copy the underlying event object.
|
![]() | EndTimestampPropertyName |
Returns the property name of the property providing the end timestamp value.
|
![]() | FactoryMethod |
Returns the name of the factory method, either fully-qualified or just a method name if the
method is on the same class as the configured class, to use when instantiating
objects of the type.
|
![]() | FieldProperties |
Returns a list of descriptors specifying explicitly configured field names
and their property name.
|
![]() | MethodProperties |
Returns a list of descriptors specifying explicitly configured method names
and their property name.
|
![]() | PropertyResolutionStyle |
Returns the type's property resolution style to use.
|
![]() | StartTimestampPropertyName |
Returns the property name of the property providing the start timestamp value.
|
Name | Description | |
---|---|---|
![]() | AddFieldProperty |
Adds the named event property backed by the named accessor field.
|
![]() | AddMethodProperty |
Adds the named event property backed by the named accessor method.
The accessor method is expected to be a public method with no parameters
for simple event properties, or with a single integer parameter for indexed
event properties, or with a single String parameter for mapped event properties.
|