Uses of Interface
org.springframework.expression.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
Modifier 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
SpELPropertyAccessor
that knows how to access the keys of a standardMap
. -
Uses of TargetedAccessor in org.springframework.expression
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionfinal class
AnPropertyAccessor
variant for data binding purposes, using reflection to access properties for reading and possibly writing.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.