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 java.lang.Object
implements ConfigModelIO
Implementation using yaml format. Created on 01/10/16.
Since:
3.0
Author:
Tony Chemit - dev@tchemit.fr
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigModelIOYamlImpl()  
  • Method Summary

    Modifier and Type Method Description
    ConfigModel read​(java.nio.file.Path path)  
    void write​(ConfigModel configModel, java.nio.file.Path path)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait