public interface Property
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
getGetter(BeanEventType eventType,
EventAdapterService eventAdapterService)
Returns value getter for the property of an event of the given event type.
|
EventPropertyGetterSPI |
getGetterDOM()
Returns the getter-method for use with XML DOM event representations.
|
EventPropertyGetterSPI |
getGetterDOM(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService,
BaseXMLEventType xmlEventType,
String propertyExpression)
Returns the getter-method for use with XML DOM event representations.
|
MapEventPropertyGetter |
getGetterMap(Map optionalMapPropTypes,
EventAdapterService eventAdapterService)
Returns the getter-method for use with Map event representations.
|
ObjectArrayEventPropertyGetter |
getGetterObjectArray(Map<String,Integer> indexPerProperty,
Map<String,Object> nestableTypes,
EventAdapterService eventAdapterService) |
String |
getPropertyNameAtomic() |
Class |
getPropertyType(BeanEventType eventType,
EventAdapterService eventAdapterService)
Returns the property type.
|
GenericPropertyDesc |
getPropertyTypeGeneric(BeanEventType eventType,
EventAdapterService eventAdapterService)
Returns the property type plus its generic type parameter, if any.
|
Class |
getPropertyTypeMap(Map optionalMapPropTypes,
EventAdapterService eventAdapterService)
Returns the property type for use with Map event representations.
|
SchemaItem |
getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService)
Returns the property type for use with DOM event representations.
|
boolean |
isDynamic()
Returns true for dynamic properties.
|
String[] |
toPropertyArray()
Return a String-array of atomic property names.
|
void |
toPropertyEPL(StringWriter writer)
Write the EPL-representation of the property.
|
Class getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
eventType
- is the event type representing the JavaBeaneventAdapterService
- for event adaptersGenericPropertyDesc getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
eventType
- is the event type representing the JavaBeaneventAdapterService
- for event adaptersEventPropertyGetterSPI getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
eventType
- is the type of event to make a getter foreventAdapterService
- factory for event beans and event typesClass getPropertyTypeMap(Map optionalMapPropTypes, EventAdapterService eventAdapterService)
optionalMapPropTypes
- a map-within-map type definition, if supplied, or null if not suppliedeventAdapterService
- for resolving further map event types that are property typesMapEventPropertyGetter getGetterMap(Map optionalMapPropTypes, EventAdapterService eventAdapterService)
optionalMapPropTypes
- a map-within-map type definition, if supplied, or null if not suppliedeventAdapterService
- for resolving further map event types that are property typesObjectArrayEventPropertyGetter getGetterObjectArray(Map<String,Integer> indexPerProperty, Map<String,Object> nestableTypes, EventAdapterService eventAdapterService)
SchemaItem getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
complexProperty
- a element-within-element type definitioneventAdapterService
- for resolving further element event types if definedEventPropertyGetterSPI getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType xmlEventType, String propertyExpression)
complexProperty
- a element-within-element type definitioneventAdapterService
- for resolving or creating further event types that are property typesxmlEventType
- the event typepropertyExpression
- the full property expressionEventPropertyGetterSPI getGetterDOM()
void toPropertyEPL(StringWriter writer)
writer
- to write toString[] toPropertyArray()
boolean isDynamic()
String getPropertyNameAtomic()