| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| com.holonplatform.core.datastore | |
| com.holonplatform.core.property |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericBeanProperty<N extends Number>
A numeric type
BeanProperty, implementing NumericProperty. |
| Modifier and Type | Method and Description |
|---|---|
<N extends Number> |
BeanPropertyInspector.propertyNumeric(String propertyName)
Get the bean property with given
propertyName as a NumericProperty. |
<N extends Number> |
BeanPropertyInspector.propertyNumeric(String propertyName,
Class<N> type)
Get the bean property with given
propertyName as a NumericProperty. |
| Modifier and Type | Method and Description |
|---|---|
<N extends Number> |
BeanPropertyInspector.getPropertyNumeric(String propertyName)
Get the bean property with given
propertyName as a NumericProperty, if available. |
<N extends Number> |
BeanPropertyInspector.getPropertyNumeric(String propertyName,
Class<N> type)
Get the bean property with given
propertyName as a NumericProperty, if available. |
| Modifier and Type | Method and Description |
|---|---|
default <N extends Number> |
DataTarget.property(NumericProperty<N> fromProperty)
Create a new
NumericProperty cloned from the given property, setting this DataTarget as property
parent path. |
| Modifier and Type | Method and Description |
|---|---|
default <N extends Number> |
DataTarget.property(NumericProperty<N> fromProperty)
Create a new
NumericProperty cloned from the given property, setting this DataTarget as property
parent path. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NumericProperty.NumericPropertyBuilder<N extends Number>
NumericProperty builder. |
| Modifier and Type | Method and Description |
|---|---|
NumericProperty<N> |
NumericProperty.clone(Consumer<PathProperty.Builder<N,PathProperty<N>,?>> builder)
Clone this property.
|
Copyright © 2019 The Holon Platform. All rights reserved.