public class YearMonthConverter extends AbstractSingleValueConverter
YearMonth instance to string.| Constructor and Description | 
|---|
| YearMonthConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canConvert(java.lang.Class type)Determines whether the converter can marshall a particular type. | 
| java.time.YearMonth | fromString(java.lang.String str)Unmarshals an Object from its single value representation. | 
toStringpublic boolean canConvert(java.lang.Class type)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class AbstractSingleValueConvertertype - the Class representing the object type to be convertedpublic java.time.YearMonth fromString(java.lang.String str)
SingleValueConverterfromString in interface SingleValueConverterfromString in class AbstractSingleValueConverterstr - the String with the single value of the ObjectCopyright © 2004–2024 XStream. All rights reserved.