Package org.joda.convert


package org.joda.convert
  • Class
    Description
    Annotation used to mark a method or constructor as being suitable for converting an object from a String.
    Interface defining conversion from a String.
    Annotation used on a type to indicate that another class, the factory, provides the 'from string' method.
    A general purpose utility for registering renames.
    Manager for conversion to and from a String, acting as the main client interface.
    Interface defining conversion to and from a String.
    Factory for StringConverter that allows converters to be created dynamically or easily initialised.
    Annotation used to mark a method as being suitable for converting an object to a standard format String.
    Interface defining conversion to a String.
    Interface defining conversion to and from a String together with the type.