public interface PropertiesTrait
A contracts that specifies Properties trait. Classes that implement this interface have the ability to associate properties with the implementation class.
Note that with respect to null keys and values the behavior the methods in contract are
dependent on the Map implementation returned by getProperties()
| Modifier and Type | Method and Description |
|---|---|
<V> Map<String,V> |
getProperties()
Get the properties associated with this implementation of PropertiesTrait.
|
default Boolean |
isEmpty()
Determine if the map returned by
getProperties()
contains key-value mappings. |
<V> Map<String,V> getProperties()
V - map entry value typedefault Boolean isEmpty()
getProperties()
contains key-value mappings.Copyright © 2016–2018 Testify Project. All rights reserved.