| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| 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 | Interface and Description |
|---|---|
interface |
PathProperty<T>
|
static interface |
PathProperty.PathPropertyBuilder<T>
PathProperty builder. |
interface |
Property<T>
Property is the base interface to represent a generic data attribute.
|
interface |
VirtualProperty<T>
A virtual
Property which relies on a PropertyValueProvider to provide its value, and it is not
directly connected with a data model attribute. |
static interface |
VirtualProperty.Builder<T,B extends VirtualProperty.Builder<T,B>>
Base interface for
VirtualProperty building. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionExpression.FunctionExpressionProperty<T>
A
FunctionExpression implemented as a Property. |
static interface |
FunctionExpression.PathFunctionExpressionProperty<P,T>
A
FunctionExpression.PathFunctionExpression implemented as a VirtualProperty. |
Copyright © 2017 The Holon Platform. All rights reserved.