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

io.hyperfoil.tools.parse.yaml.JsonConverterConstruct Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package io.hyperfoil.tools.parse.yaml;

import org.yaml.snakeyaml.nodes.Node;
import io.hyperfoil.tools.yaup.yaml.DeferableConstruct;

public class JsonConverterConstruct extends DeferableConstruct {
    @Override
    public Object construct(Node node) {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy