Uses of Interface
org.joda.convert.StringConverter

Uses of StringConverter in org.joda.convert
 

Methods in org.joda.convert that return StringConverter
<T> StringConverter<T>
StringConvert.findConverter(Class<T> cls)
          Finds a suitable converter for the type.
 

Methods in org.joda.convert with parameters of type StringConverter
<T> void
StringConvert.register(Class<T> cls, StringConverter<T> converter)
          Registers a converter for a specific type.
 



Copyright © 2010-2013 Joda.org. All Rights Reserved.