| Package | Description | 
|---|---|
| com.edorasware.commons.core.entity | 
 Classes to model business entities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PropertyMap.Builder | 
PropertyMap.builder()
Creates a builder for a new PropertyMap instance. 
 | 
static PropertyMap.Builder | 
PropertyMap.builder(PropertyMap template)
Creates a builder for a new PropertyMap instance and applies the given template. 
 | 
<V> PropertyMap.Builder | 
PropertyMap.Builder.put(PropertyName<V> propertyName,
   V value)
Adds the given entry to the map to be built. 
 | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.