Package org.picocontainer.converters

Individual String to Type converters, that PicoContainer may use to convert types where required.

See:
          Description

Interface Summary
Converter<T> Interface for type converters.
 

Class Summary
BuiltInConverters Provides some built-in converters used by DefaultPicoContainer.
ConvertsNothing Null-object implementation of Converters
NewInstanceConverter Converts a value to an object via its single-String constructor.
UrlConverter Converts values to URL data type objects
 

Package org.picocontainer.converters Description

Individual String to Type converters, that PicoContainer may use to convert types where required. Of Note:



Copyright © 2003-2010 Codehaus. All Rights Reserved.