public static interface PropertySetSerializationTreeResolver.Builder
PropertySetSerializationTreeResolver builder.| Modifier and Type | Method and Description |
|---|---|
PropertySetSerializationTreeResolver |
build()
Build the
PropertySetSerializationTreeResolver. |
PropertySetSerializationTreeResolver.Builder |
preProcessor(Function<com.holonplatform.core.property.PropertySet<?>,Iterable<com.holonplatform.core.property.Property>> preProcessor)
Set the property set pre-processor.
|
PropertySetSerializationTreeResolver.Builder |
validator(Predicate<com.holonplatform.core.property.Property<?>> validator)
Set the property set property validator.
|
PropertySetSerializationTreeResolver.Builder preProcessor(Function<com.holonplatform.core.property.PropertySet<?>,Iterable<com.holonplatform.core.property.Property>> preProcessor)
preProcessor - Property set pre-processor (not null)PropertySetSerializationTreeResolver.Builder validator(Predicate<com.holonplatform.core.property.Property<?>> validator)
validator - Property validator (not null)PropertySetSerializationTreeResolver build()
PropertySetSerializationTreeResolver.PropertySetSerializationTreeResolver instanceCopyright © 2019 The Holon Platform. All rights reserved.