Package io.outofprintmagazine.util
Class ParameterStoreJsonObject
- java.lang.Object
-
- io.outofprintmagazine.util.ParameterStoreJsonObject
-
- All Implemented Interfaces:
IParameterStore
public class ParameterStoreJsonObject extends Object implements IParameterStore
-
-
Constructor Summary
Constructors Constructor Description ParameterStoreJsonObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)protected org.apache.logging.log4j.LoggergetLogger()PropertiesgetProperties()StringgetProperty(String name)voidinit(com.fasterxml.jackson.databind.node.ObjectNode properties)
-
-
-
Constructor Detail
-
ParameterStoreJsonObject
public ParameterStoreJsonObject() throws IOException- Throws:
IOException
-
-
Method Detail
-
getLogger
protected org.apache.logging.log4j.Logger getLogger()
-
getProperties
public Properties getProperties()
-
getProperty
public String getProperty(String name) throws IOException
- Specified by:
getPropertyin interfaceIParameterStore- Throws:
IOException
-
init
public void init(com.fasterxml.jackson.databind.node.ObjectNode properties) throws IOException- Specified by:
initin interfaceIParameterStore- Throws:
IOException
-
-