Uses of Interface
com.espertech.esper.common.internal.event.bean.introspect.PropertyListBuilder
Packages that use PropertyListBuilder
-
Uses of PropertyListBuilder in com.espertech.esper.common.internal.event.bean.introspect
Classes in com.espertech.esper.common.internal.event.bean.introspect that implement PropertyListBuilderModifier and TypeClassDescriptionclass
Introspector that considers explicitly configured event properties only.class
Implementation for a property list builder that considers JavaBean-style methods as the exposed event properties, plus any explicitly configured props.class
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.common.internal.event.bean.introspect that return PropertyListBuilderModifier and TypeMethodDescriptionstatic PropertyListBuilder
PropertyListBuilderFactory.createBuilder
(ConfigurationCommonEventTypeBean optionalLegacyClassConfigs) Creates an implementation for a builer considering the accessor style and code generation flags for a given class.