Uses of Interface
org.springframework.core.PriorityOrdered
Package
Description
Provides miscellaneous interceptor implementations.
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Classes supporting the
org.springframework.orm.jpa
package.-
Uses of PriorityOrdered in org.springframework.aop.interceptor
Modifier and TypeClassDescriptionfinal class
Interceptor that exposes the currentMethodInvocation
as a thread-local object. -
Uses of PriorityOrdered in org.springframework.beans.factory.annotation
Modifier and TypeClassDescriptionclass
BeanPostProcessor
implementation that autowires annotated fields, setter methods, and arbitrary config methods.class
BeanPostProcessor
implementation that invokes annotated init and destroy methods. -
Uses of PriorityOrdered in org.springframework.beans.factory.config
Modifier and TypeClassDescriptionclass
Abstract base class for property resource configurers that resolve placeholders in bean definition property values.class
Deprecated.class
Property resource configurer that overrides bean property values in an application context definition.class
Deprecated.as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurer
instead which is more flexible through taking advantage of theEnvironment
andPropertySource
mechanisms.class
Allows for configuration of individual bean property values from a property resource, i.e. -
Uses of PriorityOrdered in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
BeanPostProcessor
implementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotation
package.class
BeanFactoryPostProcessor
used for bootstrapping processing of@Configuration
classes.final class
ABeanPostProcessor
that honoursImportAware
callback using a mapping computed at build time. -
Uses of PriorityOrdered in org.springframework.context.support
Modifier and TypeClassDescriptionclass
Specialization ofPlaceholderConfigurerSupport
that resolves ${...} placeholders within bean definition property values and@Value
annotations against the current SpringEnvironment
and its set ofPropertySources
. -
Uses of PriorityOrdered in org.springframework.orm.jpa.support
Modifier and TypeClassDescriptionclass
BeanPostProcessor that processesPersistenceUnit
andPersistenceContext
annotations, for injection of the corresponding JPA resourcesEntityManagerFactory
andEntityManager
.
PropertyPlaceholderConfigurer