public class ConvertsNothing extends Object implements Converters
Constructor and Description |
---|
ConvertsNothing() |
public boolean canConvert(Type type)
Converters
canConvert
in interface Converters
type
- the object Type to convert topublic Object convert(String paramValue, Type type)
Converters
convert
in interface Converters
paramValue
- the String value to converttype
- the object Type to convert to