All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sahagin.share.yaml.YamlConvertible Maven / Gradle / Ivy

The newest version!
package org.sahagin.share.yaml;

import java.util.Map;

public interface YamlConvertible {

    public Map toYamlObject();

    // classKeys and methodKeys are set by this method,
    // but TestClass and TestMethod references are not set
    public void fromYamlObject(Map yamlObject) throws YamlConvertException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy