Uses of Interface
com.avaje.ebean.text.StringParser

Packages that use StringParser
com.avaje.ebean.text Utility objects for CSV, JSON and XML processing. 
com.avaje.ebean.text.csv CSV processing objects. 
 

Uses of StringParser in com.avaje.ebean.text
 

Classes in com.avaje.ebean.text that implement StringParser
 class TimeStringParser
          Parser for TIME types that supports both HH:mm:ss and HH:mm.
 

Uses of StringParser in com.avaje.ebean.text.csv
 

Methods in com.avaje.ebean.text.csv with parameters of type StringParser
 void 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.
 



Copyright © 2012. All Rights Reserved.