| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualProperty.Builder<T,B extends VirtualProperty.Builder<T,B>>
Base interface for
VirtualProperty building. |
| Modifier and Type | Method and Description |
|---|---|
static <T> VirtualProperty.Builder<T,?> |
VirtualProperty.create(Class<? extends T> type)
Create a new VirtualProperty with given
type |
static <T> VirtualProperty.Builder<T,?> |
VirtualProperty.create(Class<T> type,
PropertyValueProvider<T> valueProvider)
Create a new VirtualProperty with given
type using given PropertyValueProvider as property
value provider. |
Copyright © 2017 The Holon Platform. All rights reserved.