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