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 defaultClassLoaderor a suppliedClassLoaderto locate types.Methods in org.springframework.expression.spel.support that return TypeLocatorModifier and TypeMethodDescriptionSimpleEvaluationContext.getTypeLocator()SimpleEvaluationContextdoes not support use of type references.StandardEvaluationContext.getTypeLocator()Get the configuredTypeLocatorthat 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 TypeMethodDescriptionvoidStandardEvaluationContext.setTypeLocator(TypeLocator typeLocator) Set theTypeLocatorto use to find types, either by short or fully-qualified name.