Uses of Interface
org.springframework.expression.TypeLocator
Packages that use TypeLocator
Package
Description
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
Uses of TypeLocator in org.springframework.expression
Methods in org.springframework.expression that return TypeLocatorModifier and TypeMethodDescriptionEvaluationContext.getTypeLocator()
Return a type locator that can be used to find types, either by short or fully qualified name. -
Uses of TypeLocator in org.springframework.expression.spel.support
Classes in org.springframework.expression.spel.support that implement TypeLocatorModifier and TypeClassDescriptionclass
A simple implementation ofTypeLocator
that uses the defaultClassLoader
or a suppliedClassLoader
to locate types.Methods in org.springframework.expression.spel.support that return TypeLocatorModifier and TypeMethodDescriptionSimpleEvaluationContext.getTypeLocator()
SimpleEvaluationContext
does not support use of type references.StandardEvaluationContext.getTypeLocator()
Get the configuredTypeLocator
that will be used to find types, either by short or fully-qualified name.Methods in org.springframework.expression.spel.support with parameters of type TypeLocatorModifier and TypeMethodDescriptionvoid
StandardEvaluationContext.setTypeLocator
(TypeLocator typeLocator) Set theTypeLocator
to use to find types, either by short or fully-qualified name.