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 boolean
equals(Object o)
protected org.apache.logging.log4j.Logger
getLogger()
Properties
getProperties()
String
getProperty(String name)
void
init(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:
getProperty
in interfaceIParameterStore
- Throws:
IOException
-
init
public void init(com.fasterxml.jackson.databind.node.ObjectNode properties) throws IOException
- Specified by:
init
in interfaceIParameterStore
- Throws:
IOException
-
-