See: Description
| Interface | Description |
|---|---|
| Converter<T> |
Interface for type converters.
|
| Class | Description |
|---|---|
| BuiltInConverters |
Provides some built-in converters used by
DefaultPicoContainer. |
| ConvertsNothing |
Null-object implementation of Converters
|
| NewInstanceConverter |
Converts a value to an object via its single-String constructor.
|
| UrlConverter |
Converts values to URL data type objects
|
Individual String to Type converters, that PicoContainer may use to convert types where required. Of Note:
Copyright © 2003-2014 Codehaus. All Rights Reserved.