public interface PropertySetSerializationTreeResolver
PropertySetSerializationTree from a PropertySet definition.| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertySetSerializationTreeResolver.Builder
PropertySetSerializationTreeResolver builder. |
| Modifier and Type | Method and Description |
|---|---|
static PropertySetSerializationTreeResolver.Builder |
builder()
Return a builder to build
PropertySetSerializationTreeResolver instances. |
PropertySetSerializationTree |
resolve(com.holonplatform.core.property.PropertySet<?> propertySet)
Resolve the
PropertySetSerializationTree if given PropertySet definition. |
PropertySetSerializationTree resolve(com.holonplatform.core.property.PropertySet<?> propertySet)
PropertySetSerializationTree if given PropertySet definition.propertySet - The property set for which to obtain the serialization tree (not null)PropertySetSerializationTreestatic PropertySetSerializationTreeResolver.Builder builder()
PropertySetSerializationTreeResolver instances.PropertySetSerializationTreeResolver builderCopyright © 2019 The Holon Platform. All rights reserved.