|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.bean.PropertyListBuilderJavaBean
public class PropertyListBuilderJavaBean
Implementation for a property list builder that considers JavaBean-style methods as the exposed event properties, plus any explicitly configured props.
Constructor Summary | |
---|---|
PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
Ctor. |
Method Summary | |
---|---|
java.util.List<InternalEventPropDescriptor> |
assessProperties(java.lang.Class clazz)
Introspect the clazz and deterime exposed event properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyListBuilderJavaBean(ConfigurationEventTypeLegacy optionalLegacyConfig)
optionalLegacyConfig
- configures legacy type, or null information
has been supplied.Method Detail |
---|
public java.util.List<InternalEventPropDescriptor> assessProperties(java.lang.Class clazz)
PropertyListBuilder
assessProperties
in interface PropertyListBuilder
clazz
- to introspect
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |