Package | Description |
---|---|
org.picocontainer |
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
|
org.picocontainer.containers |
Containers are the main user entry point for PicoContainer.
|
org.picocontainer.converters |
Individual String to Type converters, that PicoContainer may use to convert types where required.
|
Modifier and Type | Method and Description |
---|---|
Converters |
DefaultPicoContainer.getConverters()
If this container has a set of converters, then return it.
|
Converters |
Converting.getConverters()
Retrieve the set of converters for transforming string parameters
into objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositePicoContainer.CompositeConverters |
Modifier and Type | Method and Description |
---|---|
Converters |
AbstractDelegatingPicoContainer.getConverters() |
Converters |
ImmutablePicoContainer.getConverters() |
Converters |
CompositePicoContainer.getConverters() |
Converters |
EmptyPicoContainer.getConverters() |
Modifier and Type | Class and Description |
---|---|
class |
BuiltInConverters
Provides some built-in converters used by
DefaultPicoContainer . |
class |
ConvertsNothing
Null-object implementation of Converters
|
Copyright © 2003–2016 Codehaus. All rights reserved.