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)
  • Class
    Description
    Provides some built-in converters used by DefaultPicoContainer.
    Interface for type converters.
    Null-object implementation of Converters
    Converts a value to an object via its single-String constructor.
    Converts values to URL data type objects