| Package | Description |
|---|---|
| com.holonplatform.core.beans |
| Class and Description |
|---|
| BeanConfigProperties
A
ConfigPropertySet for bean related configuration. |
| BeanDataTarget
A
DataTarget which uses a bean class a path type. |
| BeanIntrospector
Provides functionalities to introspect Java Beans and obtain informations about bean properties, methods and
configuration.
|
| BeanProperty
Represents a Java Bean property as a
PathProperty, providing additional configuration informations and
read/write methods. |
| BeanProperty.Builder
BeanProperty builder.
|
| BeanPropertyInspector
Interface to obtain bean property references as
PathProperty from a bean property set. |
| BeanPropertyPostProcessor
Interface for classes that can be registered in a
BeanIntrospector to process detected BeanPropertys
before returning the bean properties set, for example to setup the property configuration. |
| BeanPropertySet
A
PropertySet collecting and providing Java Bean property set and configuration as PathProperty
property type elements. |
BeanPropertySet.Builder
BeanPropertySet builder. |
| BeanPropertySetPostProcessor
Interface for classes that can be registered in a
BeanIntrospector to perform additional
BeanPropertySet configuration operations at bean introspection time. |
| Converter.BUILTIN
Builtin
PropertyValueConverters which can be used with Converter.builtin() attribute. |
| IgnoreMode
Enumeration used by
BeanProperty builder to mark a property as to be ignored. |
Copyright © 2019 The Holon Platform. All rights reserved.