Uses of Interface
io.ebean.text.StringParser
Packages that use 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
Methods in io.ebean.plugin that return StringParserModifier and TypeMethodDescriptionExpressionPath.stringParser()Return the default StringParser for the scalar property. -
Uses of StringParser in io.ebean.text
Classes in io.ebean.text that implement StringParserModifier and TypeClassDescriptionfinal classParser 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 StringParserModifier and TypeMethodDescriptionvoidCsvReader.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.