| 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> ListVirtualProperty.ListVirtualPropertyBuilder<T> |
ListVirtualProperty.create(Class<T> elementType,
PropertyValueProvider<List<T>> valueProvider)
Create a new
ListVirtualProperty. |
static <T> SetVirtualProperty.SetVirtualPropertyBuilder<T> |
SetVirtualProperty.create(Class<T> elementType,
PropertyValueProvider<Set<T>> valueProvider)
Create a new
SetVirtualProperty. |
static <T> VirtualProperty.VirtualPropertyBuilder<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 © 2019 The Holon Platform. All rights reserved.