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 TypeClassDescriptionclassA simple implementation ofTypeLocatorthat uses the context ClassLoader (or any ClassLoader set upon it).Methods in org.springframework.expression.spel.support that return TypeLocatorModifier and TypeMethodDescriptionSimpleEvaluationContext.getTypeLocator()SimpleEvaluationContextdoes not support use of type references.StandardEvaluationContext.getTypeLocator()Methods in org.springframework.expression.spel.support with parameters of type TypeLocatorModifier and TypeMethodDescriptionvoidStandardEvaluationContext.setTypeLocator(TypeLocator typeLocator)