Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.avaje.ebean.text Classes and Interfaces - 18 results found.
| Name | Description | Type | Package | Framework |
| CsvCallback | Provides callback methods for customisation of CSV processing. | Interface | com.avaje.ebean.text.csv | EBean |
|
| CsvReader | Reads CSV data turning it into object graphs that you can be saved (inserted)or processed yourself. | Interface | com.avaje.ebean.text.csv | EBean |
|
| DefaultCsvCallback | Provides the default implementation of CsvCallback. | Class | com.avaje.ebean.text.csv | EBean |
|
| EJson | Utility that converts between JSON content and simple java Maps/Lists. | Class | com.avaje.ebean.text.json | EBean |
|
| JsonContext | Converts objects to and from JSON format. | Interface | com.avaje.ebean.text.json | EBean |
|
| JsonIOException | Unchecked exception thrown when an IOException occurs in json processing. | Class | com.avaje.ebean.text.json | EBean |
|
| JsonReadBeanVisitor | Provides for custom handling of json content as it is read. | Interface | com.avaje.ebean.text.json | EBean |
|
| JsonReadOptions | Provides the ability to customise the reading of JSON content. | Class | com.avaje.ebean.text.json | EBean |
|
| JsonScalar | Writes any scalar type known to Ebean the Jackson generator. | Interface | com.avaje.ebean.text.json | EBean |
|
| JsonWriteBeanVisitor | Allows for customising the JSON write processing. | Interface | com.avaje.ebean.text.json | EBean |
|
| JsonWriteOptions | Provides options for customising the JSON write process. | Class | com.avaje.ebean.text.json | EBean |
|
| JsonWriter | Wraps an underlying JsonGenerator taking into account null suppression and exposing isIncludeEmpty() etc. | Interface | com.avaje.ebean.text.json | EBean |
|
| PathProperties | This is a Tree like structure of paths and properties that can be used fordefining which parts of an object graph to render in JSON or XML, and can | Class | com.avaje.ebean.text | EBean |
|
| PathProperties .Props | Add a child Property set. | Class | com.avaje.ebean.text | EBean |
|
| StringFormatter | Convert an Object value into a String value. | Interface | com.avaje.ebean.text | EBean |
|
| StringParser | Convert a String value into an Object value. | Interface | com.avaje.ebean.text | EBean |
|
| TextException | An exception occurred typically in processing CSV, JSON or XML. | Class | com.avaje.ebean.text | EBean |
|
| TimeStringParser | Parser for TIME types that supports both HH:mm:ss and HH:mm. | Class | com.avaje.ebean.text | EBean |