public class DurationConverter extends AbstractSingleValueConverter
Duration. The implementation uses a DatatypeFactory to create Duration
objects. If no factory is provided and the instantiation of the internal factory fails with a
DatatypeConfigurationException, the converter will not claim the responsibility for
Duration objects.| Constructor and Description |
|---|
DurationConverter() |
DurationConverter(DatatypeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class c)
Determines whether the converter can marshall a particular type.
|
Object |
fromString(String s)
Unmarshals an Object from its single value representation.
|
toStringpublic DurationConverter()
public DurationConverter(DatatypeFactory factory)
public boolean canConvert(Class c)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class AbstractSingleValueConverterc - the Class representing the object type to be convertedpublic Object fromString(String s)
SingleValueConverterfromString in interface SingleValueConverterfromString in class AbstractSingleValueConverters - the String with the single value of the ObjectCopyright © 2004-2014 XStream. All Rights Reserved.