| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueProvider<T> |
VirtualProperty.getValueProvider()
Get property value provider
|
| Modifier and Type | Method and Description |
|---|---|
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. |
B |
VirtualProperty.Builder.valueProvider(PropertyValueProvider<T> valueProvider)
Set property value provider
|
Copyright © 2017 The Holon Platform. All rights reserved.