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

io.ebean.text.StringFormatter Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebean.text;

/**
 * Convert an Object value into a String value.
 * 

* Basic interface to support CSV, JSON and XML processing. *

*/ @FunctionalInterface public interface StringFormatter { /** * Convert an Object value into a String value. */ String format(Object value); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy