Package org.picocontainer.converters
Individual String to Type converters, that PicoContainer may use to convert types where required. Of Note:
- Primitive and boxed equivalent converters
- java.io.File and java.net.URL converters
- Your own implementations of Converter
- An aggregate 'Converters' implementation that's built-in to PicoContainer (but extensible)
-
Interface Summary Interface Description Converter<T> Interface for type converters. -
Class Summary Class Description BuiltInConverters Provides some built-in converters used byDefaultPicoContainer
.ConvertsNothing Null-object implementation of ConvertersNewInstanceConverter Converts a value to an object via its single-String constructor.UrlConverter Converts values to URL data type objects