Uses of Interface
org.springframework.expression.MethodResolver
Package
Description
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
Uses of MethodResolver in org.springframework.expression
Modifier and TypeMethodDescriptionEvaluationContext.getMethodResolvers()
Return a list of resolvers that will be asked in turn to locate a method. -
Uses of MethodResolver in org.springframework.expression.spel.support
Modifier and TypeClassDescriptionfinal class
AMethodResolver
variant for data binding purposes, using reflection to access instance methods on a given target object.class
Reflection-basedMethodResolver
used by default inStandardEvaluationContext
unless explicit method resolvers have been specified.Modifier and TypeMethodDescriptionSimpleEvaluationContext.getMethodResolvers()
Return the specifiedMethodResolver
delegates, if any.StandardEvaluationContext.getMethodResolvers()
Modifier and TypeMethodDescriptionvoid
StandardEvaluationContext.addMethodResolver
(MethodResolver resolver) boolean
StandardEvaluationContext.removeMethodResolver
(MethodResolver methodResolver) SimpleEvaluationContext.Builder.withMethodResolvers
(MethodResolver... resolvers) Register the specifiedMethodResolver
delegates for a combination of property access and method resolution.Modifier and TypeMethodDescriptionvoid
StandardEvaluationContext.setMethodResolvers
(List<MethodResolver> methodResolvers)