Uses of Class
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
Packages that use AbstractSingleValueConverter
Package
Description
Converters for common basic types in Java.
Extra converters that may not be enabled in XStream by default.
Extra converters for the java.time package.
-
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.basic
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.basicModifier and TypeClassDescriptionclassConverts a java.math.BigDecimal to a String, retaining its precision.classConverts a java.math.BigInteger to a String.classConverts a boolean primitive or java.lang.Boolean wrapper to a String.classConverts a byte primitive or java.lang.Byte wrapper to a String.classConverts aDateto a string as a date format, retaining precision down to milliseconds.classConverts a double primitive or java.lang.Double wrapper to a String.classConverts a float primitive or java.lang.Float wrapper to a String.classConverts an int primitive or java.lang.Integer wrapper to a String.classConverts a long primitive or java.lang.Long wrapper to a String.classConverts a short primitive or java.lang.Short wrapper to a String.classConverts the contents of a StringBuffer to XML.classConverts the contents of a StringBuilder to XML.classConverts a String to a String ;).classConverts a java.net.URI to a string.classConverts a java.net.URL to a string.classConverts a java.util.UUID to a string. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.enums
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.enumsModifier and TypeClassDescriptionclassA single value converter for a special enum type.classEnumToStringConverter<T extends Enum<T>>A single value converter for a special enum type using its string representation. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.extended
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.extendedModifier and TypeClassDescriptionclassConverts an AtomicBoolean type.classConverts an AtomicInteger type.classConverts an AtomicLong type.classConverts a java.nio.charset.Carset to a string.classConverts a java.util.Currency to String.classclassThis converter will take care of storing and retrieving File with either an absolute path OR a relative path depending on how they were created.classA DateConverter conforming to the ISO8601 standard.classA GregorianCalendarConverter conforming to the ISO8601 standard.classA SqlTimestampConverter conforming to the ISO8601 standard.classConverts a java.lang.Class to XML.classConverts a java.util.Locale to a string.classConverts an OptionalDouble type.classConverts an OptionalInt type.classConverts an OptionalLong type.classConverts aPathto string.classConverts a java.sql.Date to text.classConverts a java.sql.Time to text.classConverts aTimestampto a string.classConverter for StackTraceElement (the lines of a stack trace) - JDK 1.4+ only.classA converter forTextAttributeconstants.classConvenient converter for classes with natural string representation. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.reflection
Modifier and TypeClassDescriptionclassAn abstract converter implementation for constants ofAttributedCharacterIterator.Attributeand derived types. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.time
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.timeModifier and TypeClassDescription(package private) classAbstractChronoLocalDateConverter<E extends Era>Abstract base class for converters handling derived classes ofChronoLocalDateinstances.classConverts aDurationinstance to string.classConverts aHijrahDateto a string.classConverts aInstantinstance to string.classConverts aJapaneseDateto a string.classConverts aJapaneseErainstance to a string using its id.classConverts aLocalDateto a string.classConverts aMinguoDateto a string.classConverts aMonthDayinstance to string.classConverts aPeriodinstance to string.classConverts aThaiBuddhistDateto a string.classConverts aYearinstance to string.classConverts aYearMonthinstance to string. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.core.util
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.core.utilModifier and TypeClassDescriptionclassA converter forGregorianCalendarconforming to the ISO8601 standard based on java.time.