| Package | Description |
|---|---|
| com.holonplatform.core.beans |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BeanProperty.Builder<T>
BeanProperty builder.
|
interface |
BooleanBeanProperty
A Boolean type
BeanProperty, implementing BooleanProperty. |
interface |
NumericBeanProperty<N extends Number>
A numeric type
BeanProperty, implementing NumericProperty. |
interface |
StringBeanProperty
A String type
BeanProperty, implementing StringProperty. |
interface |
TemporalBeanProperty<T>
A temporal type
BeanProperty, implementing TemporalProperty. |
| Modifier and Type | Method and Description |
|---|---|
Optional<BeanProperty<?>> |
BeanProperty.getParentProperty()
Get the parent bean property, if any
|
Copyright © 2019 The Holon Platform. All rights reserved.