Package | Description |
---|---|
com.espertech.esper.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
SchemaItem |
SimpleProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService) |
SchemaItem |
Property.getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService)
Returns the property type for use with DOM event representations.
|
SchemaItem |
NestedProperty.getPropertyTypeSchema(SchemaElementComplex parentComplexProperty,
EventAdapterService eventAdapterService) |
SchemaItem |
MappedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService) |
SchemaItem |
IndexedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService) |
SchemaItem |
DynamicSimpleProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService) |
SchemaItem |
DynamicMappedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService) |
SchemaItem |
DynamicIndexedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty,
EventAdapterService eventAdapterService) |
Modifier and Type | Interface and Description |
---|---|
interface |
SchemaElement
Schema element is a simple or complex element.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaElementComplex
Represents a complex element possibly with attributes, simple elements, other complex child elements
and may itself have a simple type.
|
class |
SchemaElementSimple
Represents a simple value in a schema.
|
class |
SchemaItemAttribute
Represents an attribute in a schema.
|
Modifier and Type | Method and Description |
---|---|
static SchemaItem |
SchemaUtil.findPropertyMapping(SchemaElementComplex def,
String property)
Finds an apropiate definition for the given property, starting at the * given definition.
|
Modifier and Type | Method and Description |
---|---|
static Class |
SchemaUtil.toReturnType(SchemaItem item)
Returns the Class-type of the schema item.
|