Package io.ebean.text
Interface StringFormatter
-
public interface StringFormatter
Convert an Object value into a String value.Basic interface to support CSV, JSON and XML processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Object value)Convert an Object value into a String value.
-