public class UnixInstantConverter
extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
| Constructor and Description |
|---|
UnixInstantConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type) |
Instant |
fromString(String str) |
String |
toString(Object obj) |
public boolean canConvert(Class type)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverterpublic String toString(Object obj)
toString in interface com.thoughtworks.xstream.converters.SingleValueConvertertoString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverterCopyright © 2024. All rights reserved.