Interface Ordered

All Known Subinterfaces:
AdvisedBeanType<T>, ApplicationContextConfigurer, BeanDefinition<T>, BeanDefinitionReference<T>, BeanElementVisitor<A>, BeanInfo<T>, BeanIntrospection<T>, BeanType<T>, ConstructorInterceptor<T>, CookieDecoder, DelegatingBeanDefinition<T>, DisposableBeanDefinition<T>, EnumBeanIntrospection<E>, ExpressionEvaluationContextRegistrar, HealthIndicator, HttpClientFilter, HttpFilter, HttpLocaleResolver, HttpServerFilter, InfoSource, InitializingBeanDefinition<T>, InjectableBeanDefinition<T>, InstantiatableBeanDefinition<T>, Interceptor<T,R>, LocaleResolver<T>, LogElementBuilder, MessageSource, MethodInterceptor<T,R>, NettyEmbeddedServer, ParametrizedInstantiatableBeanDefinition<T>, PropertiesInfoSource, PropertySource, ProxyBeanDefinition<T>, QualifiedBeanType<T>, RefreshEventListener, RuntimeBeanDefinition<T>, TypeElementVisitor<C,E>, UnsafeBeanInstantiationIntrospection<T>, ValidatedBeanDefinition<T>
All Known Implementing Classes:
AbstractEnumBeanIntrospectionAndReference, AbstractHealthIndicator, AbstractInitializableBeanDefinition, AbstractInitializableBeanDefinitionAndReference, AbstractInitializableBeanDefinitionReference, AbstractInitializableBeanIntrospection, AbstractInitializableBeanIntrospectionAndReference, AbstractLocaleResolver, AbstractMessageSource, AbstractPropertySourceLoader, AbstractProviderDefinition, ApplicationEventPublisherFactory, ArgumentBeanType, AsyncInterceptor, AsyncTypeElementVisitor, BeanImportVisitor, BeanProviderDefinition, BeanRegistration, BuildInfoSource, BytesSentElementBuilder, CertificateProvidedSslBuilder, ClientServerContextFilter, ClientWebSocketInterceptor, CloudFoundryVcapApplicationPropertySourceLoader, CloudFoundryVcapServicesPropertySourceLoader, CommandLinePropertySource, CompositeCookieDecoder, CompositeHttpLocaleResolver, CompositeMessageSource, ConfigurationInfoSource, ConfigurationIntroductionAdvice, ConfigurationReaderVisitor, ContextConfigurerVisitor, ContextRegistrar, CookieElementBuilder, CookieLocaleResolver, CorsFilter, DateTimeElementBuilder, DefaultCookieDecoder, DefaultNettyHttpClientRegistry, DefaultRetryInterceptor, DisabledBean, DiscoveryClientHealthIndicator, DiskSpaceIndicator, ElapseTimeElementBuilder, EmptyPropertySource, EndpointsFilter, EnvironmentPropertySource, EnvJsonPropertySourceLoader, ExecutableVisitor, FilterVisitor, FixedLocaleResolver, FunctionClientAdvice, GitInfoSource, GraalTypeElementVisitor, HeaderElementBuilder, HttpAbstractLocaleResolver, HttpClientIntroductionAdvice, HttpFixedLocaleResolver, InterceptorRegistryBean, InternalApiTypeElementVisitor, IntrospectedTypeElementVisitor, JakartaProviderBeanDefinition, JavaxProviderBeanDefinition, JdbcIndicator, JsonPropertySourceLoader, JsonPropertySourceLoader, JsonViewServerFilter, KubernetesEnvironmentPropertySource, LocalHostElementBuilder, LocalIpElementBuilder, LocalPortElementBuilder, MapperVisitor, MapPropertySource, NettyCookieDecoder, NettyHttpServer, NotImplementedElementBuilder, OptionsFilter, PropertiesPropertySourceLoader, RecoveryInterceptor, RefreshInterceptor, RefreshScope, RemoteHostElementBuilder, RemoteIpElementBuilder, RequestLineElementBuilder, RequestLocaleResolver, RequestMethodElementBuilder, RequestProtocolElementBuilder, RequestUriElementBuilder, ResourceBundleMessageSource, ResponseCodeElementBuilder, RouteValidationVisitor, ServiceHttpClientHealthIndicator, ServiceReadyHealthIndicator, StaticMessageSource, SystemPropertiesPropertySource, WebSocketVisitor, YamlPropertySourceLoader

public interface Ordered
Interface for objects that are ordered.
Since:
1.0
Author:
Graeme Rocher
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant for the highest precedence value.
    static final int
    Constant for the lowest precedence value.
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
  • Field Details

  • Method Details

    • getOrder

      default int getOrder()
      Returns:
      The order of the object. Defaults to zero (no order).