| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
static <T> VirtualProperty.VirtualPropertyBuilder<T> |
VirtualProperty.create(Class<? extends T> type)
Create a new VirtualProperty with given
type |
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. |
Copyright © 2019 The Holon Platform. All rights reserved.