spring-binding
A B C D E F G H I K L M N O P R S T U V W

A

AbstractCachingMapDecorator<K,V> - Class in org.springframework.binding.collection
A simple decorator for a Map, encapsulating the workflow for caching expensive values in a target Map.
AbstractCachingMapDecorator() - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
Create a CachingMapDecorator with strong keys, using an underlying synchronized Map.
AbstractCachingMapDecorator(boolean) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
Create a CachingMapDecorator, using an underlying synchronized Map.
AbstractCachingMapDecorator(boolean, int) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
Create a CachingMapDecorator with initial size, using an underlying synchronized Map.
AbstractCachingMapDecorator(Map<K, V>) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
Create a CachingMapDecorator for the given Map.
AbstractCachingMapDecorator(Map<K, V>, boolean, boolean) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
Create a CachingMapDecorator for the given Map.
AbstractExpressionParser - Class in org.springframework.binding.expression.support
An expression parser that parses Ognl expressions.
AbstractExpressionParser() - Constructor for class org.springframework.binding.expression.support.AbstractExpressionParser
 
AbstractGetValueExpression - Class in org.springframework.binding.expression.support
Trivial helper for concrete expression types that do not support setting their values.
AbstractGetValueExpression() - Constructor for class org.springframework.binding.expression.support.AbstractGetValueExpression
 
AbstractMappingResult - Class in org.springframework.binding.mapping.results
Convenient base class for MappingResult implementations.
AbstractMappingResult(Mapping) - Constructor for class org.springframework.binding.mapping.results.AbstractMappingResult
Creates a new mapping result.
AbstractNumberFormatFactory - Class in org.springframework.binding.format
Base class suitable for subclassing by most NumberFormatFactory implementations.
AbstractNumberFormatFactory() - Constructor for class org.springframework.binding.format.AbstractNumberFormatFactory
 
add(Iterator<E>) - Method in class org.springframework.binding.collection.CompositeIterator
Deprecated. 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.service.GenericConversionService
Add an alias for given target type.
addAll(Parameter...) - Method in class org.springframework.binding.method.Parameters
Add new parameters to this list.
addAllErrors(Errors) - Method in class org.springframework.binding.message.MessageContextErrors
 
addConverter(Converter) - Method in class org.springframework.binding.convert.service.GenericConversionService
Registers the given converter with the underlying Spring ConversionService with the help of an adapter.
addConverter(String, Converter) - Method in class org.springframework.binding.convert.service.GenericConversionService
Deprecated. use GenericConversionService.addConverter(Converter) instead or better yet use Spring 3 type conversion and formatting options (see Spring Documentation).
addDefaultAliases() - Method in class org.springframework.binding.convert.service.DefaultConversionService
 
addDefaultConverters() - Method in class org.springframework.binding.convert.service.DefaultConversionService
Add all default converters to the conversion service.
addMapping(DefaultMapping) - Method in class org.springframework.binding.mapping.impl.DefaultMapper
Add a mapping to this mapper.
addMessage(MessageResolver) - Method in class org.springframework.binding.message.DefaultMessageContext
 
addMessage(MessageResolver) - Method in interface org.springframework.binding.message.MessageContext
Add a new message to this context.
addPropertyAccessor(Class<?>, PropertyAccessor) - Method in class org.springframework.binding.expression.ognl.OgnlExpressionParser
Deprecated. Add a property access strategy for the given class.
addPropertyAccessor(PropertyAccessor) - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
 
applyTypeConversion(Object, Class<?>) - Method in class org.springframework.binding.method.MethodInvoker
Apply type conversion on the supplied value
arg(Object) - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built has a variable argument.
args(Object...) - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built has variable arguments.
ArrayToArray - Class in org.springframework.binding.convert.converters
Special one-way converter that converts from a source array to a target array.
ArrayToArray(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ArrayToArray
Creates a new array-to-array converter.
ArrayToArray(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ArrayToArray
Creates a new array-to-array converter.
ArrayToCollection - Class in org.springframework.binding.convert.converters
Special converter that converts from a source array to a target collection.
ArrayToCollection(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ArrayToCollection
Creates a new array to collection converter.
ArrayToCollection(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ArrayToCollection
Creates a new array to collection converter.
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<T>) - 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<T>) - Method in class org.springframework.binding.collection.MapAccessor
Assert that value of the map key, if non-null, is of the required type.

B

BeanWrapperExpression - Class in org.springframework.binding.expression.beanwrapper
An expression that delegates to a bean wrapper to evaluate or set a property of a context.
BeanWrapperExpression(String, ConversionService) - Constructor for class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
Creates a new bean wrapper expression.
BeanWrapperExpressionParser - Class in org.springframework.binding.expression.beanwrapper
An expression parser that parses BeanWrapper property expressions.
BeanWrapperExpressionParser() - Constructor for class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
Creates a new expression parser that uses a DefaultConversionService to perform type conversion.
BeanWrapperExpressionParser(ConversionService) - Constructor for class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
Creates a new expression parser that uses the specified conversion service for type conversion.
build() - Method in class org.springframework.binding.message.MessageBuilder
Builds the message that will be resolved.

C

clear() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
clear() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
clear() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
clearMessages() - Method in class org.springframework.binding.message.DefaultMessageContext
 
clearMessages() - Method in interface org.springframework.binding.message.MessageContext
Clear all messages added to this context.
code(String) - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built should try and resolve its text using the code provided.
codes(String...) - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built should try and resolve its text using the codes provided.
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.
CollectionToCollection - Class in org.springframework.binding.convert.converters
A converter that can convert from one collection type to another.
CollectionToCollection(ConversionService) - Constructor for class org.springframework.binding.convert.converters.CollectionToCollection
Creates a new collection-to-collection converter
CollectionToCollection(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.CollectionToCollection
Creates a new collection-to-collection converter
CompositeIterator<E> - Class in org.springframework.binding.collection
Deprecated. in favor of CompositeIterator
CompositeIterator() - Constructor for class org.springframework.binding.collection.CompositeIterator
Deprecated. 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) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
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.AbstractCachingMapDecorator
 
containsValue(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
containsValue(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
ConversionException - Exception in org.springframework.binding.convert
Base class for exceptions thrown by the convert system.
ConversionException(String, Throwable) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionException(String) - Constructor for exception org.springframework.binding.convert.ConversionException
Creates a new conversion exception.
ConversionExecutionException - Exception in org.springframework.binding.convert
Thrown when an attempt to execute a type conversion fails.
ConversionExecutionException(Object, Class<?>, Class<?>, Throwable) - Constructor for exception org.springframework.binding.convert.ConversionExecutionException
Creates a new conversion exception.
ConversionExecutionException(Object, Class<?>, Class<?>, String) - Constructor for exception org.springframework.binding.convert.ConversionExecutionException
Creates a new conversion exception.
ConversionExecutor - Interface 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.
ConversionExecutorNotFoundException - Exception in org.springframework.binding.convert
Thrown when a conversion executor could not be found in a conversion service.
ConversionExecutorNotFoundException(Class<?>, Class<?>, String) - Constructor for exception org.springframework.binding.convert.ConversionExecutorNotFoundException
Creates a new conversion executor not found exception.
ConversionService - Interface in org.springframework.binding.convert
A service interface for retrieving type conversion executors.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.binding.convert.service.SpringBindingConverterAdapter
 
Converter - Interface in org.springframework.binding.convert.converters
A converter is capable of converting a source object of type Converter.getSourceClass() to a target type of type Converter.getTargetClass().
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ArrayToArray
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ArrayToCollection
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.CollectionToCollection
 
convertSourceToTargetClass(Object, Class<?>) - Method in interface org.springframework.binding.convert.converters.Converter
Convert the provided source object argument to an instance of the specified target class.
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.NumberToNumber
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ObjectToArray
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ObjectToCollection
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ReverseConverter
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
 
convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToObject
 
convertTargetToSourceClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ArrayToCollection
 
convertTargetToSourceClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToObject
 
convertTargetToSourceClass(Object, Class<?>) - Method in interface org.springframework.binding.convert.converters.TwoWayConverter
Convert the provided target object argument to an instance of the specified source class.
convertToNumberClass(Number, Class<? extends Number>) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
Coerces the Number object returned by NumberFormat to the desired numberClass.
create(K) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
Create a value to cache for the given key.
createMessagesMemento() - Method in class org.springframework.binding.message.DefaultMessageContext
 
createMessagesMemento() - Method in interface org.springframework.binding.message.StateManageableMessageContext
Create a serializable memento, or token representing a snapshot of the internal state of this message context.
createSpringELExpression(Map<String, Expression>, Expression, Class<?>, ConversionService) - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
Create the SpringELExpression.
CurrencyNumberFormatFactory - Class in org.springframework.binding.format
Produces NumberFormat instances that format currency values.
CurrencyNumberFormatFactory() - Constructor for class org.springframework.binding.format.CurrencyNumberFormatFactory
 

D

DefaultConversionService - Class in org.springframework.binding.convert.service
Default, local implementation of a conversion service.
DefaultConversionService() - Constructor for class org.springframework.binding.convert.service.DefaultConversionService
Creates a new default conversion service, installing the default converters.
DefaultConversionService(ConversionService) - Constructor for class org.springframework.binding.convert.service.DefaultConversionService
Creates a new default conversion service with an instance of a Spring ConversionService.
DefaultELContext - Class in org.springframework.binding.expression.el
A generic ELContext implementation.
DefaultELContext(ELResolver, VariableMapper, FunctionMapper) - Constructor for class org.springframework.binding.expression.el.DefaultELContext
Creates a new default el context.
DefaultElContextFactory - Class in org.springframework.binding.expression.el
A factory for a DefaultELContext.
DefaultElContextFactory() - Constructor for class org.springframework.binding.expression.el.DefaultElContextFactory
 
DefaultELResolver - Class in org.springframework.binding.expression.el
A generic ELResolver to be used as a default when no other ELResolvers have been configured by the client application.
DefaultELResolver(List<? extends ELResolver>) - Constructor for class org.springframework.binding.expression.el.DefaultELResolver
Creates a new default EL resolver for resolving properties of the root object.
DefaultELResolver(Object, List<? extends ELResolver>) - Constructor for class org.springframework.binding.expression.el.DefaultELResolver
Creates a new default EL resolver for resolving properties of the root object.
DefaultMapper - Class in org.springframework.binding.mapping.impl
Generic mapper implementation that allows mappings to be configured programatically.
DefaultMapper() - Constructor for class org.springframework.binding.mapping.impl.DefaultMapper
 
DefaultMapping - Class in org.springframework.binding.mapping.impl
A single mapping definition, encapsulating the information necessary 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.
DefaultMapping(Expression, Expression) - Constructor for class org.springframework.binding.mapping.impl.DefaultMapping
Creates a new mapping.
DefaultMappingContext - Class in org.springframework.binding.mapping.impl
Default mapping context implementation.
DefaultMappingContext(Object, Object) - Constructor for class org.springframework.binding.mapping.impl.DefaultMappingContext
 
DefaultMappingResults - Class in org.springframework.binding.mapping.impl
Default mapping results implementation.
DefaultMappingResults(Object, Object, List<MappingResult>) - Constructor for class org.springframework.binding.mapping.impl.DefaultMappingResults
Creates a new mapping results object.
DefaultMessageContext - Class in org.springframework.binding.message
The default message context implementation.
DefaultMessageContext() - Constructor for class org.springframework.binding.message.DefaultMessageContext
Creates a new default message context.
DefaultMessageContext(MessageSource) - Constructor for class org.springframework.binding.message.DefaultMessageContext
Creates a new default message context.
DefaultMessageResolver - Class in org.springframework.binding.message
 
DefaultMessageResolver(Object, String[], Severity, Object[], String) - Constructor for class org.springframework.binding.message.DefaultMessageResolver
 
DefaultNumberFormatFactory - Class in org.springframework.binding.format
Works with a general purpose DecimalFormat instance returned by calling NumberFormat.getInstance(Locale) by default.
DefaultNumberFormatFactory() - Constructor for class org.springframework.binding.format.DefaultNumberFormatFactory
 
defaultText(String) - Method in class org.springframework.binding.message.MessageBuilder
Records the fallback text of the message being built.
doParseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
 
doParseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.ognl.OgnlExpressionParser
Deprecated.  
doParseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
 

E

ELContextFactory - Interface in org.springframework.binding.expression.el
A factory for creating a EL context object that will be used to evaluate a target object of an EL expression.
ELExpression - Class in org.springframework.binding.expression.el
Evaluates a parsed EL expression.
ELExpression(ELContextFactory, ValueExpression) - Constructor for class org.springframework.binding.expression.el.ELExpression
Creates a new el expression
ELExpressionParser - Class in org.springframework.binding.expression.el
The expression parser that parses EL expressions.
ELExpressionParser(ExpressionFactory) - Constructor for class org.springframework.binding.expression.el.ELExpressionParser
Creates a new EL expression parser for standalone usage.
entrySet() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
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.service.RuntimeBindingConversionExecutor
 
equals(Object) - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
 
equals(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
equals(Object) - Method in class org.springframework.binding.expression.el.ELExpression
 
equals(Object) - Method in class org.springframework.binding.expression.ExpressionVariable
 
equals(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
 
equals(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
 
equals(Object) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
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
 
error() - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built is an error message.
evaluate(Class<?>) - Method in class org.springframework.binding.expression.support.FluentParserContext
Configure the evaluationContextType attribute with the value provided.
evaluateArgument(Object) - Method in class org.springframework.binding.method.Parameter
Evaluate this method parameter against the provided argument source, returning a single method argument value.
EvaluationException - Exception in org.springframework.binding.expression
Indicates an expression evaluation failed.
EvaluationException(Class<?>, String, String) - Constructor for exception org.springframework.binding.expression.EvaluationException
Creates a new evaluation exception.
EvaluationException(Class<?>, String, String, Throwable) - Constructor for exception org.springframework.binding.expression.EvaluationException
Creates a new evaluation exception.
execute(Object) - Method in interface org.springframework.binding.convert.ConversionExecutor
Execute the conversion for the provided source object.
execute(Object) - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
 
execute(Object, Object) - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
 
execute(Object) - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
 
executeConversion(Object, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
Execute a conversion of the source object provided to the specified targetClass
executeConversion(String, Object, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
Execute a conversion using the custom converter with the provided id.
executeConversion(Object, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
executeConversion(String, Object, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
expectResult(Class<?>) - Method in class org.springframework.binding.expression.support.FluentParserContext
Configure the expectedEvaluationResult attribute with the value provided.
Expression - Interface in org.springframework.binding.expression
An expression capable of evaluating itself against context objects.
ExpressionParser - Interface in org.springframework.binding.expression
Parses expression strings into compiled expressions that can be evaluated.
ExpressionVariable - Class in org.springframework.binding.expression
An expression variable.
ExpressionVariable(String, String) - Constructor for class org.springframework.binding.expression.ExpressionVariable
Creates a new expression variable.
ExpressionVariable(String, String, ParserContext) - Constructor for class org.springframework.binding.expression.ExpressionVariable
Creates a new expression variable with a populated parser context.
extendEvaluationContext(StandardEvaluationContext) - Method in class org.springframework.binding.expression.spel.SpringELExpression
Invoked every time an evaluation context is created allowing further initialization from sub-classes.

F

fatal() - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built is a fatal message.
findMethodConsiderAssignableParameterTypes() - Method in class org.springframework.binding.method.MethodKey
Find the keyed method using 'relaxed' typing.
FluentParserContext - Class in org.springframework.binding.expression.support
Default implementation of the ParserContext interface that has a fluent API for building parser context attributes.
FluentParserContext() - Constructor for class org.springframework.binding.expression.support.FluentParserContext
Create a new parser context, initially with all context attributes as null.
FormattedStringToNumber - Class in org.springframework.binding.convert.converters
A converter for common number types such as integers and big decimals.
FormattedStringToNumber() - Constructor for class org.springframework.binding.convert.converters.FormattedStringToNumber
 
FormattedStringToNumber(Class<? extends Number>) - Constructor for class org.springframework.binding.convert.converters.FormattedStringToNumber
 

G

GenericConversionService - Class in org.springframework.binding.convert.service
Base implementation of a conversion service.
GenericConversionService() - Constructor for class org.springframework.binding.convert.service.GenericConversionService
Default constructor.
GenericConversionService(ConversionService) - Constructor for class org.springframework.binding.convert.service.GenericConversionService
Constructor accepting a specific instance of a Spring ConversionService to delegate to.
get(Object) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
Get value for key.
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, V) - 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<T>) - 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<T>, T) - 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
 
getAllMessages() - Method in class org.springframework.binding.message.DefaultMessageContext
 
getAllMessages() - Method in interface org.springframework.binding.message.MessageContext
Get all messages in this context.
getAllowDelimitedEvalExpressions() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns if this parser allows delimited eval expressions like ${foo.bar}.
getAllResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getAllResults() - Method in interface org.springframework.binding.mapping.MappingResults
A list of all the mapping results between the source and target.
getArguments() - Method in class org.springframework.binding.message.DefaultMessageResolver
 
getArguments() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the method invocation arguments.
getArray(Object, Class<? extends T[]>) - 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.
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.
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.
getClassForAlias(String) - Method in interface org.springframework.binding.convert.ConversionService
Lookup a class by its well-known alias.
getClassForAlias(String) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getCode() - Method in interface org.springframework.binding.mapping.MappingResult
The mapping result code; for example, "success" , "typeMismatch", "propertyNotFound", or "evaluationException".
getCode() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getCode() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getCode() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getCode() - Method in class org.springframework.binding.mapping.results.Success
 
getCode() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getCode() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
getCodes() - Method in class org.springframework.binding.message.DefaultMessageResolver
 
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<T>) - 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.
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getContextClass() - Method in exception org.springframework.binding.expression.EvaluationException
The class of object upon which evaluation was attempted and failed.
getConversionExecutor(Class<?>, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
Return the default conversion executor capable of converting source objects of the specified sourceClass to instances of the targetClass.
getConversionExecutor(String, Class<?>, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
Return the custom conversion executor capable of converting source objects of the specified sourceClass to instances of the targetClass.
getConversionExecutor(Class<?>, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getConversionExecutor(String, Class<?>, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getConversionService() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
The conversion service to use to obtain conversion executors that will be adapted to property editors for use during a set value call.
getConversionService() - Method in class org.springframework.binding.expression.el.ELExpressionParser
The conversion service to use to perform type conversions as needed by the Unified EL system.
getConversionService() - Method in class org.springframework.binding.expression.ognl.OgnlExpressionParser
Deprecated. The conversion service to use to perform type conversions as needed by the OGNL system.
getConversionService() - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
 
getConverter() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
Returns the converter that will perform the conversion.
getConvertibleTypes() - Method in class org.springframework.binding.convert.service.SpringBindingConverterAdapter
 
getCurrentMapping() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Returns the current mapping.
getDateFormat() - Method in class org.springframework.binding.convert.converters.StringToDate
 
getDeclaredType() - Method in class org.springframework.binding.method.MethodKey
Return the class the method is a member of.
getDefaultMessage() - Method in class org.springframework.binding.message.DefaultMessageResolver
 
getDelegateConversionService() - Method in interface org.springframework.binding.convert.ConversionService
Return the underlying Spring ConversionService.
getDelegateConversionService() - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getELContext(Object) - Method in class org.springframework.binding.expression.el.DefaultElContextFactory
 
getELContext(Object) - Method in interface org.springframework.binding.expression.el.ELContextFactory
Configures and returns an ELContext to be used in evaluating EL expressions on the given base target object.
getELResolver() - Method in class org.springframework.binding.expression.el.DefaultELContext
 
getErrorCause() - Method in interface org.springframework.binding.mapping.MappingResult
Get the cause of the error result
getErrorCause() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.Success
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
getErrorResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getErrorResults() - Method in interface org.springframework.binding.mapping.MappingResults
A list of all error results that occurred.
getEvaluationContextType() - Method in interface org.springframework.binding.expression.ParserContext
Returns the type of context object the parsed expression will evaluate in.
getEvaluationContextType() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
getEvaluationContextType() - Method in class org.springframework.binding.expression.support.NullParserContext
 
getExpectedEvaluationResultType() - Method in interface org.springframework.binding.expression.ParserContext
Returns the expected type of object returned from evaluating the parsed expression.
getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.NullParserContext
 
getExpectedFormat() - Method in exception org.springframework.binding.convert.converters.InvalidFormatException
Returns the expected format.
getExpressionPrefix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns the configured expression delimiter prefix.
getExpressionString() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.el.ELExpression
 
getExpressionString() - Method in exception org.springframework.binding.expression.EvaluationException
The string form of the expression that failed to evaluate against an instance of the the context class.
getExpressionString() - Method in interface org.springframework.binding.expression.Expression
Returns the original string used to create this expression, unmodified.
getExpressionString() - Method in exception org.springframework.binding.expression.ParserException
Returns the expression string that could not be parsed.
getExpressionString() - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.LiteralExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.StaticExpression
 
getExpressionSuffix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns the expression delimiter suffix.
getExpressionVariables() - Method in interface org.springframework.binding.expression.ParserContext
Returns additional expression variables or aliases that can be referenced during expression evaluation.
getExpressionVariables() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
getExpressionVariables() - Method in class org.springframework.binding.expression.support.NullParserContext
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getFieldErrors() - Method in class org.springframework.binding.message.MessageContextErrors
 
getFieldValue(String) - Method in class org.springframework.binding.message.MessageContextErrors
 
getFunctionMapper() - Method in class org.springframework.binding.expression.el.DefaultELContext
 
getGlobalErrors() - Method in class org.springframework.binding.message.MessageContextErrors
 
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.convert.converters.InvalidFormatException
Returns the invalid value.
getLenient() - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
If this Converter is "lenient" in parsing number strings.
getLocale() - Method in class org.springframework.binding.convert.converters.StringToDate
The locale to use in formatting date values.
getLocale() - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
The locale to use in formatting number values.
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.
getMappedValue() - Method in interface org.springframework.binding.mapping.MappingResult
The actual value that was mapped to the target object.
getMappedValue() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.Success
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
getMapping() - Method in interface org.springframework.binding.mapping.MappingResult
The mapping that executed for which this result pertains to.
getMapping() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getMappingResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Returns the mapping results recorded in this context.
getMappings() - Method in class org.springframework.binding.mapping.impl.DefaultMapper
Returns this mapper's list of mappings.
getMessageContext() - Method in interface org.springframework.binding.validation.ValidationContext
A context for adding failure messages to display to the user directly.
getMessagesByCriteria(MessageCriteria) - Method in class org.springframework.binding.message.DefaultMessageContext
 
getMessagesByCriteria(MessageCriteria) - Method in interface org.springframework.binding.message.MessageContext
Get all messages that meet the given result criteria.
getMessagesBySource(Object) - Method in class org.springframework.binding.message.DefaultMessageContext
 
getMessagesBySource(Object) - Method in interface org.springframework.binding.message.MessageContext
Get all messages in this context for the source provided.
getMessageSource() - Method in class org.springframework.binding.message.DefaultMessageContext
 
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.expression.ExpressionVariable
Returns the variable name.
getName() - Method in class org.springframework.binding.method.Parameter
Returns the parameter name.
getNumber(Object, Class<T>) - 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<T>, T) - 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.
getNumberFormat() - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
 
getNumberFormat(Locale) - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
Subclasses should override to create the new NumberFormat instance.
getNumberFormat(Locale) - Method in class org.springframework.binding.format.CurrencyNumberFormatFactory
 
getNumberFormat(Locale) - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
 
getNumberFormat(Locale) - Method in class org.springframework.binding.format.IntegerNumberFormatFactory
 
getNumberFormat() - Method in interface org.springframework.binding.format.NumberFormatFactory
Factory method that returns a fully-configured NumberFormat instance to use to format an object for display.
getNumberFormat(Locale) - Method in class org.springframework.binding.format.PercentNumberFormatFactory
 
getObjectName() - Method in class org.springframework.binding.message.MessageContextErrors
 
getOriginalValue() - Method in interface org.springframework.binding.mapping.MappingResult
The original value of the source object that was to be mapped.
getOriginalValue() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.Success
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
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.service.GenericConversionService
Returns the parent of this conversion service.
getParserContext() - Method in class org.springframework.binding.expression.ExpressionVariable
Returns the parser context to use to parse the variable's value expression.
getPattern() - Method in class org.springframework.binding.convert.converters.StringToDate
The pattern to use to format date values.
getPattern() - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
The pattern to use to format number values.
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<T>) - 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<? extends T[]>) - 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<T>) - 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<T>) - 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.
getResults(MappingResultsCriteria) - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getResults(MappingResultsCriteria) - Method in interface org.springframework.binding.mapping.MappingResults
Get all results that meet the given result criteria.
getSeverity() - Method in class org.springframework.binding.message.Message
The severity of this message.
getSource() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
The object being mapped from.
getSource() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getSource() - Method in interface org.springframework.binding.mapping.MappingResults
The source object that was mapped from.
getSource() - Method in class org.springframework.binding.message.Message
A reference to the source element this message is associated with.
getSourceClass() - Method in exception org.springframework.binding.convert.ConversionExecutionException
Returns the source type we tried to convert the value from.
getSourceClass() - Method in interface org.springframework.binding.convert.ConversionExecutor
Returns the source class of conversions performed by this executor.
getSourceClass() - Method in exception org.springframework.binding.convert.ConversionExecutorNotFoundException
Returns the source type requested to convert from.
getSourceClass() - Method in class org.springframework.binding.convert.converters.ArrayToArray
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ArrayToCollection
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.CollectionToCollection
 
getSourceClass() - Method in interface org.springframework.binding.convert.converters.Converter
The source class this converter can convert from.
getSourceClass() - Method in class org.springframework.binding.convert.converters.NumberToNumber
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ObjectToArray
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ObjectToCollection
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ReverseConverter
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.StringToObject
 
getSourceClass() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
 
getSourceClass() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
Returns the source class of conversions performed by this executor.
getSourceExpression() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
getSourceExpression() - Method in interface org.springframework.binding.mapping.Mapping
The source of the mapping.
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.el.DefaultELResolver
 
getTarget() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
The object being mapped to.
getTarget() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getTarget() - Method in interface org.springframework.binding.mapping.MappingResults
The target object that was mapped to.
getTargetClass() - Method in exception org.springframework.binding.convert.ConversionExecutionException
Returns the target type we tried to convert the value to.
getTargetClass() - Method in interface org.springframework.binding.convert.ConversionExecutor
Returns the target class of conversions performed by this executor.
getTargetClass() - Method in exception org.springframework.binding.convert.ConversionExecutorNotFoundException
Returns the target type requested to convert to.
getTargetClass() - Method in class org.springframework.binding.convert.converters.ArrayToArray
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ArrayToCollection
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.CollectionToCollection
 
getTargetClass() - Method in interface org.springframework.binding.convert.converters.Converter
The target class this converter can convert to.
getTargetClass() - Method in class org.springframework.binding.convert.converters.NumberToNumber
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ObjectToArray
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ObjectToCollection
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ReverseConverter
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.StringToObject
 
getTargetClass() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
 
getTargetClass() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
Returns the target class of conversions performed by this executor.
getTargetClass() - Method in exception org.springframework.binding.expression.ValueCoercionException
 
getTargetException() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the target root cause exception of the method invocation failure.
getTargetExpression() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
getTargetExpression() - Method in interface org.springframework.binding.mapping.Mapping
The target of the mapping.
getText() - Method in class org.springframework.binding.message.Message
The message text.
getType(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
 
getType(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getType() - Method in class org.springframework.binding.method.Parameter
Returns the parameter type.
getTypeConverter() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
Returns the type conversion executor to use during mapping execution.
getTypesArray() - Method in class org.springframework.binding.method.Parameters
Get an array containing each parameter type.
getUserEvent() - Method in interface org.springframework.binding.validation.ValidationContext
The current user event that triggered validation.
getUserPrincipal() - Method in interface org.springframework.binding.validation.ValidationContext
The current user.
getUserValue(String) - Method in interface org.springframework.binding.validation.ValidationContext
Obtain the value entered by the current user in the UI field bound to the property provided.
getValue() - Method in exception org.springframework.binding.convert.ConversionExecutionException
Returns the actual value we tried to convert, an instance of ConversionExecutionException.getSourceClass().
getValue(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
getValue(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
 
getValue(Object) - Method in class org.springframework.binding.expression.el.ELExpression
 
getValue(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getValue(Object) - Method in interface org.springframework.binding.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation.
getValue(Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
 
getValue() - Method in exception org.springframework.binding.expression.ValueCoercionException
 
getValueExpression() - Method in class org.springframework.binding.expression.ExpressionVariable
Returns the expression that will be evaluated when the variable is referenced by its name in another expression.
getValueType(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.el.ELExpression
 
getValueType(Object) - Method in interface org.springframework.binding.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(Object, Object) method for the given context.
getValueType(Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
 
getVariableMapper() - Method in class org.springframework.binding.expression.el.DefaultELContext
 

H

hasErrorMessages() - Method in class org.springframework.binding.message.DefaultMessageContext
 
hasErrorMessages() - Method in interface org.springframework.binding.message.MessageContext
Returns true if there are error messages in this context.
hasErrorResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
hasErrorResults() - Method in interface org.springframework.binding.mapping.MappingResults
Whether some results were errors.
hasField() - Method in class org.springframework.binding.message.Message
Whether the message is associated with a field.
hashCode() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
 
hashCode() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
 
hashCode() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
hashCode() - Method in class org.springframework.binding.expression.el.ELExpression
 
hashCode() - Method in class org.springframework.binding.expression.ExpressionVariable
 
hashCode() - Method in class org.springframework.binding.expression.support.LiteralExpression
 
hashCode() - Method in class org.springframework.binding.expression.support.StaticExpression
 
hashCode() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
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
Deprecated.  

I

info() - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built is an informational message.
INSTANCE - Static variable in class org.springframework.binding.expression.support.NullParserContext
The null parser context object instance; a singleton.
IntegerNumberFormatFactory - Class in org.springframework.binding.format
Produces NumberFormat instances that format integer values.
IntegerNumberFormatFactory() - Constructor for class org.springframework.binding.format.IntegerNumberFormatFactory
 
InvalidFormatException - Exception in org.springframework.binding.convert.converters
Thrown when a formatted value is of the wrong form.
InvalidFormatException(String, String) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
Create a new invalid format exception.
InvalidFormatException(String, String, Throwable) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
Create a new invalid format exception.
InvalidFormatException(String, String, String, Throwable) - Constructor for exception org.springframework.binding.convert.converters.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.
isEmpty() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
isEmpty() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
isEmpty() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
isError() - Method in interface org.springframework.binding.mapping.MappingResult
Indicates if this result is an error result.
isError() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
isError() - Method in class org.springframework.binding.mapping.results.RequiredError
 
isError() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
isError() - Method in class org.springframework.binding.mapping.results.Success
 
isError() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
isError() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
isReadOnly(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
isRequired() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
isRequired() - Method in interface org.springframework.binding.mapping.Mapping
Whether this is a required mapping.
isTemplate() - Method in interface org.springframework.binding.expression.ParserContext
Whether or not the expression being parsed is a template.
isTemplate() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
isTemplate() - Method in class org.springframework.binding.expression.support.NullParserContext
 
iterator() - Method in class org.springframework.binding.method.Parameters
Return a parameter iterator.

K

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

L

LiteralExpression - Class in org.springframework.binding.expression.support
 
LiteralExpression(String) - Constructor for class org.springframework.binding.expression.support.LiteralExpression
Create a literal expression for the given literal.

M

map(Object, Object) - Method in class org.springframework.binding.mapping.impl.DefaultMapper
 
map(DefaultMappingContext) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
Execute this mapping.
map(Object, Object) - Method in interface org.springframework.binding.mapping.Mapper
Map state from a source object to a target object.
MapAccessor<K,V> - Class in org.springframework.binding.collection
A simple, generic decorator for getting attributes out of a map.
MapAccessor(Map<K, V>) - Constructor for class org.springframework.binding.collection.MapAccessor
Creates a new attribute map accessor.
MapAdaptable<K,V> - Interface in org.springframework.binding.collection
An object whose contents are capable of being exposed as a map.
MapAdaptableELResolver - Class in org.springframework.binding.expression.el
An ELResolver for properly resolving variables in an instance of MapAdaptable
MapAdaptableELResolver() - Constructor for class org.springframework.binding.expression.el.MapAdaptableELResolver
 
Mapper - Interface in org.springframework.binding.mapping
Maps state between two objects.
Mapping - Interface in org.springframework.binding.mapping
Information about a single mapping.
MappingResult - Interface in org.springframework.binding.mapping
A single data mapping result.
MappingResults - Interface in org.springframework.binding.mapping
Exposes information about the results of a mapping transaction.
MappingResultsCriteria - Interface in org.springframework.binding.mapping
A predicate used to select mapping result objects in a call to MappingResults.getResults(MappingResultsCriteria).
Message - Class in org.springframework.binding.message
An object of communication that provides text information.
Message(Object, String, Severity) - Constructor for class org.springframework.binding.message.Message
Creates a new message.
MessageBuilder - Class in org.springframework.binding.message
A convenient builder for building MessageResolver objects programmatically.
MessageBuilder() - Constructor for class org.springframework.binding.message.MessageBuilder
 
MessageContext - Interface in org.springframework.binding.message
A context for recording and retrieving messages for display.
MessageContextErrors - Class in org.springframework.binding.message
Adapts a MessageContext object to the Spring Errors interface.
MessageContextErrors(MessageContext, String, Object, ExpressionParser, MessageCodesResolver, MappingResults) - Constructor for class org.springframework.binding.message.MessageContextErrors
Creates a new message context errors adapter.
MessageCriteria - Interface in org.springframework.binding.message
A predicate used to select mapping result objects in a call to MessageContext.getMessagesByCriteria(MessageCriteria).
MessageResolver - Interface in org.springframework.binding.message
A factory for a Message.
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 arbitrary objects, with support for argument value type conversion from values retrieved from an argument attribute source, and conversion of the result to a desired type.
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
Deprecated.  
NONE - Static variable in class org.springframework.binding.method.Parameters
Canonical instance for an empty parameters list.
NullParserContext - Class in org.springframework.binding.expression.support
A null object implementation of ParserContext.
NumberFormatFactory - Interface in org.springframework.binding.format
A factory for NumberFormat objects.
NumberToNumber - Class in org.springframework.binding.convert.converters
A one-way converter that can convert from any JDK-standard Number implementation to any other JDK-standard Number implementation.
NumberToNumber() - Constructor for class org.springframework.binding.convert.converters.NumberToNumber
 

O

ObjectToArray - Class in org.springframework.binding.convert.converters
Special two-way converter that converts an object to an single-element array.
ObjectToArray(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ObjectToArray
Creates a new object to array converter.
ObjectToArray(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ObjectToArray
Creates a new object to array converter.
ObjectToCollection - Class in org.springframework.binding.convert.converters
Special two-way converter that converts an object to an single-element collection.
ObjectToCollection(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ObjectToCollection
Creates a new object to collection converter
ObjectToCollection(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ObjectToCollection
Creates a new object to collection converter
OgnlExpressionParser - Class in org.springframework.binding.expression.ognl
Deprecated. in favor of Spring EL, see SpringELExpressionParser
OgnlExpressionParser() - Constructor for class org.springframework.binding.expression.ognl.OgnlExpressionParser
Deprecated.  
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.converters - package org.springframework.binding.convert.converters
Common Converter implementations.
org.springframework.binding.convert.service - package org.springframework.binding.convert.service
Contains the implementation of the type ConversionService.
org.springframework.binding.expression - package org.springframework.binding.expression
Core expression language abstraction for parsing and evaluating expressions.
org.springframework.binding.expression.beanwrapper - package org.springframework.binding.expression.beanwrapper
Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser.
org.springframework.binding.expression.el - package org.springframework.binding.expression.el
Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
org.springframework.binding.expression.ognl - package org.springframework.binding.expression.ognl
Support for the OGNL Expression Language implemented by the OgnlExpressionParser.
org.springframework.binding.expression.spel - package org.springframework.binding.expression.spel
 
org.springframework.binding.expression.support - package org.springframework.binding.expression.support
Support classes commonly used by ExpressionParser implementations.
org.springframework.binding.format - package org.springframework.binding.format
Core services for formatting objects into a string form for display in a UI.
org.springframework.binding.mapping - package org.springframework.binding.mapping
Support for mapping data between objects.
org.springframework.binding.mapping.impl - package org.springframework.binding.mapping.impl
The default data Mapper implementation.
org.springframework.binding.mapping.results - package org.springframework.binding.mapping.results
Possible Mapping results.
org.springframework.binding.message - package org.springframework.binding.message
A system for recording and tracking locale-specific messages to display in a UI.
org.springframework.binding.method - package org.springframework.binding.method
Custom method binding support for invoking methods on objects.
org.springframework.binding.validation - package org.springframework.binding.validation
Common validation interfaces.

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.
parseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.el.ELExpressionParser
 
parseExpression(String, ParserContext) - Method in interface org.springframework.binding.expression.ExpressionParser
Parse the expression string and return a compiled Expression object you can use for evaluation.
parseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
 
parseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
 
ParserContext - Interface in org.springframework.binding.expression
Input provided to an expression parser that can influence an expression parsing/compilation routine.
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.
parseVariableExpressions(ExpressionVariable[]) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
 
PercentNumberFormatFactory - Class in org.springframework.binding.format
Produces NumberFormat instances that format percent values.
PercentNumberFormatFactory() - Constructor for class org.springframework.binding.format.PercentNumberFormatFactory
 
postProcessMessageText(String) - Method in class org.springframework.binding.message.DefaultMessageResolver
Subclasses may override to perform special post-processing of the returned message text; for example, running it through an Expression evaluator.
PropertyEditorConverter - Class in org.springframework.binding.convert.converters
Adapts a PropertyEditor to the TwoWayConverter interface.
PropertyEditorConverter(PropertyEditor, Class<?>) - Constructor for class org.springframework.binding.convert.converters.PropertyEditorConverter
Creates a new property editor converter.
PropertyNotFoundException - Exception in org.springframework.binding.expression
An evaluation exception indicating a expression that references a property failed to evaluate because the property could not be found.
PropertyNotFoundException(Class<?>, String, Throwable) - Constructor for exception org.springframework.binding.expression.PropertyNotFoundException
Creates a new property not found exception
put(K, V) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
Put an object into the cache, possibly wrapping it with a weak reference.
put(K, V) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
put(String, V) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
putAll(Map<? extends String, ? extends V>) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
putContextFactory(Class<?>, ELContextFactory) - Method in class org.springframework.binding.expression.el.ELExpressionParser
Register the ELContextFactory for expressions that evaluate the given class of context object.

R

reject(String, Object[], String) - Method in class org.springframework.binding.message.MessageContextErrors
 
rejectValue(String, String, Object[], String) - Method in class org.springframework.binding.message.MessageContextErrors
 
remove(Object) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
remove() - Method in class org.springframework.binding.collection.CompositeIterator
Deprecated.  
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.
RequiredError - Class in org.springframework.binding.mapping.results
The "required" error result--indicates a required mapping could not be performed because the source value to map was empty.
RequiredError(Mapping, Object) - Constructor for class org.springframework.binding.mapping.results.RequiredError
Creates a new required error result
resolvableArg(Object) - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built has a variable argument, whose display value is also MessageSourceResolvable.
resolvableArgs(Object...) - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built has variable arguments, whose display values are also MessageSourceResolvable instances.
resolveMessage(MessageSource, Locale) - Method in class org.springframework.binding.message.DefaultMessageResolver
 
resolveMessage(MessageSource, Locale) - Method in interface org.springframework.binding.message.MessageResolver
Resolve the message from the message source using the current locale.
resolveMethod() - Method in class org.springframework.binding.method.MethodKey
Resolve the keyed method.
restoreMessages(Serializable) - Method in class org.springframework.binding.message.DefaultMessageContext
 
restoreMessages(Serializable) - Method in interface org.springframework.binding.message.StateManageableMessageContext
Set the state of this context from the memento provided.
ReverseConverter - Class in org.springframework.binding.convert.converters
A converter that calls the TwoWayConverter.convertTargetToSourceClass(Object, Class) on a target TwoWayConverter instance.
ReverseConverter(TwoWayConverter) - Constructor for class org.springframework.binding.convert.converters.ReverseConverter
 
RuntimeBindingConversionExecutor - Class in org.springframework.binding.convert.service
A conversion executor that doesn't resolve its converter until its time to perform a conversion.
RuntimeBindingConversionExecutor(Class<?>, ConversionService) - Constructor for class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
Creates a new runtime binding conversion executor.

S

setAllowDelimitedEvalExpressions(boolean) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Sets if this parser allows eval expressions like ${foo.bar}.
setAttribute(String, V) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
setAutoGrowCollectionLimit(int) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
Specify a limit for array and collection auto-growing.
setAutoGrowCollectionLimit(int) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
Specify a limit for array and collection auto-growing.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
setConversionService(ConversionService) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
Sets the conversion service to use to obtain conversion executors that will be adapted to property editors for use during a set value call.
setConversionService(ConversionService) - Method in class org.springframework.binding.expression.el.ELExpressionParser
Sets the conversion service to use to perform type conversions as needed by the Unified EL system.
setConversionService(ConversionService) - Method in class org.springframework.binding.expression.ognl.OgnlExpressionParser
Deprecated. Sets the conversion service to use to perform type conversions as needed by the OGNL system.
setConversionService(ConversionService) - Method in class org.springframework.binding.method.MethodInvoker
Sets the conversion service to convert argument values as needed.
setCurrentMapping(Mapping) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Sets the current mapping.
setExpressionPrefix(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Sets the expression delimiter prefix.
setExpressionString(String) - Method in class org.springframework.binding.expression.support.StaticExpression
Sets the static expression string.
setExpressionSuffix(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Sets the expression delimiter suffix.
setLenient(boolean) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
Sets if this Converter should parse leniently.
setLocale(Locale) - Method in class org.springframework.binding.convert.converters.StringToDate
Sets the locale to use in formatting date values.
setLocale(Locale) - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
Sets the locale to use in formatting number values.
setMessageSource(MessageSource) - Method in class org.springframework.binding.message.DefaultMessageContext
 
setMessageSource(MessageSource) - Method in interface org.springframework.binding.message.StateManageableMessageContext
Configure the message source used to resolve messages added to this context.
setNumberFormatFactory(NumberFormatFactory) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
Sets the factory that returns the NumberFormat instance that will format numbers handled by this converter.
setParent(ConversionService) - Method in class org.springframework.binding.convert.service.GenericConversionService
Set the parent of this conversion service.
setPattern(String) - Method in class org.springframework.binding.convert.converters.StringToDate
Sets the pattern to use to format date values.
setPattern(String) - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
Sets the pattern for formatting numbers.
setRequired(boolean) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
Indicates if this mapping is a required mapping.
setRequiredErrorResult(Object) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Indicates the current mapping ended with a 'required' error.
setSourceAccessError(EvaluationException) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Indicates a error occurred accessing the source mapping expression.
setSuccessResult(Object, Object) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Indicates the current mapping completed successfully.
setTargetAccessError(Object, EvaluationException) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Indicates a error occurred accessing the target mapping expression.
setTypeConversionErrorResult(Object, Exception) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Indicates the current mapping ended with a 'type conversion' error.
setTypeConverter(ConversionExecutor) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
Sets a specific type conversion executor to use during mapping execution.
setValue(Object, Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
setValue(ELContext, Object, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
 
setValue(Object, Object) - Method in class org.springframework.binding.expression.el.ELExpression
 
setValue(ELContext, Object, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
setValue(Object, Object) - Method in interface org.springframework.binding.expression.Expression
Set this expression in the provided context to the value provided.
setValue(Object, Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
setValue(Object, Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
 
setValue(Object, Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
setValue(Object, Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
setValue(Object, Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
 
setValue(Object, Object) - Method in class org.springframework.binding.expression.support.StaticExpression
 
Severity - Enum in org.springframework.binding.message
Enum exposing supported message severities.
SharedMap<K,V> - Interface in org.springframework.binding.collection
A simple subinterface of Map that exposes a mutex that application code can synchronize on.
SharedMapDecorator<K,V> - Class in org.springframework.binding.collection
A map decorator that implements SharedMap.
SharedMapDecorator(Map<K, V>) - Constructor for class org.springframework.binding.collection.SharedMapDecorator
Creates a new shared map decorator.
size() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
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(Object) - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built is against the provided source.
SourceAccessError - Class in org.springframework.binding.mapping.results
Indicates an exception occurred accessing the source object to be mapped.
SourceAccessError(Mapping, EvaluationException) - Constructor for class org.springframework.binding.mapping.results.SourceAccessError
Creates a new source access error.
SpringBindingConverterAdapter - Class in org.springframework.binding.convert.service
A Spring Converter that makes it possible for a Spring Binding Converter to be registered with a Spring ConversionService.
SpringBindingConverterAdapter(Converter) - Constructor for class org.springframework.binding.convert.service.SpringBindingConverterAdapter
 
SpringConvertingConverterAdapter - Class in org.springframework.binding.convert.converters
A Spring Binding Converter that delegates to a Spring ConversionService to do the actual type conversion.
SpringConvertingConverterAdapter(Class<?>, Class<?>, ConversionService) - Constructor for class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
 
SpringELExpression - Class in org.springframework.binding.expression.spel
A wrapper for a Spring EL Expression allowing it to be used under the Spring Binding Expression abstraction.
SpringELExpression(Expression, Map<String, Expression>, Class<?>, ConversionService, List<PropertyAccessor>) - Constructor for class org.springframework.binding.expression.spel.SpringELExpression
Constructor for SpringELExpression.
SpringELExpressionParser - Class in org.springframework.binding.expression.spel
Adapt the Spring EL SpelExpressionParser to the Spring Binding ExpressionParser contract.
SpringELExpressionParser(SpelExpressionParser) - Constructor for class org.springframework.binding.expression.spel.SpringELExpressionParser
 
SpringELExpressionParser(SpelExpressionParser, ConversionService) - Constructor for class org.springframework.binding.expression.spel.SpringELExpressionParser
 
StateManageableMessageContext - Interface in org.springframework.binding.message
A message context whose internal state can be managed by an external care-taker.
StaticConversionExecutor - Class in org.springframework.binding.convert.service
A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
StaticConversionExecutor(Class<?>, Class<?>, Converter) - Constructor for class org.springframework.binding.convert.service.StaticConversionExecutor
Creates a conversion executor.
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<V> - 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
 
StringToBigDecimal - Class in org.springframework.binding.convert.converters
Converts a String to a BigDecimal.
StringToBigDecimal() - Constructor for class org.springframework.binding.convert.converters.StringToBigDecimal
 
StringToBigInteger - Class in org.springframework.binding.convert.converters
Converts a String to a BigInteger.
StringToBigInteger() - Constructor for class org.springframework.binding.convert.converters.StringToBigInteger
 
StringToBoolean - Class in org.springframework.binding.convert.converters
Converts a textual representation of a boolean object to a Boolean instance.
StringToBoolean() - Constructor for class org.springframework.binding.convert.converters.StringToBoolean
Create a text boolean converter that parses standard true and false strings.
StringToBoolean(String, String) - Constructor for class org.springframework.binding.convert.converters.StringToBoolean
Create a text to boolean converter that takes specific string representations of true and false into account.
StringToByte - Class in org.springframework.binding.convert.converters
Converts a String to a BigInteger.
StringToByte() - Constructor for class org.springframework.binding.convert.converters.StringToByte
 
StringToCharacter - Class in org.springframework.binding.convert.converters
 
StringToCharacter() - Constructor for class org.springframework.binding.convert.converters.StringToCharacter
 
StringToClass - Class in org.springframework.binding.convert.converters
Converts a textual representation of a class object to a Class instance.
StringToClass(ClassLoader) - Constructor for class org.springframework.binding.convert.converters.StringToClass
 
StringToDate - Class in org.springframework.binding.convert.converters
A formatter for Date types.
StringToDate() - Constructor for class org.springframework.binding.convert.converters.StringToDate
 
StringToDouble - Class in org.springframework.binding.convert.converters
Converts a String to an Short using Short.valueOf(String).
StringToDouble() - Constructor for class org.springframework.binding.convert.converters.StringToDouble
 
StringToEnum - Class in org.springframework.binding.convert.converters
Converts from a textual representation to a Enum.
StringToEnum() - Constructor for class org.springframework.binding.convert.converters.StringToEnum
 
StringToFloat - Class in org.springframework.binding.convert.converters
Converts a String to an Short using Short.valueOf(String).
StringToFloat() - Constructor for class org.springframework.binding.convert.converters.StringToFloat
 
StringToInteger - Class in org.springframework.binding.convert.converters
Converts a String to an Integer using Integer.valueOf(String).
StringToInteger() - Constructor for class org.springframework.binding.convert.converters.StringToInteger
 
StringToLocale - Class in org.springframework.binding.convert.converters
Converts a String to a Locale using StringUtils.parseLocaleString(String).
StringToLocale() - Constructor for class org.springframework.binding.convert.converters.StringToLocale
 
StringToLong - Class in org.springframework.binding.convert.converters
Converts a String to an Long using Long.valueOf(String).
StringToLong() - Constructor for class org.springframework.binding.convert.converters.StringToLong
 
StringToObject - Class in org.springframework.binding.convert.converters
 
StringToObject(Class<?>) - Constructor for class org.springframework.binding.convert.converters.StringToObject
 
StringToShort - Class in org.springframework.binding.convert.converters
Converts a String to an Short using Short.valueOf(String).
StringToShort() - Constructor for class org.springframework.binding.convert.converters.StringToShort
 
Success - Class in org.springframework.binding.mapping.results
Indicates a successful mapping operation.
Success(Mapping, Object, Object) - Constructor for class org.springframework.binding.mapping.results.Success
Creates a new success result.

T

TargetAccessError - Class in org.springframework.binding.mapping.results
Indicates an exception occurred accessing the target object to be mapped to.
TargetAccessError(Mapping, Object, EvaluationException) - Constructor for class org.springframework.binding.mapping.results.TargetAccessError
Creates a new target access error.
template() - Method in class org.springframework.binding.expression.support.FluentParserContext
Sets a flag indicating the expression to parse is a template.
test(MappingResult) - Method in interface org.springframework.binding.mapping.MappingResultsCriteria
Tests if the mapping result meets this criteria.
test(Message) - Method in interface org.springframework.binding.message.MessageCriteria
Tests if the message meets this criteria.
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.PropertyEditorConverter
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToBigDecimal
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToBigInteger
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToBoolean
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToByte
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToCharacter
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToClass
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToDate
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToDouble
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToEnum
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToFloat
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToInteger
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToLocale
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToLong
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToObject
 
toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToShort
 
toString() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
toString() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
toString(Object) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
 
toString(Object) - Method in class org.springframework.binding.convert.converters.PropertyEditorConverter
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToBigDecimal
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToBigInteger
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToBoolean
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToByte
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToCharacter
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToClass
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToDate
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToDouble
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToEnum
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToFloat
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToInteger
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToLocale
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToLong
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToObject
 
toString(Object) - Method in class org.springframework.binding.convert.converters.StringToShort
 
toString() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
 
toString() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
toString() - Method in class org.springframework.binding.expression.el.ELExpression
 
toString() - Method in class org.springframework.binding.expression.ExpressionVariable
 
toString() - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
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.LiteralExpression
 
toString() - Method in class org.springframework.binding.expression.support.StaticExpression
 
toString() - Method in class org.springframework.binding.mapping.impl.DefaultMapper
 
toString() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
toString() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
toString() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
toString() - Method in class org.springframework.binding.message.DefaultMessageContext
 
toString() - Method in class org.springframework.binding.message.DefaultMessageResolver
 
toString() - Method in class org.springframework.binding.message.Message
 
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
 
TwoWayConverter - Interface in org.springframework.binding.convert.converters
A converter that can also convert from the target back to the source.
TypeConversionError - Class in org.springframework.binding.mapping.results
Indicates a type conversion occurred during a mapping operation.
TypeConversionError(Mapping, Object, Exception) - Constructor for class org.springframework.binding.mapping.results.TypeConversionError
Creates a new type conversion error.

U

useWeakValue(K, V) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
Decide whether to use a weak reference for the value of the given key-value pair.

V

ValidationContext - Interface in org.springframework.binding.validation
A context for a validator to use to access user data and report validation failures.
ValueCoercionException - Exception in org.springframework.binding.expression
An evaluation exception indicating an expression failed to evaluate because the source value could not be coerced to the target class
ValueCoercionException(Class<?>, String, Object, Class<?>) - Constructor for exception org.springframework.binding.expression.ValueCoercionException
Creates a new property not found exception
ValueCoercionException(Class<?>, String, Object, Class<?>, Throwable) - Constructor for exception org.springframework.binding.expression.ValueCoercionException
Creates a new property not found exception
valueOf(String) - Static method in enum org.springframework.binding.message.Severity
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
 
values() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
values() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
values() - Static method in enum org.springframework.binding.message.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
variable(ExpressionVariable) - Method in class org.springframework.binding.expression.support.FluentParserContext
Add an expression variable that can be referenced by the expression.
variables(ExpressionVariable...) - Method in class org.springframework.binding.expression.support.FluentParserContext
Add an array of expression variables that can be referenced by the expression.

W

warning() - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built is a warning message.

A B C D E F G H I K L M N O P R S T U V W
spring-binding