Methods
(abstract) clone() → {object}
- Source:
Clones the input JSON into the config object
Throws:
Returns:
- inherited class instance
- Type
- object
(abstract) getConfig() → {object}
- Source:
Returns the config object
Throws:
Returns:
- inherited class instance
- Type
- object
(abstract) setInput(inputJSON) → {object}
- Source:
Sets the input object
Parameters:
Name | Type | Description |
---|---|---|
inputJSON |
object | Input JSON |
Throws:
Returns:
- inherited class instance
- Type
- object
(abstract) validateInput() → {object}
- Source:
Validates and verifies the input JSON object
Throws:
Returns:
- inherited class instance
- Type
- object