io.github.yamlpath.setters.Setter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yaml-path Show documentation
Show all versions of yaml-path Show documentation
A Java DSL for reading YAML documents and replacing values
package io.github.yamlpath.setters;
public interface Setter {
void setValue(Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy