Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- OAuth2AuthorizationServerAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
Auto-configurationfor OAuth2 authorization server support.
- OAuth2AuthorizationServerAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerAutoConfiguration
- OAuth2AuthorizationServerJwtAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
Auto-configurationfor JWT support for endpoints of the OAuth2 authorization server that require it (e.g.
- OAuth2AuthorizationServerJwtAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerJwtAutoConfiguration
- OAuth2AuthorizationServerProperties - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
OAuth 2.0 Authorization Server properties.
- OAuth2AuthorizationServerProperties() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
- OAuth2AuthorizationServerProperties.Client - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
A registered client of the Authorization Server.
- OAuth2AuthorizationServerProperties.Endpoint - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
Authorization Server endpoints.
- OAuth2AuthorizationServerProperties.OidcEndpoint - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
OpenID Connect 1.0 endpoints.
- OAuth2AuthorizationServerProperties.Registration - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
Client registration information.
- OAuth2AuthorizationServerProperties.Token - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
Token settings of the registered client.
- OAuth2ClientAutoConfiguration - Class in org.springframework.boot.security.oauth2.client.autoconfigure
- 
Auto-configurationfor OAuth client support.
- OAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.OAuth2ClientAutoConfiguration
- OAuth2ClientProperties - Class in org.springframework.boot.security.oauth2.client.autoconfigure
- 
OAuth 2.0 client properties.
- OAuth2ClientProperties() - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.OAuth2ClientProperties
- OAuth2ClientProperties.Provider - Class in org.springframework.boot.security.oauth2.client.autoconfigure
- OAuth2ClientProperties.Registration - Class in org.springframework.boot.security.oauth2.client.autoconfigure
- 
A single client registration.
- OAuth2ClientPropertiesMapper - Class in org.springframework.boot.security.oauth2.client.autoconfigure
- OAuth2ClientPropertiesMapper(OAuth2ClientProperties) - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.OAuth2ClientPropertiesMapper
- 
Creates a new mapper for the givenproperties.
- OAuth2ClientWebSecurityAutoConfiguration - Class in org.springframework.boot.security.oauth2.client.autoconfigure.servlet
- 
Auto-configuration for web security that uses an OAuth 2 client.
- OAuth2ClientWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.servlet.OAuth2ClientWebSecurityAutoConfiguration
- OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet
- 
Auto-configurationfor OAuth2 resource server support.
- OAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet.OAuth2ResourceServerAutoConfiguration
- OAuth2ResourceServerProperties - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure
- 
OAuth 2.0 resource server properties.
- OAuth2ResourceServerProperties() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties
- OAuth2ResourceServerProperties.Jwt - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure
- OAuth2ResourceServerProperties.Opaquetoken - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure
- ObjectContent<T> - Class in org.springframework.boot.test.json
- 
Object content usually created fromAbstractJsonMarshalTester.
- ObjectContent(ResolvableType, T) - Constructor for class org.springframework.boot.test.json.ObjectContent
- 
Create a newObjectContentinstance.
- ObjectContentAssert<A> - Class in org.springframework.boot.test.json
- 
AssertJAssertforObjectContent.
- ObjectContentAssert(A) - Constructor for class org.springframework.boot.test.json.ObjectContentAssert
- ObjectValueDeserializer<T> - Class in org.springframework.boot.jackson
- 
Helper base class forValueDeserializerimplementations that deserialize objects.
- ObjectValueDeserializer() - Constructor for class org.springframework.boot.jackson.ObjectValueDeserializer
- ObjectValueSerializer<T> - Class in org.springframework.boot.jackson
- 
Helper base class forValueSerializerimplementations that serialize objects.
- ObjectValueSerializer() - Constructor for class org.springframework.boot.jackson.ObjectValueSerializer
- ObservationAutoConfiguration - Class in org.springframework.boot.micrometer.observation.autoconfigure
- 
Auto-configurationfor the Micrometer Observation API.
- ObservationAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.observation.autoconfigure.ObservationAutoConfiguration
- ObservationHandlerGroup - Interface in org.springframework.boot.micrometer.observation.autoconfigure
- 
Group ofObservationHandlersthat can be registered together.
- ObservationProperties - Class in org.springframework.boot.micrometer.observation.autoconfigure
- 
@ConfigurationPropertiesfor configuring Micrometer observations.
- ObservationProperties() - Constructor for class org.springframework.boot.micrometer.observation.autoconfigure.ObservationProperties
- ObservationProperties.Http - Class in org.springframework.boot.micrometer.observation.autoconfigure
- ObservationProperties.Http.Client - Class in org.springframework.boot.micrometer.observation.autoconfigure
- ObservationProperties.Http.Client.ClientRequests - Class in org.springframework.boot.micrometer.observation.autoconfigure
- ObservationProperties.Http.Server - Class in org.springframework.boot.micrometer.observation.autoconfigure
- ObservationProperties.Http.Server.ServerRequests - Class in org.springframework.boot.micrometer.observation.autoconfigure
- ObservationRegistryCustomizer<T> - Interface in org.springframework.boot.micrometer.observation.autoconfigure
- 
Callback interface that can be used to customize auto-configuredobservation registries.
- ObservationRestClientCustomizer - Class in org.springframework.boot.restclient.observation
- 
RestClientCustomizerthat configures theRestClient builderto record request observations.
- ObservationRestClientCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.restclient.observation.ObservationRestClientCustomizer
- 
Create a newObservationRestClientCustomizer.
- ObservationRestTemplateCustomizer - Class in org.springframework.boot.restclient.observation
- 
RestTemplateCustomizerthat configures theRestTemplateto record request observations.
- ObservationRestTemplateCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.restclient.observation.ObservationRestTemplateCustomizer
- 
Create a newObservationRestTemplateCustomizer.
- Observations() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsProperties.Observations
- ObservationWebClientCustomizer - Class in org.springframework.boot.webclient.observation
- 
WebClientCustomizerthat configures theWebClientto record request observations.
- ObservationWebClientCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.webclient.observation.ObservationWebClientCustomizer
- 
Create a newObservationWebClientCustomizerthat will configure theObservationsetup on the client.
- obtain(PropertiesConfigAdapter.Getter, PropertiesConfigAdapter.RequiredFallback) - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PropertiesConfigAdapter
- 
Get the value from the properties or use a fallback from thedefaults.
- obtain(ApplicationContext) - Static method in class org.springframework.boot.test.http.server.LocalTestWebServer
- 
Obtain theLocalTestWebServerinstance provided from theApplicationContext.
- of(byte[]) - Static method in interface org.springframework.boot.buildpack.platform.io.Content
- 
Create a newContentfrom the given input stream.
- of(int, int) - Static method in class org.springframework.boot.buildpack.platform.docker.ApiVersion
- of(int, String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ContainerStatus
- 
Create a newContainerStatusinstance with the specified values.
- of(int, IOSupplier) - Static method in interface org.springframework.boot.buildpack.platform.io.Content
- 
Create a newContentfrom the given input stream.
- of(long, long) - Static method in interface org.springframework.boot.buildpack.platform.io.Owner
- 
Factory method to create a newOwnerwith specified user/group identifier.
- of(R) - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Create a newLambdaSafe.InvocationResultinstance with the specified value.
- of(T) - Static method in interface org.springframework.boot.bootstrap.BootstrapRegistry.InstanceSupplier
- 
Factory method that can be used to create anBootstrapRegistry.InstanceSupplierfor a given instance.
- of(C, MappedObject.ContentReader, Function) - Static method in class org.springframework.boot.buildpack.platform.json.MappedObject
- 
Factory method to create a newMappedObjectinstance.
- of(SpanExporter...) - Static method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SpanExporters
- 
Constructs aSpanExportersinstance with the givenspan exporters.
- of(SpanProcessor...) - Static method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SpanProcessors
- 
Constructs aSpanProcessorsinstance with the givenspan processors.
- of(File) - Static method in interface org.springframework.boot.buildpack.platform.io.Content
- 
Create a newContentfrom the given file.
- of(File) - Static method in class org.springframework.boot.docker.compose.core.DockerComposeFile
- 
Create a newDockerComposeFilefor the givenFile.
- of(InputStream) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ContainerStatus
- 
Create a newContainerStatusinstance from the specified JSON content stream.
- of(InputStream) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Image
- 
Create a newImageinstance from the specified JSON content.
- of(InputStream) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchiveIndex
- 
Create anImageArchiveIndexfrom the provided JSON input stream.
- of(InputStream) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchiveManifest
- 
Create anImageArchiveManifestfrom the provided JSON input stream.
- of(InputStream) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Manifest
- 
Create anManifestfrom the provided JSON input stream.
- of(InputStream) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ManifestList
- 
Create anManifestListfrom the provided JSON input stream.
- of(InputStream, Function) - Static method in class org.springframework.boot.buildpack.platform.json.MappedObject
- 
Factory method to create a newMappedObjectinstance.
- of(InputStream, InspectedContent.Inspector...) - Static method in class org.springframework.boot.buildpack.platform.io.InspectedContent
- 
Factory method to create anInspectedContentinstance from a source input stream.
- of(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return aConfigurationPropertyNamefor the specified string.
- of(ClassLoader, String...) - Static method in interface org.springframework.boot.support.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given class names.
- of(Iterable) - Static method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValueswith the underlying map populated with the given property pairs.
- of(Object) - Static method in class org.springframework.boot.origin.OriginTrackedValue
- of(Object, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedValue
- of(String) - Static method in class org.springframework.boot.context.config.ConfigDataLocation
- 
Factory method to create a newConfigDataLocationfrom a string.
- of(String) - Static method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Create a newCorrelationIdFormatterinstance from the given specification.
- of(String) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 
Return a newPemContentinstance containing the given text.
- of(String, String) - Static method in interface org.springframework.boot.ssl.SslBundleKey
- 
Factory method to create a newSslBundleKeyinstance.
- of(String, String) - Static method in class org.springframework.boot.test.util.TestPropertyValues.Pair
- 
Factory method to create aTestPropertyValues.Pairfrom a name and value.
- of(String, String, String) - Static method in interface org.springframework.boot.loader.tools.LibraryCoordinates
- 
Factory method to createLibraryCoordinateswith the specified values.
- of(String, String, String, List, PrivateKey) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Factory method that can be used to create a newPemSslStorewith the given values.
- of(String, List, PrivateKey) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Factory method that can be used to create a newPemSslStorewith the given values.
- of(Class...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurations
- of(Class...) - Static method in class org.springframework.boot.context.annotation.UserConfigurations
- of(Class...) - Static method in interface org.springframework.boot.support.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given classes.
- of(Class...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.ClassFilter
- of(Class, UnaryOperator) - Static method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Factory method to crate a newJsonWriter.ValueProcessorthat applies the given action.
- of(Class) - Static method in interface org.springframework.boot.micrometer.observation.autoconfigure.ObservationHandlerGroup
- 
Static factory method to create anObservationHandlerGroupwith members of the given handler type.
- of(Class) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a newBindableof the specified type.
- of(Class) - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderfor the givenrequestFactoryType.
- of(Class) - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return a newClientHttpConnectorBuilderfor the givenrequestFactoryType.
- of(Class, Supplier) - Static method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
- 
Factory method that creates anOperationArgumentResolverfor a specific type using aSupplier.
- of(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
- 
Factory method to create a newEndpointIdof the specified value.
- of(String) - Static method in class org.springframework.boot.buildpack.platform.build.BuildpackReference
- 
Create a newBuildpackReferencefrom the given value.
- of(String) - Static method in class org.springframework.boot.buildpack.platform.docker.ImagePlatform
- 
Create a newImagePlatformfrom the given value in the formos[/architecture[/variant]].
- of(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Binding
- 
Create aBindingwith the specified value containing a host source, container destination, and options.
- of(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ContainerReference
- 
Factory method to create aContainerReferencewith a specific value.
- of(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageName
- 
Create a newImageNamefrom the given value.
- of(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
- 
Create a newImageReferencefrom the given value.
- of(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.LayerId
- 
Create a newLayerIdwith the specified value.
- of(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
- 
Factory method to create aVolumeNamewith a specific value.
- of(String) - Static method in interface org.springframework.boot.buildpack.platform.io.Content
- 
Create a newContentfrom the given UTF-8 string.
- of(String) - Static method in class org.springframework.boot.docker.compose.core.ImageReference
- 
Create a newImageReferencefrom the given value.
- of(String) - Static method in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
- 
Creates anAcknowledgeModeof the givenmode.
- of(String) - Static method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Create a newJsonWriter.MemberPathinstance from the given string.
- of(String) - Static method in interface org.springframework.boot.ssl.SslBundleKey
- 
Factory method to create a newSslBundleKeyinstance.
- of(String) - Static method in class org.springframework.boot.web.server.servlet.ContextPath
- of(String...) - Static method in interface org.springframework.boot.support.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given class names.
- of(String...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.PackageFilter
- of(String...) - Static method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValueswith the underlying map populated with the given property pairs.
- of(String[]) - Static method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Create a newCorrelationIdFormatterinstance from the given specification.
- of(String[], String[]) - Static method in interface org.springframework.boot.ssl.SslOptions
- 
Factory method to create a newSslOptionsinstance.
- of(String, int) - Static method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
- 
Creates a new instance with the given host and port.
- of(String, int, int) - Static method in interface org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
- 
Creates a new instance with the given host, port and database.
- of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- 
Factory method to create a newConditionMessagewith a specific message.
- of(String, Function) - Static method in class org.springframework.boot.buildpack.platform.json.MappedObject
- 
Factory method to create a newMappedObjectinstance.
- of(KeyStore, String, KeyStore) - Static method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Factory method to create a newSslStoreBundleinstance.
- of(Collection) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- 
Factory method to create a newConditionMessagecomprised of the specified messages.
- of(Collection) - Static method in class org.springframework.boot.transaction.autoconfigure.TransactionManagerCustomizers
- 
Returns a newTransactionManagerCustomizersinstance containing the givencustomizers.
- of(Map) - Static method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValueswith the underlying map populated with the given map entries.
- of(Map) - Static method in interface org.springframework.boot.actuate.endpoint.OperationResponseBody
- of(Set, Set) - Static method in interface org.springframework.boot.ssl.SslOptions
- 
Factory method to create a newSslOptionsinstance.
- of(Collection) - Static method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SpanExporters
- 
Constructs aSpanExportersinstance with the given list ofspan exporters.
- of(Collection) - Static method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SpanProcessors
- 
Constructs aSpanProcessorsinstance with the given list ofspan processors.
- of(Collection) - Static method in class org.springframework.boot.docker.compose.core.DockerComposeFile
- 
Creates a newDockerComposeFilefor the givenfiles.
- of(Collection) - Static method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Create a newCorrelationIdFormatterinstance from the given specification.
- of(Collection) - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.
- of(Consumer) - Static method in interface org.springframework.boot.json.JsonWriter
- 
Factory method to return aJsonWriterwith specificmember mapping.
- of(Function) - Static method in interface org.springframework.boot.jooq.autoconfigure.ExceptionTranslatorExecuteListener
- 
Creates a newExceptionTranslatorExecuteListenerbacked by anSQLExceptionTranslator.
- of(Function, Function) - Static method in interface org.springframework.boot.json.JsonWriter.PairExtractor
- 
Factory method to create aJsonWriter.PairExtractorusing distinct name and value extraction functions.
- of(Supplier) - Static method in interface org.springframework.boot.ApplicationContextFactory
- 
Creates anApplicationContextFactorythat will create contexts by calling the givenSupplier.
- of(Supplier) - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderfrom the given supplier, using reflection to ultimately apply theHttpClientSettings.
- of(UnaryOperator) - Static method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Factory method to crate a newJsonWriter.ValueProcessorthat applies the given action.
- of(UnaryOperator) - Static method in interface org.springframework.boot.json.JsonWriter.NameProcessor
- 
Factory method to create a newJsonWriter.NameProcessorfor the given operation.
- of(List) - Static method in interface org.springframework.boot.kafka.autoconfigure.KafkaConnectionDetails.Configuration
- 
Creates a new configuration with the given bootstrap servers.
- of(List, SslBundle, String) - Static method in interface org.springframework.boot.kafka.autoconfigure.KafkaConnectionDetails.Configuration
- 
Creates a new configuration with the given bootstrap servers, SSL bundle and security protocol.
- of(List, SslBundle) - Static method in interface org.springframework.boot.kafka.autoconfigure.KafkaConnectionDetails.Configuration
- 
Creates a new configuration with the given bootstrap servers and SSL bundle.
- of(List, PrivateKey) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Factory method that can be used to create a newPemSslStorewith the given values.
- of(Stream) - Static method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValueswith the underlying map populated with the given property pairs.
- of(Stream, Function) - Static method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValueswith the underlying map populated with the given stream.
- of(KeyManagerFactory, TrustManagerFactory) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Factory method to create a newSslManagerBundleinstance.
- of(SanitizingFunction) - Static method in interface org.springframework.boot.actuate.endpoint.SanitizingFunction
- 
Helper method that can be used working with a sanitizingFunction as a lambda.
- of(WebServerNamespace, String) - Static method in class org.springframework.boot.health.actuate.endpoint.AdditionalHealthEndpointPath
- 
Creates anAdditionalHealthEndpointPathfrom the givenWebServerNamespaceand value.
- of(ImageName) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
- 
Create a newImageReferencefrom the givenImageName.
- of(ImageName, String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
- 
Create a newImageReferencefrom the givenImageNameand tag.
- of(ImageName, String, String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
- 
Create a newImageReferencefrom the givenImageName, tag and digest.
- of(ImageReference, Consumer) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig
- 
Factory method to create aContainerConfigwith specific settings.
- of(ImageReference, Function) - Static method in class org.springframework.boot.buildpack.platform.build.BuildRequest
- 
Factory method to create a newBuildRequestwith specific content.
- of(Content, InspectedContent.Inspector...) - Static method in class org.springframework.boot.buildpack.platform.io.InspectedContent
- 
Factory method to create anInspectedContentinstance from source content.
- of(IOConsumer, InspectedContent.Inspector...) - Static method in class org.springframework.boot.buildpack.platform.io.InspectedContent
- 
Factory method to create anInspectedContentinstance from a source write method.
- of(IOConsumer) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Layer
- of(IOConsumer) - Static method in interface org.springframework.boot.buildpack.platform.io.TarArchive
- 
Factory method to create a newTarArchiveinstance with a specific layout.
- of(TarArchive) - Static method in interface org.springframework.boot.buildpack.platform.docker.type.ContainerContent
- 
Factory method to create a newContainerContentinstance written to the root of the container.
- of(TarArchive, String) - Static method in interface org.springframework.boot.buildpack.platform.docker.type.ContainerContent
- 
Factory method to create a newContainerContentinstance.
- of(ConfigData.Option...) - Static method in class org.springframework.boot.context.config.ConfigData.Options
- 
Create a new instance with the givenConfigData.Optionvalues.
- of(HealthEndpointGroup, Map) - Static method in interface org.springframework.boot.health.actuate.endpoint.HealthEndpointGroups
- 
Factory method to create aHealthEndpointGroupsinstance.
- of(HealthContributors...) - Static method in interface org.springframework.boot.health.contributor.HealthContributors
- 
Factory method to create a newHealthContributorsinstance composed of the given contributors.
- of(ReactiveHealthContributors...) - Static method in interface org.springframework.boot.health.contributor.ReactiveHealthContributors
- 
Factory method to create a newReactiveHealthContributorsinstance composed of the given contributors.
- of(WritableJson) - Static method in interface org.springframework.boot.json.WritableJson
- 
Factory method used to create aWritableJsonwith a sensibleObject.toString()that delegate toWritableJson.toJsonString().
- of(LogLevel) - Static method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Create a newLoggerConfiguration.LevelConfigurationinstance of the givenLogLevel.
- of(SslStoreBundle) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey, SslOptions) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey, SslOptions, String) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey, SslOptions, String, SslManagerBundle) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(LocalTestWebServer.Scheme, int) - Static method in class org.springframework.boot.test.http.server.LocalTestWebServer
- 
Factory method to create a newLocalTestWebServerinstance.
- of(LocalTestWebServer.Scheme, int, String) - Static method in class org.springframework.boot.test.http.server.LocalTestWebServer
- 
Factory method to create a newLocalTestWebServerinstance.
- of(LocalTestWebServer.Scheme, Supplier) - Static method in class org.springframework.boot.test.http.server.LocalTestWebServer
- 
Factory method to create a newLocalTestWebServerinstance.
- of(ErrorAttributeOptions.Include...) - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.
- of(Cookie.SameSite) - Static method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returns the givenCookie.SameSitevalue.
- of(Environment, String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
- 
Factory method to create a newEndpointIdof the specified value.
- of(ClassPathResource...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.ClassPathResourceFilter
- of(Resource, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedResource
- 
Return a neworigin trackedversion the givenResource.
- of(WritableResource, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedResource
- 
Return a neworigin trackedversion the givenWritableResource.
- of(ResolvableType) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a newBindableof the specified type.
- ofContextClass(Class) - Static method in interface org.springframework.boot.ApplicationContextFactory
- 
Creates anApplicationContextFactorythat will create contexts by instantiating the givencontextClassthrough its primary constructor.
- ofCustom(String) - Static method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Create a newLoggerConfiguration.LevelConfigurationinstance for a custom level name.
- OFF - Enum constant in enum class org.springframework.boot.Banner.Mode
- 
Disable printing of the banner.
- OFF - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.ShowSummary
- 
Do not show a summary.
- OFF - Enum constant in enum class org.springframework.boot.logging.LogLevel
- ofIfValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return aConfigurationPropertyNamefor the specified string ornullif the name is not valid.
- ofInstance(T) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a newBindableof the type of the specified instance with an existing value equal to the instance.
- ofLax() - Static method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.LAX.
- ofNone() - Static method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.NONE.
- ofSha256Digest(byte[]) - Static method in class org.springframework.boot.buildpack.platform.docker.type.LayerId
- 
Create a newLayerIdfrom a SHA-256 digest.
- ofSslBundle(SslBundle) - Static method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Return a newHttpClientSettingsusing defaults for all settings other than the provided SSL bundle.
- ofStrict() - Static method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.STRICT.
- OidcEndpoint() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- OLDER_THAN - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
- 
Older than the specifiedJavaVersion.
- OMITTED - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
SameSite attribute will be omitted when creating the cookie.
- ON_DEFAULT_VALUE - Enum constant in enum class org.springframework.boot.test.context.PropertyMapping.Skip
- 
Skip mapping the property when the default attribute value is specified.
- ON_LOCATION_NOT_FOUND_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
Property used to determine what action to take when aConfigDataLocationNotFoundExceptionis thrown.
- ON_PARAM - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
- 
Add error attribute when the appropriate request parameter is not "false".
- onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- onApplicationEvent(AvailabilityChangeEvent) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.batch.autoconfigure.JobExecutionExitCodeGenerator
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.support.AnsiOutputApplicationListener
- onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.jetty.metrics.AbstractJettyMetricsBinder
- onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.tomcat.metrics.TomcatMetricsBinder
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
- onApplicationEvent(ClassPathChangedEvent) - Method in class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.server.context.ServerPortInfoApplicationContextInitializer
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.server.context.WebServerPortFileWriter
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.micrometer.metrics.startup.StartupTimeMetricsListener
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.micrometer.tracing.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.support.EnvironmentPostProcessorApplicationListener
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
- onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
- onApplicationEvent(AuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
- onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
- onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportListener
- 
Handle an auto-configuration import event.
- onChange(Set) - Method in interface org.springframework.boot.devtools.filewatch.FileChangeListener
- 
Called when files have been changed.
- onConfigDataOptions(ConfigData, PropertySource, ConfigData.Options) - Method in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
- 
Called when config data options are obtained for a particular property source.
- onCreate(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding of an element ends with an unbound result and a newly created instance is about to be returned.
- OnDatabaseInitializationCondition - Class in org.springframework.boot.sql.autoconfigure.init
- 
Condition that checks if the database initialization of a particular component should be considered.
- OnDatabaseInitializationCondition(String, String...) - Constructor for class org.springframework.boot.sql.autoconfigure.init.OnDatabaseInitializationCondition
- 
Create a new instance with the name of the component and the property names to check, in order.
- OnEndpointElementCondition - Class in org.springframework.boot.actuate.autoconfigure
- 
Base endpoint element condition.
- OnEndpointElementCondition(String, Class) - Constructor for class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
- onFailure(ConfigurationPropertyName, Bindable, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onFailure(ConfigurationPropertyName, Bindable, BindContext, Exception) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding fails for any reason (including failures fromBindHandler.onSuccess(ConfigurationPropertyName, Bindable, BindContext, Object)orBindHandler.onCreate(ConfigurationPropertyName, Bindable, BindContext, Object)calls).
- onFailure(ConfigurationPropertyName, Bindable, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
- onFailure(ConfigurationPropertyName, Bindable, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
- onFailure(ConfigurationPropertyName, Bindable, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onFailure(ConfigurationPropertyName, Bindable, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- onFinish() - Method in class org.springframework.boot.buildpack.platform.docker.TotalProgressListener
- onFinish() - Method in interface org.springframework.boot.buildpack.platform.docker.UpdateListener
- 
Called when the operation finishes (with or without error).
- onFinish(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onFinish(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding finishes with either bound or unbound result.
- onFinish(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onFinish(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- ONLY_IF_STARTED - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
- 
Only perform readiness checks if docker was started with lifecycle management.
- OnlyOnceLoggingDenyMeterFilter - Class in org.springframework.boot.micrometer.metrics
- 
MeterFilterto log only once a warning message and deny aMeter.Id.
- OnlyOnceLoggingDenyMeterFilter(Supplier) - Constructor for class org.springframework.boot.micrometer.metrics.OnlyOnceLoggingDenyMeterFilter
- OnPropertyListCondition - Class in org.springframework.boot.autoconfigure.condition
- 
Conditionthat checks if a property whose value is a list is defined in the environment.
- OnPropertyListCondition(String, Supplier) - Constructor for class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
- 
Create a new instance with the property to check and the message builder to use.
- onPropertySourceAdded(PropertySource, ConfigDataLocation, ConfigDataResource) - Method in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
- 
Called when a newPropertySourceis added to theEnvironment.
- onRefresh() - Method in class org.springframework.boot.web.server.reactive.context.ReactiveWebServerApplicationContext
- onRefresh() - Method in class org.springframework.boot.web.server.servlet.context.ServletWebServerApplicationContext
- onSetProfiles(Profiles) - Method in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
- 
Called whenEnvironmentprofiles are set.
- onStart() - Method in class org.springframework.boot.buildpack.platform.docker.TotalProgressListener
- onStart() - Method in interface org.springframework.boot.buildpack.platform.docker.UpdateListener
- 
Called when the operation starts.
- onStart(ConfigurationPropertyName, Bindable, BindContext) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onStart(ConfigurationPropertyName, Bindable, BindContext) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding of an element starts but before any result has been determined.
- onStart(ConfigurationPropertyName, Bindable, BindContext) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onStart(ConfigurationPropertyName, Bindable, BindContext) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- onStartup(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
- 
Deprecated.
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
- onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
- 
Configure the givenServletContextwith any servlets, filters, listeners context-params and attributes necessary for initialization.
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- onSuccess(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onSuccess(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding of an element ends with a successful result.
- onSuccess(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
- onSuccess(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onSuccess(ConfigurationPropertyName, Bindable, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- onUpdate(E) - Method in class org.springframework.boot.buildpack.platform.docker.TotalProgressListener
- onUpdate(E) - Method in interface org.springframework.boot.buildpack.platform.docker.UpdateListener
- 
Called when an update event is available.
- Opaquetoken() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
- open(Path) - Static method in class org.springframework.boot.loader.zip.ZipContent
- 
OpenZipContentfrom the specified path.
- open(Path, String) - Static method in class org.springframework.boot.loader.zip.ZipContent
- 
Open nestedZipContentfrom the specified path.
- openConnection(URL) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
- openConnection(URL) - Method in class org.springframework.boot.loader.net.protocol.jar.Handler
- openConnection(URL) - Method in class org.springframework.boot.loader.net.protocol.nested.Handler
- openContent() - Method in class org.springframework.boot.loader.zip.ZipContent.Entry
- 
Open aDataBlockproviding access to raw contents of the entry (not including the local file header).
- openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration.JpaWebConfiguration
- openEntityManagerInViewInterceptorConfigurer(OpenEntityManagerInViewInterceptor) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration.JpaWebConfiguration
- openRawZipData() - Method in class org.springframework.boot.loader.zip.ZipContent
- 
Open aDataBlockcontaining the raw zip data.
- openStream() - Method in class org.springframework.boot.loader.tools.JarModeLibrary
- OpenTelemetry() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.OpenTelemetry
- OpenTelemetryEventPublisherBeansApplicationListener - Class in org.springframework.boot.micrometer.tracing.autoconfigure
- 
ApplicationListenerto add an OpenTelemetryContextStoragewrapper forOtelTracer.EventPublisherbean support.
- OpenTelemetryEventPublisherBeansApplicationListener() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
- OpenTelemetryEventPublisherBeansTestExecutionListener - Class in org.springframework.boot.micrometer.tracing.autoconfigure
- 
JUnitTestExecutionListenerto ensureOpenTelemetryEventPublisherBeansApplicationListener.addWrapper()is called as early as possible.
- OpenTelemetryEventPublisherBeansTestExecutionListener() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.OpenTelemetryEventPublisherBeansTestExecutionListener
- OpenTelemetryLoggingConnectionDetails - Interface in org.springframework.boot.opentelemetry.autoconfigure.logging
- 
Details required for actuator to establish a connection to an OpenTelemetry logging service.
- OpenTelemetryLoggingExportAutoConfiguration - Class in org.springframework.boot.opentelemetry.autoconfigure.logging
- 
Auto-configurationfor OpenTelemetry logging exports.
- OpenTelemetryLoggingExportAutoConfiguration() - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.logging.OpenTelemetryLoggingExportAutoConfiguration
- OpenTelemetryLoggingExportProperties - Class in org.springframework.boot.opentelemetry.autoconfigure.logging
- 
Configuration properties for exporting logs using OpenTelemetry.
- OpenTelemetryLoggingExportProperties() - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.logging.OpenTelemetryLoggingExportProperties
- OpenTelemetryLoggingExportProperties.Compression - Enum Class in org.springframework.boot.opentelemetry.autoconfigure.logging
- OpenTelemetryProperties - Class in org.springframework.boot.opentelemetry.autoconfigure
- 
Configuration properties for OpenTelemetry.
- OpenTelemetryProperties() - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.OpenTelemetryProperties
- OpenTelemetryResourceAttributes - Class in org.springframework.boot.opentelemetry.autoconfigure
- 
OpenTelemetryResourceAttributesretrieves information from theOTEL_RESOURCE_ATTRIBUTESandOTEL_SERVICE_NAMEenvironment variables and merges it with the resource attributes provided by the user.
- OpenTelemetryResourceAttributes(Environment, Map) - Constructor for class org.springframework.boot.opentelemetry.autoconfigure.OpenTelemetryResourceAttributes
- 
Creates a new instance ofOpenTelemetryResourceAttributes.
- OpenTelemetrySdkAutoConfiguration - Class in org.springframework.boot.opentelemetry.autoconfigure
- 
Auto-configurationfor the OpenTelemetry SDK.
- OpenTelemetryTracingAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.autoconfigure
- 
Auto-configurationfor OpenTelemetry tracing.
- Operation - Interface in org.springframework.boot.actuate.endpoint
- 
An operation on anendpoint.
- OperationArgumentResolver - Interface in org.springframework.boot.actuate.endpoint
- 
Resolver for an argument of anOperation.
- OperationFilter<O> - Interface in org.springframework.boot.actuate.endpoint
- 
Strategy class that can be used to filteroperations.
- OperationInvoker - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
Interface to perform an operation invocation.
- OperationInvokerAdvisor - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
Allows additional functionality to be applied to anOperationInvoker.
- OperationKey(Object, Supplier) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- 
Create a newEndpointDiscoverer.OperationKeyinstance.
- OperationMethod - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
- 
Information describing an operation method on an endpoint method.
- OperationMethod(Method, OperationType) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- 
Create a newOperationMethodinstance.
- OperationParameter - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
A single operation parameter.
- OperationParameters - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
A collection ofoperation parameters.
- OperationResponseBody - Interface in org.springframework.boot.actuate.endpoint
- 
Tagging interface used to indicate that an operation result is intended to be returned in the body of the response.
- OperationType - Enum Class in org.springframework.boot.actuate.endpoint
- 
An enumeration of the different types of operation supported by an endpoint.
- OPTIONAL_PREFIX - Static variable in class org.springframework.boot.context.config.ConfigDataLocation
- 
Prefix used to indicate that aConfigDataResourceis optional.
- OptionalLiveReloadServer - Class in org.springframework.boot.devtools.autoconfigure
- 
Manages an optionalLiveReloadServer.
- OptionalLiveReloadServer(LiveReloadServer) - Constructor for class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
- 
Create a newOptionalLiveReloadServerinstance.
- Options() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- OptionsCapableConnectionFactory - Class in org.springframework.boot.r2dbc
- 
ConnectionFactorycapable of providing access to theConnectionFactoryOptionsfrom which it was built.
- OptionsCapableConnectionFactory(ConnectionFactoryOptions, ConnectionFactory) - Constructor for class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- 
Create a newOptionsCapableConnectionFactorythat will provide access to the givenoptionsthat were used to build the givendelegateConnectionFactory.
- optionsForAllow(String, Object...) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
- 
Return the value of theAllowheader for the given URI.
- optionsForAllow(String, Map) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
- 
Return the value of theAllowheader for the given URI.
- optionsForAllow(URI) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
- 
Return the value of theAllowheader for the given URL.
- Oracle() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayProperties.Oracle
- ORACLE - Enum constant in enum class org.springframework.boot.data.jdbc.autoconfigure.DataJdbcDatabaseDialect
- 
Provides an instance ofJdbcOracleDialect.
- ORACLE - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Oracle.
- OracleUcpDataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
DataSourcePoolMetadatafor an Oracle UCPDataSource.
- OracleUcpDataSourcePoolMetadata(PoolDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- order() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Order of the registration bean.
- order() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
Order of the registration bean.
- ORDER - Static variable in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
The default order for the processor.
- ORDER - Static variable in class org.springframework.boot.support.RandomValuePropertySourceEnvironmentPostProcessor
- 
The default order of this post-processor.
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.servlet.filter
- 
CharacterEncodingFilterthat also implementsOrdered.
- OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedCharacterEncodingFilter
- OrderedFilter - Interface in org.springframework.boot.servlet.filter
- OrderedFormContentFilter - Class in org.springframework.boot.servlet.filter
- 
FormContentFilterthat also implementsOrdered.
- OrderedFormContentFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedFormContentFilter
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.servlet.filter
- 
HiddenHttpMethodFilterthat also implementsOrdered.
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.webflux.filter
- 
HiddenHttpMethodFilterthat also implementsOrdered.
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.webflux.filter.OrderedHiddenHttpMethodFilter
- OrderedRequestContextFilter - Class in org.springframework.boot.servlet.filter
- 
RequestContextFilterthat also implementsOrdered.
- OrderedRequestContextFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedRequestContextFilter
- OrderedWebFilter - Interface in org.springframework.boot.webflux.filter
- orElse(T) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, orotherif no value has been bound.
- orElse(HttpClientSettings) - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Return a newHttpClientSettingsinstance using values from this instance when they are present, or otherwise using values fromother.
- orElseGet(Supplier) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, or the result of invokingotherif no value has been bound.
- orElseThrow(Supplier) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, or throw an exception to be created by the provided supplier if no value has been bound.
- orFrom(Supplier) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a source that will use the given supplier to obtain a fallback value to use in place ofnull.
- org.springframework.boot - package org.springframework.boot
- 
Core Spring Boot classes.
- org.springframework.boot.activemq.autoconfigure - package org.springframework.boot.activemq.autoconfigure
- 
Auto-configuration for ActiveMQ.
- org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
- 
Core actuator auditing classes.
- org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
- 
Actuator auditing listeners.
- org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
- 
Classes for general actuator auto-configuration concerns.
- org.springframework.boot.actuate.autoconfigure.audit - package org.springframework.boot.actuate.autoconfigure.audit
- 
Auto-configuration for actuator audit concerns.
- org.springframework.boot.actuate.autoconfigure.beans - package org.springframework.boot.actuate.autoconfigure.beans
- 
Auto-configuration for actuator Spring Bean concerns.
- org.springframework.boot.actuate.autoconfigure.condition - package org.springframework.boot.actuate.autoconfigure.condition
- 
Auto-configuration for actuator condition concerns.
- org.springframework.boot.actuate.autoconfigure.context - package org.springframework.boot.actuate.autoconfigure.context
- 
Auto-configuration for actuator Spring Context concerns.
- org.springframework.boot.actuate.autoconfigure.context.properties - package org.springframework.boot.actuate.autoconfigure.context.properties
- 
Auto-configuration for actuator property concerns.
- org.springframework.boot.actuate.autoconfigure.endpoint - package org.springframework.boot.actuate.autoconfigure.endpoint
- 
Core classes for actuator endpoint auto-configuration.
- org.springframework.boot.actuate.autoconfigure.endpoint.condition - package org.springframework.boot.actuate.autoconfigure.endpoint.condition
- 
Actuator endpoint auto-configuration conditions.
- org.springframework.boot.actuate.autoconfigure.endpoint.expose - package org.springframework.boot.actuate.autoconfigure.endpoint.expose
- 
Endpoint exposure logic used for auto-configuration and conditions.
- org.springframework.boot.actuate.autoconfigure.endpoint.jackson - package org.springframework.boot.actuate.autoconfigure.endpoint.jackson
- 
Actuator Jackson auto-configuration.
- org.springframework.boot.actuate.autoconfigure.endpoint.jmx - package org.springframework.boot.actuate.autoconfigure.endpoint.jmx
- 
Actuator JMX endpoint auto-configuration.
- org.springframework.boot.actuate.autoconfigure.endpoint.web - package org.springframework.boot.actuate.autoconfigure.endpoint.web
- 
Auto-configuration for the Actuator's web endpoints.
- org.springframework.boot.actuate.autoconfigure.env - package org.springframework.boot.actuate.autoconfigure.env
- 
Auto-configuration for actuator Spring Environment concerns.
- org.springframework.boot.actuate.autoconfigure.info - package org.springframework.boot.actuate.autoconfigure.info
- 
Auto-configuration for actuator info concerns.
- org.springframework.boot.actuate.autoconfigure.logging - package org.springframework.boot.actuate.autoconfigure.logging
- 
Auto-configuration for actuator logging concerns.
- org.springframework.boot.actuate.autoconfigure.management - package org.springframework.boot.actuate.autoconfigure.management
- 
Auto-configuration for actuator management concerns.
- org.springframework.boot.actuate.autoconfigure.sbom - package org.springframework.boot.actuate.autoconfigure.sbom
- 
Auto-configuration for actuator SBOM concerns.
- org.springframework.boot.actuate.autoconfigure.scheduling - package org.springframework.boot.actuate.autoconfigure.scheduling
- 
Auto-configuration for actuator scheduling concerns.
- org.springframework.boot.actuate.autoconfigure.startup - package org.springframework.boot.actuate.autoconfigure.startup
- 
Auto-configuration for actuator ApplicationStartup concerns.
- org.springframework.boot.actuate.autoconfigure.web - package org.springframework.boot.actuate.autoconfigure.web
- 
Core classes for auto-configuration of actuator web concerns.
- org.springframework.boot.actuate.autoconfigure.web.exchanges - package org.springframework.boot.actuate.autoconfigure.web.exchanges
- 
Auto-configuration for actuator HTTP exchanges.
- org.springframework.boot.actuate.autoconfigure.web.mappings - package org.springframework.boot.actuate.autoconfigure.web.mappings
- 
Classes for auto-configuration of actuator web request mapping concerns.
- org.springframework.boot.actuate.autoconfigure.web.server - package org.springframework.boot.actuate.autoconfigure.web.server
- 
Actuator web server support.
- org.springframework.boot.actuate.beans - package org.springframework.boot.actuate.beans
- 
Actuator support relating to Spring Beans.
- org.springframework.boot.actuate.context - package org.springframework.boot.actuate.context
- 
Actuator support relating to Spring Context.
- org.springframework.boot.actuate.context.properties - package org.springframework.boot.actuate.context.properties
- 
Actuator support relating to external configuration properties.
- org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
- 
Endpoint support.
- org.springframework.boot.actuate.endpoint.annotation - package org.springframework.boot.actuate.endpoint.annotation
- 
Annotation support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.invoke - package org.springframework.boot.actuate.endpoint.invoke
- 
Interfaces and classes relating to invoking operation methods.
- org.springframework.boot.actuate.endpoint.invoke.convert - package org.springframework.boot.actuate.endpoint.invoke.convert
- 
Converter support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.invoke.reflect - package org.springframework.boot.actuate.endpoint.invoke.reflect
- 
Endpoint reflection support.
- org.springframework.boot.actuate.endpoint.invoker.cache - package org.springframework.boot.actuate.endpoint.invoker.cache
- 
Caching support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jackson - package org.springframework.boot.actuate.endpoint.jackson
- 
Jackson support classes for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
- 
JMX support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx.annotation - package org.springframework.boot.actuate.endpoint.jmx.annotation
- 
Annotation support for actuator JMX endpoints.
- org.springframework.boot.actuate.endpoint.web - package org.springframework.boot.actuate.endpoint.web
- 
Web support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.annotation - package org.springframework.boot.actuate.endpoint.web.annotation
- 
Annotation support for actuator web endpoints.
- org.springframework.boot.actuate.env - package org.springframework.boot.actuate.env
- 
Actuator support for Spring Framework'sEnvironment.
- org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
- 
Classes for application info.
- org.springframework.boot.actuate.logging - package org.springframework.boot.actuate.logging
- 
Actuator support for logging.
- org.springframework.boot.actuate.management - package org.springframework.boot.actuate.management
- 
Actuator support for JVM management.
- org.springframework.boot.actuate.sbom - package org.springframework.boot.actuate.sbom
- 
Actuator support for SBOMs.
- org.springframework.boot.actuate.scheduling - package org.springframework.boot.actuate.scheduling
- 
Actuator scheduling support.
- org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
- 
Actuator support for security.
- org.springframework.boot.actuate.startup - package org.springframework.boot.actuate.startup
- 
Actuator support forApplicationStartup.
- org.springframework.boot.actuate.web.exchanges - package org.springframework.boot.actuate.web.exchanges
- 
Actuator HTTP exchanges support.
- org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
- 
Actuator web request mappings support.
- org.springframework.boot.admin - package org.springframework.boot.admin
- 
Administration support for Spring Boot applications.
- org.springframework.boot.amqp.autoconfigure - package org.springframework.boot.amqp.autoconfigure
- 
Auto-configuration for RabbitMQ.
- org.springframework.boot.amqp.autoconfigure.health - package org.springframework.boot.amqp.autoconfigure.health
- 
Auto-configuration for RabbitMQ health.
- org.springframework.boot.amqp.autoconfigure.metrics - package org.springframework.boot.amqp.autoconfigure.metrics
- 
Auto-configuration for RabbitMQ metrics.
- org.springframework.boot.amqp.health - package org.springframework.boot.amqp.health
- 
Health integration for AMQP and RabbitMQ.
- org.springframework.boot.amqp.metrics - package org.springframework.boot.amqp.metrics
- 
Metrics for AMQP and RabbitMQ.
- org.springframework.boot.ansi - package org.springframework.boot.ansi
- 
Support classes to provide ANSI color output.
- org.springframework.boot.artemis.autoconfigure - package org.springframework.boot.artemis.autoconfigure
- 
Auto-configuration for Artemis.
- org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
- 
Spring Boot's auto-configuration capabilities.
- org.springframework.boot.autoconfigure.admin - package org.springframework.boot.autoconfigure.admin
- 
Auto-configuration for admin-related features.
- org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
- 
Auto-configuration for Spring AOP.
- org.springframework.boot.autoconfigure.availability - package org.springframework.boot.autoconfigure.availability
- 
Auto-configuration for application availability features.
- org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
- 
Auto-configuration base classes for Caching support.
- org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
- 
@Conditionannotations and supporting classes.
- org.springframework.boot.autoconfigure.container - package org.springframework.boot.autoconfigure.container
- 
Support classes related to auto-configuration involving containers.
- org.springframework.boot.autoconfigure.context - package org.springframework.boot.autoconfigure.context
- 
Auto-configuration for the Spring context.
- org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
- 
Auto-configuration base classes for Spring Data.
- org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
- 
Auto-configuration for project information.
- org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
- 
Auto-configuration for JMX.
- org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
- 
Auto-configuration for logging.
- org.springframework.boot.autoconfigure.preinitialize - package org.springframework.boot.autoconfigure.preinitialize
- 
Capabilities to preinitialize code in the background to improve startup performance.
- org.springframework.boot.autoconfigure.service.connection - package org.springframework.boot.autoconfigure.service.connection
- 
Support for service connections that affect auto-configuration.
- org.springframework.boot.autoconfigure.ssl - package org.springframework.boot.autoconfigure.ssl
- 
Auto-configuration for SSL bundles.
- org.springframework.boot.autoconfigure.task - package org.springframework.boot.autoconfigure.task
- 
Auto-configuration for task execution and scheduling.
- org.springframework.boot.autoconfigure.template - package org.springframework.boot.autoconfigure.template
- 
Base classes for template Auto-configuration.
- org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
- 
Auto-configuration for common web concerns.
- org.springframework.boot.autoconfigure.web.format - package org.springframework.boot.autoconfigure.web.format
- 
Support classes for web-specific formatting.
- org.springframework.boot.autoconfigureprocessor - package org.springframework.boot.autoconfigureprocessor
- 
Annotation processor for compile-time capturing of information about auto-configuration classes.
- org.springframework.boot.availability - package org.springframework.boot.availability
- 
Support for describing the availability of Spring Boot applications.
- org.springframework.boot.batch.autoconfigure - package org.springframework.boot.batch.autoconfigure
- 
Auto-configuration for Spring Batch.
- org.springframework.boot.batch.autoconfigure.observation - package org.springframework.boot.batch.autoconfigure.observation
- 
Auto-configuration for Spring Batch observations.
- org.springframework.boot.batch.jdbc.autoconfigure - package org.springframework.boot.batch.jdbc.autoconfigure
- 
Auto-configuration for Spring Batch JDBC.
- org.springframework.boot.bootstrap - package org.springframework.boot.bootstrap
- 
Bootstrap concerns to support the creation of potentially expensive singletons while the application starts.
- org.springframework.boot.builder - package org.springframework.boot.builder
- 
Fluent 'builder' style API to construct aSpringApplication.
- org.springframework.boot.buildpack.platform.build - package org.springframework.boot.buildpack.platform.build
- 
Central API for performing a buildpack build.
- org.springframework.boot.buildpack.platform.docker - package org.springframework.boot.buildpack.platform.docker
- 
A limited Docker API providing the operations needed by pack.
- org.springframework.boot.buildpack.platform.docker.configuration - package org.springframework.boot.buildpack.platform.docker.configuration
- 
Docker configuration options.
- org.springframework.boot.buildpack.platform.docker.ssl - package org.springframework.boot.buildpack.platform.docker.ssl
- 
Utilities and classes for managing SSL context and keys.
- org.springframework.boot.buildpack.platform.docker.transport - package org.springframework.boot.buildpack.platform.docker.transport
- 
Docker transport classes providing HTTP operations on a local or remote engine.
- org.springframework.boot.buildpack.platform.docker.type - package org.springframework.boot.buildpack.platform.docker.type
- 
Docker types.
- org.springframework.boot.buildpack.platform.io - package org.springframework.boot.buildpack.platform.io
- 
IO classes and utilities.
- org.springframework.boot.buildpack.platform.json - package org.springframework.boot.buildpack.platform.json
- 
Utilities and classes for JSON processing.
- org.springframework.boot.buildpack.platform.socket - package org.springframework.boot.buildpack.platform.socket
- 
Low-levelSocketimplementations required for local Docker access.
- org.springframework.boot.buildpack.platform.system - package org.springframework.boot.buildpack.platform.system
- 
System abstractions.
- org.springframework.boot.cache.actuate.endpoint - package org.springframework.boot.cache.actuate.endpoint
- 
Actuator endpoint for caches.
- org.springframework.boot.cache.autoconfigure - package org.springframework.boot.cache.autoconfigure
- 
Auto-configuration for the cache abstraction.
- org.springframework.boot.cache.autoconfigure.metrics - package org.springframework.boot.cache.autoconfigure.metrics
- 
Auto-configuration for the cache abstraction metrics.
- org.springframework.boot.cache.metrics - package org.springframework.boot.cache.metrics
- 
Metrics for caches.
- org.springframework.boot.cache.test.autoconfigure - package org.springframework.boot.cache.test.autoconfigure
- 
Auto-configuration for testing code that uses the cache abstraction.
- org.springframework.boot.cassandra.autoconfigure - package org.springframework.boot.cassandra.autoconfigure
- 
Auto-configuration for Cassandra.
- org.springframework.boot.cassandra.autoconfigure.health - package org.springframework.boot.cassandra.autoconfigure.health
- 
Auto-configuration for Cassandra health.
- org.springframework.boot.cassandra.health - package org.springframework.boot.cassandra.health
- 
Health integration for Cassandra.
- org.springframework.boot.cloud - package org.springframework.boot.cloud
- 
Low level support for Cloud deployments.
- org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint - package org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
- 
Auto-configuration for Cloud Foundry endpoints.
- org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive - package org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
- 
Auto-configuration for Cloud Foundry WebFlux endpoints.
- org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet - package org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
- 
Auto-configuration for Cloud Foundry Servlet endpoints.
- org.springframework.boot.context - package org.springframework.boot.context
- 
Classes related to Spring'sApplicationContext.
- org.springframework.boot.context.annotation - package org.springframework.boot.context.annotation
- 
Classes related to Spring'sApplicationContextannotations.
- org.springframework.boot.context.config - package org.springframework.boot.context.config
- 
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
- org.springframework.boot.context.event - package org.springframework.boot.context.event
- 
ApplicationEventstriggered by Spring Boot.
- org.springframework.boot.context.logging - package org.springframework.boot.context.logging
- 
Logging integration with Spring's Application Context.
- org.springframework.boot.context.metrics.buffering - package org.springframework.boot.context.metrics.buffering
- 
ApplicationStartupimplementation for buffering steps and measuring their processing time.
- org.springframework.boot.context.properties - package org.springframework.boot.context.properties
- 
Support for external configuration properties.
- org.springframework.boot.context.properties.bind - package org.springframework.boot.context.properties.bind
- 
Support for@ConfigurationPropertiesbinding.
- org.springframework.boot.context.properties.bind.handler - package org.springframework.boot.context.properties.bind.handler
- 
GeneralBindHandlerimplementations.
- org.springframework.boot.context.properties.bind.validation - package org.springframework.boot.context.properties.bind.validation
- 
Binding validation support.
- org.springframework.boot.context.properties.source - package org.springframework.boot.context.properties.source
- 
Sources for external configuration properties.
- org.springframework.boot.convert - package org.springframework.boot.convert
- 
Support for type conversion.
- org.springframework.boot.couchbase.autoconfigure - package org.springframework.boot.couchbase.autoconfigure
- 
Auto-configuration for Couchbase.
- org.springframework.boot.couchbase.autoconfigure.health - package org.springframework.boot.couchbase.autoconfigure.health
- 
Auto-configuration for Couchbase health.
- org.springframework.boot.couchbase.health - package org.springframework.boot.couchbase.health
- 
Health integration for Couchbase.
- org.springframework.boot.data.autoconfigure.metrics - package org.springframework.boot.data.autoconfigure.metrics
- 
Auto-configuration for Spring Data repository metrics.
- org.springframework.boot.data.autoconfigure.web - package org.springframework.boot.data.autoconfigure.web
- 
Auto-configuration for Spring Data web.
- org.springframework.boot.data.cassandra.autoconfigure - package org.springframework.boot.data.cassandra.autoconfigure
- 
Auto-configuration for Spring Data Cassandra.
- org.springframework.boot.data.cassandra.test.autoconfigure - package org.springframework.boot.data.cassandra.test.autoconfigure
- 
Auto-configuration for Data Cassandra tests.
- org.springframework.boot.data.couchbase.autoconfigure - package org.springframework.boot.data.couchbase.autoconfigure
- 
Auto-configuration for Spring Data Couchbase.
- org.springframework.boot.data.couchbase.test.autoconfigure - package org.springframework.boot.data.couchbase.test.autoconfigure
- 
Auto-configuration for Data Couchbase tests.
- org.springframework.boot.data.elasticsearch.autoconfigure - package org.springframework.boot.data.elasticsearch.autoconfigure
- 
Auto-configuration for Spring Data Elasticsearch.
- org.springframework.boot.data.elasticsearch.autoconfigure.health - package org.springframework.boot.data.elasticsearch.autoconfigure.health
- 
Auto-configuration for Spring Data Elasticsearch health.
- org.springframework.boot.data.elasticsearch.health - package org.springframework.boot.data.elasticsearch.health
- 
Elasticsearch health integration using Spring Data Elasticsearch.
- org.springframework.boot.data.elasticsearch.test.autoconfigure - package org.springframework.boot.data.elasticsearch.test.autoconfigure
- 
Auto-configuration for Data Elasticsearch tests.
- org.springframework.boot.data.jdbc.autoconfigure - package org.springframework.boot.data.jdbc.autoconfigure
- 
Auto-configuration for Spring Data JDBC.
- org.springframework.boot.data.jdbc.test.autoconfigure - package org.springframework.boot.data.jdbc.test.autoconfigure
- 
Auto-configuration for Data JDBC tests.
- org.springframework.boot.data.jpa.autoconfigure - package org.springframework.boot.data.jpa.autoconfigure
- 
Auto-configuration for Spring Data JPA.
- org.springframework.boot.data.jpa.test.autoconfigure - package org.springframework.boot.data.jpa.test.autoconfigure
- 
Auto-configuration for Data JPA tests.
- org.springframework.boot.data.ldap.autoconfigure - package org.springframework.boot.data.ldap.autoconfigure
- 
Auto-configuration for Spring Data LDAP.
- org.springframework.boot.data.ldap.test.autoconfigure - package org.springframework.boot.data.ldap.test.autoconfigure
- 
Auto-configuration for Data LDAP tests.
- org.springframework.boot.data.metrics - package org.springframework.boot.data.metrics
- 
Spring Data repository metrics.
- org.springframework.boot.data.mongodb.autoconfigure - package org.springframework.boot.data.mongodb.autoconfigure
- 
Auto-configuration for Spring Data MongoDB.
- org.springframework.boot.data.mongodb.test.autoconfigure - package org.springframework.boot.data.mongodb.test.autoconfigure
- 
Auto-configuration for Data Mongo tests.
- org.springframework.boot.data.neo4j.autoconfigure - package org.springframework.boot.data.neo4j.autoconfigure
- 
Auto-configuration for Spring Data Neo4j.
- org.springframework.boot.data.neo4j.test.autoconfigure - package org.springframework.boot.data.neo4j.test.autoconfigure
- 
Auto-configuration for Data Neo4j tests.
- org.springframework.boot.data.r2dbc.autoconfigure - package org.springframework.boot.data.r2dbc.autoconfigure
- 
Auto-Configuration for Spring Data R2DBC.
- org.springframework.boot.data.r2dbc.test.autoconfigure - package org.springframework.boot.data.r2dbc.test.autoconfigure
- 
Auto-configuration for Data R2DBC tests.
- org.springframework.boot.data.redis.autoconfigure - package org.springframework.boot.data.redis.autoconfigure
- 
Auto-configuration for Spring Data Redis.
- org.springframework.boot.data.redis.autoconfigure.health - package org.springframework.boot.data.redis.autoconfigure.health
- 
Auto-configuration for Spring Data Redis health.
- org.springframework.boot.data.redis.autoconfigure.observation - package org.springframework.boot.data.redis.autoconfigure.observation
- 
Auto-configuration for Spring Data Redis observation.
- org.springframework.boot.data.redis.health - package org.springframework.boot.data.redis.health
- 
Redis health integration using Spring Data Redis.
- org.springframework.boot.data.redis.test.autoconfigure - package org.springframework.boot.data.redis.test.autoconfigure
- 
Auto-configuration for Data Redis tests.
- org.springframework.boot.data.rest.autoconfigure - package org.springframework.boot.data.rest.autoconfigure
- 
Auto-configuration for Spring Data REST.
- org.springframework.boot.devtools - package org.springframework.boot.devtools
- 
Spring Boot developer tools.
- org.springframework.boot.devtools.autoconfigure - package org.springframework.boot.devtools.autoconfigure
- 
Auto-configuration forspring-boot-devtools.
- org.springframework.boot.devtools.classpath - package org.springframework.boot.devtools.classpath
- 
Support for classpath monitoring.
- org.springframework.boot.devtools.env - package org.springframework.boot.devtools.env
- 
DevTools classes relating to Spring Framework'sEnvironment.
- org.springframework.boot.devtools.filewatch - package org.springframework.boot.devtools.filewatch
- 
Class to watch the local filesystem for changes.
- org.springframework.boot.devtools.livereload - package org.springframework.boot.devtools.livereload
- 
Support for the livereload protocol.
- org.springframework.boot.devtools.logger - package org.springframework.boot.devtools.logger
- 
Devtools specific logging concerns.
- org.springframework.boot.devtools.remote.client - package org.springframework.boot.devtools.remote.client
- 
Client support for a remotely running Spring Boot application.
- org.springframework.boot.devtools.remote.server - package org.springframework.boot.devtools.remote.server
- 
Server support for a remotely running Spring Boot application.
- org.springframework.boot.devtools.restart - package org.springframework.boot.devtools.restart
- 
Application restart support.
- org.springframework.boot.devtools.restart.classloader - package org.springframework.boot.devtools.restart.classloader
- 
Classloaders used for reload support.
- org.springframework.boot.devtools.restart.server - package org.springframework.boot.devtools.restart.server
- 
Remote restart server.
- org.springframework.boot.devtools.settings - package org.springframework.boot.devtools.settings
- 
Classes for loading DevTools settings.
- org.springframework.boot.devtools.system - package org.springframework.boot.devtools.system
- 
Devtools system support classes.
- org.springframework.boot.diagnostics - package org.springframework.boot.diagnostics
- 
Support for failure analysis and reporting.
- org.springframework.boot.diagnostics.analyzer - package org.springframework.boot.diagnostics.analyzer
- 
InternalFailureAnalyzerimplementations.
- org.springframework.boot.docker.compose.core - package org.springframework.boot.docker.compose.core
- 
Core interfaces and classes for working with Docker Compose.
- org.springframework.boot.docker.compose.lifecycle - package org.springframework.boot.docker.compose.lifecycle
- 
Lifecycle management for Docker Compose with the context of a Spring application.
- org.springframework.boot.docker.compose.service.connection - package org.springframework.boot.docker.compose.service.connection
- 
Service connection support for Docker Compose.
- org.springframework.boot.elasticsearch.autoconfigure - package org.springframework.boot.elasticsearch.autoconfigure
- 
Auto-configuration for Elasticsearch client.
- org.springframework.boot.elasticsearch.autoconfigure.health - package org.springframework.boot.elasticsearch.autoconfigure.health
- 
Auto-configuration for Elasticsearch health.
- org.springframework.boot.elasticsearch.health - package org.springframework.boot.elasticsearch.health
- 
Health integration for Elasticsearch.
- org.springframework.boot.env - package org.springframework.boot.env
- 
SpringEnvironmentsupport.
- org.springframework.boot.flyway.actuate.endpoint - package org.springframework.boot.flyway.actuate.endpoint
- 
Actuator endpoint for Flyway.
- org.springframework.boot.flyway.autoconfigure - package org.springframework.boot.flyway.autoconfigure
- 
Auto-configuration for Flyway.
- org.springframework.boot.freemarker.autoconfigure - package org.springframework.boot.freemarker.autoconfigure
- 
Auto-configuration for FreeMarker.
- org.springframework.boot.graphql.autoconfigure - package org.springframework.boot.graphql.autoconfigure
- 
Auto-configuration for Spring GraphQL.
- org.springframework.boot.graphql.autoconfigure.data - package org.springframework.boot.graphql.autoconfigure.data
- 
Auto-configuration classes for data integrations with GraphQL.
- org.springframework.boot.graphql.autoconfigure.observation - package org.springframework.boot.graphql.autoconfigure.observation
- 
Auto-configuration for Spring GraphQL observations.
- org.springframework.boot.graphql.autoconfigure.reactive - package org.springframework.boot.graphql.autoconfigure.reactive
- 
Auto-configuration classes for WebFlux support in Spring GraphQL.
- org.springframework.boot.graphql.autoconfigure.rsocket - package org.springframework.boot.graphql.autoconfigure.rsocket
- 
Auto-configuration classes for RSocket integration with GraphQL.
- org.springframework.boot.graphql.autoconfigure.security - package org.springframework.boot.graphql.autoconfigure.security
- 
Auto-configuration classes for Security support in Spring GraphQL.
- org.springframework.boot.graphql.autoconfigure.servlet - package org.springframework.boot.graphql.autoconfigure.servlet
- 
Auto-configuration classes for MVC support in Spring GraphQL.
- org.springframework.boot.graphql.test.autoconfigure - package org.springframework.boot.graphql.test.autoconfigure
- 
Auto-configuration for GraphQL testing.
- org.springframework.boot.graphql.test.autoconfigure.tester - package org.springframework.boot.graphql.test.autoconfigure.tester
- 
Auto-configuration for GraphQL tester.
- org.springframework.boot.groovy.template.autoconfigure - package org.springframework.boot.groovy.template.autoconfigure
- 
Auto-configuration for Groovy templates.
- org.springframework.boot.gson.autoconfigure - package org.springframework.boot.gson.autoconfigure
- 
Auto-configuration for GSON.
- org.springframework.boot.h2console.autoconfigure - package org.springframework.boot.h2console.autoconfigure
- 
Auto-configuration for H2's Console.
- org.springframework.boot.hateoas.autoconfigure - package org.springframework.boot.hateoas.autoconfigure
- 
Auto-configuration for Spring HATEOAS.
- org.springframework.boot.hazelcast.autoconfigure - package org.springframework.boot.hazelcast.autoconfigure
- 
Auto-configuration for Hazelcast.
- org.springframework.boot.hazelcast.autoconfigure.health - package org.springframework.boot.hazelcast.autoconfigure.health
- 
Auto-configuration for Hazelcast health.
- org.springframework.boot.hazelcast.health - package org.springframework.boot.hazelcast.health
- 
Health integration for Hazelcast.
- org.springframework.boot.health.actuate.endpoint - package org.springframework.boot.health.actuate.endpoint
- 
Actuator endpoint for health.
- org.springframework.boot.health.application - package org.springframework.boot.health.application
- 
Health indicators providing information about an application.
- org.springframework.boot.health.autoconfigure.actuate.endpoint - package org.springframework.boot.health.autoconfigure.actuate.endpoint
- 
Auto-configuration for health actuator endpoints.
- org.springframework.boot.health.autoconfigure.application - package org.springframework.boot.health.autoconfigure.application
- org.springframework.boot.health.autoconfigure.contributor - package org.springframework.boot.health.autoconfigure.contributor
- 
Auto-configuration for health contributors.
- org.springframework.boot.health.autoconfigure.registry - package org.springframework.boot.health.autoconfigure.registry
- 
Auto-configuration for health registries.
- org.springframework.boot.health.contributor - package org.springframework.boot.health.contributor
- 
Classes related to contributing health information about an application.
- org.springframework.boot.health.registry - package org.springframework.boot.health.registry
- 
Health registry support.
- org.springframework.boot.hibernate - package org.springframework.boot.hibernate
- 
Hibernate Support classes.
- org.springframework.boot.hibernate.autoconfigure - package org.springframework.boot.hibernate.autoconfigure
- 
Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.hibernate.autoconfigure.metrics - package org.springframework.boot.hibernate.autoconfigure.metrics
- 
Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.http.client - package org.springframework.boot.http.client
- 
Client-side HTTP support classes.
- org.springframework.boot.http.client.autoconfigure - package org.springframework.boot.http.client.autoconfigure
- 
Auto-configuration for client-side HTTP.
- org.springframework.boot.http.client.autoconfigure.imperative - package org.springframework.boot.http.client.autoconfigure.imperative
- 
Auto-configuration for client-side imperative HTTP.
- org.springframework.boot.http.client.autoconfigure.metrics - package org.springframework.boot.http.client.autoconfigure.metrics
- 
Auto-configuration for client-side HTTP metrics.
- org.springframework.boot.http.client.autoconfigure.reactive - package org.springframework.boot.http.client.autoconfigure.reactive
- 
Auto-configuration for client-side reactive HTTP.
- org.springframework.boot.http.client.autoconfigure.service - package org.springframework.boot.http.client.autoconfigure.service
- 
Auto-configuration support classes for HTTP Service Clients.
- org.springframework.boot.http.client.reactive - package org.springframework.boot.http.client.reactive
- 
Client-side reactive HTTP support classes.
- org.springframework.boot.http.codec - package org.springframework.boot.http.codec
- 
Support for web-based codecs.
- org.springframework.boot.http.codec.autoconfigure - package org.springframework.boot.http.codec.autoconfigure
- 
Auto-configuration for HTTP codecs.
- org.springframework.boot.http.converter.autoconfigure - package org.springframework.boot.http.converter.autoconfigure
- 
Auto-configuration for HTTP converters.
- org.springframework.boot.info - package org.springframework.boot.info
- 
Support for providing information about an application.
- org.springframework.boot.integration.actuate.endpoint - package org.springframework.boot.integration.actuate.endpoint
- 
Actuator endpoint for Spring Integration.
- org.springframework.boot.integration.autoconfigure - package org.springframework.boot.integration.autoconfigure
- 
Auto-configuration for Spring Integration.
- org.springframework.boot.integration.autoconfigure.metrics - package org.springframework.boot.integration.autoconfigure.metrics
- 
Auto-configuration for Spring Integration metrics.
- org.springframework.boot.io - package org.springframework.boot.io
- 
Support for loading resources.
- org.springframework.boot.jackson - package org.springframework.boot.jackson
- 
Custom enhancements and support for the Jackson project.
- org.springframework.boot.jackson.autoconfigure - package org.springframework.boot.jackson.autoconfigure
- 
Auto-configuration for Jackson.
- org.springframework.boot.jackson2 - package org.springframework.boot.jackson2
- 
Custom enhancements and support for Jackson 2.
- org.springframework.boot.jackson2.autoconfigure - package org.springframework.boot.jackson2.autoconfigure
- 
Auto-configuration for Jackson 2.
- org.springframework.boot.jdbc - package org.springframework.boot.jdbc
- 
Support for Java Database Connectivity (JDBC).
- org.springframework.boot.jdbc.autoconfigure - package org.springframework.boot.jdbc.autoconfigure
- 
Auto-configuration for JDBC.
- org.springframework.boot.jdbc.autoconfigure.health - package org.springframework.boot.jdbc.autoconfigure.health
- 
Auto-configuration for JDBC health.
- org.springframework.boot.jdbc.autoconfigure.metrics - package org.springframework.boot.jdbc.autoconfigure.metrics
- 
Auto-configuration for JDBC metrics.
- org.springframework.boot.jdbc.health - package org.springframework.boot.jdbc.health
- 
Health integration for JDBC.
- org.springframework.boot.jdbc.init - package org.springframework.boot.jdbc.init
- 
Support for initialization of an SQL database using a JDBCDataSource.
- org.springframework.boot.jdbc.metadata - package org.springframework.boot.jdbc.metadata
- 
Support for accessing JDBCDataSourcemetadata.
- org.springframework.boot.jdbc.metrics - package org.springframework.boot.jdbc.metrics
- 
Metrics for JDBC.
- org.springframework.boot.jdbc.test.autoconfigure - package org.springframework.boot.jdbc.test.autoconfigure
- 
Auto-configuration for JDBC tests.
- org.springframework.boot.jetty - package org.springframework.boot.jetty
- 
Reactive and servlet web server implementations backed by Jetty.
- org.springframework.boot.jetty.autoconfigure - package org.springframework.boot.jetty.autoconfigure
- 
Auto-configuration for Jetty.
- org.springframework.boot.jetty.autoconfigure.actuate.web.server - package org.springframework.boot.jetty.autoconfigure.actuate.web.server
- 
Auto-configuration for Jetty actuator web concerns.
- org.springframework.boot.jetty.autoconfigure.metrics - package org.springframework.boot.jetty.autoconfigure.metrics
- 
Auto-configuration for Jetty metrics.
- org.springframework.boot.jetty.autoconfigure.reactive - package org.springframework.boot.jetty.autoconfigure.reactive
- 
Classes related to the auto-configuration of a reactive web server using Jetty.
- org.springframework.boot.jetty.autoconfigure.servlet - package org.springframework.boot.jetty.autoconfigure.servlet
- 
Classes related to the auto-configuration of a servlet web server using Jetty.
- org.springframework.boot.jetty.metrics - package org.springframework.boot.jetty.metrics
- 
Actuator support for Jetty metrics.
- org.springframework.boot.jetty.reactive - package org.springframework.boot.jetty.reactive
- 
Reactive web server implementation backed by Jetty.
- org.springframework.boot.jetty.servlet - package org.springframework.boot.jetty.servlet
- 
Servlet web server implementation backed by Jetty.
- org.springframework.boot.jms - package org.springframework.boot.jms
- 
Support for Java Message Service (JMS).
- org.springframework.boot.jms.autoconfigure - package org.springframework.boot.jms.autoconfigure
- 
Auto-configuration for JMS.
- org.springframework.boot.jms.autoconfigure.health - package org.springframework.boot.jms.autoconfigure.health
- 
Auto-configuration for JMS health.
- org.springframework.boot.jms.health - package org.springframework.boot.jms.health
- 
Health integration for JMS.
- org.springframework.boot.jooq.autoconfigure - package org.springframework.boot.jooq.autoconfigure
- 
Auto-configuration for jOOQ.
- org.springframework.boot.jooq.test.autoconfigure - package org.springframework.boot.jooq.test.autoconfigure
- 
Auto-configuration for jOOQ tests.
- org.springframework.boot.jpa - package org.springframework.boot.jpa
- 
JPA Support classes.
- org.springframework.boot.jpa.autoconfigure - package org.springframework.boot.jpa.autoconfigure
- 
Base Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.jpa.test.autoconfigure - package org.springframework.boot.jpa.test.autoconfigure
- 
Auto-configuration for JPA tests.
- org.springframework.boot.json - package org.springframework.boot.json
- 
Support for parsing JSON.
- org.springframework.boot.jsonb.autoconfigure - package org.springframework.boot.jsonb.autoconfigure
- 
Auto-configuration for JSON-B.
- org.springframework.boot.kafka.autoconfigure - package org.springframework.boot.kafka.autoconfigure
- 
Auto-configuration for Apache Kafka.
- org.springframework.boot.kafka.autoconfigure.metrics - package org.springframework.boot.kafka.autoconfigure.metrics
- 
Auto-configuration for Apache Kafka metrics.
- org.springframework.boot.kotlin.serialization.autoconfigure - package org.springframework.boot.kotlin.serialization.autoconfigure
- 
Auto-configuration for Kotlin Serialization.
- org.springframework.boot.ldap.autoconfigure - package org.springframework.boot.ldap.autoconfigure
- 
Auto-configuration for LDAP.
- org.springframework.boot.ldap.autoconfigure.embedded - package org.springframework.boot.ldap.autoconfigure.embedded
- 
Auto-configuration for embedded LDAP.
- org.springframework.boot.ldap.autoconfigure.health - package org.springframework.boot.ldap.autoconfigure.health
- 
Auto-configuration for LDAP health.
- org.springframework.boot.ldap.health - package org.springframework.boot.ldap.health
- 
Health integration for LDAP.
- org.springframework.boot.liquibase.actuate.endpoint - package org.springframework.boot.liquibase.actuate.endpoint
- 
Actuator endpoint for Liquibase.
- org.springframework.boot.liquibase.autoconfigure - package org.springframework.boot.liquibase.autoconfigure
- 
Auto-configuration for Liquibase.
- org.springframework.boot.loader.jar - package org.springframework.boot.loader.jar
- 
AlternativeJarFileimplementation with support for nested jars.
- org.springframework.boot.loader.jarmode - package org.springframework.boot.loader.jarmode
- 
Support for launching the JAR using jarmode.
- org.springframework.boot.loader.launch - package org.springframework.boot.loader.launch
- 
System that allows self-contained JAR/WAR archives to be launched usingjava -jar.
- org.springframework.boot.loader.log - package org.springframework.boot.loader.log
- 
DebugSystem.errlogging support.
- org.springframework.boot.loader.net.protocol - package org.springframework.boot.loader.net.protocol
- 
URLprotocol support.
- org.springframework.boot.loader.net.protocol.jar - package org.springframework.boot.loader.net.protocol.jar
- 
JAR URL support, including support for nested jars.
- org.springframework.boot.loader.net.protocol.nested - package org.springframework.boot.loader.net.protocol.nested
- 
Nested URL support.
- org.springframework.boot.loader.net.util - package org.springframework.boot.loader.net.util
- 
Net utilities.
- org.springframework.boot.loader.nio.file - package org.springframework.boot.loader.nio.file
- 
Non-blocking IOFileSystemimplementation for nested support.
- org.springframework.boot.loader.ref - package org.springframework.boot.loader.ref
- 
Support forCleaner.
- org.springframework.boot.loader.tools - package org.springframework.boot.loader.tools
- 
Tools for generating executable JAR/WAR files.
- org.springframework.boot.loader.tools.layer - package org.springframework.boot.loader.tools.layer
- 
Classes used to support layer customization.
- org.springframework.boot.loader.zip - package org.springframework.boot.loader.zip
- 
Provides low-level support for handling zip content, including support for nested and virtual zip files.
- org.springframework.boot.logging - package org.springframework.boot.logging
- 
Support and abstractions across several logging libraries.
- org.springframework.boot.logging.java - package org.springframework.boot.logging.java
- 
Support for 'Java Util Logging'.
- org.springframework.boot.logging.log4j2 - package org.springframework.boot.logging.log4j2
- 
Support for the Log4j 2 logging library.
- org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
- 
Support for the Logback logging library.
- org.springframework.boot.logging.structured - package org.springframework.boot.logging.structured
- 
Support for structured logging.
- org.springframework.boot.mail.autoconfigure - package org.springframework.boot.mail.autoconfigure
- 
Auto-configuration for email support.
- org.springframework.boot.mail.health - package org.springframework.boot.mail.health
- 
Health integration for JavaMail.
- org.springframework.boot.micrometer.metrics - package org.springframework.boot.micrometer.metrics
- 
General metrics-related classes.
- org.springframework.boot.micrometer.metrics.actuate.endpoint - package org.springframework.boot.micrometer.metrics.actuate.endpoint
- 
Actuator endpoint for metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure - package org.springframework.boot.micrometer.metrics.autoconfigure
- 
Auto-configuration for metrics with Micrometer.
- org.springframework.boot.micrometer.metrics.autoconfigure.export - package org.springframework.boot.micrometer.metrics.autoconfigure.export
- 
Auto-configuration for metrics exporter.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics - package org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics
- 
Support for exporting actuator metrics to AppOptics.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas - package org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas
- 
Support for exporting actuator metrics to Atlas.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.datadog - package org.springframework.boot.micrometer.metrics.autoconfigure.export.datadog
- 
Support for exporting actuator metrics to Datadog.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace - package org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace
- 
Support for exporting actuator metrics to Dynatrace.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.elastic - package org.springframework.boot.micrometer.metrics.autoconfigure.export.elastic
- 
Support for exporting actuator metrics to Elastic.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.ganglia - package org.springframework.boot.micrometer.metrics.autoconfigure.export.ganglia
- 
Support for exporting actuator metrics to Ganglia.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.graphite - package org.springframework.boot.micrometer.metrics.autoconfigure.export.graphite
- 
Support for exporting actuator metrics to Graphite.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.humio - package org.springframework.boot.micrometer.metrics.autoconfigure.export.humio
- 
Support for exporting actuator metrics to Humio.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.influx - package org.springframework.boot.micrometer.metrics.autoconfigure.export.influx
- 
Support for exporting actuator metrics to InfluxDB.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.jmx - package org.springframework.boot.micrometer.metrics.autoconfigure.export.jmx
- 
Support for exporting actuator metrics to JMX.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.kairos - package org.springframework.boot.micrometer.metrics.autoconfigure.export.kairos
- 
Support for exporting actuator metrics to KairosDB.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic - package org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic
- 
Support for exporting actuator metrics to New Relic.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp - package org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp
- 
Support for exporting actuator metrics to OTLP.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus - package org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
- 
Support for exporting actuator metrics to Prometheus.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.properties - package org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
- 
Base properties and adapters used when exporting actuator metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.simple - package org.springframework.boot.micrometer.metrics.autoconfigure.export.simple
- 
Support for exporting actuator metrics to a simple in-memory store.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver - package org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver
- 
Support for exporting actuator metrics to Stackdriver.
- org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd - package org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd
- 
Support for exporting actuator metrics to StatsD.
- org.springframework.boot.micrometer.metrics.autoconfigure.jvm - package org.springframework.boot.micrometer.metrics.autoconfigure.jvm
- 
Auto-configuration for JVM metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure.logging.log4j2 - package org.springframework.boot.micrometer.metrics.autoconfigure.logging.log4j2
- 
Auto-configuration for Log4J2 metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure.logging.logback - package org.springframework.boot.micrometer.metrics.autoconfigure.logging.logback
- 
Auto-configuration for Logback metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure.ssl - package org.springframework.boot.micrometer.metrics.autoconfigure.ssl
- 
Auto-configuration for SSL metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure.startup - package org.springframework.boot.micrometer.metrics.autoconfigure.startup
- 
Auto-configuration for actuator startup time metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure.system - package org.springframework.boot.micrometer.metrics.autoconfigure.system
- 
Auto-configuration for system metrics.
- org.springframework.boot.micrometer.metrics.autoconfigure.task - package org.springframework.boot.micrometer.metrics.autoconfigure.task
- 
Auto-configuration for task execution and scheduling metrics.
- org.springframework.boot.micrometer.metrics.export.prometheus - package org.springframework.boot.micrometer.metrics.export.prometheus
- 
Support for exporting metrics to Prometheus through a pushgateway.
- org.springframework.boot.micrometer.metrics.startup - package org.springframework.boot.micrometer.metrics.startup
- 
Support for startup metrics.
- org.springframework.boot.micrometer.metrics.system - package org.springframework.boot.micrometer.metrics.system
- 
System metrics.
- org.springframework.boot.micrometer.metrics.test.autoconfigure - package org.springframework.boot.micrometer.metrics.test.autoconfigure
- 
Auto-configuration for handling metrics in tests.
- org.springframework.boot.micrometer.observation.autoconfigure - package org.springframework.boot.micrometer.observation.autoconfigure
- 
Auto-configuration for Micrometer Observation.
- org.springframework.boot.micrometer.tracing.autoconfigure - package org.springframework.boot.micrometer.tracing.autoconfigure
- 
Auto-configuration for Micrometer Tracing.
- org.springframework.boot.micrometer.tracing.autoconfigure.otlp - package org.springframework.boot.micrometer.tracing.autoconfigure.otlp
- 
Auto-configuration for exporting traces with OTLP.
- org.springframework.boot.micrometer.tracing.autoconfigure.prometheus - package org.springframework.boot.micrometer.tracing.autoconfigure.prometheus
- 
Auto-configuration for Prometheus Exemplars with Micrometer Tracing.
- org.springframework.boot.micrometer.tracing.autoconfigure.zipkin - package org.springframework.boot.micrometer.tracing.autoconfigure.zipkin
- 
Auto-configuration for tracing with Zipkin.
- org.springframework.boot.micrometer.tracing.test.autoconfigure - package org.springframework.boot.micrometer.tracing.test.autoconfigure
- 
Auto-configuration for handling metrics in tests.
- org.springframework.boot.mongodb.autoconfigure - package org.springframework.boot.mongodb.autoconfigure
- 
Auto-configuration for MongoDB.
- org.springframework.boot.mongodb.autoconfigure.health - package org.springframework.boot.mongodb.autoconfigure.health
- 
Auto-configuration for Spring Data MongoDB health.
- org.springframework.boot.mongodb.autoconfigure.metrics - package org.springframework.boot.mongodb.autoconfigure.metrics
- 
Auto-configuration for MongoDB metrics.
- org.springframework.boot.mongodb.health - package org.springframework.boot.mongodb.health
- 
MongoDB health integration using Spring Data MongoDB.
- org.springframework.boot.mustache.autoconfigure - package org.springframework.boot.mustache.autoconfigure
- 
Auto-configuration for Mustache.
- org.springframework.boot.mustache.reactive.view - package org.springframework.boot.mustache.reactive.view
- 
AdditionalViewsfor use with WebFlux.
- org.springframework.boot.mustache.servlet.view - package org.springframework.boot.mustache.servlet.view
- 
AdditionalViewsfor use with Web MVC.
- org.springframework.boot.neo4j.autoconfigure - package org.springframework.boot.neo4j.autoconfigure
- 
Auto-configuration for Neo4j.
- org.springframework.boot.neo4j.autoconfigure.health - package org.springframework.boot.neo4j.autoconfigure.health
- 
Auto-configuration for Neo4j health.
- org.springframework.boot.neo4j.autoconfigure.observation - package org.springframework.boot.neo4j.autoconfigure.observation
- 
Auto-configuration for Neo4j observation.
- org.springframework.boot.neo4j.health - package org.springframework.boot.neo4j.health
- 
Health integration for Neo4j.
- org.springframework.boot.netty.autoconfigure - package org.springframework.boot.netty.autoconfigure
- 
Auto-configuration for the Netty library.
- org.springframework.boot.opentelemetry.autoconfigure - package org.springframework.boot.opentelemetry.autoconfigure
- 
Auto-configuration for OpenTelemetry.
- org.springframework.boot.opentelemetry.autoconfigure.logging - package org.springframework.boot.opentelemetry.autoconfigure.logging
- 
Auto-configuration for exporting logs with OpenTelemetry.
- org.springframework.boot.origin - package org.springframework.boot.origin
- 
Support for item origin tracking.
- org.springframework.boot.persistence.autoconfigure - package org.springframework.boot.persistence.autoconfigure
- 
General purpose domain annotations and classes.
- org.springframework.boot.pulsar.autoconfigure - package org.springframework.boot.pulsar.autoconfigure
- 
Auto-configuration for Spring for Apache Pulsar.
- org.springframework.boot.quartz.actuate.endpoint - package org.springframework.boot.quartz.actuate.endpoint
- 
Actuator endpoint for Quartz Scheduler.
- org.springframework.boot.quartz.autoconfigure - package org.springframework.boot.quartz.autoconfigure
- 
Auto-configuration for Quartz Scheduler.
- org.springframework.boot.r2dbc - package org.springframework.boot.r2dbc
- 
Support for R2DBC connectivity.
- org.springframework.boot.r2dbc.autoconfigure - package org.springframework.boot.r2dbc.autoconfigure
- 
Auto-Configuration for R2DBC.
- org.springframework.boot.r2dbc.autoconfigure.health - package org.springframework.boot.r2dbc.autoconfigure.health
- 
Auto-Configuration for R2DBC health.
- org.springframework.boot.r2dbc.autoconfigure.metrics - package org.springframework.boot.r2dbc.autoconfigure.metrics
- 
Auto-Configuration for R2DBC metrics.
- org.springframework.boot.r2dbc.autoconfigure.observation - package org.springframework.boot.r2dbc.autoconfigure.observation
- 
Auto-Configuration for R2DBC observations.
- org.springframework.boot.r2dbc.health - package org.springframework.boot.r2dbc.health
- 
Health integration for R2DBC.
- org.springframework.boot.r2dbc.init - package org.springframework.boot.r2dbc.init
- 
Support for initialization of an SQL database using an R2DBCConnectionFactory.
- org.springframework.boot.r2dbc.metrics - package org.springframework.boot.r2dbc.metrics
- 
Metrics for R2DBC.
- org.springframework.boot.reactor - package org.springframework.boot.reactor
- 
Support classes for Reactor integration.
- org.springframework.boot.reactor.autoconfigure - package org.springframework.boot.reactor.autoconfigure
- 
Auto-configuration for Reactor.
- org.springframework.boot.reactor.netty - package org.springframework.boot.reactor.netty
- 
Reactive web server implementation backed by Netty.
- org.springframework.boot.reactor.netty.autoconfigure - package org.springframework.boot.reactor.netty.autoconfigure
- 
Auto-configuration for Reactor Netty.
- org.springframework.boot.reactor.netty.autoconfigure.actuate.web.server - package org.springframework.boot.reactor.netty.autoconfigure.actuate.web.server
- 
Auto-configuration for Reactor Netty actuator web concerns.
- org.springframework.boot.restclient - package org.springframework.boot.restclient
- 
Web client utilities.
- org.springframework.boot.restclient.autoconfigure - package org.springframework.boot.restclient.autoconfigure
- 
Auto-configuration for RestClient.
- org.springframework.boot.restclient.autoconfigure.service - package org.springframework.boot.restclient.autoconfigure.service
- 
Auto-Configuration for Spring's Blocking HTTP Service Interface Clients.
- org.springframework.boot.restclient.observation - package org.springframework.boot.restclient.observation
- 
Observation integration for RestClient and RestTemplate.
- org.springframework.boot.restclient.test - package org.springframework.boot.restclient.test
- 
RestClient and RestTemplate test utilities.
- org.springframework.boot.restclient.test.autoconfigure - package org.springframework.boot.restclient.test.autoconfigure
- 
Auto-configuration for web clients.
- org.springframework.boot.restdocs.test.autoconfigure - package org.springframework.boot.restdocs.test.autoconfigure
- 
Auto-configuration for tests using Spring REST Docs.
- org.springframework.boot.resttestclient - package org.springframework.boot.resttestclient
- 
Test support classes that useRestClientandRestTemplate.
- org.springframework.boot.resttestclient.autoconfigure - package org.springframework.boot.resttestclient.autoconfigure
- 
Auto-configuration for RestTestClient and TestRestTemplate.
- org.springframework.boot.retry - package org.springframework.boot.retry
- 
Support for core retry functionality.
- org.springframework.boot.rsocket.autoconfigure - package org.springframework.boot.rsocket.autoconfigure
- 
Auto-configuration for RSocket.
- org.springframework.boot.rsocket.context - package org.springframework.boot.rsocket.context
- 
RSocket integrations with Spring Framework'sApplicationContext.
- org.springframework.boot.rsocket.messaging - package org.springframework.boot.rsocket.messaging
- 
Support for RSocket-based messaging.
- org.springframework.boot.rsocket.netty - package org.springframework.boot.rsocket.netty
- 
Reactor Netty based RSocket server implementation.
- org.springframework.boot.rsocket.server - package org.springframework.boot.rsocket.server
- 
Support for RSocket servers.
- org.springframework.boot.security.autoconfigure - package org.springframework.boot.security.autoconfigure
- 
Auto-configuration for Spring Security.
- org.springframework.boot.security.autoconfigure.actuate.web.reactive - package org.springframework.boot.security.autoconfigure.actuate.web.reactive
- 
Auto-configuration for actuator security using WebFlux.
- org.springframework.boot.security.autoconfigure.actuate.web.servlet - package org.springframework.boot.security.autoconfigure.actuate.web.servlet
- 
Auto-configuration for actuator security using Spring MVC.
- org.springframework.boot.security.autoconfigure.rsocket - package org.springframework.boot.security.autoconfigure.rsocket
- 
Auto-configuration for RSocket support in Spring Security.
- org.springframework.boot.security.autoconfigure.web - package org.springframework.boot.security.autoconfigure.web
- 
Support classes for Spring Security web Auto-configuration.
- org.springframework.boot.security.autoconfigure.web.reactive - package org.springframework.boot.security.autoconfigure.web.reactive
- 
Auto-configuration for reactive Spring Security.
- org.springframework.boot.security.autoconfigure.web.servlet - package org.springframework.boot.security.autoconfigure.web.servlet
- 
Auto-configuration for Servlet-based Spring Security.
- org.springframework.boot.security.oauth2.client.autoconfigure - package org.springframework.boot.security.oauth2.client.autoconfigure
- 
Support for Spring Security's OAuth 2 client.
- org.springframework.boot.security.oauth2.client.autoconfigure.reactive - package org.springframework.boot.security.oauth2.client.autoconfigure.reactive
- 
Auto-configuration for Spring Security's Reactive OAuth 2 client.
- org.springframework.boot.security.oauth2.client.autoconfigure.servlet - package org.springframework.boot.security.oauth2.client.autoconfigure.servlet
- 
Auto-configuration for Spring Security's OAuth 2 client.
- org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet - package org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
- 
Auto-configuration for Spring Security's OAuth2 authorization server.
- org.springframework.boot.security.oauth2.server.resource.autoconfigure - package org.springframework.boot.security.oauth2.server.resource.autoconfigure
- 
Support for Spring Security's OAuth2 resource server.
- org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive - package org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive
- 
Auto-configuration for Spring Security's Reactive OAuth2 resource server.
- org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet - package org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet
- 
Auto-configuration for Spring Security's OAuth2 resource server.
- org.springframework.boot.security.saml2.autoconfigure - package org.springframework.boot.security.saml2.autoconfigure
- 
Auto-configuration for Spring Security's SAML 2.0.
- org.springframework.boot.security.test.autoconfigure.webflux - package org.springframework.boot.security.test.autoconfigure.webflux
- 
Auto-configuration for tests involving WebFlux and Spring Security.
- org.springframework.boot.security.test.autoconfigure.webmvc - package org.springframework.boot.security.test.autoconfigure.webmvc
- 
Auto-configuration for tests involving Spring MVC and Spring Security.
- org.springframework.boot.security.web.reactive - package org.springframework.boot.security.web.reactive
- 
Classes and utilities for reactive Spring Security.
- org.springframework.boot.security.web.servlet - package org.springframework.boot.security.web.servlet
- 
Classes and utilities for Servlet-based Spring Security.
- org.springframework.boot.sendgrid.autoconfigure - package org.springframework.boot.sendgrid.autoconfigure
- 
Auto-configuration for SendGrid.
- org.springframework.boot.servlet - package org.springframework.boot.servlet
- 
Application support for thejakarta.servletspecification.
- org.springframework.boot.servlet.actuate.web.exchanges - package org.springframework.boot.servlet.actuate.web.exchanges
- 
Actuator HTTP exchanges support for Servlet servers.
- org.springframework.boot.servlet.actuate.web.mappings - package org.springframework.boot.servlet.actuate.web.mappings
- 
Actuator servlet request mappings support.
- org.springframework.boot.servlet.autoconfigure - package org.springframework.boot.servlet.autoconfigure
- 
Auto-configuration for application support of thejakarta.servletspecification.
- org.springframework.boot.servlet.autoconfigure.actuate.web - package org.springframework.boot.servlet.autoconfigure.actuate.web
- 
Auto-configuration forjakarta.servletactuator web concerns.
- org.springframework.boot.servlet.autoconfigure.actuate.web.exchanges - package org.springframework.boot.servlet.autoconfigure.actuate.web.exchanges
- 
Actuator HTTP exchanges auto-configuration for Servlet servers.
- org.springframework.boot.servlet.autoconfigure.actuate.web.mappings - package org.springframework.boot.servlet.autoconfigure.actuate.web.mappings
- 
Actuator servlet request mappings auto-configuration.
- org.springframework.boot.servlet.filter - package org.springframework.boot.servlet.filter
- 
Spring Boot specificFilterimplementations.
- org.springframework.boot.session.actuate.endpoint - package org.springframework.boot.session.actuate.endpoint
- 
Actuator endpoint for Spring Session.
- org.springframework.boot.session.autoconfigure - package org.springframework.boot.session.autoconfigure
- 
Auto-configuration for Spring Session.
- org.springframework.boot.session.data.redis.autoconfigure - package org.springframework.boot.session.data.redis.autoconfigure
- 
Auto-configuration for Spring Session Data Redis.
- org.springframework.boot.session.jdbc.autoconfigure - package org.springframework.boot.session.jdbc.autoconfigure
- 
Auto-configuration for Spring Session JDBC.
- org.springframework.boot.sql.autoconfigure.init - package org.springframework.boot.sql.autoconfigure.init
- 
Auto-configuration for basic script-based initialization of an SQL database.
- org.springframework.boot.sql.init - package org.springframework.boot.sql.init
- 
Support for initialization of an SQL database.
- org.springframework.boot.sql.init.dependency - package org.springframework.boot.sql.init.dependency
- 
Infrastructure for establishing database initialization bean dependencies.
- org.springframework.boot.ssl - package org.springframework.boot.ssl
- 
Management of trust material that can be used to establish an SSL connection.
- org.springframework.boot.ssl.jks - package org.springframework.boot.ssl.jks
- 
SSL trust material provider for Java KeyStores.
- org.springframework.boot.ssl.pem - package org.springframework.boot.ssl.pem
- 
SSL trust material provider for PEM-encoded certificates.
- org.springframework.boot.support - package org.springframework.boot.support
- 
Classes supporting application concerns and the org.springframework.boot package.
- org.springframework.boot.system - package org.springframework.boot.system
- 
General system support classes.
- org.springframework.boot.task - package org.springframework.boot.task
- 
Utilities and classes related to task execution and scheduling.
- org.springframework.boot.test.autoconfigure - package org.springframework.boot.test.autoconfigure
- 
Test auto-configuration support.
- org.springframework.boot.test.autoconfigure.jdbc - package org.springframework.boot.test.autoconfigure.jdbc
- 
Auto-configuration for core JDBC test concerns.
- org.springframework.boot.test.autoconfigure.json - package org.springframework.boot.test.autoconfigure.json
- 
Auto-configuration for JSON tests.
- org.springframework.boot.test.context - package org.springframework.boot.test.context
- 
Support for mapping annotation attribute values in the SpringEnvironment.
- org.springframework.boot.test.context.assertj - package org.springframework.boot.test.context.assertj
- 
AssertJ support for ApplicationContexts.
- org.springframework.boot.test.context.filter.annotation - package org.springframework.boot.test.context.filter.annotation
- 
Test annotations support forTypeExcludeFilter.
- org.springframework.boot.test.context.runner - package org.springframework.boot.test.context.runner
- 
Test utilities to run application contexts for testing.
- org.springframework.boot.test.http.server - package org.springframework.boot.test.http.server
- 
Support for HTTP server testing.
- org.springframework.boot.test.json - package org.springframework.boot.test.json
- 
Support for testing JSON.
- org.springframework.boot.test.mock.web - package org.springframework.boot.test.mock.web
- 
Mock web classes specific to Spring Boot.
- org.springframework.boot.test.rsocket.server - package org.springframework.boot.test.rsocket.server
- 
RSocket server test utilities and support classes.
- org.springframework.boot.test.system - package org.springframework.boot.test.system
- 
Classes forSystem-related testing.
- org.springframework.boot.test.util - package org.springframework.boot.test.util
- 
General purpose test utilities.
- org.springframework.boot.test.web.htmlunit - package org.springframework.boot.test.web.htmlunit
- 
HtmlUnit support classes.
- org.springframework.boot.test.web.server - package org.springframework.boot.test.web.server
- 
Web server test utilities and support classes.
- org.springframework.boot.testcontainers.beans - package org.springframework.boot.testcontainers.beans
- 
Spring bean support classes for Testcontainers.
- org.springframework.boot.testcontainers.context - package org.springframework.boot.testcontainers.context
- 
Spring context support classes for Testcontainers.
- org.springframework.boot.testcontainers.lifecycle - package org.springframework.boot.testcontainers.lifecycle
- 
Utilities and helpers to allow testcontainers to be used in a SpringApplicationContext.
- org.springframework.boot.testcontainers.properties - package org.springframework.boot.testcontainers.properties
- 
Dynamic container properties support.
- org.springframework.boot.testcontainers.service.connection - package org.springframework.boot.testcontainers.service.connection
- 
General support for service connections in tests.
- org.springframework.boot.thread - package org.springframework.boot.thread
- 
Classes related to threads.
- org.springframework.boot.thymeleaf.autoconfigure - package org.springframework.boot.thymeleaf.autoconfigure
- 
Auto-configuration for Thymeleaf.
- org.springframework.boot.tomcat - package org.springframework.boot.tomcat
- 
Reactive and servlet web server implementations backed by Tomcat.
- org.springframework.boot.tomcat.autoconfigure - package org.springframework.boot.tomcat.autoconfigure
- 
Classes related to the auto-configuration of a servlet or reactive web server using Tomcat.
- org.springframework.boot.tomcat.autoconfigure.actuate.web.server - package org.springframework.boot.tomcat.autoconfigure.actuate.web.server
- 
Auto-configuration for Tomcat actuator web concerns.
- org.springframework.boot.tomcat.autoconfigure.metrics - package org.springframework.boot.tomcat.autoconfigure.metrics
- 
Auto-configuration for Tomcat metrics.
- org.springframework.boot.tomcat.autoconfigure.reactive - package org.springframework.boot.tomcat.autoconfigure.reactive
- 
Classes related to the auto-configuration of a reactive web server using Tomcat.
- org.springframework.boot.tomcat.autoconfigure.servlet - package org.springframework.boot.tomcat.autoconfigure.servlet
- 
Classes related to the auto-configuration of a servlet web server using Tomcat.
- org.springframework.boot.tomcat.metrics - package org.springframework.boot.tomcat.metrics
- 
Tomcat metrics.
- org.springframework.boot.tomcat.reactive - package org.springframework.boot.tomcat.reactive
- 
Reactive web server implementation backed by Tomcat.
- org.springframework.boot.tomcat.servlet - package org.springframework.boot.tomcat.servlet
- 
Servlet web server implementation backed by Tomcat.
- org.springframework.boot.transaction.autoconfigure - package org.springframework.boot.transaction.autoconfigure
- 
Auto-configuration for transaction support.
- org.springframework.boot.transaction.jta.autoconfigure - package org.springframework.boot.transaction.jta.autoconfigure
- 
Auto-configuration for JTA.
- org.springframework.boot.util - package org.springframework.boot.util
- 
Contains miscellaneous utility classes.
- org.springframework.boot.validation - package org.springframework.boot.validation
- 
Utilities and classes related to validation.
- org.springframework.boot.validation.autoconfigure - package org.springframework.boot.validation.autoconfigure
- 
Auto-configuration for (JSR-303) Validation.
- org.springframework.boot.validation.beanvalidation - package org.springframework.boot.validation.beanvalidation
- 
Utilities and classes related to bean validation.
- org.springframework.boot.web.context.reactive - package org.springframework.boot.web.context.reactive
- 
Reactive based web integrations with Spring'sApplicationContext.
- org.springframework.boot.web.context.servlet - package org.springframework.boot.web.context.servlet
- 
Servlet based web integrations with Spring'sWebApplicationContext.
- org.springframework.boot.web.error - package org.springframework.boot.web.error
- 
Spring Web error handling infrastructure.
- org.springframework.boot.web.server - package org.springframework.boot.web.server
- 
Support for embedded web servers.
- org.springframework.boot.web.server.autoconfigure - package org.springframework.boot.web.server.autoconfigure
- 
Classes related to the auto-configuration of a web server.
- org.springframework.boot.web.server.autoconfigure.reactive - package org.springframework.boot.web.server.autoconfigure.reactive
- 
Classes related to the auto-configuration of a reactive web server.
- org.springframework.boot.web.server.autoconfigure.servlet - package org.springframework.boot.web.server.autoconfigure.servlet
- 
Classes related to the auto-configuration of a servlet web server.
- org.springframework.boot.web.server.context - package org.springframework.boot.web.server.context
- 
Web integrations with Spring'sApplicationContext.
- org.springframework.boot.web.server.reactive - package org.springframework.boot.web.server.reactive
- 
Reactive web server abstractions.
- org.springframework.boot.web.server.reactive.context - package org.springframework.boot.web.server.reactive.context
- 
Reactive web server based integrations with Spring'sApplicationContext.
- org.springframework.boot.web.server.servlet - package org.springframework.boot.web.server.servlet
- 
Servlet web server abstractions.
- org.springframework.boot.web.server.servlet.context - package org.springframework.boot.web.server.servlet.context
- 
Servlet web server based web integrations with Spring'sWebApplicationContext.
- org.springframework.boot.web.servlet - package org.springframework.boot.web.servlet
- 
Classes and utilities designed to work with thejakarta.servletspecification.
- org.springframework.boot.web.servlet.support - package org.springframework.boot.web.servlet.support
- 
Support classes for Servlet-based web servers.
- org.springframework.boot.webclient - package org.springframework.boot.webclient
- 
Spring WebFlux WebClient support abstractions.
- org.springframework.boot.webclient.autoconfigure - package org.springframework.boot.webclient.autoconfigure
- 
Auto-configuration for Spring Framework's functional web client.
- org.springframework.boot.webclient.autoconfigure.service - package org.springframework.boot.webclient.autoconfigure.service
- 
Auto-Configuration for Spring's Reactive HTTP Service Interface Clients.
- org.springframework.boot.webclient.observation - package org.springframework.boot.webclient.observation
- 
Observation integration for WebClient.
- org.springframework.boot.webclient.test.autoconfigure - package org.springframework.boot.webclient.test.autoconfigure
- 
Auto-configuration for web clients.
- org.springframework.boot.webflux.actuate.endpoint.web - package org.springframework.boot.webflux.actuate.endpoint.web
- 
Spring WebFlux support for actuator endpoints.
- org.springframework.boot.webflux.actuate.web.exchanges - package org.springframework.boot.webflux.actuate.web.exchanges
- 
Actuator HTTP exchanges support for reactive servers.
- org.springframework.boot.webflux.actuate.web.mappings - package org.springframework.boot.webflux.actuate.web.mappings
- 
Actuator reactive request mappings support.
- org.springframework.boot.webflux.autoconfigure - package org.springframework.boot.webflux.autoconfigure
- 
Auto-configuration for reactive web servers and Spring WebFlux.
- org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web - package org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web
- 
Auto-configuration for Spring WebFlux actuator web endpoint support.
- org.springframework.boot.webflux.autoconfigure.actuate.web - package org.springframework.boot.webflux.autoconfigure.actuate.web
- 
Auto-configuration for WebFlux-based actuator web concerns.
- org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges - package org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges
- 
Actuator HTTP exchanges auto-configuration for reactive servers.
- org.springframework.boot.webflux.autoconfigure.actuate.web.mappings - package org.springframework.boot.webflux.autoconfigure.actuate.web.mappings
- 
Actuator reactive request mappings auto-configuration.
- org.springframework.boot.webflux.autoconfigure.error - package org.springframework.boot.webflux.autoconfigure.error
- 
Auto-configuration for Spring WebFlux error handling.
- org.springframework.boot.webflux.error - package org.springframework.boot.webflux.error
- 
Spring WebFlux error handling infrastructure.
- org.springframework.boot.webflux.filter - package org.springframework.boot.webflux.filter
- 
Spring Boot specificWebFilterimplementations.
- org.springframework.boot.webflux.test.autoconfigure - package org.springframework.boot.webflux.test.autoconfigure
- 
Auto-configuration for Spring WebFlux tests.
- org.springframework.boot.webmvc.actuate.endpoint.web - package org.springframework.boot.webmvc.actuate.endpoint.web
- 
Spring MVC support for actuator endpoints.
- org.springframework.boot.webmvc.actuate.web.mappings - package org.springframework.boot.webmvc.actuate.web.mappings
- 
Actuator request mappings support for Spring MVC.
- org.springframework.boot.webmvc.autoconfigure - package org.springframework.boot.webmvc.autoconfigure
- 
Auto-configuration for Spring MVC.
- org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web - package org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web
- 
Auto-configuration for Spring MVC actuator web endpoint support.
- org.springframework.boot.webmvc.autoconfigure.actuate.web - package org.springframework.boot.webmvc.autoconfigure.actuate.web
- 
Auto-configuration for Spring MVC-based actuator infrastructure.
- org.springframework.boot.webmvc.autoconfigure.actuate.web.mappings - package org.springframework.boot.webmvc.autoconfigure.actuate.web.mappings
- 
Actuator request mappings auto-configuration for Spring MVC.
- org.springframework.boot.webmvc.autoconfigure.error - package org.springframework.boot.webmvc.autoconfigure.error
- 
Auto-configuration for Spring MVC error handling.
- org.springframework.boot.webmvc.error - package org.springframework.boot.webmvc.error
- 
Spring MVC error handling infrastructure.
- org.springframework.boot.webmvc.test.autoconfigure - package org.springframework.boot.webmvc.test.autoconfigure
- 
Auto-configuration for Spring MVC tests.
- org.springframework.boot.webservices.autoconfigure - package org.springframework.boot.webservices.autoconfigure
- 
Auto-configuration for Spring Web Services.
- org.springframework.boot.webservices.autoconfigure.client - package org.springframework.boot.webservices.autoconfigure.client
- 
Auto-configuration for Spring Web Services Clients.
- org.springframework.boot.webservices.client - package org.springframework.boot.webservices.client
- 
Web Services client utilities.
- org.springframework.boot.webservices.test.autoconfigure.client - package org.springframework.boot.webservices.test.autoconfigure.client
- 
Auto-configuration for web service clients.
- org.springframework.boot.webservices.test.autoconfigure.server - package org.springframework.boot.webservices.test.autoconfigure.server
- 
Auto-configuration for web service server tests.
- org.springframework.boot.websocket.autoconfigure.servlet - package org.springframework.boot.websocket.autoconfigure.servlet
- 
Auto-configuration for WebSocket support in servlet web servers.
- org.springframework.boot.webtestclient.autoconfigure - package org.springframework.boot.webtestclient.autoconfigure
- 
Auto-configuration for WebTestClient.
- org.springframework.boot.zipkin.autoconfigure - package org.springframework.boot.zipkin.autoconfigure
- 
Auto-configuration for Zipkin.
- Origin - Interface in org.springframework.boot.origin
- 
Interface that uniquely represents the origin of an item.
- ORIGINAL - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
The original form as specified when the name was created or adapted.
- OriginLookup<K> - Interface in org.springframework.boot.origin
- 
An interface that may be implemented by an object that can lookupOrigininformation from a given key.
- OriginProvider - Interface in org.springframework.boot.origin
- 
Interface to provide access to the origin of an item.
- OriginTrackedMapPropertySource - Class in org.springframework.boot.env
- OriginTrackedMapPropertySource(String, Map) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
- 
Create a newOriginTrackedMapPropertySourceinstance.
- OriginTrackedMapPropertySource(String, Map, boolean) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
- 
Create a newOriginTrackedMapPropertySourceinstance.
- OriginTrackedResource - Class in org.springframework.boot.origin
- OriginTrackedResource.OriginTrackedWritableResource - Class in org.springframework.boot.origin
- 
Variant ofOriginTrackedResourceforWritableResourceinstances.
- OriginTrackedValue - Class in org.springframework.boot.origin
- OsInfo - Class in org.springframework.boot.info
- 
Information about the Operating System the application is running on.
- OsInfo() - Constructor for class org.springframework.boot.info.OsInfo
- OsInfoContributor - Class in org.springframework.boot.actuate.info
- 
AnInfoContributorthat exposesOsInfo.
- OsInfoContributor() - Constructor for class org.springframework.boot.actuate.info.OsInfoContributor
- OtlpGrpcSpanExporterBuilderCustomizer - Interface in org.springframework.boot.micrometer.tracing.autoconfigure.otlp
- 
Callback interface that can be implemented by beans wishing to customize theOtlpGrpcSpanExporterBuilderto fine-tune its auto-configuration.
- OtlpHttpSpanExporterBuilderCustomizer - Interface in org.springframework.boot.micrometer.tracing.autoconfigure.otlp
- 
Callback interface that can be implemented by beans wishing to customize theOtlpHttpSpanExporterBuilderto fine-tune its auto-configuration.
- OtlpMetricsConnectionDetails - Interface in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp
- 
Details required to establish a connection to an OpenTelemetry Collector service.
- OtlpMetricsExportAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp
- 
Auto-configurationfor exporting metrics to OTLP.
- OtlpMetricsProperties - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp
- 
@ConfigurationPropertiesfor configuring OTLP metrics export.
- OtlpMetricsProperties() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp.OtlpMetricsProperties
- OtlpMetricsProperties.Meter - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp
- 
Per-meter settings.
- OtlpTracingAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.autoconfigure.otlp
- 
Auto-configurationfor exporting traces with OTLP.
- OtlpTracingAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.otlp.OtlpTracingAutoConfiguration
- OtlpTracingConnectionDetails - Interface in org.springframework.boot.micrometer.tracing.autoconfigure.otlp
- 
Details required to establish a connection to an OpenTelemetry service.
- OtlpTracingProperties - Class in org.springframework.boot.micrometer.tracing.autoconfigure.otlp
- 
Configuration properties for exporting traces using OTLP.
- OtlpTracingProperties() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.otlp.OtlpTracingProperties
- OtlpTracingProperties.Compression - Enum Class in org.springframework.boot.micrometer.tracing.autoconfigure.otlp
- OUT_OF_SERVICE - Static variable in class org.springframework.boot.health.contributor.Status
- 
Statusindicating that the component or subsystem has been taken out of service and should not be used.
- outOfService() - Method in class org.springframework.boot.health.contributor.Health.Builder
- 
Set status toStatus.OUT_OF_SERVICE.
- outOfService() - Static method in class org.springframework.boot.health.contributor.Health
- 
Create a newHealth.Builderinstance with anStatus.OUT_OF_SERVICEstatus.
- OutputCaptureExtension - Class in org.springframework.boot.test.system
- OutputCaptureRule - Class in org.springframework.boot.test.system
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- OutputCaptureRule() - Constructor for class org.springframework.boot.test.system.OutputCaptureRule
- 
Deprecated.
- outputDir() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
- 
The output directory to which generated snippets will be written.
- override() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Override caching to temporarily enable it.
- OverrideAutoConfiguration - Annotation Interface in org.springframework.boot.test.autoconfigure
- 
Annotation that can be used to override@EnableAutoConfiguration.
- overview() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
- 
Return an overview of the changes that triggered this event.
- Owner - Interface in org.springframework.boot.buildpack.platform.io
- 
A user and group ID that can be used to indicate file ownership.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
OutputCaptureExtension