public class LocalTimeConverter extends java.lang.Object implements SingleValueConverter
LocalTime
to a string.Constructor and Description |
---|
LocalTimeConverter() |
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 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)
ConverterMatcher
canConvert
in interface ConverterMatcher
type
- the Class representing the object type to be convertedpublic java.lang.Object fromString(java.lang.String str)
SingleValueConverter
fromString
in interface SingleValueConverter
str
- the String with the single value of the Objectpublic java.lang.String toString(java.lang.Object obj)
SingleValueConverter
toString
in interface SingleValueConverter
obj
- the Object to be convertednull
Copyright © 2004–2022 XStream. All rights reserved.