Class InstantConverter
- java.lang.Object
-
- com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
- com.atlassian.confluence.setup.xstream.InstantConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher
,com.thoughtworks.xstream.converters.SingleValueConverter
@Deprecated public class InstantConverter extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
Deprecated.since 7.10.0. UseInstantConverter
insteadAn xstream converter for Java 8 Instant. This is NOT needed for xstream 1.4.10 and newer.- Since:
- 7.6.0
-
-
Constructor Summary
Constructors Constructor Description InstantConverter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
canConvert(Class aClass)
Deprecated.Object
fromString(String instantString)
Deprecated.
-
-
-
Method Detail
-
canConvert
public boolean canConvert(Class aClass)
Deprecated.- Specified by:
canConvert
in interfacecom.thoughtworks.xstream.converters.ConverterMatcher
- Specified by:
canConvert
in classcom.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
-