| Package | Description |
|---|---|
| com.holonplatform.core.datastore | |
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
default <P> PathProperty.PathPropertyBuilder<P> |
DataTarget.property(String name,
Class<? extends P> type)
Create a new
PathProperty with given name and type, setting this
DataTarget as property parent path. |
| Modifier and Type | Method and Description |
|---|---|
static <T> PathProperty.PathPropertyBuilder<T> |
PathProperty.create(Path<T> path)
|
static <T> PathProperty.PathPropertyBuilder<T> |
PathProperty.create(String name,
Class<? extends T> type)
|
Copyright © 2019 The Holon Platform. All rights reserved.