Uses of Interface
io.ebean.text.StringParser
| Package | Description |
|---|---|
| io.ebean.plugin |
Provides a API for plugins.
|
| io.ebean.text |
Utility objects for CSV, JSON and XML processing.
|
| io.ebean.text.csv |
CSV processing objects.
|
-
Uses of StringParser in io.ebean.plugin
Methods in io.ebean.plugin that return StringParser Modifier and Type Method Description StringParserExpressionPath. getStringParser()Return the default StringParser for the scalar property. -
Uses of StringParser in io.ebean.text
Classes in io.ebean.text that implement StringParser Modifier and Type Class Description classTimeStringParserParser for TIME types that supports both HH:mm:ss and HH:mm. -
Uses of StringParser in io.ebean.text.csv
Methods in io.ebean.text.csv with parameters of type StringParser Modifier and Type Method Description voidCsvReader. addProperty(String propertyName, StringParser parser)Define the next property and use a custom StringParser to convert the string content into the appropriate type for the property.