public class JapaneseEraConverter extends AbstractSingleValueConverter
JapaneseEra
instance to a string using its id.Constructor and Description |
---|
JapaneseEraConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class type)
Determines whether the converter can marshall a particular type.
|
JapaneseEra |
fromString(String str)
Unmarshals an Object from its single value representation.
|
toString
public boolean canConvert(Class type)
ConverterMatcher
canConvert
in interface ConverterMatcher
canConvert
in class AbstractSingleValueConverter
type
- the Class representing the object type to be convertedpublic JapaneseEra fromString(String str)
SingleValueConverter
fromString
in interface SingleValueConverter
fromString
in class AbstractSingleValueConverter
str
- the String with the single value of the ObjectCopyright © 2004–2017 XStream. All rights reserved.