| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| com.holonplatform.core.datastore | |
| com.holonplatform.core.property |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TemporalBeanProperty<T>
A temporal type
BeanProperty, implementing TemporalProperty. |
| Modifier and Type | Method and Description |
|---|---|
<T> TemporalProperty<T> |
BeanPropertyInspector.propertyTemporal(String propertyName)
Get the bean property with given
propertyName as a TemporalProperty. |
<T> TemporalProperty<T> |
BeanPropertyInspector.propertyTemporal(String propertyName,
Class<T> type)
Get the bean property with given
propertyName as a TemporalProperty. |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<TemporalProperty<T>> |
BeanPropertyInspector.getPropertyTemporal(String propertyName)
Get the bean property with given
propertyName as a TemporalProperty, if available. |
<T> Optional<TemporalProperty<T>> |
BeanPropertyInspector.getPropertyTemporal(String propertyName,
Class<T> type)
Get the bean property with given
propertyName as a TemporalProperty, if available. |
| Modifier and Type | Method and Description |
|---|---|
default <TT> TemporalProperty<TT> |
DataTarget.property(TemporalProperty<TT> fromProperty)
Create a new
TemporalProperty cloned from the given property, setting this DataTarget as property
parent path. |
| Modifier and Type | Method and Description |
|---|---|
default <TT> TemporalProperty<TT> |
DataTarget.property(TemporalProperty<TT> fromProperty)
Create a new
TemporalProperty cloned from the given property, setting this DataTarget as property
parent path. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TemporalProperty.TemporalPropertyBuilder<T>
TemporalProperty builder. |
| Modifier and Type | Method and Description |
|---|---|
TemporalProperty<T> |
TemporalProperty.clone(Consumer<PathProperty.Builder<T,PathProperty<T>,?>> builder)
Clone this property.
|
Copyright © 2019 The Holon Platform. All rights reserved.