|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicPropertyGetterBase | |
---|---|
com.espertech.esper.event.property | Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access |
Uses of DynamicPropertyGetterBase in com.espertech.esper.event.property |
---|
Subclasses of DynamicPropertyGetterBase in com.espertech.esper.event.property | |
---|---|
class |
DynamicIndexedPropertyGetter
Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection. |
class |
DynamicMappedPropertyGetter
Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection. |
class |
DynamicSimplePropertyGetter
Getter for a dynamic property (syntax field.inner?), using vanilla reflection. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |