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

com.sirolf2009.husk.InputConverter Maven / Gradle / Ivy

package com.sirolf2009.husk;

public interface InputConverter {
	
	public Object convert(Object input, Class requestedClass);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy