|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.bean.PropertyListBuilderPublic
public class PropertyListBuilderPublic
Implementation for a property list builder that considers any public method and public field as the exposed event properties, plus any explicitly configured props.
Constructor Summary | |
---|---|
PropertyListBuilderPublic(ConfigurationEventTypeLegacy legacyConfig)
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 PropertyListBuilderPublic(ConfigurationEventTypeLegacy legacyConfig)
legacyConfig
- configures legacy typeMethod Detail |
---|
public java.util.List<InternalEventPropDescriptor> assessProperties(java.lang.Class clazz)
PropertyListBuilder
assessProperties
in interface PropertyListBuilder
clazz
- to introspect
|
© 2006-2016 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 |