public class DBConfigPathParameter extends AbstractDBConfigParameter
Constructor and Description |
---|
DBConfigPathParameter() |
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
Object |
getValue(org.adroitlogic.x.api.XMessageContext xMessageContext,
Object... args)
Returns the actual value to insert to the database.
|
boolean |
isParsingRequired()
Whether the payload should be parsed to extract parameter values.
|
void |
setPath(String path) |
String |
toString() |
void |
validate()
Checks whether the values of the parameter attributes are valid or not.
|
getName, setName
public String getPath()
public void setPath(String path)
public boolean isParsingRequired()
AbstractDBConfigParameter
isParsingRequired
in class AbstractDBConfigParameter
public void validate()
AbstractDBConfigParameter
validate
in class AbstractDBConfigParameter
public Object getValue(org.adroitlogic.x.api.XMessageContext xMessageContext, Object... args)
getValue
in class AbstractDBConfigParameter
xMessageContext
- XMessageContext
instance of the message.args
- First optional argument is the MessageType
of the payload.public String toString()
toString
in class AbstractDBConfigParameter
Copyright © 2016–2019 AdroitLogic. All rights reserved.