public class ChronologyConverter extends java.lang.Object implements SingleValueConverter
Chronology instance to a string using its id.| Constructor and Description |
|---|
ChronologyConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class type)
Determines whether the converter can marshall a particular type.
|
java.time.chrono.Chronology |
fromString(java.lang.String str)
Unmarshals an Object from its single value representation.
|
java.lang.String |
toString(java.lang.Object obj)
Marshals an Object into a single value representation.
|
public boolean canConvert(java.lang.Class type)
ConverterMatchercanConvert in interface ConverterMatchertype - the Class representing the object type to be convertedpublic java.time.chrono.Chronology fromString(java.lang.String str)
SingleValueConverterfromString in interface SingleValueConverterstr - the String with the single value of the Objectpublic java.lang.String toString(java.lang.Object obj)
SingleValueConvertertoString in interface SingleValueConverterobj - the Object to be convertednullCopyright © 2004–2024 XStream. All rights reserved.