Uses of Interface
com.espertech.esper.event.bean.PropertyListBuilder

Packages that use PropertyListBuilder
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
 

Uses of PropertyListBuilder in com.espertech.esper.event.bean
 

Classes in com.espertech.esper.event.bean that implement PropertyListBuilder
 class PropertyListBuilderExplicit
          Introspector that considers explicitly configured event properties only.
 class PropertyListBuilderJavaBean
          Implementation for a property list builder that considers JavaBean-style methods as the exposed event properties, plus any explicitly configured props.
 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.
 

Methods in com.espertech.esper.event.bean that return PropertyListBuilder
static PropertyListBuilder PropertyListBuilderFactory.createBuilder(ConfigurationEventTypeLegacy optionalLegacyClassConfigs)
          Creates an implementation for a builer considering the accessor style and code generation flags for a given class.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com