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

it.espr.mvc.converter.AStringToCastingConverter Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package it.espr.mvc.converter;

public abstract class AStringToCastingConverter implements StringToTypeConverter {

	@Override
	public  Cast convert(Class c, String value) throws StringToTypeConverterException {
		throw new UnsupportedOperationException("Not supported");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy