| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <T> PathExpression<T> |
PathExpression.create(String name,
Class<? extends T> type)
Create a
PathExpression. |
static <T> PathExpression<T> |
PathExpression.from(Path<T> path)
Create a
PathExpression from given Path. |
Copyright © 2017 The Holon Platform. All rights reserved.