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

prompto.debug.value.IValue Maven / Gradle / Ivy

The newest version!
package prompto.debug.value;

import com.fasterxml.jackson.databind.JsonNode;

public interface IValue {

	String getTypeName();
	String getValueString();
	JsonNode getValueData();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy