| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| com.holonplatform.core.datastore | |
| com.holonplatform.core.property | |
| com.holonplatform.core.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanProperty<T>
Represents a Java Bean property as a
PathProperty, providing additional configuration informations and
methods. |
static interface |
BeanProperty.Builder<T>
BeanProperty builder.
|
| Modifier and Type | Method and Description |
|---|---|
default <PT> PathProperty<PT> |
BeanPropertySet.requireProperty(String propertyName)
Get the bean property with given
propertyName. |
default <PT> PathProperty<PT> |
BeanPropertySet.requireProperty(String propertyName,
Class<PT> type)
Get the bean property with given
propertyName and given type. |
| Modifier and Type | Method and Description |
|---|---|
<PT> Optional<PathProperty<PT>> |
BeanPropertySet.getProperty(String propertyName)
Get the bean property with given
propertyName. |
<PT> Optional<PathProperty<PT>> |
BeanPropertySet.getProperty(String propertyName,
Class<PT> type)
Get the bean property with given
propertyName and given type. |
| Modifier and Type | Method and Description |
|---|---|
default <P> PathProperty<P> |
DataTarget.property(PathProperty<P> fromProperty)
Create a new
PathProperty cloning from given fromProperty, setting this DataTarget
as property parent path. |
| Modifier and Type | Method and Description |
|---|---|
default <P> PathProperty<P> |
DataTarget.property(PathProperty<P> fromProperty)
Create a new
PathProperty cloning from given fromProperty, setting this DataTarget
as property parent path. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PathProperty.PathPropertyBuilder<T>
PathProperty builder. |
| Modifier and Type | Method and Description |
|---|---|
static <P,T> FunctionExpression.PathFunctionExpressionProperty<P,T> |
FunctionExpression.PathFunctionExpressionProperty.create(QueryFunction<T> function,
PathProperty<P> property)
Create a new
FunctionExpression.PathFunctionExpressionProperty on given property using given
function. |
Copyright © 2017 The Holon Platform. All rights reserved.