Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- OAuth2AuthorizationServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
Auto-configurationfor OAuth2 authorization server support.
- OAuth2AuthorizationServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerAutoConfiguration
- OAuth2AuthorizationServerJwtAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
Auto-configurationfor JWT support for endpoints of the OAuth2 authorization server that require it (e.g.
- OAuth2AuthorizationServerJwtAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration
- OAuth2AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
OAuth 2.0 Authorization Server properties.
- OAuth2AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- OAuth2AuthorizationServerProperties.Client - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
A registered client of the Authorization Server.
- OAuth2AuthorizationServerProperties.Endpoint - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
Authorization Server endpoints.
- OAuth2AuthorizationServerProperties.OidcEndpoint - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
OpenID Connect 1.0 endpoints.
- OAuth2AuthorizationServerProperties.Registration - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
Client registration information.
- OAuth2AuthorizationServerProperties.Token - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
Token settings of the registered client.
- OAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.servlet
- 
Auto-configurationfor OAuth client support.
- OAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration
- OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- 
OAuth 2.0 client properties.
- OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- OAuth2ClientProperties.Provider - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- OAuth2ClientProperties.Registration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- 
A single client registration.
- OAuth2ClientPropertiesMapper - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- OAuth2ClientPropertiesMapper(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
- 
Creates a new mapper for the givenproperties.
- OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
- 
Auto-configurationfor OAuth2 resource server support.
- OAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration
- OAuth2ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
- 
OAuth 2.0 resource server properties.
- OAuth2ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
- OAuth2ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
- OAuth2ResourceServerProperties.Opaquetoken - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
- 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
- objectNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
- ObservationAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.observation
- 
Auto-configurationfor the Micrometer Observation API.
- ObservationAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration
- ObservationProperties - Class in org.springframework.boot.actuate.autoconfigure.observation
- 
@ConfigurationPropertiesfor configuring Micrometer observations.
- ObservationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
- ObservationProperties.Http - Class in org.springframework.boot.actuate.autoconfigure.observation
- ObservationProperties.Http.Client - Class in org.springframework.boot.actuate.autoconfigure.observation
- ObservationProperties.Http.Client.ClientRequests - Class in org.springframework.boot.actuate.autoconfigure.observation
- ObservationProperties.Http.Server - Class in org.springframework.boot.actuate.autoconfigure.observation
- ObservationProperties.Http.Server.ServerRequests - Class in org.springframework.boot.actuate.autoconfigure.observation
- ObservationProperties.LongTaskTimer - Class in org.springframework.boot.actuate.autoconfigure.observation
- ObservationRegistryCustomizer<T extends io.micrometer.observation.ObservationRegistry> - Interface in org.springframework.boot.actuate.autoconfigure.observation
- 
Callback interface that can be used to customize auto-configuredobservation registries.
- ObservationRestClientCustomizer - Class in org.springframework.boot.actuate.metrics.web.client
- 
RestClientCustomizerthat configures theRestClient builderto record request observations.
- ObservationRestClientCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.actuate.metrics.web.client.ObservationRestClientCustomizer
- 
Create a newObservationRestClientCustomizer.
- ObservationRestTemplateCustomizer - Class in org.springframework.boot.actuate.metrics.web.client
- 
RestTemplateCustomizerthat configures theRestTemplateto record request observations.
- ObservationRestTemplateCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.actuate.metrics.web.client.ObservationRestTemplateCustomizer
- 
Create a newObservationRestTemplateCustomizer.
- ObservationWebClientCustomizer - Class in org.springframework.boot.actuate.metrics.web.reactive.client
- 
WebClientCustomizerthat configures theWebClientto record request observations.
- ObservationWebClientCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.ObservationWebClientCustomizer
- 
Create a newObservationWebClientCustomizerthat will configure theObservationsetup on the client.
- 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.type.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<InputStream>) - 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(C, MappedObject.ContentReader<C>, Function<JsonNode, T>) - 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.actuate.autoconfigure.tracing.SpanExporters
- 
Constructs aSpanExportersinstance with the givenspan exporters.
- of(SpanProcessor...) - Static method in interface org.springframework.boot.actuate.autoconfigure.tracing.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<JsonNode, T>) - 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(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.env.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<? extends T>, UnaryOperator<T>) - Static method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Factory method to crate a newJsonWriter.ValueProcessorthat applies the given action.
- of(Class<T>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a newBindableof the specified type.
- of(Class<T>) - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderfor the givenrequestFactoryType.
- of(Class<T>, Supplier<? extends T>) - Static method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
- 
Factory method that creates anOperationArgumentResolverfor a specific type using aSupplier.
- of(ClassLoader, String...) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given class names.
- of(Iterable<String>) - 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.actuate.endpoint.EndpointId
- 
Factory method to create a newEndpointIdof the specified value.
- of(String) - Static method in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
- 
Creates anAcknowledgeModeof the givenmode.
- 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.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.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.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.context.config.ConfigDataLocation
- 
Factory method to create a newConfigDataLocationfrom a 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 record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Create a newJsonWriter.MemberPathinstance from the given 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) - Static method in interface org.springframework.boot.ssl.SslBundleKey
- 
Factory method to create a newSslBundleKeyinstance.
- of(String...) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given class names.
- 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.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[], 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.autoconfigure.data.redis.RedisConnectionDetails.Standalone
- of(String, int, int) - Static method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
- of(String, C) - Static method in interface org.springframework.boot.actuate.health.NamedContributor
- of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- 
Factory method to create a newConditionMessagewith a specific message.
- of(String, String) - Static method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails.GridFs
- 
Factory method to create a newMongoConnectionDetails.GridFsinstance.
- 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<X509Certificate>, 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, Function<JsonNode, T>) - Static method in class org.springframework.boot.buildpack.platform.json.MappedObject
- 
Factory method to create a newMappedObjectinstance.
- of(String, List<X509Certificate>, 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(KeyStore, String, KeyStore) - Static method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Factory method to create a newSslStoreBundleinstance.
- of(Collection<? extends SpanExporter>) - Static method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters
- 
Constructs aSpanExportersinstance with the given list ofspan exporters.
- of(Collection<? extends SpanProcessor>) - Static method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanProcessors
- 
Constructs aSpanProcessorsinstance with the given list ofspan processors.
- of(Collection<? extends File>) - Static method in class org.springframework.boot.docker.compose.core.DockerComposeFile
- 
Creates a newDockerComposeFilefor the givenfiles.
- of(Collection<? extends ConditionMessage>) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- 
Factory method to create a newConditionMessagecomprised of the specified messages.
- of(Collection<? extends TransactionManagerCustomizer<?>>) - Static method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
- 
Returns a newTransactionManagerCustomizersinstance containing the givencustomizers.
- of(Collection<String>) - Static method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Create a newCorrelationIdFormatterinstance from the given specification.
- of(Collection<ReactorNettyHttpClientMapper>) - Static method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
- 
Return a newReactorNettyHttpClientMappercomposed of the given mappers.
- of(Collection<ErrorAttributeOptions.Include>) - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.
- of(Consumer<JsonWriter.Members<T>>) - Static method in interface org.springframework.boot.json.JsonWriter
- 
Factory method to return aJsonWriterwith specificmember mapping.
- of(Function<ExecuteContext, SQLExceptionTranslator>) - Static method in interface org.springframework.boot.autoconfigure.jooq.ExceptionTranslatorExecuteListener
- 
Creates a newExceptionTranslatorExecuteListenerbacked by anSQLExceptionTranslator.
- of(Function<T, ?>, Function<T, ?>) - Static method in interface org.springframework.boot.json.JsonWriter.PairExtractor
- 
Factory method to create aJsonWriter.PairExtractorusing distinct name and value extraction functions.
- of(Supplier<ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.ApplicationContextFactory
- 
Creates anApplicationContextFactorythat will create contexts by calling the givenSupplier.
- of(Supplier<T>) - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderfrom the given supplier, using reflection to ultimately apply theClientHttpRequestFactorySettings.
- of(UnaryOperator<String>) - Static method in interface org.springframework.boot.json.JsonWriter.NameProcessor
- 
Factory method to create a newJsonWriter.NameProcessorfor the given operation.
- of(UnaryOperator<T>) - Static method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Factory method to crate a newJsonWriter.ValueProcessorthat applies the given action.
- of(List<X509Certificate>, 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(Map<String, String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValueswith the underlying map populated with the given map entries.
- of(Map<K, V>) - Static method in interface org.springframework.boot.actuate.endpoint.OperationResponseBody
- of(Set<String>, Set<String>) - Static method in interface org.springframework.boot.ssl.SslOptions
- 
Factory method to create a newSslOptionsinstance.
- of(Stream<String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValueswith the underlying map populated with the given property pairs.
- of(Stream<T>, Function<T, TestPropertyValues.Pair>) - 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(WebServerNamespace, String) - Static method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
- 
Creates anAdditionalHealthEndpointPathfrom the givenWebServerNamespaceand value.
- of(HealthEndpointGroup, Map<String, HealthEndpointGroup>) - Static method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
- 
Factory method to create aHealthEndpointGroupsinstance.
- of(ReactorNettyHttpClientMapper...) - Static method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
- 
Return a newReactorNettyHttpClientMappercomposed of the given mappers.
- 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<ContainerConfig.Update>) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig
- 
Factory method to create aContainerConfigwith specific settings.
- of(ImageReference, Function<Owner, TarArchive>) - 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<OutputStream>, 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<Layout>) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Layer
- of(IOConsumer<Layout>) - 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(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(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.servlet.server.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.
- 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.BootstrapRegistry.InstanceSupplier
- 
Factory method that can be used to create anBootstrapRegistry.InstanceSupplierfor a given instance.
- ofContextClass(Class<? extends ConfigurableApplicationContext>) - 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.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
- 
Do not show a summary.
- 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.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.servlet.server.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.LAX.
- ofNone() - Static method in interface org.springframework.boot.web.servlet.server.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.ClientHttpRequestFactorySettings
- 
Return a newClientHttpRequestFactorySettingsusing defaults for all settings other than the provided SSL bundle.
- ofStrict() - Static method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.STRICT.
- OidcEndpoint() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- OLDER_THAN - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
- 
Older than the specifiedJavaVersion.
- ON_DEFAULT_VALUE - Enum constant in enum class org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
- 
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".
- ON_PARAM - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
- 
Add stacktrace attribute when the appropriate request parameter is not "false".
- onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
- onApplicationEvent(AvailabilityChangeEvent<?>) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
- onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
- onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
- 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.context.ServerPortInfoApplicationContextInitializer
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryEventPublisherBeansApplicationListener
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
- 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.env.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<ChangedFiles>) - Method in interface org.springframework.boot.devtools.filewatch.FileChangeListener
- 
Called when files have been changed.
- 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.autoconfigure.sql.init
- 
Condition that checks if the database initialization of a particular component should be considered.
- OnDatabaseInitializationCondition(String, String...) - Constructor for class org.springframework.boot.autoconfigure.sql.init.OnDatabaseInitializationCondition
- 
Create a new instance with the name of the component and the property names to check, in order.
- OnEnabledDevToolsCondition - Class in org.springframework.boot.devtools.autoconfigure
- 
A condition that checks if DevTools should be enabled.
- OnEnabledDevToolsCondition() - Constructor for class org.springframework.boot.devtools.autoconfigure.OnEnabledDevToolsCondition
- OnEndpointElementCondition - Class in org.springframework.boot.actuate.autoconfigure
- 
Base endpoint element condition.
- OnEndpointElementCondition(String, Class<? extends Annotation>) - 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(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, java.lang.Object)orBindHandler.onCreate(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, java.lang.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.actuate.autoconfigure.metrics
- 
MeterFilterto log only once a warning message and deny aMeter.Id.
- OnlyOnceLoggingDenyMeterFilter(Supplier<String>) - Constructor for class org.springframework.boot.actuate.autoconfigure.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<ConditionMessage.Builder>) - 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.reactive.context.ReactiveWebServerApplicationContext
- onRefresh() - Method in class org.springframework.boot.web.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<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onStart(ConfigurationPropertyName, Bindable<T>, 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<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onStart(ConfigurationPropertyName, Bindable<T>, 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.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
- 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.autoconfigure.security.oauth2.resource.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.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
- openEntityManagerInViewInterceptorConfigurer(OpenEntityManagerInViewInterceptor) - Method in class org.springframework.boot.autoconfigure.orm.jpa.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
- OpenTelemetryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.opentelemetry
- 
Auto-configurationfor OpenTelemetry.
- OpenTelemetryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- OpenTelemetryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryAutoConfiguration
- OpenTelemetryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryAutoConfiguration
- 
Deprecated.
- OpenTelemetryEventPublisherBeansApplicationListener - Class in org.springframework.boot.actuate.autoconfigure.tracing
- 
ApplicationListenerto add an OpenTelemetryContextStoragewrapper forOtelTracer.EventPublisherbean support.
- OpenTelemetryEventPublisherBeansApplicationListener() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryEventPublisherBeansApplicationListener
- OpenTelemetryEventPublisherBeansTestExecutionListener - Class in org.springframework.boot.actuate.autoconfigure.tracing
- 
JUnitTestExecutionListenerto ensureOpenTelemetryEventPublisherBeansApplicationListener.addWrapper()is called as early as possible.
- OpenTelemetryEventPublisherBeansTestExecutionListener() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryEventPublisherBeansTestExecutionListener
- OpenTelemetryLoggingAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.logging
- 
Auto-configurationfor OpenTelemetry logging.
- OpenTelemetryLoggingAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.OpenTelemetryLoggingAutoConfiguration
- OpenTelemetryProperties - Class in org.springframework.boot.actuate.autoconfigure.opentelemetry
- 
Configuration properties for OpenTelemetry.
- OpenTelemetryProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryProperties
- OpenTelemetryTracingAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing
- 
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 extends Operation> - 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<String>) - 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
- Options() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.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.test.web.client.TestRestTemplate
- 
Return the value of theAllowheader for the given URI.
- optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
- 
Return the value of theAllowheader for the given URI.
- optionsForAllow(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
- 
Return the value of theAllowheader for the given URL.
- Oracle() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- ORACLE - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
- 
Provides an instance ofOracleDialect.
- 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 - Static variable in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
The default order for the processor.
- ORDER - Static variable in class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
- 
The default order of this post-processor.
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.servlet.filter
- 
CharacterEncodingFilterthat also implementsOrdered.
- OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
- OrderedFilter - Interface in org.springframework.boot.web.servlet.filter
- OrderedFormContentFilter - Class in org.springframework.boot.web.servlet.filter
- 
FormContentFilterthat also implementsOrdered.
- OrderedFormContentFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.reactive.filter
- 
HiddenHttpMethodFilterthat also implementsOrdered.
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.servlet.filter
- 
HiddenHttpMethodFilterthat also implementsOrdered.
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
- OrderedRequestContextFilter - Class in org.springframework.boot.web.servlet.filter
- 
RequestContextFilterthat also implementsOrdered.
- OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
- OrderedWebFilter - Interface in org.springframework.boot.web.reactive.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.
- orElseGet(Supplier<? extends T>) - 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<? extends X>) - 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.
- org.springframework.boot - package org.springframework.boot
- 
Core Spring Boot classes.
- org.springframework.boot.actuate.amqp - package org.springframework.boot.actuate.amqp
- 
Actuator support for AMQP and RabbitMQ.
- 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.amqp - package org.springframework.boot.actuate.autoconfigure.amqp
- 
Auto-configuration for actuator AMQP 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.availability - package org.springframework.boot.actuate.autoconfigure.availability
- 
Auto-configuration that extends health endpoints so that they can be used as availability probes.
- 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.cache - package org.springframework.boot.actuate.autoconfigure.cache
- 
Auto-configuration for actuator cache concerns.
- org.springframework.boot.actuate.autoconfigure.cassandra - package org.springframework.boot.actuate.autoconfigure.cassandra
- 
Auto-configuration for actuator Cassandra concerns.
- org.springframework.boot.actuate.autoconfigure.cloudfoundry - package org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
Auto-configuration for actuator Cloud Foundry concerns.
- org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive - package org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
- 
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
- org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet - package org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
- 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.couchbase - package org.springframework.boot.actuate.autoconfigure.couchbase
- 
Auto-configuration for actuator Couchbase concerns.
- org.springframework.boot.actuate.autoconfigure.data.elasticsearch - package org.springframework.boot.actuate.autoconfigure.data.elasticsearch
- 
Auto-configuration for actuator Elasticsearch concerns dependent on Spring Data.
- org.springframework.boot.actuate.autoconfigure.data.mongo - package org.springframework.boot.actuate.autoconfigure.data.mongo
- 
Auto-configuration for actuator MongoDB concerns dependent on Spring Data.
- org.springframework.boot.actuate.autoconfigure.data.redis - package org.springframework.boot.actuate.autoconfigure.data.redis
- 
Auto-configuration for actuator Redis concerns dependent on Spring Data.
- org.springframework.boot.actuate.autoconfigure.elasticsearch - package org.springframework.boot.actuate.autoconfigure.elasticsearch
- 
Auto-configuration for actuator Elasticsearch 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.endpoint.web.reactive - package org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
- 
Auto-configuration for exposing actuator web endpoints using WebFlux.
- org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet - package org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
- 
Auto-configuration for exposing actuator web endpoints using Spring MVC.
- 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.flyway - package org.springframework.boot.actuate.autoconfigure.flyway
- 
Auto-configuration for actuator Flyway concerns.
- org.springframework.boot.actuate.autoconfigure.hazelcast - package org.springframework.boot.actuate.autoconfigure.hazelcast
- 
Auto-configuration for actuator Hazelcast concerns.
- org.springframework.boot.actuate.autoconfigure.health - package org.springframework.boot.actuate.autoconfigure.health
- 
Auto-configuration for actuator health 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.integration - package org.springframework.boot.actuate.autoconfigure.integration
- 
Auto-configuration for actuator Spring Integration concerns.
- org.springframework.boot.actuate.autoconfigure.jdbc - package org.springframework.boot.actuate.autoconfigure.jdbc
- 
Auto-configuration for actuator JDBC concerns.
- org.springframework.boot.actuate.autoconfigure.jms - package org.springframework.boot.actuate.autoconfigure.jms
- 
Auto-configuration for actuator JMS concerns.
- org.springframework.boot.actuate.autoconfigure.ldap - package org.springframework.boot.actuate.autoconfigure.ldap
- 
Auto-configuration for actuator LDAP concerns.
- org.springframework.boot.actuate.autoconfigure.liquibase - package org.springframework.boot.actuate.autoconfigure.liquibase
- 
Auto-configuration for actuator Liquibase 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.logging.otlp - package org.springframework.boot.actuate.autoconfigure.logging.otlp
- 
Auto-configuration for exporting logs with OTLP.
- org.springframework.boot.actuate.autoconfigure.mail - package org.springframework.boot.actuate.autoconfigure.mail
- 
Auto-configuration for actuator JavaMail 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.metrics - package org.springframework.boot.actuate.autoconfigure.metrics
- 
Auto-configuration for actuator metrics and Micrometer.
- org.springframework.boot.actuate.autoconfigure.metrics.amqp - package org.springframework.boot.actuate.autoconfigure.metrics.amqp
- 
Auto-configuration for RabbitMQ metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.cache - package org.springframework.boot.actuate.autoconfigure.metrics.cache
- 
Auto-configuration for cache metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.data - package org.springframework.boot.actuate.autoconfigure.metrics.data
- 
Auto-configuration for Spring Data actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.export - package org.springframework.boot.actuate.autoconfigure.metrics.export
- 
Auto-configuration for metrics exporter.
- org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics - package org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
- 
Support for exporting actuator metrics to AppOptics.
- org.springframework.boot.actuate.autoconfigure.metrics.export.atlas - package org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
- 
Support for exporting actuator metrics to Atlas.
- org.springframework.boot.actuate.autoconfigure.metrics.export.datadog - package org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
- 
Support for exporting actuator metrics to Datadog.
- org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace - package org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
- 
Support for exporting actuator metrics to Dynatrace.
- org.springframework.boot.actuate.autoconfigure.metrics.export.elastic - package org.springframework.boot.actuate.autoconfigure.metrics.export.elastic
- 
Support for exporting actuator metrics to Elastic.
- org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia - package org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
- 
Support for exporting actuator metrics to Ganglia.
- org.springframework.boot.actuate.autoconfigure.metrics.export.graphite - package org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
- 
Support for exporting actuator metrics to Graphite.
- org.springframework.boot.actuate.autoconfigure.metrics.export.humio - package org.springframework.boot.actuate.autoconfigure.metrics.export.humio
- 
Support for exporting actuator metrics to Humio.
- org.springframework.boot.actuate.autoconfigure.metrics.export.influx - package org.springframework.boot.actuate.autoconfigure.metrics.export.influx
- 
Support for exporting actuator metrics to InfluxDB.
- org.springframework.boot.actuate.autoconfigure.metrics.export.jmx - package org.springframework.boot.actuate.autoconfigure.metrics.export.jmx
- 
Support for exporting actuator metrics to JMX.
- org.springframework.boot.actuate.autoconfigure.metrics.export.kairos - package org.springframework.boot.actuate.autoconfigure.metrics.export.kairos
- 
Support for exporting actuator metrics to KairosDB.
- org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic - package org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
- 
Support for exporting actuator metrics to New Relic.
- org.springframework.boot.actuate.autoconfigure.metrics.export.otlp - package org.springframework.boot.actuate.autoconfigure.metrics.export.otlp
- 
Support for exporting actuator metrics to OTLP.
- org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus - package org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
- 
Support for exporting actuator metrics to Prometheus.
- org.springframework.boot.actuate.autoconfigure.metrics.export.properties - package org.springframework.boot.actuate.autoconfigure.metrics.export.properties
- 
Base properties and adapters used when exporting actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx - package org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
- 
Support for exporting actuator metrics to SignalFX.
- org.springframework.boot.actuate.autoconfigure.metrics.export.simple - package org.springframework.boot.actuate.autoconfigure.metrics.export.simple
- 
Support for exporting actuator metrics to a simple in-memory store.
- org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver - package org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver
- 
Support for exporting actuator metrics to Stackdriver.
- org.springframework.boot.actuate.autoconfigure.metrics.export.statsd - package org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
- 
Support for exporting actuator metrics to StatsD.
- org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront - package org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
- 
Support for exporting actuator metrics to Wavefront.
- org.springframework.boot.actuate.autoconfigure.metrics.jdbc - package org.springframework.boot.actuate.autoconfigure.metrics.jdbc
- 
Auto-configuration for JPA metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.jersey - package org.springframework.boot.actuate.autoconfigure.metrics.jersey
- 
Auto-configuration for Jersey actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.mongo - package org.springframework.boot.actuate.autoconfigure.metrics.mongo
- 
Auto-configuration for Mongo metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa - package org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa
- 
Auto-configuration for JPA metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.r2dbc - package org.springframework.boot.actuate.autoconfigure.metrics.r2dbc
- 
Auto-configuration for R2DBC metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.redis - package org.springframework.boot.actuate.autoconfigure.metrics.redis
- 
Auto-configuration for Redis metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.startup - package org.springframework.boot.actuate.autoconfigure.metrics.startup
- 
Auto-configuration for actuator startup time metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.task - package org.springframework.boot.actuate.autoconfigure.metrics.task
- 
Auto-configuration for task execution and scheduling metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.web.jetty - package org.springframework.boot.actuate.autoconfigure.metrics.web.jetty
- 
Auto-configuration for Jetty actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat - package org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat
- 
Auto-configuration for Tomcat actuator metrics.
- org.springframework.boot.actuate.autoconfigure.neo4j - package org.springframework.boot.actuate.autoconfigure.neo4j
- 
Auto-configuration for actuator Neo4J concerns.
- org.springframework.boot.actuate.autoconfigure.observation - package org.springframework.boot.actuate.autoconfigure.observation
- 
Auto-configuration for the Micrometer Observation API.
- org.springframework.boot.actuate.autoconfigure.observation.batch - package org.springframework.boot.actuate.autoconfigure.observation.batch
- 
Auto-configuration for Spring Batch observations.
- org.springframework.boot.actuate.autoconfigure.observation.graphql - package org.springframework.boot.actuate.autoconfigure.observation.graphql
- 
Auto-configuration for Spring GraphQL observations.
- org.springframework.boot.actuate.autoconfigure.observation.web.client - package org.springframework.boot.actuate.autoconfigure.observation.web.client
- 
Auto-configuration for web client observation support.
- org.springframework.boot.actuate.autoconfigure.observation.web.reactive - package org.springframework.boot.actuate.autoconfigure.observation.web.reactive
- 
Auto-configuration for WebFlux actuator observations.
- org.springframework.boot.actuate.autoconfigure.observation.web.servlet - package org.springframework.boot.actuate.autoconfigure.observation.web.servlet
- 
Auto-configuration for Spring MVC observation support.
- org.springframework.boot.actuate.autoconfigure.opentelemetry - package org.springframework.boot.actuate.autoconfigure.opentelemetry
- 
Auto-configuration for OpenTelemetry.
- org.springframework.boot.actuate.autoconfigure.quartz - package org.springframework.boot.actuate.autoconfigure.quartz
- 
Auto-configuration for actuator Quartz Scheduler concerns.
- org.springframework.boot.actuate.autoconfigure.r2dbc - package org.springframework.boot.actuate.autoconfigure.r2dbc
- 
Auto-configuration for actuator R2DBC.
- 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.security.reactive - package org.springframework.boot.actuate.autoconfigure.security.reactive
- 
Auto-configuration for actuator security using WebFlux.
- org.springframework.boot.actuate.autoconfigure.security.servlet - package org.springframework.boot.actuate.autoconfigure.security.servlet
- 
Auto-configuration for actuator security using Spring MVC.
- org.springframework.boot.actuate.autoconfigure.session - package org.springframework.boot.actuate.autoconfigure.session
- 
Auto-configuration for actuator Spring Sessions concerns.
- org.springframework.boot.actuate.autoconfigure.ssl - package org.springframework.boot.actuate.autoconfigure.ssl
- 
Auto-configuration for actuator ssl 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.system - package org.springframework.boot.actuate.autoconfigure.system
- 
Auto-configuration for actuator system concerns.
- org.springframework.boot.actuate.autoconfigure.tracing - package org.springframework.boot.actuate.autoconfigure.tracing
- 
Auto-configuration for Micrometer Tracing.
- org.springframework.boot.actuate.autoconfigure.tracing.otlp - package org.springframework.boot.actuate.autoconfigure.tracing.otlp
- 
Auto-configuration for exporting traces with OTLP.
- org.springframework.boot.actuate.autoconfigure.tracing.prometheus - package org.springframework.boot.actuate.autoconfigure.tracing.prometheus
- 
Auto-configuration for Prometheus Exemplars with Micrometer Tracing.
- org.springframework.boot.actuate.autoconfigure.tracing.wavefront - package org.springframework.boot.actuate.autoconfigure.tracing.wavefront
- 
Auto-configuration for tracing with Wavefront.
- org.springframework.boot.actuate.autoconfigure.tracing.zipkin - package org.springframework.boot.actuate.autoconfigure.tracing.zipkin
- 
Auto-configuration for tracing with Zipkin.
- org.springframework.boot.actuate.autoconfigure.wavefront - package org.springframework.boot.actuate.autoconfigure.wavefront
- 
Classes shared between Wavefront tracing and metrics.
- 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.jersey - package org.springframework.boot.actuate.autoconfigure.web.jersey
- 
Configuration for a Jersey-based management context.
- 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.reactive - package org.springframework.boot.actuate.autoconfigure.web.reactive
- 
Configuration for a WebFlux-based management context.
- org.springframework.boot.actuate.autoconfigure.web.server - package org.springframework.boot.actuate.autoconfigure.web.server
- 
Actuator web server support.
- org.springframework.boot.actuate.autoconfigure.web.servlet - package org.springframework.boot.actuate.autoconfigure.web.servlet
- 
Actuator Spring MVC support.
- org.springframework.boot.actuate.availability - package org.springframework.boot.actuate.availability
- 
Actuator support for application availability concerns.
- org.springframework.boot.actuate.beans - package org.springframework.boot.actuate.beans
- 
Actuator support relating to Spring Beans.
- org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
- 
Actuator support for caches.
- org.springframework.boot.actuate.cassandra - package org.springframework.boot.actuate.cassandra
- 
Actuator support for Cassandra.
- 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.couchbase - package org.springframework.boot.actuate.couchbase
- 
Actuator support for Couchbase.
- org.springframework.boot.actuate.data.elasticsearch - package org.springframework.boot.actuate.data.elasticsearch
- 
Actuator support for Elasticsearch dependent on Spring Data.
- org.springframework.boot.actuate.data.mongo - package org.springframework.boot.actuate.data.mongo
- 
Actuator support for Mongo dependent on Spring Data.
- org.springframework.boot.actuate.data.redis - package org.springframework.boot.actuate.data.redis
- 
Actuator support for Redis dependent on Spring Data.
- org.springframework.boot.actuate.elasticsearch - package org.springframework.boot.actuate.elasticsearch
- 
Actuator support for Elasticsearch.
- 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.endpoint.web.jersey - package org.springframework.boot.actuate.endpoint.web.jersey
- 
Jersey support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.reactive - package org.springframework.boot.actuate.endpoint.web.reactive
- 
Spring WebFlux support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.servlet - package org.springframework.boot.actuate.endpoint.web.servlet
- 
Spring MVC support for actuator endpoints.
- org.springframework.boot.actuate.env - package org.springframework.boot.actuate.env
- 
Actuator support for Spring Framework'sEnvironment.
- org.springframework.boot.actuate.flyway - package org.springframework.boot.actuate.flyway
- 
Actuator support for Flyway.
- org.springframework.boot.actuate.hazelcast - package org.springframework.boot.actuate.hazelcast
- 
Actuator support for Hazelcast.
- org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
- 
Actuator health indicator and endpoints.
- org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
- 
Classes for application info.
- org.springframework.boot.actuate.integration - package org.springframework.boot.actuate.integration
- 
Actuator support for Spring Integration.
- org.springframework.boot.actuate.jdbc - package org.springframework.boot.actuate.jdbc
- 
Actuator support for JDBC.
- org.springframework.boot.actuate.jms - package org.springframework.boot.actuate.jms
- 
Actuator support for JMS.
- org.springframework.boot.actuate.ldap - package org.springframework.boot.actuate.ldap
- 
Actuator support for LDAP.
- org.springframework.boot.actuate.liquibase - package org.springframework.boot.actuate.liquibase
- 
Actuator support for Liquibase.
- org.springframework.boot.actuate.logging - package org.springframework.boot.actuate.logging
- 
Actuator support for logging.
- org.springframework.boot.actuate.mail - package org.springframework.boot.actuate.mail
- 
Actuator support for JavaMail.
- org.springframework.boot.actuate.management - package org.springframework.boot.actuate.management
- 
Actuator support for JVM management.
- org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
- 
Core actuator support for metrics.
- org.springframework.boot.actuate.metrics.amqp - package org.springframework.boot.actuate.metrics.amqp
- 
Actuator support for RabbitMQ Java Client metrics.
- org.springframework.boot.actuate.metrics.annotation - package org.springframework.boot.actuate.metrics.annotation
- 
Support classes for handler method metrics.
- org.springframework.boot.actuate.metrics.cache - package org.springframework.boot.actuate.metrics.cache
- 
Actuator support for cache metrics.
- org.springframework.boot.actuate.metrics.data - package org.springframework.boot.actuate.metrics.data
- 
Actuator support for Spring Data Repository metrics.
- org.springframework.boot.actuate.metrics.export.prometheus - package org.springframework.boot.actuate.metrics.export.prometheus
- 
Actuator support for exporting metrics to Prometheus.
- org.springframework.boot.actuate.metrics.http - package org.springframework.boot.actuate.metrics.http
- 
Support classes for HTTP-related metrics.
- org.springframework.boot.actuate.metrics.jdbc - package org.springframework.boot.actuate.metrics.jdbc
- 
Actuator support for JDBC metrics.
- org.springframework.boot.actuate.metrics.r2dbc - package org.springframework.boot.actuate.metrics.r2dbc
- 
Actuator support for R2DBC metrics.
- org.springframework.boot.actuate.metrics.startup - package org.springframework.boot.actuate.metrics.startup
- 
Actuator support for startup metrics.
- org.springframework.boot.actuate.metrics.system - package org.springframework.boot.actuate.metrics.system
- 
Actuator support for system metrics.
- org.springframework.boot.actuate.metrics.web.client - package org.springframework.boot.actuate.metrics.web.client
- 
Actuator support for web client metrics.
- org.springframework.boot.actuate.metrics.web.jetty - package org.springframework.boot.actuate.metrics.web.jetty
- 
Actuator support for Jetty metrics.
- org.springframework.boot.actuate.metrics.web.reactive.client - package org.springframework.boot.actuate.metrics.web.reactive.client
- 
Actuator support forWebClientmetrics.
- org.springframework.boot.actuate.metrics.web.tomcat - package org.springframework.boot.actuate.metrics.web.tomcat
- 
Actuator support for Tomcat metrics.
- org.springframework.boot.actuate.neo4j - package org.springframework.boot.actuate.neo4j
- 
Actuator support for Neo4j.
- org.springframework.boot.actuate.quartz - package org.springframework.boot.actuate.quartz
- 
Actuator support for Quartz Scheduler.
- org.springframework.boot.actuate.r2dbc - package org.springframework.boot.actuate.r2dbc
- 
Actuator support for R2DBC.
- 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.session - package org.springframework.boot.actuate.session
- 
Actuator support for Spring Session.
- org.springframework.boot.actuate.ssl - package org.springframework.boot.actuate.ssl
- 
Actuator support for ssl concerns.
- org.springframework.boot.actuate.startup - package org.springframework.boot.actuate.startup
- 
Actuator support forApplicationStartup.
- org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
- 
Actuator support for system-related concerns.
- org.springframework.boot.actuate.web.exchanges - package org.springframework.boot.actuate.web.exchanges
- 
Actuator HTTP exchanges support.
- org.springframework.boot.actuate.web.exchanges.reactive - package org.springframework.boot.actuate.web.exchanges.reactive
- 
Actuator HTTP exchanges support for reactive servers.
- org.springframework.boot.actuate.web.exchanges.servlet - package org.springframework.boot.actuate.web.exchanges.servlet
- 
Actuator HTTP exchanges support for servlet servers.
- org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
- 
Actuator web request mappings support.
- org.springframework.boot.actuate.web.mappings.reactive - package org.springframework.boot.actuate.web.mappings.reactive
- 
Actuator reactive request mappings support.
- org.springframework.boot.actuate.web.mappings.servlet - package org.springframework.boot.actuate.web.mappings.servlet
- 
Actuator servlet request mappings support.
- org.springframework.boot.admin - package org.springframework.boot.admin
- 
Administration support for Spring Boot applications.
- org.springframework.boot.ansi - package org.springframework.boot.ansi
- 
Support classes to provide ANSI color output.
- 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.amqp - package org.springframework.boot.autoconfigure.amqp
- 
Auto-configuration for RabbitMQ.
- 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.batch - package org.springframework.boot.autoconfigure.batch
- 
Auto-configuration for Spring Batch.
- org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
- 
Auto-configuration for the cache abstraction.
- org.springframework.boot.autoconfigure.cassandra - package org.springframework.boot.autoconfigure.cassandra
- 
Auto-configuration for Cassandra.
- org.springframework.boot.autoconfigure.codec - package org.springframework.boot.autoconfigure.codec
- 
Auto-configuration for reactive codecs.
- 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.couchbase - package org.springframework.boot.autoconfigure.couchbase
- 
Auto-configuration for Couchbase.
- org.springframework.boot.autoconfigure.dao - package org.springframework.boot.autoconfigure.dao
- 
Auto-configuration for Spring DAO.
- org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
- 
Auto-configuration base classes for Spring Data.
- org.springframework.boot.autoconfigure.data.cassandra - package org.springframework.boot.autoconfigure.data.cassandra
- 
Auto-configuration for Spring Data Cassandra.
- org.springframework.boot.autoconfigure.data.couchbase - package org.springframework.boot.autoconfigure.data.couchbase
- 
Auto-configuration for Spring Data Couchbase.
- org.springframework.boot.autoconfigure.data.elasticsearch - package org.springframework.boot.autoconfigure.data.elasticsearch
- 
Auto-configuration for Spring Data Elasticsearch.
- org.springframework.boot.autoconfigure.data.jdbc - package org.springframework.boot.autoconfigure.data.jdbc
- 
Auto-configuration for Spring Data JDBC.
- org.springframework.boot.autoconfigure.data.jpa - package org.springframework.boot.autoconfigure.data.jpa
- 
Auto-configuration for Spring Data JPA.
- org.springframework.boot.autoconfigure.data.ldap - package org.springframework.boot.autoconfigure.data.ldap
- 
Auto-configuration for Spring Data LDAP.
- org.springframework.boot.autoconfigure.data.mongo - package org.springframework.boot.autoconfigure.data.mongo
- 
Auto-configuration for Spring Data Mongo.
- org.springframework.boot.autoconfigure.data.neo4j - package org.springframework.boot.autoconfigure.data.neo4j
- 
Auto-configuration for Spring Data Neo4j.
- org.springframework.boot.autoconfigure.data.r2dbc - package org.springframework.boot.autoconfigure.data.r2dbc
- 
Auto-Configuration for Spring Data R2DBC.
- org.springframework.boot.autoconfigure.data.redis - package org.springframework.boot.autoconfigure.data.redis
- 
Auto-configuration for Spring Data Redis.
- org.springframework.boot.autoconfigure.data.rest - package org.springframework.boot.autoconfigure.data.rest
- 
Auto-configuration for Spring Data REST.
- org.springframework.boot.autoconfigure.data.web - package org.springframework.boot.autoconfigure.data.web
- 
Auto-configuration for Spring Data's Web Support.
- org.springframework.boot.autoconfigure.domain - package org.springframework.boot.autoconfigure.domain
- 
General purpose domain annotations and classes.
- org.springframework.boot.autoconfigure.elasticsearch - package org.springframework.boot.autoconfigure.elasticsearch
- 
Auto-configuration for Elasticsearch client.
- org.springframework.boot.autoconfigure.flyway - package org.springframework.boot.autoconfigure.flyway
- 
Auto-configuration for Flyway.
- org.springframework.boot.autoconfigure.freemarker - package org.springframework.boot.autoconfigure.freemarker
- 
Auto-configuration for FreeMarker.
- org.springframework.boot.autoconfigure.graphql - package org.springframework.boot.autoconfigure.graphql
- 
Auto-configuration for Spring GraphQL.
- org.springframework.boot.autoconfigure.graphql.data - package org.springframework.boot.autoconfigure.graphql.data
- 
Auto-configuration classes for data integrations with GraphQL.
- org.springframework.boot.autoconfigure.graphql.reactive - package org.springframework.boot.autoconfigure.graphql.reactive
- 
Auto-configuration classes for WebFlux support in Spring GraphQL.
- org.springframework.boot.autoconfigure.graphql.rsocket - package org.springframework.boot.autoconfigure.graphql.rsocket
- 
Auto-configuration classes for RSocket integration with GraphQL.
- org.springframework.boot.autoconfigure.graphql.security - package org.springframework.boot.autoconfigure.graphql.security
- 
Auto-configuration classes for Security support in Spring GraphQL.
- org.springframework.boot.autoconfigure.graphql.servlet - package org.springframework.boot.autoconfigure.graphql.servlet
- 
Auto-configuration classes for MVC support in Spring GraphQL.
- org.springframework.boot.autoconfigure.groovy.template - package org.springframework.boot.autoconfigure.groovy.template
- 
Auto-configuration for Groovy templates.
- org.springframework.boot.autoconfigure.gson - package org.springframework.boot.autoconfigure.gson
- 
Auto-configuration for GSON.
- org.springframework.boot.autoconfigure.h2 - package org.springframework.boot.autoconfigure.h2
- 
Auto-configuration for H2's Console.
- org.springframework.boot.autoconfigure.hateoas - package org.springframework.boot.autoconfigure.hateoas
- 
Auto-configuration for Spring HATEOAS.
- org.springframework.boot.autoconfigure.hazelcast - package org.springframework.boot.autoconfigure.hazelcast
- 
Auto-configuration for Hazelcast.
- org.springframework.boot.autoconfigure.http - package org.springframework.boot.autoconfigure.http
- 
Auto-configuration for HTTP concerns.
- org.springframework.boot.autoconfigure.http.client - package org.springframework.boot.autoconfigure.http.client
- 
Auto-configuration for client-side HTTP.
- org.springframework.boot.autoconfigure.http.codec - package org.springframework.boot.autoconfigure.http.codec
- 
Auto-configuration for HTTP codecs.
- org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
- 
Auto-configuration for project information.
- org.springframework.boot.autoconfigure.integration - package org.springframework.boot.autoconfigure.integration
- 
Auto-configuration for Spring Integration.
- org.springframework.boot.autoconfigure.jackson - package org.springframework.boot.autoconfigure.jackson
- 
Auto-configuration for Jackson.
- org.springframework.boot.autoconfigure.jdbc - package org.springframework.boot.autoconfigure.jdbc
- 
Auto-configuration for JDBC.
- org.springframework.boot.autoconfigure.jdbc.metadata - package org.springframework.boot.autoconfigure.jdbc.metadata
- 
Auto-configuration for JDBC Metadata.
- org.springframework.boot.autoconfigure.jersey - package org.springframework.boot.autoconfigure.jersey
- 
Auto-configuration for Jersey.
- org.springframework.boot.autoconfigure.jms - package org.springframework.boot.autoconfigure.jms
- 
Auto-configuration for JMS.
- org.springframework.boot.autoconfigure.jms.activemq - package org.springframework.boot.autoconfigure.jms.activemq
- 
Auto-configuration for ActiveMQ.
- org.springframework.boot.autoconfigure.jms.artemis - package org.springframework.boot.autoconfigure.jms.artemis
- 
Auto-configuration for Artemis.
- org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
- 
Auto-configuration for JMX.
- org.springframework.boot.autoconfigure.jooq - package org.springframework.boot.autoconfigure.jooq
- 
Auto-configuration for JOOQ.
- org.springframework.boot.autoconfigure.jsonb - package org.springframework.boot.autoconfigure.jsonb
- 
Auto-configuration for JSON-B.
- org.springframework.boot.autoconfigure.kafka - package org.springframework.boot.autoconfigure.kafka
- 
Auto-configuration for Apache Kafka.
- org.springframework.boot.autoconfigure.ldap - package org.springframework.boot.autoconfigure.ldap
- 
Auto-configuration for LDAP.
- org.springframework.boot.autoconfigure.ldap.embedded - package org.springframework.boot.autoconfigure.ldap.embedded
- 
Auto-configuration for embedded LDAP.
- org.springframework.boot.autoconfigure.liquibase - package org.springframework.boot.autoconfigure.liquibase
- 
Auto-configuration for Liquibase.
- org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
- 
Auto-configuration for logging.
- org.springframework.boot.autoconfigure.mail - package org.springframework.boot.autoconfigure.mail
- 
Auto-configuration for email support.
- org.springframework.boot.autoconfigure.mongo - package org.springframework.boot.autoconfigure.mongo
- 
Auto-configuration for MongoDB.
- org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
- 
Auto-configuration for Mustache.
- org.springframework.boot.autoconfigure.neo4j - package org.springframework.boot.autoconfigure.neo4j
- 
Auto-configuration for Neo4j.
- org.springframework.boot.autoconfigure.netty - package org.springframework.boot.autoconfigure.netty
- 
Auto-configuration for the Netty library.
- org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
- 
Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.autoconfigure.pulsar - package org.springframework.boot.autoconfigure.pulsar
- 
Auto-configuration for Spring for Apache Pulsar.
- org.springframework.boot.autoconfigure.quartz - package org.springframework.boot.autoconfigure.quartz
- 
Auto-configuration for Quartz Scheduler.
- org.springframework.boot.autoconfigure.r2dbc - package org.springframework.boot.autoconfigure.r2dbc
- 
Auto-Configuration for R2DBC.
- org.springframework.boot.autoconfigure.reactor - package org.springframework.boot.autoconfigure.reactor
- 
Auto-configuration for Reactor.
- org.springframework.boot.autoconfigure.reactor.netty - package org.springframework.boot.autoconfigure.reactor.netty
- 
Auto-configuration for Reactor Netty.
- org.springframework.boot.autoconfigure.rsocket - package org.springframework.boot.autoconfigure.rsocket
- 
Auto-configuration for RSocket.
- org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
- 
Auto-configuration for Spring Security.
- org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
- 
Support for Spring Security's OAuth 2 client.
- org.springframework.boot.autoconfigure.security.oauth2.client.reactive - package org.springframework.boot.autoconfigure.security.oauth2.client.reactive
- 
Auto-configuration for Spring Security's Reactive OAuth 2 client.
- org.springframework.boot.autoconfigure.security.oauth2.client.servlet - package org.springframework.boot.autoconfigure.security.oauth2.client.servlet
- 
Auto-configuration for Spring Security's OAuth 2 client.
- org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
- 
Support for Spring Security's OAuth2 resource server.
- org.springframework.boot.autoconfigure.security.oauth2.resource.reactive - package org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
- 
Auto-configuration for Spring Security's Reactive OAuth2 resource server.
- org.springframework.boot.autoconfigure.security.oauth2.resource.servlet - package org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
- 
Auto-configuration for Spring Security's OAuth2 resource server.
- org.springframework.boot.autoconfigure.security.oauth2.server.servlet - package org.springframework.boot.autoconfigure.security.oauth2.server.servlet
- 
Auto-configuration for Spring Security's OAuth2 authorization server.
- org.springframework.boot.autoconfigure.security.reactive - package org.springframework.boot.autoconfigure.security.reactive
- 
Auto-configuration for reactive Spring Security.
- org.springframework.boot.autoconfigure.security.rsocket - package org.springframework.boot.autoconfigure.security.rsocket
- 
Auto-configuration for RSocket support in Spring Security.
- org.springframework.boot.autoconfigure.security.saml2 - package org.springframework.boot.autoconfigure.security.saml2
- 
Auto-configuration for Spring Security's SAML 2.0.
- org.springframework.boot.autoconfigure.security.servlet - package org.springframework.boot.autoconfigure.security.servlet
- 
Auto-configuration for Servlet-based Spring Security.
- org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
- 
Auto-configuration for SendGrid.
- 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.session - package org.springframework.boot.autoconfigure.session
- 
Auto-configuration for Spring Session.
- org.springframework.boot.autoconfigure.sql.init - package org.springframework.boot.autoconfigure.sql.init
- 
Auto-configuration for basic script-based initialization of an SQL database.
- 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.thread - package org.springframework.boot.autoconfigure.thread
- 
Classes related to threads.
- org.springframework.boot.autoconfigure.thymeleaf - package org.springframework.boot.autoconfigure.thymeleaf
- 
Auto-configuration for Thymeleaf.
- org.springframework.boot.autoconfigure.transaction - package org.springframework.boot.autoconfigure.transaction
- 
Auto-configuration for transaction support.
- org.springframework.boot.autoconfigure.transaction.jta - package org.springframework.boot.autoconfigure.transaction.jta
- 
Auto-configuration for JTA.
- org.springframework.boot.autoconfigure.validation - package org.springframework.boot.autoconfigure.validation
- 
Auto-configuration for (JSR-303) Validation.
- org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
- 
Auto-configuration for common web concerns.
- org.springframework.boot.autoconfigure.web.client - package org.springframework.boot.autoconfigure.web.client
- 
Auto-configuration for web clients.
- org.springframework.boot.autoconfigure.web.embedded - package org.springframework.boot.autoconfigure.web.embedded
- 
Configuration for embedded reactive and servlet web servers.
- org.springframework.boot.autoconfigure.web.format - package org.springframework.boot.autoconfigure.web.format
- 
Support classes for web-specific formatting.
- org.springframework.boot.autoconfigure.web.reactive - package org.springframework.boot.autoconfigure.web.reactive
- 
Auto-configuration for reactive web servers and Spring WebFlux.
- org.springframework.boot.autoconfigure.web.reactive.error - package org.springframework.boot.autoconfigure.web.reactive.error
- 
Auto-configuration for Spring WebFlux error handling.
- org.springframework.boot.autoconfigure.web.reactive.function.client - package org.springframework.boot.autoconfigure.web.reactive.function.client
- 
Auto-configuration for Spring Framework's functional web client.
- org.springframework.boot.autoconfigure.web.servlet - package org.springframework.boot.autoconfigure.web.servlet
- 
Auto-configuration for servlet web servers and Spring MVC.
- org.springframework.boot.autoconfigure.web.servlet.error - package org.springframework.boot.autoconfigure.web.servlet.error
- 
Auto-configuration for Spring MVC error handling.
- org.springframework.boot.autoconfigure.webservices - package org.springframework.boot.autoconfigure.webservices
- 
Auto-configuration for Spring Web Services.
- org.springframework.boot.autoconfigure.webservices.client - package org.springframework.boot.autoconfigure.webservices.client
- 
Auto-configuration for Spring Web Services Clients.
- org.springframework.boot.autoconfigure.websocket.reactive - package org.springframework.boot.autoconfigure.websocket.reactive
- 
Auto-configuration for WebSocket support in reactive web servers.
- org.springframework.boot.autoconfigure.websocket.servlet - package org.springframework.boot.autoconfigure.websocket.servlet
- 
Auto-configuration for WebSocket support in servlet web servers.
- org.springframework.boot.availability - package org.springframework.boot.availability
- 
Support for describing the availability of Spring Boot applications.
- 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.cloud - package org.springframework.boot.cloud
- 
Low level support for Cloud deployments.
- 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.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.docker.compose.service.connection.jdbc - package org.springframework.boot.docker.compose.service.connection.jdbc
- 
Utilities to help when creatingJdbcConnectionDetails.
- org.springframework.boot.docker.compose.service.connection.r2dbc - package org.springframework.boot.docker.compose.service.connection.r2dbc
- 
Utilities to help when creatingR2dbcConnectionDetails.
- org.springframework.boot.env - package org.springframework.boot.env
- 
SpringEnvironmentsupport.
- org.springframework.boot.http.client - package org.springframework.boot.http.client
- 
Client-side HTTP support classes.
- org.springframework.boot.info - package org.springframework.boot.info
- 
Support for providing information about an application.
- 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.jdbc - package org.springframework.boot.jdbc
- 
Support for Java Database Connectivity (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.jms - package org.springframework.boot.jms
- 
Support for Java Message Service (JMS).
- org.springframework.boot.json - package org.springframework.boot.json
- 
Support for parsing JSON.
- 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.origin - package org.springframework.boot.origin
- 
Support for item origin tracking.
- org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
- 
JPA Support classes.
- org.springframework.boot.orm.jpa.hibernate - package org.springframework.boot.orm.jpa.hibernate
- 
Hibernate Support classes.
- org.springframework.boot.r2dbc - package org.springframework.boot.r2dbc
- 
Support for R2DBC connectivity.
- org.springframework.boot.r2dbc.init - package org.springframework.boot.r2dbc.init
- 
Support for initialization of an SQL database using an R2DBCConnectionFactory.
- org.springframework.boot.reactor - package org.springframework.boot.reactor
- 
Support classes for Reactor integration.
- 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.reactive - package org.springframework.boot.security.reactive
- 
Classes and utilities for reactive Spring Security.
- org.springframework.boot.security.servlet - package org.springframework.boot.security.servlet
- 
Classes and utilities for Servlet-based Spring Security.
- 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.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.actuate.observability - package org.springframework.boot.test.autoconfigure.actuate.observability
- 
Auto-configuration for handling observability in tests.
- org.springframework.boot.test.autoconfigure.core - package org.springframework.boot.test.autoconfigure.core
- 
Auto-configuration for core parts common to most Spring Boot applications.
- org.springframework.boot.test.autoconfigure.data.cassandra - package org.springframework.boot.test.autoconfigure.data.cassandra
- 
Auto-configuration for Data Cassandra tests.
- org.springframework.boot.test.autoconfigure.data.couchbase - package org.springframework.boot.test.autoconfigure.data.couchbase
- 
Auto-configuration for Data Couchbase tests.
- org.springframework.boot.test.autoconfigure.data.elasticsearch - package org.springframework.boot.test.autoconfigure.data.elasticsearch
- 
Auto-configuration for Data Elasticsearch tests.
- org.springframework.boot.test.autoconfigure.data.jdbc - package org.springframework.boot.test.autoconfigure.data.jdbc
- 
Auto-configuration for Data JDBC tests.
- org.springframework.boot.test.autoconfigure.data.ldap - package org.springframework.boot.test.autoconfigure.data.ldap
- 
Auto-configuration for Data LDAP tests.
- org.springframework.boot.test.autoconfigure.data.mongo - package org.springframework.boot.test.autoconfigure.data.mongo
- 
Auto-configuration for Data Mongo tests.
- org.springframework.boot.test.autoconfigure.data.neo4j - package org.springframework.boot.test.autoconfigure.data.neo4j
- 
Auto-configuration for Data Neo4j tests.
- org.springframework.boot.test.autoconfigure.data.r2dbc - package org.springframework.boot.test.autoconfigure.data.r2dbc
- 
Auto-configuration for Data R2DBC tests.
- org.springframework.boot.test.autoconfigure.data.redis - package org.springframework.boot.test.autoconfigure.data.redis
- 
Auto-configuration for Data Redis tests.
- org.springframework.boot.test.autoconfigure.filter - package org.springframework.boot.test.autoconfigure.filter
- 
Helper utilities for usingTypeExcludeFilterwith auto-configured tests.
- org.springframework.boot.test.autoconfigure.graphql - package org.springframework.boot.test.autoconfigure.graphql
- 
Auto-configuration for GraphQL testing.
- org.springframework.boot.test.autoconfigure.graphql.tester - package org.springframework.boot.test.autoconfigure.graphql.tester
- 
Auto-configuration for GraphQL tester.
- org.springframework.boot.test.autoconfigure.jdbc - package org.springframework.boot.test.autoconfigure.jdbc
- 
Auto-configuration for JDBC tests.
- org.springframework.boot.test.autoconfigure.jooq - package org.springframework.boot.test.autoconfigure.jooq
- 
Auto-configuration for jOOQ tests.
- org.springframework.boot.test.autoconfigure.json - package org.springframework.boot.test.autoconfigure.json
- 
Auto-configuration for JSON tests.
- org.springframework.boot.test.autoconfigure.orm.jpa - package org.springframework.boot.test.autoconfigure.orm.jpa
- 
Auto-configuration for Data JPA tests.
- org.springframework.boot.test.autoconfigure.properties - package org.springframework.boot.test.autoconfigure.properties
- 
Support for mapping annotation attribute values in the SpringEnvironment.
- org.springframework.boot.test.autoconfigure.restdocs - package org.springframework.boot.test.autoconfigure.restdocs
- 
Auto-configuration for tests using Spring REST Docs.
- org.springframework.boot.test.autoconfigure.web.client - package org.springframework.boot.test.autoconfigure.web.client
- 
Auto-configuration for web clients.
- org.springframework.boot.test.autoconfigure.web.reactive - package org.springframework.boot.test.autoconfigure.web.reactive
- 
Auto-configuration for reactive web tests.
- org.springframework.boot.test.autoconfigure.web.servlet - package org.springframework.boot.test.autoconfigure.web.servlet
- 
Auto-configuration for Spring MVC tests.
- org.springframework.boot.test.autoconfigure.webservices.client - package org.springframework.boot.test.autoconfigure.webservices.client
- 
Auto-configuration for web service clients.
- org.springframework.boot.test.autoconfigure.webservices.server - package org.springframework.boot.test.autoconfigure.webservices.server
- 
Auto-configuration for web service server tests.
- org.springframework.boot.test.context - package org.springframework.boot.test.context
- 
Classes and annotations related to configuring Spring'sApplicationContextfor tests.
- org.springframework.boot.test.context.assertj - package org.springframework.boot.test.context.assertj
- 
AssertJ support for ApplicationContexts.
- 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.json - package org.springframework.boot.test.json
- 
Support for testing JSON.
- org.springframework.boot.test.mock.mockito - package org.springframework.boot.test.mock.mockito
- 
Mockito integration for Spring Boot tests.
- 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.client - package org.springframework.boot.test.web.client
- 
Web client test utilities.
- org.springframework.boot.test.web.htmlunit - package org.springframework.boot.test.web.htmlunit
- 
HtmlUnit support classes.
- org.springframework.boot.test.web.htmlunit.webdriver - package org.springframework.boot.test.web.htmlunit.webdriver
- 
Selenium support classes.
- org.springframework.boot.test.web.reactive.server - package org.springframework.boot.test.web.reactive.server
- 
Spring Boot support for testing Spring WebFlux server endpoints viaWebTestClient.
- 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.type.classreading - package org.springframework.boot.type.classreading
- 
Support classes for reading annotation and class-level metadata.
- 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.beanvalidation - package org.springframework.boot.validation.beanvalidation
- 
Utilities and classes related to bean validation.
- org.springframework.boot.web.client - package org.springframework.boot.web.client
- 
Web client utilities.
- org.springframework.boot.web.codec - package org.springframework.boot.web.codec
- 
Support for web-based codecs.
- org.springframework.boot.web.context - package org.springframework.boot.web.context
- 
Web integrations with Spring'sApplicationContext.
- org.springframework.boot.web.embedded.jetty - package org.springframework.boot.web.embedded.jetty
- 
Embedded reactive and servlet web server implementations backed by Jetty.
- org.springframework.boot.web.embedded.netty - package org.springframework.boot.web.embedded.netty
- 
Embedded reactive web server implementation backed by Netty.
- org.springframework.boot.web.embedded.tomcat - package org.springframework.boot.web.embedded.tomcat
- 
Embedded reactive and servlet web server implementations backed by Tomcat.
- org.springframework.boot.web.embedded.undertow - package org.springframework.boot.web.embedded.undertow
- 
Embedded reactive and servlet web server implementations backed by Undertow.
- org.springframework.boot.web.error - package org.springframework.boot.web.error
- 
Spring Web error handling infrastructure.
- org.springframework.boot.web.reactive.context - package org.springframework.boot.web.reactive.context
- 
Reactive based web integrations with Spring'sApplicationContext.
- org.springframework.boot.web.reactive.error - package org.springframework.boot.web.reactive.error
- 
Spring WebFlux error handling infrastructure.
- org.springframework.boot.web.reactive.filter - package org.springframework.boot.web.reactive.filter
- 
Spring Boot specificWebFilterimplementations.
- org.springframework.boot.web.reactive.function.client - package org.springframework.boot.web.reactive.function.client
- 
Spring WebFlux WebClient support abstractions.
- org.springframework.boot.web.reactive.result.view - package org.springframework.boot.web.reactive.result.view
- 
AdditionalViewsfor use with WebFlux.
- org.springframework.boot.web.reactive.server - package org.springframework.boot.web.reactive.server
- 
Reactive web server abstractions.
- org.springframework.boot.web.server - package org.springframework.boot.web.server
- 
Support for embedded web servers.
- 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.context - package org.springframework.boot.web.servlet.context
- 
Servlet based web integrations with Spring'sWebApplicationContext.
- org.springframework.boot.web.servlet.error - package org.springframework.boot.web.servlet.error
- 
Spring MVC error handling infrastructure.
- org.springframework.boot.web.servlet.filter - package org.springframework.boot.web.servlet.filter
- 
Spring Boot specificFilterimplementations.
- org.springframework.boot.web.servlet.server - package org.springframework.boot.web.servlet.server
- 
Servlet web server abstractions.
- org.springframework.boot.web.servlet.support - package org.springframework.boot.web.servlet.support
- 
Support classes for Servlet-based web servers.
- org.springframework.boot.web.servlet.view - package org.springframework.boot.web.servlet.view
- 
AdditionalViewsfor use with Web MVC.
- org.springframework.boot.webservices.client - package org.springframework.boot.webservices.client
- 
Web Services client utilities.
- 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() - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
- OsInfoContributor - Class in org.springframework.boot.actuate.info
- 
AnInfoContributorthat exposesOsInfo.
- OsInfoContributor() - Constructor for class org.springframework.boot.actuate.info.OsInfoContributor
- OtlpAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing.otlp
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 in favor ofOtlpTracingAutoConfiguration
- OtlpAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpAutoConfiguration
- 
Deprecated.
- OtlpLoggingAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.logging.otlp
- 
Auto-configurationfor OTLP logging.
- OtlpLoggingAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingAutoConfiguration
- OtlpLoggingConnectionDetails - Interface in org.springframework.boot.actuate.autoconfigure.logging.otlp
- 
Details required to establish a connection to an OpenTelemetry logging service.
- OtlpLoggingProperties - Class in org.springframework.boot.actuate.autoconfigure.logging.otlp
- 
Configuration properties for exporting logs using OTLP.
- OtlpLoggingProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties
- OtlpLoggingProperties.Compression - Enum Class in org.springframework.boot.actuate.autoconfigure.logging.otlp
- otlpMeterRegistry(OtlpConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsExportAutoConfiguration
- otlpMeterRegistryVirtualThreads(OtlpConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsExportAutoConfiguration
- OtlpMetricsConnectionDetails - Interface in org.springframework.boot.actuate.autoconfigure.metrics.export.otlp
- 
Details required to establish a connection to an OpenTelemetry Collector service.
- OtlpMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.otlp
- 
Auto-configurationfor exporting metrics to OTLP.
- OtlpMetricsProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.otlp
- 
@ConfigurationPropertiesfor configuring OTLP metrics export.
- OtlpMetricsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- OtlpTracingAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing.otlp
- 
Auto-configurationfor exporting traces with OTLP.
- OtlpTracingAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingAutoConfiguration
- OtlpTracingConnectionDetails - Interface in org.springframework.boot.actuate.autoconfigure.tracing.otlp
- 
Details required to establish a connection to an OpenTelemetry service.
- OtlpTracingProperties - Class in org.springframework.boot.actuate.autoconfigure.tracing.otlp
- 
Configuration properties for exporting traces using OTLP.
- OtlpTracingProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties
- OtlpTracingProperties.Compression - Enum Class in org.springframework.boot.actuate.autoconfigure.tracing.otlp
- OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
- 
Statusindicating that the component or subsystem has been taken out of service and should not be used.
- Outcome - Enum Class in org.springframework.boot.actuate.metrics.http
- 
The outcome of an HTTP request.
- outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
- 
Set status toStatus.OUT_OF_SERVICE.
- outOfService() - Static method in class org.springframework.boot.actuate.health.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
- 
JUnit@Ruleto capture output fromSystem.outandSystem.err.
- OutputCaptureRule() - Constructor for class org.springframework.boot.test.system.OutputCaptureRule
- outputDir() - Element in annotation interface org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
- 
The output directory to which generated snippets will be written.
- 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
OpenTelemetryTracingAutoConfiguration