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

    Modifier and Type
    Method
    Description
    format(Object value)
    Convert an Object value into a String value.
  • Method Details