@ApplicationScoped public class NullConverter extends Object implements com.thoughtworks.xstream.converters.SingleValueConverter
| Constructor and Description |
|---|
NullConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class aClass) |
Object |
fromString(String s) |
String |
toString(Object o) |
public String toString(Object o)
toString in interface com.thoughtworks.xstream.converters.SingleValueConverterpublic Object fromString(String s)
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverterpublic boolean canConvert(Class aClass)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcherCopyright © 2014 Caelum. All rights reserved.