Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.xd.tuple Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
DefaultTupleDefault implementation of Tuple interfaceAuthor:Mark Pollack, David Turanski, Michael MinellaClassorg.springframework.xd.tupleSpring XD
DefaultTupleConversionServiceBase ConversionService implementation suitable for use with TupleAuthor:David TuranskiClassorg.springframework.xd.tupleSpring XD
DefaultTupleSerializerDeserializes Tuples by writing the field names and then the values as class/object pairsfollowed by the tuple Id and timestamp.Classorg.springframework.xd.tuple.serializer.kryoSpring XD
FieldSetTypeEnum used to provide typing information when reading from a file.Classorg.springframework.xd.tuple.batchSpring XD
JsonBytesToTupleConverterClassorg.springframework.xd.tupleSpring XD
JsonNodeToTupleConverterClassorg.springframework.xd.tupleSpring XD
JsonStringToTupleConverterClassorg.springframework.xd.tupleSpring XD
JsonToTupleTransformerConverts from a json string into a tuple data structure.Classorg.springframework.xd.tuple.integrationSpring XD
LocaleAwareStringToNumberConverterFactoryConverts from a String any JDK-standard Number implementation.Classorg.springframework.xd.tupleSpring XD
MapToTupleTransformerConverts from a Map to the Tuple data structure.Classorg.springframework.xd.tuple.integrationSpring XD
StringToDateConverterClassorg.springframework.xd.tupleSpring XD
TupleData 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.Interfaceorg.springframework.xd.tupleSpring XD
TupleBuilderBuilder class to create Tuple instances.Classorg.springframework.xd.tupleSpring XD
TupleBuilder .ConversionServiceBuilderProvides the ability to inject a ConfigurableConversionService as a way tocustomize conversion behavior in the built Tuple.Classorg.springframework.xd.tuple.TupleBuilderSpring XD
TupleFieldExtractorNames - The fields will be extracted from the item in the order they are specified via the names in the providedList.Classorg.springframework.xd.tuple.batchSpring XD
TupleFieldSetMapperA FieldSetMapper implementation intended to allow a user use a Tuple as the item.Classorg.springframework.xd.tuple.batchSpring XD
TupleJsonMarshallerClassorg.springframework.xd.tupleSpring XD
TupleKryoRegistrarused to register a Tuple serializer.Classorg.springframework.xd.tuple.serializer.kryoSpring XD
TuplePropertyAccessorA PropertyAccessor implementation that enables reading of Tuple values using dot notation within SpELexpressions.Classorg.springframework.xd.tuple.spelSpring XD
TupleRowMapperA RowMapper implementation to be used with the Tuple data structure.Classorg.springframework.xd.tuple.batchSpring XD
TupleSqlParameterSourceClassorg.springframework.xd.tuple.batchSpring XD
TupleSqlParameterSourceProviderA factory for TupleSqlParameterSourcesAuthor:Michael MinellaClassorg.springframework.xd.tuple.batchSpring XD
TupleStringMarshallerClassorg.springframework.xd.tupleSpring XD
TupleToJsonStringConverterConverts a Tuple to JSON representationAuthor:David Turanski, Gunnar HillertClassorg.springframework.xd.tupleSpring XD