Uses of Interface
com.thoughtworks.xstream.converters.ConverterMatcher
-
Packages that use ConverterMatcher Package Description com.thoughtworks.xstream.annotations com.thoughtworks.xstream.converters com.thoughtworks.xstream.converters.basic Converters for common basic types in Java.com.thoughtworks.xstream.converters.collections Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps.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.javabean com.thoughtworks.xstream.converters.reflection com.thoughtworks.xstream.converters.time Extra converters for the java.time package.com.thoughtworks.xstream.core.util -
-
Uses of ConverterMatcher in com.thoughtworks.xstream.annotations
Classes in com.thoughtworks.xstream.annotations that implement ConverterMatcher Modifier and Type Class Description classAnnotationReflectionConverterDeprecated.As of 1.3, build intoReflectionConverterFields in com.thoughtworks.xstream.annotations with type parameters of type ConverterMatcher Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends ConverterMatcher>,Converter>AnnotationReflectionConverter. cachedConvertersDeprecated.Methods in com.thoughtworks.xstream.annotations that return types with arguments of type ConverterMatcher Modifier and Type Method Description java.lang.Class<? extends ConverterMatcher>value()Method parameters in com.thoughtworks.xstream.annotations with type arguments of type ConverterMatcher Modifier and Type Method Description private voidAnnotationReflectionConverter. ensureCache(java.lang.Class<? extends ConverterMatcher> type)Deprecated.private ConverterAnnotationReflectionConverter. newInstance(java.lang.Class<? extends ConverterMatcher> type)Deprecated.Instantiates a converter using its default constructor. -
Uses of ConverterMatcher in com.thoughtworks.xstream.converters
Subinterfaces of ConverterMatcher in com.thoughtworks.xstream.converters Modifier and Type Interface Description interfaceConverterConverter implementations are responsible marshalling Java objects to/from textual data.interfaceSingleValueConverterSingleValueConverter implementations are marshallable to/from a single value String representation.Classes in com.thoughtworks.xstream.converters that implement ConverterMatcher Modifier and Type Class Description classSingleValueConverterWrapperWrapper to convert aSingleValueConverterinto aConverter. -
Uses of ConverterMatcher in com.thoughtworks.xstream.converters.basic
Classes in com.thoughtworks.xstream.converters.basic that implement ConverterMatcher Modifier and Type Class Description classAbstractSingleValueConverterBase abstract implementation ofSingleValueConverter.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.classCharConverterConverts a char primitive or java.lang.Character 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.classNullConverterSpecial converter to signify nulls at the root level.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 ConverterMatcher in com.thoughtworks.xstream.converters.collections
Classes in com.thoughtworks.xstream.converters.collections that implement ConverterMatcher Modifier and Type Class Description classAbstractCollectionConverterBase helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).classArrayConverterConverts an array of objects or primitives to XML, using a nested child element for each item.classBitSetConverterConverts a java.util.BitSet to XML, as a compact comma delimited list of ones and zeros.classCharArrayConverterConverts a char[] to XML, storing the contents as a single String.classCollectionConverterConverts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.classMapConverterConverts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.classPropertiesConverterSpecial converter for java.util.Properties that stores properties in a more compact form than java.util.Map.classSingletonCollectionConverterConverts singleton collections (list and set) to XML, specifying a nested element for the item.classSingletonMapConverterConverts a singleton map to XML, specifying an 'entry' element with 'key' and 'value' children.classTreeMapConverterConverts a java.util.TreeMap to XML, and serializes the associated java.util.Comparator.classTreeSetConverterConverts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator.classWeakHashMapConverterConverts a WeakHashMap. -
Uses of ConverterMatcher in com.thoughtworks.xstream.converters.enums
Classes in com.thoughtworks.xstream.converters.enums that implement ConverterMatcher Modifier and Type Class Description classEnumConverterConverter for JDK 1.5 enums.classEnumMapConverterSerializes an Java 5 EnumMap, including the type of Enum it's for.classEnumSetConverterSerializes a Java 5 EnumSet.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 ConverterMatcher in com.thoughtworks.xstream.converters.extended
Classes in com.thoughtworks.xstream.converters.extended that implement ConverterMatcher Modifier and Type Class Description classActivationDataFlavorConverterConverts anActivationDataFlavor.classAtomicBooleanConverterConverts an AtomicBoolean type.classAtomicIntegerConverterConverts an AtomicInteger type.classAtomicLongConverterConverts an AtomicLong type.classAtomicReferenceConverterConverts an AtomicReference type.classCharsetConverterConverts a java.nio.charset.Carset to a string.classColorConverterConverts a java.awt.Color to XML, using four nested elements: red, green, blue, alpha.classCurrencyConverterConverts a java.util.Currency to String.classDurationConverterA Converter for the XML Schema datatype duration and the Java typeDuration.classDynamicProxyConverterConverts a dynamic proxy to XML, storing the implemented interfaces and handler.classEncodedByteArrayConverterConverts a byte array by default to a single Base64 encoding string.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.classFontConverterclassGregorianCalendarConverterConverts a java.util.GregorianCalendar to XML.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.classJavaFieldConverterConverts a java.lang.reflect.Field to XML.classJavaMethodConverterConverts a java.lang.reflect.Method to XML.classLocaleConverterConverts a java.util.Locale to a string.classLookAndFeelConverterA converter for Swing LookAndFeel implementations.classNamedArrayConverterAn array converter that uses predefined names for its items.classNamedCollectionConverterA collection converter that uses predefined names for its items.classNamedMapConverterA map converter that uses predefined names for its elements.classOptionalConverterConverts an Optional type.classOptionalDoubleConverterConverts an OptionalDouble type.classOptionalIntConverterConverts an OptionalInt type.classOptionalLongConverterConverts an OptionalLong type.classPathConverterConverts aPathto string.classPropertyEditorCapableConverterA SingleValueConverter that can utilize aPropertyEditorimplementation used for a specific type.classRegexPatternConverterEnsures java.util.regex.Pattern is compiled upon deserialization.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.classSubjectConverterConverts aSubjectinstance.classTextAttributeConverterA converter forTextAttributeconstants.classThrowableConverterConverter for Throwable (and Exception) that retains stack trace.classToAttributedValueConverterConverter that supports the definition of one field member that will be written as value and all other field members are written as attributes.classToStringConverterConvenient converter for classes with natural string representation. -
Uses of ConverterMatcher in com.thoughtworks.xstream.converters.javabean
Classes in com.thoughtworks.xstream.converters.javabean that implement ConverterMatcher Modifier and Type Class Description classJavaBeanConverterCan convert any bean with a public default constructor. -
Uses of ConverterMatcher in com.thoughtworks.xstream.converters.reflection
Classes in com.thoughtworks.xstream.converters.reflection that implement ConverterMatcher Modifier and Type Class Description classAbstractAttributedCharacterIteratorAttributeConverterAn abstract converter implementation for constants ofAttributedCharacterIterator.Attributeand derived types.classAbstractReflectionConverterclassCGLIBEnhancedConverterConverts a proxy created by the CGLIBEnhancer.classExternalizableConverterConverts any object that implements the java.io.Externalizable interface, allowing compatibility with native Java serialization.classLambdaConverterConverts a lambda type.classReflectionConverterclassSelfStreamingInstanceCheckerDeprecated.As of 1.4.5 useSelfStreamingInstanceCheckerclassSerializableConverterEmulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method. -
Uses of ConverterMatcher in com.thoughtworks.xstream.converters.time
Classes in com.thoughtworks.xstream.converters.time that implement ConverterMatcher Modifier and Type Class Description (package private) classAbstractChronoLocalDateConverter<E extends java.time.chrono.Era>Abstract base class for converters handling derived classes ofChronoLocalDateinstances.classChronologyConverterConverts aChronologyinstance to a string using its id.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.classLocalDateTimeConverterConverts aLocalDateTimeto a string.classLocalTimeConverterConverts aLocalTimeto a string.classMinguoDateConverterConverts aMinguoDateto a string.classMonthDayConverterConverts aMonthDayinstance to string.classOffsetDateTimeConverterConverts aOffsetDateTimeto a string.classOffsetTimeConverterConverts aOffsetTimeto a string.classPeriodConverterConverts aPeriodinstance to string.classSystemClockConverterConverts a systemClock, using zone as nested element.classThaiBuddhistDateConverterConverts aThaiBuddhistDateto a string.classValueRangeConverterConverts a temporalValueRange, using four nested elements: maxLargest, maxSmallest, minLargest, and minSmallest.classWeekFieldsConverterConverts aWeekFieldsinstance, using two nested elements: minimalDays and minSmallest.classYearConverterConverts aYearinstance to string.classYearMonthConverterConverts aYearMonthinstance to string.classZonedDateTimeConverterConverts aZonedDateTimeto a string.classZoneIdConverterConverts aZoneIdinstance to string. -
Uses of ConverterMatcher in com.thoughtworks.xstream.core.util
Classes in com.thoughtworks.xstream.core.util that implement ConverterMatcher 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.classSelfStreamingInstanceCheckerA special converter that prevents self-serialization.
-