Uses of Interface
org.joda.convert.ToStringConverter

Uses of ToStringConverter in org.joda.convert
 

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

Methods in org.joda.convert with parameters of type ToStringConverter
<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.