public class ISO8601DateConverter extends ISO8601GregorianCalendarConverter
Constructor and Description |
---|
ISO8601DateConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class type)
Determines whether the converter can marshall a particular type.
|
Object |
fromString(String str)
Unmarshals an Object from its single value representation.
|
String |
toString(Object obj)
Marshals an Object into a single value representation.
|
public boolean canConvert(Class type)
ConverterMatcher
canConvert
in interface ConverterMatcher
canConvert
in class ISO8601GregorianCalendarConverter
type
- the Class representing the object type to be convertedpublic Object fromString(String str)
SingleValueConverter
fromString
in interface SingleValueConverter
fromString
in class ISO8601GregorianCalendarConverter
str
- the String with the single value of the Objectpublic String toString(Object obj)
SingleValueConverter
toString
in interface SingleValueConverter
toString
in class ISO8601GregorianCalendarConverter
obj
- the Object to be convertednull
Copyright © 2004–2016 XStream. All rights reserved.