public class PropertyListBuilder extends Object
| Constructor and Description |
|---|
PropertyListBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Property<?> property)
Adds the property to the list builder.
|
List<Property<?>> |
create()
Creates a list of properties that have been added, by insertion order but grouped by path parents
(see class JavaDoc).
|
public void add(Property<?> property)
property - the property to addCopyright © 2016–2018 The AuthMe Team. All rights reserved.