B C D E F G H I J L M N O P R S T V W 

B

build() - Method in class org.springframework.tuple.TupleBuilder
 

C

canRead(EvaluationContext, Object, String) - Method in class org.springframework.tuple.spel.TuplePropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.tuple.spel.TuplePropertyAccessor
 
configurableConversionService - Variable in class org.springframework.tuple.DefaultTuple
 
convert(byte[]) - Method in class org.springframework.tuple.JsonBytesToTupleConverter
 
convert(JsonNode) - Method in class org.springframework.tuple.JsonNodeToTupleConverter
 
convert(String) - Method in class org.springframework.tuple.JsonStringToTupleConverter
 
convert(String) - Method in class org.springframework.tuple.StringToDateConverter
 
convert(Tuple) - Method in class org.springframework.tuple.TupleToJsonStringConverter
 

D

DefaultMutableTuple - Class in org.springframework.tuple
Extension of DefaultTuple that also allows tuple mutation.
DefaultMutableTuple(List<String>, List<Object>, ConfigurableConversionService) - Constructor for class org.springframework.tuple.DefaultMutableTuple
Construct a new DefaultMutableTuple, given a list of names and object values along with a conversion service.
DefaultTuple - Class in org.springframework.tuple
Default implementation of Tuple interface.
DefaultTuple(List<String>, List<Object>, ConfigurableConversionService) - Constructor for class org.springframework.tuple.DefaultTuple
Construct a new DefaultMutableTuple, given a list of names and object values along with a conversion service.
DefaultTupleConversionService - Class in org.springframework.tuple
Base ConversionService implementation suitable for use with Tuple
DefaultTupleConversionService() - Constructor for class org.springframework.tuple.DefaultTupleConversionService
 
DefaultTupleSerializer - Class in org.springframework.tuple.kryo
Serializes Tuples by writing the field names and then the values as class/object pairs.
DefaultTupleSerializer() - Constructor for class org.springframework.tuple.kryo.DefaultTupleSerializer
 

E

equals(Object) - Method in class org.springframework.tuple.DefaultTuple
 

F

fromString(String) - Static method in class org.springframework.tuple.TupleBuilder
 
fromTuple(Tuple) - Method in class org.springframework.tuple.TupleStringMarshaller
 

G

getBigDecimal(String) - Method in class org.springframework.tuple.DefaultTuple
 
getBigDecimal(int) - Method in class org.springframework.tuple.DefaultTuple
 
getBigDecimal(String, BigDecimal) - Method in class org.springframework.tuple.DefaultTuple
 
getBigDecimal(int, BigDecimal) - Method in class org.springframework.tuple.DefaultTuple
 
getBigDecimal(int) - Method in interface org.springframework.tuple.Tuple
Read the 'BigDecimal' value at index 'index'.
getBigDecimal(String) - Method in interface org.springframework.tuple.Tuple
Read the 'BigDecimal' value from column with given 'name'.
getBigDecimal(int, BigDecimal) - Method in interface org.springframework.tuple.Tuple
Read the 'BigDecimal' value at index 'index'.
getBigDecimal(String, BigDecimal) - Method in interface org.springframework.tuple.Tuple
Read the 'BigDecimal' value from column with given 'name'.
getBoolean(int) - Method in class org.springframework.tuple.DefaultTuple
 
getBoolean(String) - Method in class org.springframework.tuple.DefaultTuple
 
getBoolean(int, String) - Method in class org.springframework.tuple.DefaultTuple
 
getBoolean(String, String) - Method in class org.springframework.tuple.DefaultTuple
 
getBoolean(int) - Method in interface org.springframework.tuple.Tuple
Read the 'boolean' value at index 'index'.
getBoolean(String) - Method in interface org.springframework.tuple.Tuple
Read the 'boolean' value from field with given 'name'.
getBoolean(int, String) - Method in interface org.springframework.tuple.Tuple
Read the 'boolean' value at index 'index'.
getBoolean(String, String) - Method in interface org.springframework.tuple.Tuple
Read the 'boolean' value from column with given 'name'.
getByte(String) - Method in class org.springframework.tuple.DefaultTuple
 
getByte(int) - Method in class org.springframework.tuple.DefaultTuple
 
getByte(String, byte) - Method in class org.springframework.tuple.DefaultTuple
 
getByte(int, byte) - Method in class org.springframework.tuple.DefaultTuple
 
getByte(int) - Method in interface org.springframework.tuple.Tuple
Read the 'byte' value at index 'index'.
getByte(String) - Method in interface org.springframework.tuple.Tuple
Read the 'byte' value from column with given 'name'.
getByte(int, byte) - Method in interface org.springframework.tuple.Tuple
Read the 'byte' value at index 'index'.
getByte(String, byte) - Method in interface org.springframework.tuple.Tuple
Read the 'byte' value from column with given 'name'.
getChar(int) - Method in class org.springframework.tuple.DefaultTuple
 
getChar(String) - Method in class org.springframework.tuple.DefaultTuple
 
getChar(int) - Method in interface org.springframework.tuple.Tuple
Read the 'char' value at index 'index'.
getChar(String) - Method in interface org.springframework.tuple.Tuple
Read the 'char' value from field with given 'name'.
getConversionService() - Method in class org.springframework.tuple.DefaultTuple
 
getConverter(Class<T>) - Method in class org.springframework.tuple.LocaleAwareStringToNumberConverterFactory
 
getDate(int) - Method in class org.springframework.tuple.DefaultTuple
 
getDate(String) - Method in class org.springframework.tuple.DefaultTuple
 
getDate(String, Date) - Method in class org.springframework.tuple.DefaultTuple
 
getDate(int, Date) - Method in class org.springframework.tuple.DefaultTuple
 
getDate(int) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in default format at designated column index.
getDate(String) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in default format at designated column with given name.
getDate(int, Date) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in default format at designated column index using the supplied defaultValue if the field value is a zero length string or null.
getDate(String, Date) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in default format at designated column with given name.
getDateWithPattern(int, String) - Method in class org.springframework.tuple.DefaultTuple
 
getDateWithPattern(String, String) - Method in class org.springframework.tuple.DefaultTuple
 
getDateWithPattern(int, String, Date) - Method in class org.springframework.tuple.DefaultTuple
 
getDateWithPattern(String, String, Date) - Method in class org.springframework.tuple.DefaultTuple
 
getDateWithPattern(int, String) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in default format at designated column index.
getDateWithPattern(String, String) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in given format from column with given name.
getDateWithPattern(int, String, Date) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in default format at designated column index.
getDateWithPattern(String, String, Date) - Method in interface org.springframework.tuple.Tuple
Read the java.util.Date value in given format from column with given name.
getDouble(String) - Method in class org.springframework.tuple.DefaultTuple
 
getDouble(int) - Method in class org.springframework.tuple.DefaultTuple
 
getDouble(String, double) - Method in class org.springframework.tuple.DefaultTuple
 
getDouble(int, double) - Method in class org.springframework.tuple.DefaultTuple
 
getDouble(int) - Method in interface org.springframework.tuple.Tuple
Read the 'double' value at index 'index'.
getDouble(String) - Method in interface org.springframework.tuple.Tuple
Read the 'double' value from column with given 'name'.
getDouble(int, double) - Method in interface org.springframework.tuple.Tuple
Read the 'double' value at index 'index'.
getDouble(String, double) - Method in interface org.springframework.tuple.Tuple
Read the 'double' value from column with given 'name'.
getFieldCount() - Method in class org.springframework.tuple.DefaultTuple
 
getFieldCount() - Method in interface org.springframework.tuple.Tuple
Return the number of fields in this tuple.
getFieldNames() - Method in class org.springframework.tuple.DefaultTuple
Return the values for all the fields in this tuple
getFieldNames() - Method in interface org.springframework.tuple.Tuple
Return the fields names that can reference elements by name in this tuple
getFieldTypes() - Method in class org.springframework.tuple.DefaultTuple
 
getFieldTypes() - Method in interface org.springframework.tuple.Tuple
Return the Java types of the fields in this tuple.
getFloat(String) - Method in class org.springframework.tuple.DefaultTuple
 
getFloat(int) - Method in class org.springframework.tuple.DefaultTuple
 
getFloat(String, float) - Method in class org.springframework.tuple.DefaultTuple
 
getFloat(int, float) - Method in class org.springframework.tuple.DefaultTuple
 
getFloat(int) - Method in interface org.springframework.tuple.Tuple
Read the 'float' value at index 'index'.
getFloat(String) - Method in interface org.springframework.tuple.Tuple
Read the 'float' value from column with given 'name'.
getFloat(int, float) - Method in interface org.springframework.tuple.Tuple
Read the 'float' value at index 'index'.
getFloat(String, float) - Method in interface org.springframework.tuple.Tuple
Read the 'float' value from column with given 'name'.
getInt(String) - Method in class org.springframework.tuple.DefaultTuple
 
getInt(int) - Method in class org.springframework.tuple.DefaultTuple
 
getInt(String, int) - Method in class org.springframework.tuple.DefaultTuple
 
getInt(int, int) - Method in class org.springframework.tuple.DefaultTuple
 
getInt(int) - Method in interface org.springframework.tuple.Tuple
Read the 'int' value at index 'index'.
getInt(String) - Method in interface org.springframework.tuple.Tuple
Read the 'int' value from column with given 'name'.
getInt(int, int) - Method in interface org.springframework.tuple.Tuple
Read the 'int' value at index 'index'.
getInt(String, int) - Method in interface org.springframework.tuple.Tuple
Read the 'int' value from column with given 'name'.
getLong(String) - Method in class org.springframework.tuple.DefaultTuple
 
getLong(int) - Method in class org.springframework.tuple.DefaultTuple
 
getLong(String, long) - Method in class org.springframework.tuple.DefaultTuple
 
getLong(int, long) - Method in class org.springframework.tuple.DefaultTuple
 
getLong(int) - Method in interface org.springframework.tuple.Tuple
Read the 'long' value at index 'index'.
getLong(String) - Method in interface org.springframework.tuple.Tuple
Read the 'int' value from column with given 'name'.
getLong(int, long) - Method in interface org.springframework.tuple.Tuple
Read the 'long' value at index 'index'.
getLong(String, long) - Method in interface org.springframework.tuple.Tuple
Read the 'long' value from column with given 'name'.
getRawString(String) - Method in class org.springframework.tuple.DefaultTuple
 
getRawString(int) - Method in class org.springframework.tuple.DefaultTuple
 
getRawString(int) - Method in interface org.springframework.tuple.Tuple
Read the String value at index 'index' including trailing whitespace (don't trim).
getRawString(String) - Method in interface org.springframework.tuple.Tuple
Read the String value from column with given 'name' including trailing whitespace (don't trim).
getShort(String) - Method in class org.springframework.tuple.DefaultTuple
 
getShort(int) - Method in class org.springframework.tuple.DefaultTuple
 
getShort(String, short) - Method in class org.springframework.tuple.DefaultTuple
 
getShort(int, short) - Method in class org.springframework.tuple.DefaultTuple
 
getShort(int) - Method in interface org.springframework.tuple.Tuple
Read the 'short' value at index 'index'.
getShort(String) - Method in interface org.springframework.tuple.Tuple
Read the 'short' value from column with given 'name'.
getShort(int, short) - Method in interface org.springframework.tuple.Tuple
Read the 'short' value at index 'index'.
getShort(String, short) - Method in interface org.springframework.tuple.Tuple
Read the 'short' value from column with given 'name'.
getSpecificTargetClasses() - Method in class org.springframework.tuple.spel.TuplePropertyAccessor
 
getString(String) - Method in class org.springframework.tuple.DefaultTuple
 
getString(int) - Method in class org.springframework.tuple.DefaultTuple
 
getString(String) - Method in interface org.springframework.tuple.Tuple
Read the String value given the field 'name'.
getString(int) - Method in interface org.springframework.tuple.Tuple
Read the String value given the index position
getTuple(int) - Method in class org.springframework.tuple.DefaultTuple
 
getTuple(String) - Method in class org.springframework.tuple.DefaultTuple
 
getTuple(String) - Method in interface org.springframework.tuple.Tuple
Read the Tuple value given the field 'name'.
getTuple(int) - Method in interface org.springframework.tuple.Tuple
Read the Tuple value given the index position
getValue(String) - Method in class org.springframework.tuple.DefaultTuple
 
getValue(int) - Method in class org.springframework.tuple.DefaultTuple
 
getValue(String, Class<T>) - Method in class org.springframework.tuple.DefaultTuple
 
getValue(int, Class<T>) - Method in class org.springframework.tuple.DefaultTuple
 
getValue(String) - Method in interface org.springframework.tuple.Tuple
Return the value of the field given the name
getValue(int) - Method in interface org.springframework.tuple.Tuple
Return the value of the field given the index position
getValue(String, Class<T>) - Method in interface org.springframework.tuple.Tuple
Return the value of the field given the name
getValue(int, Class<T>) - Method in interface org.springframework.tuple.Tuple
Return the value of the field given the index position
getValues() - Method in class org.springframework.tuple.DefaultTuple
Return the values for all the fields in this tuple
getValues() - Method in interface org.springframework.tuple.Tuple
Return the values for all the fields in this tuple

H

hasFieldName(String) - Method in class org.springframework.tuple.DefaultTuple
 
hasFieldName(String) - Method in interface org.springframework.tuple.Tuple
Return true if the tuple contains a field of the given name
hashCode() - Method in class org.springframework.tuple.DefaultTuple
 

I

indexOf(String) - Method in class org.springframework.tuple.DefaultTuple
Find the index in the names collection for the given name.

J

JsonBytesToTupleConverter - Class in org.springframework.tuple
 
JsonBytesToTupleConverter() - Constructor for class org.springframework.tuple.JsonBytesToTupleConverter
 
JsonNodeToTupleConverter - Class in org.springframework.tuple
 
JsonNodeToTupleConverter() - Constructor for class org.springframework.tuple.JsonNodeToTupleConverter
 
JsonStringToTupleConverter - Class in org.springframework.tuple
 
JsonStringToTupleConverter() - Constructor for class org.springframework.tuple.JsonStringToTupleConverter
 

L

LocaleAwareStringToNumberConverterFactory - Class in org.springframework.tuple
Converts from a String any JDK-standard Number implementation.
LocaleAwareStringToNumberConverterFactory(NumberFormat) - Constructor for class org.springframework.tuple.LocaleAwareStringToNumberConverterFactory
 

M

MutableTuple - Interface in org.springframework.tuple
Extension of Tuple that allows mutating and addition of fields.
mutableTuple() - Static method in class org.springframework.tuple.TupleBuilder
Return a new builder that will create immutable Tuples.

N

names - Variable in class org.springframework.tuple.DefaultTuple
 
newTuple(List<String>, List<Object>) - Method in class org.springframework.tuple.TupleBuilder
 

O

of(String, Object) - Method in class org.springframework.tuple.TupleBuilder
 
of(String, Object, String, Object) - Method in class org.springframework.tuple.TupleBuilder
 
of(String, Object, String, Object, String, Object) - Method in class org.springframework.tuple.TupleBuilder
 
of(String, Object, String, Object, String, Object, String, Object) - Method in class org.springframework.tuple.TupleBuilder
 
ofNamesAndValues(List<String>, List<Object>) - Method in class org.springframework.tuple.TupleBuilder
 
org.springframework.tuple - package org.springframework.tuple
Base package for tuple classes.
org.springframework.tuple.kryo - package org.springframework.tuple.kryo
Contains tuple processor classes.
org.springframework.tuple.processor - package org.springframework.tuple.processor
Contains tuple processor classes.
org.springframework.tuple.spel - package org.springframework.tuple.spel
Contains tuple SpEL accessor classes.

P

process(Tuple) - Method in interface org.springframework.tuple.processor.TupleProcessor
 
put(String, Object) - Method in class org.springframework.tuple.TupleBuilder
 
putAll(Tuple) - Method in class org.springframework.tuple.TupleBuilder
Add all names and values of the tuple to the built tuple.

R

read(Kryo, Input, Class<Tuple>) - Method in class org.springframework.tuple.kryo.DefaultTupleSerializer
 
read(EvaluationContext, Object, String) - Method in class org.springframework.tuple.spel.TuplePropertyAccessor
 

S

select(String) - Method in class org.springframework.tuple.DefaultTuple
 
select(String) - Method in interface org.springframework.tuple.Tuple
Use SpEL expression to return a subset of the tuple that matches the expression
setConfigurableConversionService(ConfigurableConversionService) - Method in class org.springframework.tuple.TupleBuilder.ConversionServiceBuilder
 
setConfigurableConversionService(ConfigurableConversionService) - Method in class org.springframework.tuple.TupleBuilder
 
setFormats(Locale, DateFormat) - Method in class org.springframework.tuple.TupleBuilder
 
setTupleToStringConverter(Converter<Tuple, String>) - Method in class org.springframework.tuple.DefaultTuple
 
setValue(int, Object) - Method in class org.springframework.tuple.DefaultMutableTuple
 
setValue(String, Object) - Method in class org.springframework.tuple.DefaultMutableTuple
 
setValue(int, Object) - Method in interface org.springframework.tuple.MutableTuple
Sets the value of an already existing property, given its index.
setValue(String, Object) - Method in interface org.springframework.tuple.MutableTuple
Sets the value of a property, by name.
size() - Method in class org.springframework.tuple.DefaultTuple
 
size() - Method in interface org.springframework.tuple.Tuple
Return the number of elements in this tuple.
StringToDateConverter - Class in org.springframework.tuple
Converter for Strings to Date that can take into account date patterns
StringToDateConverter() - Constructor for class org.springframework.tuple.StringToDateConverter
 
StringToDateConverter(String) - Constructor for class org.springframework.tuple.StringToDateConverter
 
StringToDateConverter(DateFormat) - Constructor for class org.springframework.tuple.StringToDateConverter
 

T

toString() - Method in class org.springframework.tuple.DefaultTuple
Returns a JSON representation of this Tuple.
toTuple(String) - Method in class org.springframework.tuple.TupleStringMarshaller
 
Tuple - Interface in org.springframework.tuple
Data structure that stores a fixed number of ordered key-value pairs and adds convenience methods to access values in a type-safe manner.
tuple() - Static method in class org.springframework.tuple.TupleBuilder
Return a new builder that will create MutableTuple.
TupleBuilder - Class in org.springframework.tuple
Builder class to create Tuple instances.
TupleBuilder() - Constructor for class org.springframework.tuple.TupleBuilder
Creates a builder that will create immutable Tuples.
TupleBuilder.ConversionServiceBuilder - Class in org.springframework.tuple
Provides the ability to inject a ConfigurableConversionService as a way to customize conversion behavior in the built Tuple.
TupleJsonMarshaller - Class in org.springframework.tuple
 
TupleJsonMarshaller() - Constructor for class org.springframework.tuple.TupleJsonMarshaller
 
TupleProcessor - Interface in org.springframework.tuple.processor
Simple type-safe process callback method that returns another Tuple
TuplePropertyAccessor - Class in org.springframework.tuple.spel
A PropertyAccessor implementation that enables reading of Tuple values using dot notation within SpEL expressions.
TuplePropertyAccessor() - Constructor for class org.springframework.tuple.spel.TuplePropertyAccessor
 
TupleStringMarshaller - Class in org.springframework.tuple
 
TupleStringMarshaller(Converter<Tuple, String>, Converter<String, Tuple>) - Constructor for class org.springframework.tuple.TupleStringMarshaller
 
TupleToJsonStringConverter - Class in org.springframework.tuple
Converts a Tuple to JSON representation
TupleToJsonStringConverter() - Constructor for class org.springframework.tuple.TupleToJsonStringConverter
 
tupleToStringConverter - Variable in class org.springframework.tuple.DefaultTuple
 

V

values - Variable in class org.springframework.tuple.DefaultTuple
 

W

write(Kryo, Output, Tuple) - Method in class org.springframework.tuple.kryo.DefaultTupleSerializer
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.tuple.spel.TuplePropertyAccessor
 
B C D E F G H I J L M N O P R S T V W 

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.