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)