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(javax.xml.datatype.DatatypeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class type)
Determines whether the converter can marshall a particular type.
|
java.lang.Object |
fromString(java.lang.String s)
Unmarshals an Object from its single value representation.
|
toStringpublic DurationConverter()
public DurationConverter(javax.xml.datatype.DatatypeFactory factory)
public boolean canConvert(java.lang.Class type)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class AbstractSingleValueConvertertype - the Class representing the object type to be convertedpublic java.lang.Object fromString(java.lang.String s)
SingleValueConverterfromString in interface SingleValueConverterfromString in class AbstractSingleValueConverters - the String with the single value of the ObjectCopyright © 2004–2024 XStream. All rights reserved.