- 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
-
Abstract base class for parsing ${...} style 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
-
- AbstractMappingResult(Mapping) - Constructor for class org.springframework.binding.mapping.results.AbstractMappingResult
-
Creates a new mapping result.
- AbstractNumberFormatFactory - Class in org.springframework.binding.format
-
- AbstractNumberFormatFactory() - Constructor for class org.springframework.binding.format.AbstractNumberFormatFactory
-
- 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
-
Add given custom converter to this conversion service.
- 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(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.
- 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.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
-
- getEvaluationContextType() - Method in class org.springframework.binding.expression.support.SimpleParserContext
-
- 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
-
- getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.SimpleParserContext
-
- 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
-
- getExpressionVariables() - Method in class org.springframework.binding.expression.support.SimpleParserContext
-
- 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
-
- 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
-
- 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
-
- 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.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.
- SimpleEvaluationContextFactory - Class in org.springframework.binding.expression.spel
-
Creates SimpleEvaluationContext, for use with data binding.
- SimpleEvaluationContextFactory(List<PropertyAccessor>, ConversionService) - Constructor for class org.springframework.binding.expression.spel.SimpleEvaluationContextFactory
-
- SimpleParserContext - Class in org.springframework.binding.expression.support
-
ParserContext for use in data binding scenarios, providing
ExpressionParser
implementations with a hint that they can meaningfully restrict the EL feature set.
- SimpleParserContext(Class<?>) - Constructor for class org.springframework.binding.expression.support.SimpleParserContext
-
- 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.
- SpringELExpression(Expression, Class<?>, EvaluationContextFactory) - Constructor for class org.springframework.binding.expression.spel.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
-
- StandardEvaluationContextFactory - Class in org.springframework.binding.expression.spel
-
Creates a StandardEvaluationContext enabling the full power of SpEL.
- StandardEvaluationContextFactory(List<PropertyAccessor>, ConversionService, Map<String, Expression>) - Constructor for class org.springframework.binding.expression.spel.StandardEvaluationContextFactory
-
- 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.