| Name | Description | Type | Package | Framework |
| BooleanTypedValue | Class | org.springframework.expression.spel.support | Spring MVC | |
| ReflectionHelper | Utility methods used by the reflection resolver code to discover the appropriatemethods/constructors and fields that should be used in expressions. | Class | org.springframework.expression.spel.support | Spring MVC |
| ReflectiveConstructorExecutor | A simple ConstructorExecutor implementation that runs a constructor using reflectiveSince:3. | Class | org.springframework.expression.spel.support | Spring MVC |
| ReflectiveConstructorResolver | A constructor resolver that uses reflection to locate the constructor that should be invoked. | Class | org.springframework.expression.spel.support | Spring MVC |
| ReflectiveMethodExecutor | Class | org.springframework.expression.spel.support | Spring MVC | |
| ReflectiveMethodResolver | Reflection-based MethodResolver used by default in StandardEvaluationContextunless explicit method resolvers have been specified. | Class | org.springframework.expression.spel.support | Spring MVC |
| ReflectivePropertyAccessor | Simple PropertyAccessor that uses reflection to access propertiesfor reading and writing. | Class | org.springframework.expression.spel.support | Spring MVC |
| ReflectivePropertyAccessor .OptimalPropertyAccessor | An optimized form of a PropertyAccessor that will use reflection but only knowshow to access a particular property on a particular class. | Class | org.springframework.expression.spel.support.ReflectivePropertyAccessor | Spring MVC |
| StandardEvaluationContext | Provides a default EvaluationContext implementation. | Class | org.springframework.expression.spel.support | Spring MVC |
| StandardOperatorOverloader | Class | org.springframework.expression.spel.support | Spring MVC | |
| StandardTypeComparator | A simple basic TypeComparator implementation. | Class | org.springframework.expression.spel.support | Spring MVC |
| StandardTypeConverter | Default implementation of the TypeConverter interface,delegating to a core Spring ConversionService. | Class | org.springframework.expression.spel.support | Spring MVC |
| StandardTypeLocator | A simple implementation of TypeLocator that uses the context ClassLoader(or any ClassLoader set upon it). | Class | org.springframework.expression.spel.support | Spring MVC |