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

net.sf.aguacate.configuration.field.format.FieldFormatString Maven / Gradle / Ivy

There is a newer version: 0.10.9
Show newest version
package net.sf.aguacate.configuration.field.format;

public class FieldFormatString implements FieldFormat {

	@Override
	public Object format(Object value) {
		return (String) value;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy