public class ConfParserJson extends AbstractConfParser
Constructor and Description |
---|
ConfParserJson(InputStream inputStream) |
ConfParserJson(Map jsonMap) |
Modifier and Type | Method and Description |
---|---|
void |
convertMap() |
void |
init()
Method to be called after the component has been configured.
|
getConfOptions, getConfOptionsByBean, getConfOptionsByBean, getConfOptionsByProperty, getConfOptionsByProperty
isInitialized
public ConfParserJson(InputStream inputStream)
public ConfParserJson(Map jsonMap)
public void init() throws ComponentInitException
Component
ComponentInitException
- This exception is thrown if any
exceptions occur within the initialisation process of this
component. As component developer, you are encouraged to
re-throw occurring exception as ComponentInitException and
giving an error message as well as the actually exception by
using the constructor ComponentInitException(String, Throwable)
.public void convertMap() throws ComponentInitException
ComponentInitException
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann