Package io.ebean.text

Interface StringParser

All Known Implementing Classes:
TimeStringParser

public interface StringParser
Convert a String value into an Object value.

Basic interface to support CSV, JSON and XML processing.

  • Method Summary

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