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

Packages that use StringParser
com.avaje.ebean.text.csv CSV processing objects. 
 

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 © 2010. All Rights Reserved.