Package org.nuiton.config.plugin.io
Class ConfigModelIOYamlImpl
java.lang.Object
org.nuiton.config.plugin.io.ConfigModelIOYamlImpl
- All Implemented Interfaces:
ConfigModelIO
@Component(role=ConfigModelIO.class,
hint="yaml")
public class ConfigModelIOYamlImpl
extends Object
implements ConfigModelIO
Implementation using
yaml format.
Created on 01/10/16.- Since:
- 3.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigModelIOYamlImpl
public ConfigModelIOYamlImpl()
-
-
Method Details
-
read
- Specified by:
readin interfaceConfigModelIO- Throws:
ReadConfigModelException
-
write
- Specified by:
writein interfaceConfigModelIO- Throws:
WriteConfigModelException
-