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.
|
toString
public DurationConverter()
public DurationConverter(DatatypeFactory factory)
public boolean canConvert(Class c)
ConverterMatcher
canConvert
in interface ConverterMatcher
canConvert
in class AbstractSingleValueConverter
c
- the Class representing the object type to be convertedpublic Object fromString(String s)
SingleValueConverter
fromString
in interface SingleValueConverter
fromString
in class AbstractSingleValueConverter
s
- the String with the single value of the ObjectCopyright © 2004–2016 XStream. All rights reserved.