| Name | Description | Type | Package | Framework |
| DefaultTuple | Default implementation of Tuple interfaceAuthor:Mark Pollack, David Turanski, Michael Minella | Class | org.springframework.xd.tuple | Spring XD |
| DefaultTupleConversionService | Base ConversionService implementation suitable for use with TupleAuthor:David Turanski | Class | org.springframework.xd.tuple | Spring XD |
| DefaultTupleSerializer | Deserializes Tuples by writing the field names and then the values as class/object pairsfollowed by the tuple Id and timestamp. | Class | org.springframework.xd.tuple.serializer.kryo | Spring XD |
| FieldSetType | Enum used to provide typing information when reading from a file. | Class | org.springframework.xd.tuple.batch | Spring XD |
| JsonBytesToTupleConverter | Class | org.springframework.xd.tuple | Spring XD | |
| JsonNodeToTupleConverter | Class | org.springframework.xd.tuple | Spring XD | |
| JsonStringToTupleConverter | Class | org.springframework.xd.tuple | Spring XD | |
| JsonToTupleTransformer | Converts from a json string into a tuple data structure. | Class | org.springframework.xd.tuple.integration | Spring XD |
| LocaleAwareStringToNumberConverterFactory | Converts from a String any JDK-standard Number implementation. | Class | org.springframework.xd.tuple | Spring XD |
| MapToTupleTransformer | Converts from a Map to the Tuple data structure. | Class | org.springframework.xd.tuple.integration | Spring XD |
| StringToDateConverter | Class | org.springframework.xd.tuple | Spring XD | |
| Tuple | Data structure that stores a fixed number of ordered key-value pairs and adds convenience methods to access values inThe structure is immutable once created and values to not need to be of the same type. | Interface | org.springframework.xd.tuple | Spring XD |
| TupleBuilder | Builder class to create Tuple instances. | Class | org.springframework.xd.tuple | Spring XD |
| TupleBuilder .ConversionServiceBuilder | Provides the ability to inject a ConfigurableConversionService as a way tocustomize conversion behavior in the built Tuple. | Class | org.springframework.xd.tuple.TupleBuilder | Spring XD |
| TupleFieldExtractor | Names - The fields will be extracted from the item in the order they are specified via the names in the providedList. | Class | org.springframework.xd.tuple.batch | Spring XD |
| TupleFieldSetMapper | A FieldSetMapper implementation intended to allow a user use a Tuple as the item. | Class | org.springframework.xd.tuple.batch | Spring XD |
| TupleJsonMarshaller | Class | org.springframework.xd.tuple | Spring XD | |
| TupleKryoRegistrar | used to register a Tuple serializer. | Class | org.springframework.xd.tuple.serializer.kryo | Spring XD |
| TuplePropertyAccessor | A PropertyAccessor implementation that enables reading of Tuple values using dot notation within SpELexpressions. | Class | org.springframework.xd.tuple.spel | Spring XD |
| TupleRowMapper | A RowMapper implementation to be used with the Tuple data structure. | Class | org.springframework.xd.tuple.batch | Spring XD |
| TupleSqlParameterSource | Class | org.springframework.xd.tuple.batch | Spring XD | |
| TupleSqlParameterSourceProvider | A factory for TupleSqlParameterSourcesAuthor:Michael Minella | Class | org.springframework.xd.tuple.batch | Spring XD |
| TupleStringMarshaller | Class | org.springframework.xd.tuple | Spring XD | |
| TupleToJsonStringConverter | Converts a Tuple to JSON representationAuthor:David Turanski, Gunnar Hillert | Class | org.springframework.xd.tuple | Spring XD |