| 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
read/write methods. |
static interface |
BeanProperty.Builder<T>
BeanProperty builder.
|
interface |
BooleanBeanProperty
A Boolean type
BeanProperty, implementing BooleanProperty. |
interface |
NumericBeanProperty<N extends Number>
A numeric type
BeanProperty, implementing NumericProperty. |
interface |
StringBeanProperty
A String type
BeanProperty, implementing StringProperty. |
interface |
TemporalBeanProperty<T>
A temporal type
BeanProperty, implementing TemporalProperty. |
| 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 © 2019 The Holon Platform. All rights reserved.