Module io.ebean.api
Package io.ebean.text

Interface StringFormatter

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface StringFormatter
    Convert an Object value into a String value.

    Basic interface to support CSV, JSON and XML processing.

    • Method Detail

      • format

        String format​(Object value)
        Convert an Object value into a String value.