Package org.picocontainer.converters
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)
-
ClassDescriptionProvides some built-in converters used by
DefaultPicoContainer
.Converter<T>Interface for type converters.Null-object implementation of ConvertersConverts a value to an object via its single-String constructor.Converts values to URL data type objects