public class CompositePicoContainer.CompositeConverters extends Object implements Converters
| Constructor and Description |
|---|
CompositeConverters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Type type)
Returns true if a converters is available to convert to the given object type
|
Object |
convert(String paramValue,
Type type)
Converts a particular string value into the target type
|
public boolean canConvert(Type type)
ConverterscanConvert in interface Converterstype - the object Type to convert topublic Object convert(String paramValue, Type type)
Convertersconvert in interface ConvertersparamValue - the String value to converttype - the object Type to convert to