Interface | Description |
---|---|
EventPropertyGetterSPIFactory | |
PropertyListBuilder |
Interface for an introspector that generates a list of event property descriptors
given a clazz.
|
Class | Description |
---|---|
BeanEventTypeStem | |
BeanEventTypeStemBuilder | |
PropertyInfo | |
PropertyListBuilderExplicit |
Introspector that considers explicitly configured event properties only.
|
PropertyListBuilderFactory |
Factory for creates a builder/introspector for determining event property descriptors
based on a given class.
|
PropertyListBuilderJavaBean |
Implementation for a property list builder that considers JavaBean-style methods
as the exposed event properties, plus any explicitly configured props.
|
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.
|
Copyright © 2005–2018. All rights reserved.