Uses of Interface
org.springframework.expression.TargetedAccessor
Packages that use TargetedAccessor
Package
Description
Expression parsing support within a Spring application context.
Core abstractions behind the Spring Expression Language.
SpEL's central implementation package.
SpEL's default implementations for various core abstractions.
-
Uses of TargetedAccessor in org.springframework.context.expression
Classes in org.springframework.context.expression that implement TargetedAccessorModifier and TypeClassDescriptionclass
SpELPropertyAccessor
that knows how to access the beans and contextual objects of a SpringBeanExpressionContext
.class
SpELPropertyAccessor
that knows how to access the beans of a SpringBeanFactory
.class
Read-only SpELPropertyAccessor
that knows how to retrieve properties of a SpringEnvironment
instance.class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TargetedAccessor in org.springframework.expression
Subinterfaces of TargetedAccessor in org.springframework.expressionModifier and TypeInterfaceDescriptioninterface
An index accessor is able to read from and possibly write to an indexed structure of a target object.interface
A property accessor is able to read from (and possibly write to) an object's properties. -
Uses of TargetedAccessor in org.springframework.expression.spel
Subinterfaces of TargetedAccessor in org.springframework.expression.spelModifier and TypeInterfaceDescriptioninterface
A compilableIndexAccessor
is able to generate bytecode that represents the operation for reading the index, facilitating compilation to bytecode of expressions that use the accessor.interface
A compilablePropertyAccessor
is able to generate bytecode that represents the access operation, facilitating compilation to bytecode of expressions that use the accessor. -
Uses of TargetedAccessor in org.springframework.expression.spel.support
Classes in org.springframework.expression.spel.support that implement TargetedAccessorModifier and TypeClassDescriptionfinal class
AnPropertyAccessor
variant for data binding purposes, using reflection to access properties for reading and possibly writing.class
SpELPropertyAccessor
that knows how to access the keys of a standardMap
.class
A flexibleIndexAccessor
that uses reflection to read from and optionally write to an indexed structure of a target object.class
A powerfulPropertyAccessor
that uses reflection to access properties for reading and possibly also for writing on a target instance.
MapAccessor
.