public class DefaultPropertiesReader extends Object implements PropertiesReader
PropertiesReader contract.| Constructor and Description |
|---|
DefaultPropertiesReader(Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,Object> |
getProperties()
Get the properties associated with this implementation of PropertiesTrait.
|
int |
hashCode() |
static PropertiesReader |
of(Map<String,Object> properties)
Create a new instance of
DefaultPropertiesReader with the given properties. |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfindCollection, findMap, findProperty, getPropertiesReader, getPropertyisEmptypublic static PropertiesReader of(Map<String,Object> properties)
DefaultPropertiesReader with the given properties.properties - the underlying properties mapDefaultPropertiesReaderpublic Map<String,Object> getProperties()
PropertiesTraitgetProperties in interface PropertiesTraitCopyright © 2016–2018 Testify Project. All rights reserved.