
prompto.debug.value.IValue Maven / Gradle / Ivy
package prompto.debug.value;
import com.fasterxml.jackson.databind.JsonNode;
public interface IValue {
String getTypeName();
String getValueString();
JsonNode getValueData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy