Uses of Interface
io.ebean.text.StringParser
Package
Description
Provides a API for plugins.
Utility objects for CSV, JSON and XML processing.
CSV processing objects.
-
Uses of StringParser in io.ebean.plugin
Modifier and TypeMethodDescriptionExpressionPath.stringParser()
Return the default StringParser for the scalar property. -
Uses of StringParser in io.ebean.text
Modifier and TypeClassDescriptionfinal class
Parser for TIME types that supports both HH:mm:ss and HH:mm. -
Uses of StringParser in io.ebean.text.csv
Modifier and TypeMethodDescriptionvoid
CsvReader.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.