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

main.java.ca.oson.json.function.Json2EnumFunction Maven / Gradle / Ivy

Go to download

Java object to Json converter, to serialize Java object to Json string, and deserialize Json string to Java Object

There is a newer version: 1.0.13
Show newest version
package ca.oson.json.function;

@FunctionalInterface
public interface Json2EnumFunction extends OsonFunction {
	public Enum apply(String t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy