Uses of Interface
org.joda.convert.FromStringConverter

Uses of FromStringConverter in org.joda.convert
 

Subinterfaces of FromStringConverter in org.joda.convert
 interface StringConverter<T>
          Interface defining conversion to and from a String.
 

Methods in org.joda.convert with parameters of type FromStringConverter
<T> void
StringConvert.register(Class<T> cls, ToStringConverter<T> toString, FromStringConverter<T> fromString)
          Registers a converter for a specific type using two separate converters.
 



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