Package io.ebean.text


package io.ebean.text
Utility objects for CSV, JSON and XML processing.
  • Interface Summary
    Interface
    Description
    Convert an Object value into a String value.
    Convert a String value into an Object value.
  • Class Summary
    Class
    Description
    This is a Tree like structure of paths and properties that can be used for defining which parts of an object graph to render in JSON or XML, and can also be used to define which parts to select and fetch for an ORM query.
     
    Parser for TIME types that supports both HH:mm:ss and HH:mm.
  • Exception Summary
    Exception
    Description
    An exception occurred typically in processing CSV, JSON or XML.