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