Uses of Class
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
Packages that use AbstractSingleValueConverter Package Description com.thoughtworks.xstream.converters.basic Converters for common basic types in Java.com.thoughtworks.xstream.converters.enums com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default.com.thoughtworks.xstream.converters.reflection com.thoughtworks.xstream.converters.time Extra converters for the java.time package.com.thoughtworks.xstream.core.util -
-
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.basic
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.basic Modifier and Type Class Description classBigDecimalConverterConverts a java.math.BigDecimal to a String, retaining its precision.classBigIntegerConverterConverts a java.math.BigInteger to a String.classBooleanConverterConverts a boolean primitive or java.lang.Boolean wrapper to a String.classByteConverterConverts a byte primitive or java.lang.Byte wrapper to a String.classDateConverterConverts aDateto a string as a date format, retaining precision down to milliseconds.classDoubleConverterConverts a double primitive or java.lang.Double wrapper to a String.classFloatConverterConverts a float primitive or java.lang.Float wrapper to a String.classIntConverterConverts an int primitive or java.lang.Integer wrapper to a String.classLongConverterConverts a long primitive or java.lang.Long wrapper to a String.classShortConverterConverts a short primitive or java.lang.Short wrapper to a String.classStringBufferConverterConverts the contents of a StringBuffer to XML.classStringBuilderConverterConverts the contents of a StringBuilder to XML.classStringConverterConverts a String to a String ;).classURIConverterConverts a java.net.URI to a string.classURLConverterConverts a java.net.URL to a string.classUUIDConverterConverts a java.util.UUID to a string. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.enums
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.enums Modifier and Type Class Description classEnumSingleValueConverterA single value converter for a special enum type.classEnumToStringConverter<T extends java.lang.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.extended Modifier and Type Class Description classAtomicBooleanConverterConverts an AtomicBoolean type.classAtomicIntegerConverterConverts an AtomicInteger type.classAtomicLongConverterConverts an AtomicLong type.classCharsetConverterConverts a java.nio.charset.Carset to a string.classCurrencyConverterConverts a java.util.Currency to String.classDurationConverterA Converter for the XML Schema datatype duration and the Java typeDuration.classFileConverterThis converter will take care of storing and retrieving File with either an absolute path OR a relative path depending on how they were created.classISO8601DateConverterA DateConverter conforming to the ISO8601 standard.classISO8601GregorianCalendarConverterA GregorianCalendarConverter conforming to the ISO8601 standard.classISO8601SqlTimestampConverterA SqlTimestampConverter conforming to the ISO8601 standard.classJavaClassConverterConverts a java.lang.Class to XML.classLocaleConverterConverts a java.util.Locale to a string.classOptionalDoubleConverterConverts an OptionalDouble type.classOptionalIntConverterConverts an OptionalInt type.classOptionalLongConverterConverts an OptionalLong type.classPathConverterConverts aPathto string.classSqlDateConverterConverts a java.sql.Date to text.classSqlTimeConverterConverts a java.sql.Time to text.classSqlTimestampConverterConverts aTimestampto a string.classStackTraceElementConverterConverter for StackTraceElement (the lines of a stack trace) - JDK 1.4+ only.classTextAttributeConverterA converter forTextAttributeconstants.classToStringConverterConvenient converter for classes with natural string representation. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.reflection
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.converters.reflection Modifier and Type Class Description classAbstractAttributedCharacterIteratorAttributeConverterAn 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.time Modifier and Type Class Description (package private) classAbstractChronoLocalDateConverter<E extends java.time.chrono.Era>Abstract base class for converters handling derived classes ofChronoLocalDateinstances.classDurationConverterConverts aDurationinstance to string.classHijrahDateConverterConverts aHijrahDateto a string.classInstantConverterConverts aInstantinstance to string.classJapaneseDateConverterConverts aJapaneseDateto a string.classJapaneseEraConverterConverts aJapaneseErainstance to a string using its id.classLocalDateConverterConverts aLocalDateto a string.classMinguoDateConverterConverts aMinguoDateto a string.classMonthDayConverterConverts aMonthDayinstance to string.classPeriodConverterConverts aPeriodinstance to string.classThaiBuddhistDateConverterConverts aThaiBuddhistDateto a string.classYearConverterConverts aYearinstance to string.classYearMonthConverterConverts aYearMonthinstance to string. -
Uses of AbstractSingleValueConverter in com.thoughtworks.xstream.core.util
Subclasses of AbstractSingleValueConverter in com.thoughtworks.xstream.core.util Modifier and Type Class Description classISO8601JavaTimeConverterA converter forGregorianCalendarconforming to the ISO8601 standard based on java.time.classISO8601JodaTimeConverterA converter forGregorianCalendarconforming to the ISO8601 standard based on Joda-Time.
-