Uses of Class
org.apache.commons.convert1.ConvertRegistry

Packages that use ConvertRegistry
org.apache.commons.convert1   
org.apache.commons.convert1.array   
 

Uses of ConvertRegistry in org.apache.commons.convert1
 

Methods in org.apache.commons.convert1 with parameters of type ConvertRegistry
static void ConvertUtils.registerStandardCollectionConverters(ConvertRegistry registry)
           
static void ConvertUtils.registerStandardConverters(ConvertRegistry registry)
           
static void ConvertUtils.registerStandardFromStringConverters(ConvertRegistry registry)
           
static void ConvertUtils.registerStandardToStringConverters(ConvertRegistry registry)
           
 

Uses of ConvertRegistry in org.apache.commons.convert1.array
 

Constructors in org.apache.commons.convert1.array with parameters of type ConvertRegistry
ArrayConverter(ConvertRegistry registry)
          Handles multiple types of sub-type by reusing a particular registry for the sub-elements.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.