Uses of Interface
org.springframework.core.PriorityOrdered
Packages that use 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
Classes in org.springframework.aop.interceptor that implement PriorityOrderedModifier and TypeClassDescriptionfinal classInterceptor that exposes the currentMethodInvocationas a thread-local object. -
Uses of PriorityOrdered in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement PriorityOrderedModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that autowires annotated fields, setter methods, and arbitrary config methods.classBeanPostProcessorimplementation that invokes annotated init and destroy methods. -
Uses of PriorityOrdered in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement PriorityOrderedModifier and TypeClassDescriptionclassAbstract base class for property resource configurers that resolve placeholders in bean definition property values.classDeprecated, for removal: This API element is subject to removal in a future version.classProperty resource configurer that overrides bean property values in an application context definition.classDeprecated, for removal: This API element is subject to removal in a future version.as of 5.2, to be removed in 8.0; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms.classAllows for configuration of individual bean property values from a property resource, i.e. -
Uses of PriorityOrdered in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement PriorityOrderedModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotationpackage.classBeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses.final classABeanPostProcessorthat honorsImportAwarecallback using a mapping computed at build time. -
Uses of PriorityOrdered in org.springframework.context.support
Classes in org.springframework.context.support that implement PriorityOrderedModifier and TypeClassDescriptionclassSpecialization ofPlaceholderConfigurerSupportthat resolves ${...} placeholders within bean definition property values and@Valueannotations against the current SpringEnvironmentand its set ofPropertySources. -
Uses of PriorityOrdered in org.springframework.orm.jpa.support
Classes in org.springframework.orm.jpa.support that implement PriorityOrderedModifier and TypeClassDescriptionclassBeanPostProcessor that processesPersistenceUnitandPersistenceContextannotations, for injection of the corresponding JPA resourcesEntityManagerFactoryandEntityManager.
PropertyPlaceholderConfigurer; to be removed in 8.0