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

A

AbstractConverter - Class in org.springframework.binding.convert.support
Base class for converters provided as a convenience to implementors.
AbstractConverter() - Constructor for class org.springframework.binding.convert.support.AbstractConverter
 
AbstractExpressionParser - Class in org.springframework.binding.expression.support
Abstract base class for expression parsers.
AbstractExpressionParser() - Constructor for class org.springframework.binding.expression.support.AbstractExpressionParser
 
AbstractFormatter - Class in org.springframework.binding.format.support
Abstract base class for all formatters.
AbstractFormatter() - Constructor for class org.springframework.binding.format.support.AbstractFormatter
Constructs a formatter.
AbstractFormatter(boolean) - Constructor for class org.springframework.binding.format.support.AbstractFormatter
Constructs a formatter.
AbstractFormatterFactory - Class in org.springframework.binding.format.support
Base class for formatter factories.
AbstractFormatterFactory() - Constructor for class org.springframework.binding.format.support.AbstractFormatterFactory
 
AbstractFormattingConverter - Class in org.springframework.binding.convert.support
A converter that delegates to a formatter to perform the conversion.
AbstractFormattingConverter(FormatterFactory) - Constructor for class org.springframework.binding.convert.support.AbstractFormattingConverter
Creates a new converter that delegates to a formatter.
add(Iterator) - Method in class org.springframework.binding.collection.CompositeIterator
Add given iterator to this composite.
add(Parameter) - Method in class org.springframework.binding.method.Parameters
Add a new parameter to this list.
addAlias(String, Class) - Method in class org.springframework.binding.convert.support.GenericConversionService
Add an alias for given target type.
addAll(Parameter[]) - Method in class org.springframework.binding.method.Parameters
Add new parameters to this list.
addConverter(Converter) - Method in class org.springframework.binding.convert.support.GenericConversionService
Add given converter to this conversion service.
addConverter(Converter, String) - Method in class org.springframework.binding.convert.support.GenericConversionService
Add given converter with an alias to the conversion service.
addConverters(Converter[]) - Method in class org.springframework.binding.convert.support.GenericConversionService
Add all given converters.
addDefaultAlias(Class) - Method in class org.springframework.binding.convert.support.GenericConversionService
Generate a conventions based alias for given target type.
addDefaultConverters() - Method in class org.springframework.binding.convert.support.DefaultConversionService
Add all default converters to the conversion service.
addMapping(AttributeMapper) - Method in class org.springframework.binding.mapping.DefaultAttributeMapper
Add a mapping to this mapper.
addMappings(AttributeMapper[]) - Method in class org.springframework.binding.mapping.DefaultAttributeMapper
Add a set of mappings.
addPropertyAccessor(Class, PropertyAccessor) - Method in class org.springframework.binding.expression.support.OgnlExpressionParser
Add a property access strategy for the given class.
afterPropertiesSet() - Method in class org.springframework.binding.convert.support.CustomConverterConfigurer
 
applyTypeConversion(Object, Class) - Method in class org.springframework.binding.method.MethodInvoker
Apply type conversion on the event parameter if neccessary
asMap() - Method in class org.springframework.binding.collection.MapAccessor
 
asMap() - Method in interface org.springframework.binding.collection.MapAdaptable
Returns this object's contents as a Map.
assertContainsKey(Object) - Method in class org.springframework.binding.collection.MapAccessor
Asserts that the attribute is present in the attribute map.
assertKeyValueInstanceOf(Object, Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Assert that the key value, if non null, is an instance of the required type.
assertKeyValueOfType(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Assert that value of the map key, if non-null, is of the required type.
AttributeMapper - Interface in org.springframework.binding.mapping
A lightweight service interface for mapping between two attribute sources.

B

BeanWrapperExpressionParser - Class in org.springframework.binding.expression.support
An expression parser that parses bean wrapper expressions.
BeanWrapperExpressionParser() - Constructor for class org.springframework.binding.expression.support.BeanWrapperExpressionParser
 

C

clear() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
clear() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
CollectionAddingExpression - Class in org.springframework.binding.expression.support
A settable expression that adds non-null values to a collection.
CollectionAddingExpression(Expression) - Constructor for class org.springframework.binding.expression.support.CollectionAddingExpression
Creates a collection adding property expression.
CompositeConversionService - Class in org.springframework.binding.convert.support
A conversion service that delegates to an ordered chain of other conversion services.
CompositeConversionService(ConversionService[]) - Constructor for class org.springframework.binding.convert.support.CompositeConversionService
Create a new composite conversion service.
CompositeIterator - Class in org.springframework.binding.collection
Iterator that combines multiple other iterators.
CompositeIterator() - Constructor for class org.springframework.binding.collection.CompositeIterator
Create a new composite iterator.
CompositeStringExpression - Class in org.springframework.binding.expression.support
Evaluates an array of expressions to build a concatenated string.
CompositeStringExpression(Expression[]) - Constructor for class org.springframework.binding.expression.support.CompositeStringExpression
Creates a new composite string expression.
containsKey(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Indicates if the attribute is present in the attribute map and of the required type.
containsKey(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
containsKey(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
containsValue(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
containsValue(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
ConversionContext - Interface in org.springframework.binding.convert
A context object with two main responsibities: Exposing information to a converter to influence a type conversion attempt.
ConversionException - Exception in org.springframework.binding.convert
Base class for exceptions thrown by the type conversion system.
ConversionException(Object, Class) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionException(Object, Class, Throwable) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionException(Object, Class, String, Throwable) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionException(Class, Class, String) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionException(Class, String) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionException(Class, Object, Class, String) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionExecutor - Class in org.springframework.binding.convert
A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
ConversionExecutor(Class, Class, Converter) - Constructor for class org.springframework.binding.convert.ConversionExecutor
Creates a conversion executor.
ConversionService - Interface in org.springframework.binding.convert
A service interface for retrieving type conversion executors.
ConversionServiceAware - Interface in org.springframework.binding.convert.support
Marker interface that denotes an object has a dependency on a conversion service that is expected to be fulfilled.
ConversionServiceAwareConverter - Class in org.springframework.binding.convert.support
Base class for converters that use other converters to convert things, thus they are conversion-service aware.
ConversionServiceAwareConverter() - Constructor for class org.springframework.binding.convert.support.ConversionServiceAwareConverter
Default constructor, expectes to conversion service to be injected using ConversionServiceAwareConverter.setConversionService(ConversionService).
ConversionServiceAwareConverter(ConversionService) - Constructor for class org.springframework.binding.convert.support.ConversionServiceAwareConverter
Create a converter using given conversion service.
convert(Object, Class, ConversionContext) - Method in interface org.springframework.binding.convert.Converter
Convert the provided source object argument to an instance of the specified target class.
convert(Object) - Method in class org.springframework.binding.convert.support.AbstractConverter
Convenience convert method that converts the provided source to the first target object supported by this converter.
convert(Object, Class) - Method in class org.springframework.binding.convert.support.AbstractConverter
Convenience convert method that converts the provided source to the target class specified with an empty conversion context.
convert(Object, ConversionContext) - Method in class org.springframework.binding.convert.support.AbstractConverter
Convenience convert method that converts the provided source to the first target object supported by this converter.
convert(Object, Class, ConversionContext) - Method in class org.springframework.binding.convert.support.AbstractConverter
 
Converter - Interface in org.springframework.binding.convert
A type converter converts objects from one type to another.
converterFor(Class, Class) - Method in class org.springframework.binding.convert.support.ConversionServiceAwareConverter
Returns a conversion executor capable of converting objects from one class to another.
ConverterPropertyEditorAdapter - Class in org.springframework.binding.convert.support
Adapts a Converter to the PropertyEditor interface.
ConverterPropertyEditorAdapter(ConversionExecutor) - Constructor for class org.springframework.binding.convert.support.ConverterPropertyEditorAdapter
Adapt given conversion executor to the PropertyEditor contract.
createToString(ToStringCreator) - Method in class org.springframework.binding.expression.EvaluationAttempt
 
createToString(ToStringCreator) - Method in class org.springframework.binding.expression.SetValueAttempt
 
CustomConverterConfigurer - Class in org.springframework.binding.convert.support
Registers all 'from string' converters known to a conversion service with a Spring bean factory.
CustomConverterConfigurer() - Constructor for class org.springframework.binding.convert.support.CustomConverterConfigurer
 

D

DateFormatter - Class in org.springframework.binding.format.support
Formatter that formats date objects.
DateFormatter(DateFormat) - Constructor for class org.springframework.binding.format.support.DateFormatter
Constructs a date formatter that will delegate to the specified date format.
DateFormatter(DateFormat, boolean) - Constructor for class org.springframework.binding.format.support.DateFormatter
Constructs a date formatter that will delegate to the specified date format.
DefaultAttributeMapper - Class in org.springframework.binding.mapping
Generic attributes mapper implementation that allows mappings to be configured programatically.
DefaultAttributeMapper() - Constructor for class org.springframework.binding.mapping.DefaultAttributeMapper
 
DefaultConversionService - Class in org.springframework.binding.convert.support
Default, local implementation of a conversion service.
DefaultConversionService() - Constructor for class org.springframework.binding.convert.support.DefaultConversionService
Creates a new default conversion service, installing the default converters.
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.binding.convert.support.AbstractConverter
Template method subclasses should override to actually perform the type conversion.
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.binding.convert.support.TextToBoolean
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.binding.convert.support.TextToClass
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.binding.convert.support.TextToExpression
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.binding.convert.support.TextToLabeledEnum
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.binding.convert.support.TextToNumber
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.binding.method.TextToMethodSignature
 
doFormatValue(Object) - Method in class org.springframework.binding.format.support.AbstractFormatter
Template method subclasses should override to encapsulate formatting logic.
doFormatValue(Object) - Method in class org.springframework.binding.format.support.DateFormatter
 
doFormatValue(Object) - Method in class org.springframework.binding.format.support.LabeledEnumFormatter
 
doFormatValue(Object) - Method in class org.springframework.binding.format.support.NumberFormatter
 
doFormatValue(Object) - Method in class org.springframework.binding.format.support.PropertyEditorFormatter
 
doParseExpression(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Template method for parsing a filtered expression string.
doParseExpression(String) - Method in class org.springframework.binding.expression.support.BeanWrapperExpressionParser
 
doParseExpression(String) - Method in class org.springframework.binding.expression.support.OgnlExpressionParser
 
doParseSettableExpression(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Template method for parsing a filtered settable expression string.
doParseSettableExpression(String) - Method in class org.springframework.binding.expression.support.BeanWrapperExpressionParser
 
doParseSettableExpression(String) - Method in class org.springframework.binding.expression.support.OgnlExpressionParser
 
doParseValue(String, Class) - Method in class org.springframework.binding.format.support.AbstractFormatter
Template method subclasses should override to encapsulate parsing logic.
doParseValue(String, Class) - Method in class org.springframework.binding.format.support.DateFormatter
 
doParseValue(String, Class) - Method in class org.springframework.binding.format.support.LabeledEnumFormatter
 
doParseValue(String, Class) - Method in class org.springframework.binding.format.support.NumberFormatter
 
doParseValue(String, Class) - Method in class org.springframework.binding.format.support.PropertyEditorFormatter
 

E

entrySet() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
entrySet() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
equals(Object) - Method in class org.springframework.binding.convert.ConversionExecutor
 
equals(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
 
equals(Object) - Method in class org.springframework.binding.mapping.Mapping
 
equals(Object) - Method in class org.springframework.binding.method.MethodKey
 
equals(Object) - Method in class org.springframework.binding.method.MethodSignature
 
equals(Object) - Method in class org.springframework.binding.method.Parameter
 
equals(Object) - Method in class org.springframework.binding.method.Parameters
 
evaluate(Object, EvaluationContext) - Method in interface org.springframework.binding.expression.Expression
Evaluate the expression encapsulated by this evaluator against the provided target object and return the result of the evaluation.
evaluate(Object, EvaluationContext) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
evaluate(Object, EvaluationContext) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
evaluate(Object, EvaluationContext) - Method in class org.springframework.binding.expression.support.StaticExpression
 
evaluateArgument(Object, EvaluationContext) - Method in class org.springframework.binding.method.Parameter
Evaluate this method parameter against the provided argument source, returning a single method argument value.
evaluateToSet(Object, Object, EvaluationContext) - Method in interface org.springframework.binding.expression.SettableExpression
Evaluate this expression against the target object to set its value to the value provided.
evaluateToSet(Object, Object, EvaluationContext) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
EvaluationAttempt - Class in org.springframework.binding.expression
A simple holder for information about an evaluation attempt.
EvaluationAttempt(Expression, Object, EvaluationContext) - Constructor for class org.springframework.binding.expression.EvaluationAttempt
Create an evaluation attempt.
EvaluationContext - Interface in org.springframework.binding.expression
A context object with two main responsibities: Exposing information to an expression to influence an evaluation attempt.
EvaluationException - Exception in org.springframework.binding.expression
Indicates an expression evaluation failed.
EvaluationException(EvaluationAttempt, Throwable) - Constructor for exception org.springframework.binding.expression.EvaluationException
Creates a new evaluation exception.
execute(Object) - Method in class org.springframework.binding.convert.ConversionExecutor
Execute the conversion for the provided source object.
execute(Object, ConversionContext) - Method in class org.springframework.binding.convert.ConversionExecutor
Execute the conversion for the provided source object.
Expression - Interface in org.springframework.binding.expression
Evaluates a single parsed expression on the provided input object in the specified context.
ExpressionParser - Interface in org.springframework.binding.expression
Parses expression strings, returing a configured evaluator instance capable of performing parsed expression evaluation in a thread safe way.

F

findMethodConsiderAssignableParameterTypes() - Method in class org.springframework.binding.method.MethodKey
Find the keyed method using 'relaxed' typing.
Formatter - Interface in org.springframework.binding.format
A lightweight interface for formatting a value and parsing a value from its formatted form.
FormatterFactory - Interface in org.springframework.binding.format
Source for shared and commonly used Formatters.
FormatterPropertyEditor - Class in org.springframework.binding.format.support
Adapts a formatter to the property editor contract.
FormatterPropertyEditor(Formatter) - Constructor for class org.springframework.binding.format.support.FormatterPropertyEditor
Creates a formatter property editor.
FormatterPropertyEditor(Formatter, Class) - Constructor for class org.springframework.binding.format.support.FormatterPropertyEditor
Creates a formatter property editor.
formatValue(Object) - Method in interface org.springframework.binding.format.Formatter
Format the value.
formatValue(Object) - Method in class org.springframework.binding.format.support.AbstractFormatter
 
from(Class) - Method in class org.springframework.binding.mapping.MappingBuilder
Sets the expected type of the object returned by evaluating the source expression.
fromStringTo(Class) - Method in class org.springframework.binding.convert.support.ConversionServiceAwareConverter
Returns a conversion executor capable of converting string objects to the specified target class.
fromStringToAliased(String) - Method in class org.springframework.binding.convert.support.ConversionServiceAwareConverter
Returns a conversion executor capable of converting string objects to the target class aliased by the provided alias.
FULL - Static variable in class org.springframework.binding.format.Style
See DateFormat.FULL.

G

GenericConversionService - Class in org.springframework.binding.convert.support
Base implementation of a conversion service.
GenericConversionService() - Constructor for class org.springframework.binding.convert.support.GenericConversionService
 
get(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, returning null if the attribute is not present.
get(Object, Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, returning the defaultValue if no value was found.
get(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, asserting it is of the required type if present and returning null if not found.
get(Object, Class, Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map of the specified type, returning the defaultValue if no value is found.
get(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
get(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
getAliasMap() - Method in class org.springframework.binding.convert.support.GenericConversionService
Returns a map of known aliases.
getArguments() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the method invocation arguments.
getArray(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a array value in the map, asserting it is of the required type if present and returning null if not found.
getAsText() - Method in class org.springframework.binding.convert.support.ConverterPropertyEditorAdapter
 
getAsText() - Method in class org.springframework.binding.format.support.FormatterPropertyEditor
 
getAttribute(String) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
getAttributeNames() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
getAttributes() - Method in interface org.springframework.binding.expression.EvaluationContext
Returns a map of attributes that can be used to influence expression evaluation.
getBoolean(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a boolean value in the map, returning null if no value was found.
getBoolean(Object, Boolean) - Method in class org.springframework.binding.collection.MapAccessor
Returns a boolean value in the map, returning the defaultValue if no value was found.
getClassByAlias(String) - Method in interface org.springframework.binding.convert.ConversionService
Return the class with the specified alias.
getClassByAlias(String) - Method in class org.springframework.binding.convert.support.CompositeConversionService
 
getClassByAlias(String) - Method in class org.springframework.binding.convert.support.GenericConversionService
 
getCollection(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, returning null if no value was found.
getCollection(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, asserting it is of the required type if present and returning null if not found.
getContext() - Method in class org.springframework.binding.expression.EvaluationAttempt
Returns context attributes that may have influenced the evaluation process.
getConversionExecutor(Class, Class) - Method in interface org.springframework.binding.convert.ConversionService
Return a conversion executor command object capable of converting source objects of the specified sourceClass to instances of the targetClass.
getConversionExecutor(Class, Class) - Method in class org.springframework.binding.convert.support.CompositeConversionService
 
getConversionExecutor(Class, Class) - Method in class org.springframework.binding.convert.support.GenericConversionService
 
getConversionExecutorByTargetAlias(Class, String) - Method in interface org.springframework.binding.convert.ConversionService
Return a conversion executor command object capable of converting source objects of the specified sourceClass to target objects of the type associated with the specified alias.
getConversionExecutorByTargetAlias(Class, String) - Method in class org.springframework.binding.convert.support.CompositeConversionService
 
getConversionExecutorByTargetAlias(Class, String) - Method in class org.springframework.binding.convert.support.GenericConversionService
 
getConversionExecutorsForSource(Class) - Method in interface org.springframework.binding.convert.ConversionService
Return all conversion executors capable of converting source objects of the the specified sourceClass.
getConversionExecutorsForSource(Class) - Method in class org.springframework.binding.convert.support.CompositeConversionService
 
getConversionExecutorsForSource(Class) - Method in class org.springframework.binding.convert.support.GenericConversionService
 
getConversionService() - Method in class org.springframework.binding.convert.support.ConversionServiceAwareConverter
Returns the conversion service used.
getConversionServices() - Method in class org.springframework.binding.convert.support.CompositeConversionService
Returns the conversion services in the chain managed by this composite conversion service.
getConverter() - Method in class org.springframework.binding.convert.ConversionExecutor
Returns the converter that will perform the conversion.
getCurrencyFormatter() - Method in interface org.springframework.binding.format.FormatterFactory
Returns a currency number formatter.
getCurrencyFormatter() - Method in class org.springframework.binding.format.support.SimpleFormatterFactory
 
getDateFormatter(String) - Method in interface org.springframework.binding.format.FormatterFactory
Returns a date formatter for the encoded date format.
getDateFormatter() - Method in interface org.springframework.binding.format.FormatterFactory
Returns the default date format for the current locale.
getDateFormatter(Style) - Method in interface org.springframework.binding.format.FormatterFactory
Returns the date format with the specified style for the current locale.
getDateFormatter() - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
 
getDateFormatter(Style) - Method in class org.springframework.binding.format.support.SimpleFormatterFactory
 
getDateFormatter(String) - Method in class org.springframework.binding.format.support.SimpleFormatterFactory
 
getDateTimeFormatter() - Method in interface org.springframework.binding.format.FormatterFactory
Returns the default date/time format for the current locale.
getDateTimeFormatter(Style, Style) - Method in interface org.springframework.binding.format.FormatterFactory
Returns the date format with the specified styles for the current locale.
getDateTimeFormatter() - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
 
getDateTimeFormatter(Style, Style) - Method in class org.springframework.binding.format.support.SimpleFormatterFactory
 
getDeclaredType() - Method in class org.springframework.binding.method.MethodKey
Return the class the method is a member of.
getDefaultDateStyle() - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
Returns the default date style.
getDefaultTimeStyle() - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
Returns the default time style.
getEmptyFormattedValue() - Method in class org.springframework.binding.format.support.AbstractFormatter
Returns the formatted form of an empty value.
getEmptyValue() - Method in class org.springframework.binding.format.support.AbstractFormatter
Returns the empty value (resulting from parsing an empty input string).
getEvaluationAttempt() - Method in exception org.springframework.binding.expression.EvaluationException
Returns the evaluation attempt that failed.
getExpectedFormat() - Method in exception org.springframework.binding.format.InvalidFormatException
Returns the expected format.
getExpectedFormat(Class) - Method in class org.springframework.binding.format.support.AbstractFormatter
Returns the expected string format for the given target class.
getExpression() - Method in class org.springframework.binding.expression.EvaluationAttempt
Returns the expression that attempted to evaluate.
getExpressionParser() - Method in class org.springframework.binding.convert.support.TextToExpression
Returns the expression parser used by this converter.
getExpressionPrefix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns the configured expression delimiter prefix.
getExpressionString() - Method in exception org.springframework.binding.expression.ParserException
Returns the expression string that could not be parsed.
getExpressionSuffix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns the expression delimiter suffix.
getFormatterFactory() - Method in class org.springframework.binding.convert.support.AbstractFormattingConverter
 
getInteger(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns an integer value in the map, returning null if no value was found.
getInteger(Object, Integer) - Method in class org.springframework.binding.collection.MapAccessor
Returns an integer value in the map, returning the defaultValue if no value was found.
getInvalidValue() - Method in exception org.springframework.binding.format.InvalidFormatException
Returns the invalid value.
getLocale() - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
Returns the locale in use.
getLong(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a long value in the map, returning null if no value was found.
getLong(Object, Long) - Method in class org.springframework.binding.collection.MapAccessor
Returns a long value in the map, returning the defaultValue if no value was found.
getMappings() - Method in class org.springframework.binding.mapping.DefaultAttributeMapper
Returns this mapper's list of mappings.
getMethod() - Method in class org.springframework.binding.method.MethodKey
Returns the keyed method, resolving it if necessary via reflection.
getMethodKey() - Method in exception org.springframework.binding.method.InvalidMethodKeyException
Returns the invalid method key.
getMethodName() - Method in class org.springframework.binding.method.MethodKey
Returns the method name.
getMethodName() - Method in class org.springframework.binding.method.MethodSignature
Returns the method name.
getMethodSignature() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the invoked method's signature.
getMutex() - Method in interface org.springframework.binding.collection.SharedMap
Returns the shared mutex that may be synchronized on using a synchronized block.
getMutex() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
getName() - Method in class org.springframework.binding.method.Parameter
Returns the parameter name.
getNumber(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a number value in the map that is of the specified type, returning null if no value was found.
getNumber(Object, Class, Number) - Method in class org.springframework.binding.collection.MapAccessor
Returns a number attribute value in the map of the specified type, returning the defaultValue if no value was found.
getNumberFormatter(Class) - Method in interface org.springframework.binding.format.FormatterFactory
Returns a number formatter for the specified class.
getNumberFormatter(Class) - Method in class org.springframework.binding.format.support.SimpleFormatterFactory
 
getParameter(int) - Method in class org.springframework.binding.method.Parameters
Return the parameter at the provided index.
getParameters() - Method in class org.springframework.binding.method.MethodSignature
Returns the method parameters.
getParameterTypes() - Method in class org.springframework.binding.method.MethodKey
Returns the method parameter types.
getParent() - Method in class org.springframework.binding.convert.support.GenericConversionService
Returns the parent of this conversion service.
getPercentFormatter() - Method in interface org.springframework.binding.format.FormatterFactory
Returns a percent number formatter.
getPercentFormatter() - Method in class org.springframework.binding.format.support.SimpleFormatterFactory
 
getPropertyEditor() - Method in class org.springframework.binding.format.support.PropertyEditorFormatter
Returns the wrapped property editor.
getRequired(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequired(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns an value in the map, asserting it is present and of the required type.
getRequiredArray(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns an array value in the map, asserting it is of the required type if present and throwing an exception if not found.
getRequiredBoolean(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a boolean value in the map, throwing an exception if the value is not present and of the correct type.
getRequiredCollection(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, throwing an exception if not found.
getRequiredCollection(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, asserting it is of the required type if present and throwing an exception if not found.
getRequiredInteger(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns an integer value in the map, throwing an exception if the value is not present and of the correct type.
getRequiredLong(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a long value in the map, throwing an exception if the value is not present and of the correct type.
getRequiredNumber(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a number value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredString(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a string value in the map, throwing an exception if the attribute is not present and of the correct type.
getSourceClass() - Method in exception org.springframework.binding.convert.ConversionException
Returns the source type.
getSourceClass() - Method in class org.springframework.binding.convert.ConversionExecutor
Returns the source class of conversions performed by this executor.
getSourceClassConverters() - Method in class org.springframework.binding.convert.support.GenericConversionService
Returns an indexed map of converters.
getSourceClasses() - Method in interface org.springframework.binding.convert.Converter
The source classes this converter can convert from.
getSourceClasses() - Method in class org.springframework.binding.convert.support.TextToBoolean
 
getSourceClasses() - Method in class org.springframework.binding.convert.support.TextToClass
 
getSourceClasses() - Method in class org.springframework.binding.convert.support.TextToExpression
 
getSourceClasses() - Method in class org.springframework.binding.convert.support.TextToLabeledEnum
 
getSourceClasses() - Method in class org.springframework.binding.convert.support.TextToNumber
 
getSourceClasses() - Method in class org.springframework.binding.method.TextToMethodSignature
 
getString(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a string value in the map, returning null if no value was found.
getString(Object, String) - Method in class org.springframework.binding.collection.MapAccessor
Returns a string value in the map, returning the defaultValue if no value was found.
getTarget() - Method in class org.springframework.binding.expression.EvaluationAttempt
Returns the target object upon which evaluation was attempted.
getTargetClass() - Method in exception org.springframework.binding.convert.ConversionException
Returns the target type.
getTargetClass() - Method in class org.springframework.binding.convert.ConversionExecutor
Returns the target class of conversions performed by this executor.
getTargetClass() - Method in class org.springframework.binding.convert.support.ConverterPropertyEditorAdapter
Returns the type strings will be converted to.
getTargetClasses() - Method in interface org.springframework.binding.convert.Converter
The target classes this converter can convert to.
getTargetClasses() - Method in class org.springframework.binding.convert.support.TextToBoolean
 
getTargetClasses() - Method in class org.springframework.binding.convert.support.TextToClass
 
getTargetClasses() - Method in class org.springframework.binding.convert.support.TextToExpression
 
getTargetClasses() - Method in class org.springframework.binding.convert.support.TextToLabeledEnum
 
getTargetClasses() - Method in class org.springframework.binding.convert.support.TextToNumber
 
getTargetClasses() - Method in class org.springframework.binding.method.TextToMethodSignature
 
getTargetException() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the target root cause exception of the method invocation failure.
getTimeFormatter() - Method in interface org.springframework.binding.format.FormatterFactory
Returns the default time format for the current locale.
getTimeFormatter(Style) - Method in interface org.springframework.binding.format.FormatterFactory
Returns the time format with the specified style for the current locale.
getTimeFormatter() - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
 
getTimeFormatter(Style) - Method in class org.springframework.binding.format.support.SimpleFormatterFactory
 
getType() - Method in class org.springframework.binding.method.Parameter
Returns the parameter type.
getTypesArray() - Method in class org.springframework.binding.method.Parameters
Get an array containing each parameter type.
getValue() - Method in exception org.springframework.binding.convert.ConversionException
Returns the value we tried to convert.
getValue() - Method in class org.springframework.binding.expression.SetValueAttempt
Returns the value that was attempted to be set.

H

hashCode() - Method in class org.springframework.binding.convert.ConversionExecutor
 
hashCode() - Method in class org.springframework.binding.expression.support.StaticExpression
 
hashCode() - Method in class org.springframework.binding.mapping.Mapping
 
hashCode() - Method in class org.springframework.binding.method.MethodKey
 
hashCode() - Method in class org.springframework.binding.method.MethodSignature
 
hashCode() - Method in class org.springframework.binding.method.Parameter
 
hashCode() - Method in class org.springframework.binding.method.Parameters
 
hasNext() - Method in class org.springframework.binding.collection.CompositeIterator
 

I

InvalidFormatException - Exception in org.springframework.binding.format
Thrown when a formatted value is of the wrong form.
InvalidFormatException(String, String) - Constructor for exception org.springframework.binding.format.InvalidFormatException
Create a new invalid format exception.
InvalidFormatException(String, String, Throwable) - Constructor for exception org.springframework.binding.format.InvalidFormatException
Create a new invalid format exception.
InvalidFormatException(String, String, String, Throwable) - Constructor for exception org.springframework.binding.format.InvalidFormatException
Create a new invalid format exception.
InvalidMethodKeyException - Exception in org.springframework.binding.method
Thrown when a method key could not be resolved to an invokable java Method on a Class.
InvalidMethodKeyException(MethodKey, Exception) - Constructor for exception org.springframework.binding.method.InvalidMethodKeyException
Creates an exception signaling an invalid method signature.
invoke(MethodSignature, Object, Object) - Method in class org.springframework.binding.method.MethodInvoker
Invoke the method on the bean provided.
isAllowEmpty() - Method in class org.springframework.binding.format.support.AbstractFormatter
Allow formatting of empty (null or blank) values?
isDelimitedExpression(String) - Method in interface org.springframework.binding.expression.ExpressionParser
Is this expression string delimited in a manner that indicates it is a parseable expression? For example "${expression}".
isDelimitedExpression(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Check whether or not given criteria are expressed as an expression.
isEmpty() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
isEmpty() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
isEmpty(Object) - Method in class org.springframework.binding.format.support.AbstractFormatter
Is given object empty (null or empty string)?
iterator() - Method in class org.springframework.binding.method.Parameters
Return a parameter iterator.

K

keySet() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
keySet() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 

L

LabeledEnumFormatter - Class in org.springframework.binding.format.support
Converts from string to a LabeledEnum instance and back.
LabeledEnumFormatter() - Constructor for class org.springframework.binding.format.support.LabeledEnumFormatter
Default constructor.
LabeledEnumFormatter(boolean) - Constructor for class org.springframework.binding.format.support.LabeledEnumFormatter
Create a new LabeledEnum formatter.
LONG - Static variable in class org.springframework.binding.format.Style
See DateFormat.LONG.

M

map(Object, Object, MappingContext) - Method in interface org.springframework.binding.mapping.AttributeMapper
Map data from a source object to a target object.
map(Object, Object, MappingContext) - Method in class org.springframework.binding.mapping.DefaultAttributeMapper
 
map(Object, Object, MappingContext) - Method in class org.springframework.binding.mapping.Mapping
Map the sourceAttribute in to the targetAttribute target map, performing type conversion if necessary.
MapAccessor - Class in org.springframework.binding.collection
A simple, generic decorator for getting attributes out of a map.
MapAccessor(Map) - Constructor for class org.springframework.binding.collection.MapAccessor
Creates a new attribute map accessor.
MapAdaptable - Interface in org.springframework.binding.collection
An object whose contents are capable of being exposed as an unmodifiable map.
Mapping - Class in org.springframework.binding.mapping
A single mapping definition, encapulating the information neccessary to map the result of evaluating an expression on a source object to a property on a target object, optionally applying a type conversion during the mapping process.
Mapping(Expression, SettableExpression, ConversionExecutor) - Constructor for class org.springframework.binding.mapping.Mapping
Creates a new mapping.
Mapping(Expression, SettableExpression, ConversionExecutor, boolean) - Constructor for class org.springframework.binding.mapping.Mapping
Creates a new mapping.
MappingBuilder - Class in org.springframework.binding.mapping
A stateful builder that builds Mapping objects.
MappingBuilder(ExpressionParser) - Constructor for class org.springframework.binding.mapping.MappingBuilder
Creates a mapping builder that uses the expression parser to parse attribute mapping expressions.
MappingContext - Interface in org.springframework.binding.mapping
A context object with two main responsibities: Exposing information to a mapper to influence a mapping attempt.
MEDIUM - Static variable in class org.springframework.binding.format.Style
See DateFormat.MEDIUM.
MethodInvocationException - Exception in org.springframework.binding.method
Base class for exceptions that report a method invocation failure.
MethodInvocationException(MethodSignature, Object[], Throwable) - Constructor for exception org.springframework.binding.method.MethodInvocationException
Signals that the method with the specified signature could not be invoked with the provided arguments.
MethodInvoker - Class in org.springframework.binding.method
A helper for invoking typed methods on abritrary objects, with support for argument value type conversion from values retrieved from a argument attribute source.
MethodInvoker() - Constructor for class org.springframework.binding.method.MethodInvoker
 
MethodKey - Class in org.springframework.binding.method
A helper for resolving and caching a Java method by reflection.
MethodKey(Class, String, Class[]) - Constructor for class org.springframework.binding.method.MethodKey
Create a new method key.
MethodSignature - Class in org.springframework.binding.method
A specification for a method consisting of the methodName and an optional set of named arguments.
MethodSignature(String) - Constructor for class org.springframework.binding.method.MethodSignature
Creates a method signature with no parameters.
MethodSignature(String, Parameter) - Constructor for class org.springframework.binding.method.MethodSignature
Creates a method signature with a single parameter.
MethodSignature(String, Parameters) - Constructor for class org.springframework.binding.method.MethodSignature
Creates a method signature with a list of parameters.

N

next() - Method in class org.springframework.binding.collection.CompositeIterator
 
NONE - Static variable in class org.springframework.binding.method.Parameters
Canonical instance for an empty parameters list.
NumberFormatter - Class in org.springframework.binding.format.support
Converts from various Number specializations to String and back.
NumberFormatter() - Constructor for class org.springframework.binding.format.support.NumberFormatter
Default constructor.
NumberFormatter(NumberFormat) - Constructor for class org.springframework.binding.format.support.NumberFormatter
Create a new number formatter.
NumberFormatter(NumberFormat, boolean) - Constructor for class org.springframework.binding.format.support.NumberFormatter
Create a new number formatter.

O

OgnlExpressionParser - Class in org.springframework.binding.expression.support
An expression parser that parses Ognl expressions.
OgnlExpressionParser() - Constructor for class org.springframework.binding.expression.support.OgnlExpressionParser
 
org.springframework.binding.collection - package org.springframework.binding.collection
Collection related classes usable by other packages and systems.
org.springframework.binding.convert - package org.springframework.binding.convert
Core services for converting objects from one type to another.
org.springframework.binding.convert.support - package org.springframework.binding.convert.support
Supporting type converter implementations that are generically applicable and frequently used.
org.springframework.binding.expression - package org.springframework.binding.expression
Core expression language abstraction for parsing and evaluating expressions.
org.springframework.binding.expression.support - package org.springframework.binding.expression.support
Expression abstraction implementations, integrated with BeanWrapper and OGNL.
org.springframework.binding.format - package org.springframework.binding.format
Core services for formatting objects in string form.
org.springframework.binding.format.support - package org.springframework.binding.format.support
Supporting formatter implementations that are generically applicable and frequently used.
org.springframework.binding.mapping - package org.springframework.binding.mapping
Support for mapping attribute values between data structures.
org.springframework.binding.method - package org.springframework.binding.method
Method binding support for invoking abritrary methods on target beans.

P

Parameter - Class in org.springframework.binding.method
A named method parameter.
Parameter(Class, Expression) - Constructor for class org.springframework.binding.method.Parameter
Create a new named parameter definition.
Parameters - Class in org.springframework.binding.method
An ordered list of method parameters.
Parameters() - Constructor for class org.springframework.binding.method.Parameters
Create a parameter list of the default size (3 elements).
Parameters(int) - Constructor for class org.springframework.binding.method.Parameters
Create a parameter list with the specified size.
Parameters(Parameter) - Constructor for class org.springframework.binding.method.Parameters
Create a parameter list with one parameter.
Parameters(Parameter[]) - Constructor for class org.springframework.binding.method.Parameters
Create a parameter list from the parameter array.
parseBigDecimal(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
parseBigInteger(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
parseByte(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
parseDate(String) - Method in class org.springframework.binding.format.support.DateFormatter
Convenience method to parse a date.
parseDouble(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
parseExpression(String) - Method in class org.springframework.binding.convert.support.ConversionServiceAwareConverter
Helper that parsers the given expression string into an expression, using the installed String->Expression converter.
parseExpression(String) - Method in interface org.springframework.binding.expression.ExpressionParser
Parse the provided expression string, returning an evaluator capable of evaluating it against input.
parseExpression(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
 
parseFloat(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
parseInteger(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
parseLabeledEnum(String, Class) - Method in class org.springframework.binding.format.support.LabeledEnumFormatter
Convenience method to parse a LabeledEnum.
parseLong(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
ParserException - Exception in org.springframework.binding.expression
Base class for exceptions thrown during expression parsing.
ParserException(String, Throwable) - Constructor for exception org.springframework.binding.expression.ParserException
Creates a new expression parsing exception.
ParserException(String, String, Throwable) - Constructor for exception org.springframework.binding.expression.ParserException
Creates a new expression parsing exception.
parseSettableExpression(String) - Method in interface org.springframework.binding.expression.ExpressionParser
Parse the provided settable expression string, returning an evaluator capable of evaluating its value as well as setting its value.
parseSettableExpression(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
 
parseShort(String) - Method in class org.springframework.binding.format.support.NumberFormatter
 
parseValue(String, Class) - Method in interface org.springframework.binding.format.Formatter
Parse the formatted string representation of a value, restoring the value.
parseValue(String, Class) - Method in class org.springframework.binding.format.support.AbstractFormatter
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.binding.convert.support.CustomConverterConfigurer
 
PropertyEditorFormatter - Class in org.springframework.binding.format.support
Adapts a property editor to the formatter interface.
PropertyEditorFormatter(PropertyEditor) - Constructor for class org.springframework.binding.format.support.PropertyEditorFormatter
Wrap given property editor in a formatter.
put(Object, Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
put(Object, Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
putAll(Map) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
putAll(Map) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 

R

remove() - Method in class org.springframework.binding.collection.CompositeIterator
 
remove(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
remove(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
removeAttribute(String) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
required() - Method in class org.springframework.binding.mapping.MappingBuilder
Marks the mapping to be built a "required" mapping.
RequiredMapping - Class in org.springframework.binding.mapping
A mapping that is required.
RequiredMapping(Expression, SettableExpression, ConversionExecutor) - Constructor for class org.springframework.binding.mapping.RequiredMapping
Creates a required mapping.
RequiredMappingException - Exception in org.springframework.binding.mapping
Thrown when a required mapping could not be performed.
RequiredMappingException(String) - Constructor for exception org.springframework.binding.mapping.RequiredMappingException
Create a new required mapping exception.
reset() - Method in class org.springframework.binding.mapping.MappingBuilder
Reset this mapping builder.
resolveMethod() - Method in class org.springframework.binding.method.MethodKey
Resolve the keyed method.

S

setAsText(String) - Method in class org.springframework.binding.convert.support.ConverterPropertyEditorAdapter
 
setAsText(String) - Method in class org.springframework.binding.format.support.FormatterPropertyEditor
 
setAttribute(String, Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
setConversionService(ConversionService) - Method in interface org.springframework.binding.convert.support.ConversionServiceAware
Set the conversion service this object should be made aware of (as it presumably depends on it).
setConversionService(ConversionService) - Method in class org.springframework.binding.convert.support.ConversionServiceAwareConverter
 
setConversionService(ConversionService) - Method in class org.springframework.binding.convert.support.CustomConverterConfigurer
Create a new configurer.
setConversionService(ConversionService) - Method in class org.springframework.binding.mapping.MappingBuilder
Sets the conversion service that will convert the object returned by evaluating the source expression to the MappingBuilder.to(Class) type if necessary.
setConversionService(ConversionService) - Method in class org.springframework.binding.method.MethodInvoker
Sets the conversion service to convert argument values as needed.
setDefaultDateStyle(Style) - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
Set the default date style.
setDefaultTimeStyle(Style) - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
Set the default time style.
setExpressionPrefix(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Sets the expression delimiter prefix.
setExpressionSuffix(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Sets the expression delimiter suffix.
setFormatterFactory(FormatterFactory) - Method in class org.springframework.binding.convert.support.AbstractFormattingConverter
 
setLabeledEnumResolver(LabeledEnumResolver) - Method in class org.springframework.binding.format.support.LabeledEnumFormatter
Set the LabeledEnumResolver used.
setLocaleContext(LocaleContext) - Method in class org.springframework.binding.format.support.AbstractFormatterFactory
Sets the locale context used.
setParent(ConversionService) - Method in class org.springframework.binding.convert.support.GenericConversionService
Set the parent of this conversion service.
SettableExpression - Interface in org.springframework.binding.expression
An evaluator that is capable of setting a value on a target object at the path defined by this expression.
SetValueAttempt - Class in org.springframework.binding.expression
Records an attempt to set an expression value.
SetValueAttempt(SettableExpression, Object, Object, EvaluationContext) - Constructor for class org.springframework.binding.expression.SetValueAttempt
Creates a new set attempt.
SharedMap - Interface in org.springframework.binding.collection
A simple subinterface of Map that exposes a mutex that application code can synchronize on.
SharedMapDecorator - Class in org.springframework.binding.collection
A map decorator that implements SharedMap.
SharedMapDecorator(Map) - Constructor for class org.springframework.binding.collection.SharedMapDecorator
Creates a new shared map decorator.
SHORT - Static variable in class org.springframework.binding.format.Style
See DateFormat.SHORT.
SimpleFormatterFactory - Class in org.springframework.binding.format.support
Simple FormatterFactory implementation.
SimpleFormatterFactory() - Constructor for class org.springframework.binding.format.support.SimpleFormatterFactory
 
size() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
size() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
size() - Method in class org.springframework.binding.method.Parameters
Returns the number of parameters in this list.
source(String) - Method in class org.springframework.binding.mapping.MappingBuilder
Sets the source expression of the mapping built by this builder.
StaticExpression - Class in org.springframework.binding.expression.support
A simple expression evaluator that just returns a fixed result on each evaluation.
StaticExpression(Object) - Constructor for class org.springframework.binding.expression.support.StaticExpression
Create a static evaluator for the given value.
StringKeyedMapAdapter - Class in org.springframework.binding.collection
Base class for map adapters whose keys are String values.
StringKeyedMapAdapter() - Constructor for class org.springframework.binding.collection.StringKeyedMapAdapter
 
Style - Class in org.springframework.binding.format
Format styles, similar to those defined by DateFormat.

T

target(String) - Method in class org.springframework.binding.mapping.MappingBuilder
Sets the target property expression of the mapping built by this builder.
targetCollection(String) - Method in class org.springframework.binding.mapping.MappingBuilder
Sets the target collection of the mapping built by this builder.
TextToBoolean - Class in org.springframework.binding.convert.support
Converts a textual representation of a boolean object to a Boolean instance.
TextToBoolean() - Constructor for class org.springframework.binding.convert.support.TextToBoolean
Default constructor.
TextToBoolean(String, String) - Constructor for class org.springframework.binding.convert.support.TextToBoolean
Create a text to boolean converter.
TextToClass - Class in org.springframework.binding.convert.support
Converts a textual representation of a class object to a Class instance.
TextToClass() - Constructor for class org.springframework.binding.convert.support.TextToClass
 
TextToExpression - Class in org.springframework.binding.convert.support
Converter that converts a String into an Expression object.
TextToExpression(ExpressionParser) - Constructor for class org.springframework.binding.convert.support.TextToExpression
Creates a new string-to-expression converter.
TextToLabeledEnum - Class in org.springframework.binding.convert.support
Converter that converts textual representations of enum instances to a specific instance of LabeledEnum.
TextToLabeledEnum() - Constructor for class org.springframework.binding.convert.support.TextToLabeledEnum
 
TextToMethodSignature - Class in org.springframework.binding.method
Converter that takes an encoded string representation and produces a corresponding MethodSignature object.
TextToMethodSignature() - Constructor for class org.springframework.binding.method.TextToMethodSignature
Create a new converter that converts strings to MethodSignature objects.
TextToMethodSignature(ConversionService) - Constructor for class org.springframework.binding.method.TextToMethodSignature
Create a new converter that converts strings to MethodSignature objects.
TextToNumber - Class in org.springframework.binding.convert.support
Converts textual representations of numbers to a Number specialization.
TextToNumber() - Constructor for class org.springframework.binding.convert.support.TextToNumber
Default constructor that uses a SimpleFormatterFactory.
TextToNumber(FormatterFactory) - Constructor for class org.springframework.binding.convert.support.TextToNumber
Create a string to number converter using given formatter factory.
to(Class) - Method in class org.springframework.binding.mapping.MappingBuilder
Sets the target type of the property writeable by the target expression.
toString() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
toString() - Method in class org.springframework.binding.convert.ConversionExecutor
 
toString() - Method in class org.springframework.binding.expression.EvaluationAttempt
 
toString() - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
toString() - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
toString() - Method in class org.springframework.binding.expression.support.StaticExpression
 
toString() - Method in class org.springframework.binding.mapping.DefaultAttributeMapper
 
toString() - Method in class org.springframework.binding.mapping.Mapping
 
toString() - Method in class org.springframework.binding.method.MethodKey
 
toString() - Method in class org.springframework.binding.method.MethodSignature
 
toString() - Method in class org.springframework.binding.method.Parameter
 
toString() - Method in class org.springframework.binding.method.Parameters
 

V

value() - Method in class org.springframework.binding.mapping.MappingBuilder
The logical GoF builder getResult method, returning a fully constructed Mapping from the configured pieces.
values() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
values() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 

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

Copyright � 2004-2007. All Rights Reserved.