| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| com.holonplatform.core.examples |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BeanPropertySet.Builder<T,B extends BeanPropertySet<T>>
BeanPropertySet builder. |
| Modifier and Type | Method and Description |
|---|---|
static <T> BeanPropertySet<T> |
BeanPropertySet.create(Class<? extends T> beanClass)
Create a bean property set using default
BeanIntrospector. |
static <T> BeanPropertySet<T> |
BeanPropertySet.create(Class<? extends T> beanClass,
Path<?> parentPath)
Deprecated.
The root bean property path will always be a
Path.FinalPath typed on bean class and with the bean
class name as path name. Use create(Class) instead. |
<T> BeanPropertySet<T> |
BeanIntrospector.getPropertySet(Class<? extends T> beanClass)
Introspect given Java Bean
beanClass and provides a BeanPropertySet to learn about bean
properties and configuration. |
<T> BeanPropertySet<T> |
BeanIntrospector.getPropertySet(Class<? extends T> beanClass,
Path<?> parentPath)
Deprecated.
The root bean property path will always be a
Path.FinalPath typed on bean class and with the bean
class name as path name. Use BeanIntrospector.getPropertySet(Class) instead. |
| Modifier and Type | Field and Description |
|---|---|
static BeanPropertySet<com.holonplatform.core.examples.ExampleBeans.MyBean> |
ExampleBeans.PROPERTIES |
Copyright © 2019 The Holon Platform. All rights reserved.