Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

R2DBC_PROXY_OBSERVATION_CUSTOMIZER_ORDER - Static variable in class org.springframework.boot.r2dbc.autoconfigure.observation.R2dbcObservationAutoConfiguration
@Order value of the observation customizer.
R2dbcAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure
R2dbcAutoConfiguration() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.R2dbcAutoConfiguration
 
R2dbcConnectionDetails - Interface in org.springframework.boot.r2dbc.autoconfigure
Details required to establish a connection to an SQL service using R2DBC.
R2dbcDataAutoConfiguration - Class in org.springframework.boot.data.r2dbc.autoconfigure
R2dbcInitializationAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure
Auto-configuration for initializing an SQL database accessed through an R2DBC ConnectionFactory.
R2dbcInitializationAutoConfiguration() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.R2dbcInitializationAutoConfiguration
 
R2dbcObservationAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure.observation
Auto-configuration for R2DBC observability support.
R2dbcObservationAutoConfiguration() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.observation.R2dbcObservationAutoConfiguration
 
R2dbcObservationProperties - Class in org.springframework.boot.r2dbc.autoconfigure.observation
Configuration properties for R2DBC observability.
R2dbcObservationProperties() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.observation.R2dbcObservationProperties
 
R2dbcProperties - Class in org.springframework.boot.r2dbc.autoconfigure
Configuration properties for R2DBC.
R2dbcProperties() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.R2dbcProperties
 
R2dbcProperties.Pool - Class in org.springframework.boot.r2dbc.autoconfigure
 
R2dbcProxyAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure
Auto-configuration for ProxyConnectionFactory.
R2dbcProxyAutoConfiguration() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.R2dbcProxyAutoConfiguration
 
R2dbcRepositoriesAutoConfiguration - Class in org.springframework.boot.data.r2dbc.autoconfigure
Auto-configuration for Spring Data R2DBC Repositories.
R2dbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.data.r2dbc.autoconfigure.R2dbcRepositoriesAutoConfiguration
 
R2dbcScriptDatabaseInitializer - Class in org.springframework.boot.r2dbc.init
An InitializingBean that initializes a database represented by an R2DBC ConnectionFactory.
R2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
Creates a new R2dbcScriptDatabaseInitializer that will initialize the database recognized by the given connectionFactory using the given settings.
R2dbcTransactionManagerAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure
R2dbcTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.R2dbcTransactionManagerAutoConfiguration
 
RabbitAutoConfiguration - Class in org.springframework.boot.amqp.autoconfigure
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitConnectionDetails - Interface in org.springframework.boot.amqp.autoconfigure
Details required to establish a connection to a RabbitMQ service.
RabbitConnectionDetails.Address - Record Class in org.springframework.boot.amqp.autoconfigure
A RabbitMQ address.
RabbitConnectionFactoryBeanConfigurer - Class in org.springframework.boot.amqp.autoconfigure
Configures RabbitConnectionFactoryBean with sensible defaults tuned using configuration properties.
RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
Creates a new configurer that will use the given resourceLoader and properties.
RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
Creates a new configurer that will use the given resourceLoader, properties, and connectionDetails.
RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails, SslBundles) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
Creates a new configurer that will use the given resourceLoader, properties, connectionDetails, and sslBundles.
RabbitConnectionFactoryCreator(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitHealthContributorAutoConfiguration - Class in org.springframework.boot.amqp.autoconfigure.health
RabbitHealthIndicator - Class in org.springframework.boot.amqp.health
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.amqp.health.RabbitHealthIndicator
 
RabbitListenerRetrySettingsCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
Callback interface that can be used to customize retry settings used by message listeners.
rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration
 
RabbitMessagingTemplateConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration
 
RabbitMetrics - Class in org.springframework.boot.amqp.metrics
A MeterBinder for RabbitMQ Java Client metrics.
RabbitMetrics(ConnectionFactory, Iterable<Tag>) - Constructor for class org.springframework.boot.amqp.metrics.RabbitMetrics
Create a new meter binder recording the specified ConnectionFactory.
RabbitMetricsAutoConfiguration - Class in org.springframework.boot.amqp.autoconfigure.metrics
Auto-configuration for metrics on all available connection factories.
RabbitMetricsAutoConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.metrics.RabbitMetricsAutoConfiguration
 
RabbitProperties - Class in org.springframework.boot.amqp.autoconfigure
Configuration properties for Rabbit.
RabbitProperties() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties
 
RabbitProperties.AmqpContainer - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.BaseContainer - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.Cache - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.Cache.Channel - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.Cache.Connection - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.ContainerType - Enum Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.DirectContainer - Class in org.springframework.boot.amqp.autoconfigure
Configuration properties for DirectMessageListenerContainer.
RabbitProperties.Listener - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.ListenerRetry - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.Retry - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.SimpleContainer - Class in org.springframework.boot.amqp.autoconfigure
Configuration properties for SimpleMessageListenerContainer.
RabbitProperties.Ssl - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.Stream - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.StreamContainer - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitProperties.Template - Class in org.springframework.boot.amqp.autoconfigure
 
RabbitRetryTemplateSettings - Class in org.springframework.boot.amqp.autoconfigure
Define the settings of a RetryTemplate.
RabbitStreamTemplateConfigurer - Class in org.springframework.boot.amqp.autoconfigure
Configure RabbitStreamTemplate with sensible defaults.
RabbitStreamTemplateConfigurer() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
 
rabbitTemplate(RabbitTemplateConfigurer, ConnectionFactory, ObjectProvider<RabbitTemplateCustomizer>) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
rabbitTemplateConfigurer(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitTemplateRetrySettingsCustomizer>) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfigurer - Class in org.springframework.boot.amqp.autoconfigure
Configure RabbitTemplate with sensible defaults tuned using configuration properties.
RabbitTemplateConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
Creates a new configurer that will use the given rabbitProperties.
RabbitTemplateCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
Callback interface that can be used to customize a RabbitTemplate.
RabbitTemplateRetrySettingsCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
Callback interface that can be used to customize retry settings used by RabbitTemplate.
random(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Generate an image name with a random suffix.
random(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
Factory method to create a new VolumeName with a random name.
random(String, int) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Generate an image name with a random suffix.
random(String, int) - Static method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
Factory method to create a new VolumeName with a random name.
RANDOM_PORT - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Creates a web application context (reactive or servlet based) and sets a server.port=0 Environment property (which usually triggers listening on a random port).
RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.env.RandomValuePropertySource
Name of the random PropertySource.
RandomValuePropertySource - Class in org.springframework.boot.env
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource() - Constructor for class org.springframework.boot.env.RandomValuePropertySource
 
RandomValuePropertySource(String) - Constructor for class org.springframework.boot.env.RandomValuePropertySource
 
RandomValuePropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
RandomValuePropertySourceEnvironmentPostProcessor(DeferredLogFactory) - Constructor for class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
range() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJava
Configures whether the value configured in ConditionalOnJava.value() shall be considered the upper exclusive or lower inclusive boundary.
RATE_LIMITING - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
Limits the request rate per second.
REACHABILITY_METADATA_PROPERTIES_LOCATION_TEMPLATE - Static variable in class org.springframework.boot.loader.tools.ReachabilityMetadataProperties
Location of the properties file.
ReachabilityMetadataProperties - Class in org.springframework.boot.loader.tools
Class to work with reachability-metadata.properties.
Reactive() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheProperties.Reactive
 
Reactive() - Constructor for class org.springframework.boot.thymeleaf.autoconfigure.ThymeleafProperties.Reactive
 
Reactive() - Constructor for class org.springframework.boot.web.server.autoconfigure.ServerProperties.Reactive
 
REACTIVE - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Only reactive-based web application will match.
REACTIVE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
Enables reactive repositories.
REACTIVE - Enum constant in enum class org.springframework.boot.WebApplicationType
The application should run as a reactive web application and should start an embedded reactive web server.
ReactiveHealthContributor - Interface in org.springframework.boot.health.contributor
Contributes health information, either directly (ReactiveHealthIndicator) or via other contributors (CompositeReactiveHealthContributor).
ReactiveHealthContributorRegistry - Interface in org.springframework.boot.health.registry
A mutable registry of reactive health contributors.
ReactiveHealthContributors - Interface in org.springframework.boot.health.contributor
A collection of named reactive health contributors.
ReactiveHealthContributors.Entry - Record Class in org.springframework.boot.health.contributor
A reactive health contributor entry.
ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthContributorRegistry, HealthEndpointGroups, Duration) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
Create a new ReactiveHealthEndpointWebExtension instance.
ReactiveHealthIndicator - Interface in org.springframework.boot.health.contributor
Directly contributes Health information for specific reactive component or subsystem.
ReactiveHttpClientServiceProperties - Class in org.springframework.boot.webclient.autoconfigure.service
Properties for Reactive HTTP Service clients.
ReactiveHttpClientServiceProperties() - Constructor for class org.springframework.boot.webclient.autoconfigure.service.ReactiveHttpClientServiceProperties
 
ReactiveHttpClientServiceProperties.Group - Class in org.springframework.boot.webclient.autoconfigure.service
Properties for a single HTTP Service client group.
ReactiveHttpServiceClientAutoConfiguration - Class in org.springframework.boot.webclient.autoconfigure.service
AutoConfiguration for Spring reactive HTTP Service Clients.
ReactiveManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.reactive
Auto-configuration for Reactive Spring Security when actuator is on the classpath.
ReactiveManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.reactive.ReactiveManagementWebSecurityAutoConfiguration
 
ReactiveMongoClientFactory - Class in org.springframework.boot.mongodb.autoconfigure
A factory for a reactive MongoClient.
ReactiveMongoClientFactory(List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.mongodb.autoconfigure.ReactiveMongoClientFactory
Construct a factory for creating a MongoClient.
ReactiveMultipartAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
Auto-configuration for multipart support in Spring WebFlux.
ReactiveMultipartAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartAutoConfiguration
 
ReactiveMultipartProperties - Class in org.springframework.boot.webflux.autoconfigure
Configuration properties for configuring multipart support in Spring Webflux.
ReactiveMultipartProperties() - Constructor for class org.springframework.boot.webflux.autoconfigure.ReactiveMultipartProperties
 
ReactiveOAuth2ClientAutoConfiguration - Class in org.springframework.boot.security.oauth2.client.autoconfigure.reactive
Auto-configuration for Spring Security's Reactive OAuth2 client.
ReactiveOAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.reactive.ReactiveOAuth2ClientAutoConfiguration
 
ReactiveOAuth2ClientWebSecurityAutoConfiguration - Class in org.springframework.boot.security.oauth2.client.autoconfigure.reactive
Auto-configuration for reactive web security that uses an OAuth 2 client.
ReactiveOAuth2ClientWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.reactive.ReactiveOAuth2ClientWebSecurityAutoConfiguration
 
ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive
Auto-configuration for Reactive OAuth2 resource server support.
ReactiveOAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.ReactiveOAuth2ResourceServerAutoConfiguration
 
ReactiveSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.reactive
Auto-configuration for Spring Security in a reactive application.
ReactiveSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.reactive.ReactiveSecurityAutoConfiguration
 
ReactiveSessionsEndpoint - Class in org.springframework.boot.session.endpoint
@Endpoint to expose information about HTTP Sessions on a reactive stack.
ReactiveSessionsEndpoint(ReactiveSessionRepository<? extends Session>, ReactiveFindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.session.endpoint.ReactiveSessionsEndpoint
Create a new ReactiveSessionsEndpoint instance.
ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.reactive
Default user @Configuration for a reactive web application.
ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
ReactiveWebApplicationContext - Interface in org.springframework.boot.web.context.reactive
Interface to provide configuration for a reactive web application.
ReactiveWebApplicationContextRunner - Class in org.springframework.boot.test.context.runner
ReactiveWebApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
Create a new ReactiveWebApplicationContextRunner instance using a AnnotationConfigReactiveWebApplicationContext as the underlying source.
ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
Create a new ApplicationContextRunner instance using the specified contextFactory as the underlying source.
ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>, Class<?>...) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
Create a new ApplicationContextRunner instance using the specified contextFactory as the underlying source.
ReactiveWebMergedContextConfiguration - Class in org.springframework.boot.test.context
Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.
ReactiveWebMergedContextConfiguration(MergedContextConfiguration) - Constructor for class org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
 
ReactiveWebServerApplicationContext - Class in org.springframework.boot.web.server.reactive.context
A GenericReactiveWebApplicationContext that can be used to bootstrap itself from a contained ReactiveWebServerFactory bean.
ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.server.reactive.context.ReactiveWebServerApplicationContext
ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.server.reactive.context.ReactiveWebServerApplicationContext
Create a new ReactiveWebServerApplicationContext with the given DefaultListableBeanFactory.
ReactiveWebServerConfiguration - Class in org.springframework.boot.web.server.autoconfigure.reactive
Configuration for a reactive web server.
ReactiveWebServerConfiguration() - Constructor for class org.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerConfiguration
 
ReactiveWebServerConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.web.server.autoconfigure.reactive
ReactiveWebServerFactory - Interface in org.springframework.boot.web.server.reactive
Factory interface that can be used to create a reactive WebServer.
reactiveWebServerFactoryCustomizer(ServerProperties, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerConfiguration
 
ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.web.server.autoconfigure.reactive
WebServerFactoryCustomizer to apply ServerProperties to reactive servers.
ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerFactoryCustomizer
Create a new ReactiveWebServerFactoryCustomizer instance.
ReactiveWebServerFactoryCustomizer(ServerProperties, SslBundles) - Constructor for class org.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerFactoryCustomizer
Create a new ReactiveWebServerFactoryCustomizer instance.
ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.server.reactive.context
Event to be published after the WebServer is ready.
ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.server.reactive.context.ReactiveWebServerInitializedEvent
 
reactor() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
reactor() - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
REACTOR - Enum constant in enum class org.springframework.boot.http.client.autoconfigure.AbstractHttpRequestFactoryProperties.Factory
Reactor-Netty.
REACTOR - Enum constant in enum class org.springframework.boot.http.client.autoconfigure.reactive.AbstractClientHttpConnectorProperties.Connector
Reactor-Netty.
ReactorAutoConfiguration - Class in org.springframework.boot.reactor.autoconfigure
Auto-configuration for Reactor.
ReactorClientHttpConnectorBuilder - Class in org.springframework.boot.http.client.reactive
ReactorClientHttpRequestFactoryBuilder - Class in org.springframework.boot.http.client
ReactorEnvironmentPostProcessor - Class in org.springframework.boot.reactor
EnvironmentPostProcessor to enable the Reactor global features as early as possible in the startup process.
ReactorEnvironmentPostProcessor() - Constructor for class org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
 
ReactorHttpClientBuilder - Class in org.springframework.boot.http.client
Builder that can be used to create a Rector Netty HttpClient.
ReactorHttpClientBuilder() - Constructor for class org.springframework.boot.http.client.ReactorHttpClientBuilder
 
ReactorNettyConfigurations - Class in org.springframework.boot.reactor.netty.autoconfigure
Configurations for Reactor Netty.
ReactorNettyConfigurations.ReactorResourceFactoryConfiguration - Class in org.springframework.boot.reactor.netty.autoconfigure
 
ReactorNettyProperties - Class in org.springframework.boot.reactor.netty.autoconfigure
Configuration properties for Reactor Netty.
ReactorNettyProperties() - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.ReactorNettyProperties
 
ReactorProperties - Class in org.springframework.boot.reactor.autoconfigure
Configuration properties for Reactor.
ReactorProperties() - Constructor for class org.springframework.boot.reactor.autoconfigure.ReactorProperties
 
ReactorProperties.ContextPropagationMode - Enum Class in org.springframework.boot.reactor.autoconfigure
 
ReactorResourceFactoryConfiguration() - Constructor for class org.springframework.boot.reactor.netty.autoconfigure.ReactorNettyConfigurations.ReactorResourceFactoryConfiguration
 
read(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified file.
read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified input stream.
read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified reader.
read(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified classpath resource.
read(ByteBuffer, long) - Method in interface org.springframework.boot.loader.zip.DataBlock
Read a sequence of bytes from this channel into the given buffer, starting at the given block position.
read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified resource.
read(ObjectMapper, C) - Method in interface org.springframework.boot.buildpack.platform.json.MappedObject.ContentReader
Read JSON content as a JsonNode.
READ - Enum constant in enum class org.springframework.boot.actuate.endpoint.OperationType
A read operation.
READ_COMMITTED - Enum constant in enum class org.springframework.boot.kafka.autoconfigure.KafkaProperties.IsolationLevel
Read records from committed transactions, in addition to records not part of transactions.
READ_ONLY - Enum constant in enum class org.springframework.boot.actuate.endpoint.Access
Read-only access to the endpoint is permitted.
READ_UNCOMMITTED - Enum constant in enum class org.springframework.boot.kafka.autoconfigure.KafkaProperties.IsolationLevel
Read everything including aborted transactions.
readableChannel() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
readAttributes(Path, Class<A>, LinkOption...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
readAttributes(Path, String, LinkOption...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
Reader() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Reader
 
readFully(ByteBuffer, long) - Method in interface org.springframework.boot.loader.zip.DataBlock
Fully read a sequence of bytes from this channel into the given buffer, starting at the given block position and filling remaining bytes in the buffer.
Readiness() - Constructor for class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness
 
ReadinessState - Enum Class in org.springframework.boot.availability
"Readiness" state of the application.
ReadinessStateHealthIndicator - Class in org.springframework.boot.actuate.availability
A HealthIndicator that checks the ReadinessState of the application.
ReadinessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
 
ReadinessTimeoutException - Exception Class in org.springframework.boot.docker.compose.lifecycle
Exception thrown if readiness checking has timed out.
readObject(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified file.
readObject(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified input stream.
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified input stream to create an object of the specified type.
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
readObject(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified reader.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified reader to create an object of the specified type.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.GsonTester
 
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JsonbTester
 
readObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified classpath resource.
readObject(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified resource.
ReadOperation - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an @Endpoint as being a read operation.
readPublicKey() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
readTimeout() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
Returns the value of the readTimeout record component.
readTimeout() - Method in record class org.springframework.boot.http.client.HttpClientSettings
Returns the value of the readTimeout record component.
readTimeout() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
Returns the value of the readTimeout record component.
readTimeout(Duration) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Sets the read timeout on the underlying ClientHttpRequestFactory.
ready(ConfigurableApplicationContext, Duration) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes, when the application context has been refreshed and all CommandLineRunners and ApplicationRunners have been called.
reason() - Element in annotation interface org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The reason for the deprecation.
rebuild() - Method in class org.springframework.boot.integration.endpoint.IntegrationGraphEndpoint
 
RECEIVER_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.springframework.boot.micrometer.tracing.autoconfigure.MicrometerTracingAutoConfiguration
@Order value of MicrometerTracingAutoConfiguration.propagatingReceiverTracingObservationHandler(Tracer, Propagator).
reconfigurableConfigs() - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
 
RecordableHttpRequest - Interface in org.springframework.boot.actuate.web.exchanges
The recordable parts of an HTTP request used when creating an HttpExchange.
RecordableHttpResponse - Interface in org.springframework.boot.actuate.web.exchanges
The recordable parts of an HTTP response used when creating an HttpExchange.
recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Record the occurrence of condition evaluation.
recordEvaluationCandidates(List<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that are candidates for condition evaluation.
recordExclusions(Collection<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that have been excluded from condition evaluation.
Recording() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesProperties.Recording
 
RED - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
 
RED - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
 
redirects() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
Returns the value of the redirects record component.
redirects() - Method in record class org.springframework.boot.http.client.HttpClientSettings
Returns the value of the redirects record component.
redirects() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
Returns the value of the redirects record component.
redirects(HttpRedirects) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Sets the redirect strategy on the underlying ClientHttpRequestFactory.
Redis() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
 
REDIS - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Redis backed caching.
RedisAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure
Auto-configuration for Spring Data's Redis support.
RedisAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.RedisAutoConfiguration
 
RedisCacheManagerBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
Callback interface that can be used to customize a RedisCacheManager.RedisCacheManagerBuilder.
RedisCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
CacheMeterBinderProvider implementation for Redis.
RedisCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.RedisCacheMeterBinderProvider
 
RedisCacheMetrics - Class in org.springframework.boot.cache.metrics
CacheMeterBinder for RedisCache.
RedisCacheMetrics(RedisCache, Iterable<Tag>) - Constructor for class org.springframework.boot.cache.metrics.RedisCacheMetrics
 
RedisConnectionDetails - Interface in org.springframework.boot.data.redis.autoconfigure
Details required to establish a connection to a Redis service.
RedisConnectionDetails.Cluster - Interface in org.springframework.boot.data.redis.autoconfigure
Redis cluster configuration.
RedisConnectionDetails.Node - Record Class in org.springframework.boot.data.redis.autoconfigure
A node in a sentinel or cluster configuration.
RedisConnectionDetails.Sentinel - Interface in org.springframework.boot.data.redis.autoconfigure
Redis sentinel configuration.
RedisConnectionDetails.Standalone - Interface in org.springframework.boot.data.redis.autoconfigure
Redis standalone configuration.
RedisHealthContributorAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure.health
RedisHealthIndicator - Class in org.springframework.boot.data.redis.health
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.data.redis.health.RedisHealthIndicator
 
RedisProperties - Class in org.springframework.boot.data.redis.autoconfigure
Configuration properties for Redis.
RedisProperties() - Constructor for class org.springframework.boot.data.redis.autoconfigure.RedisProperties
 
RedisProperties.ClientType - Enum Class in org.springframework.boot.data.redis.autoconfigure
Type of Redis client to use.
RedisProperties.Cluster - Class in org.springframework.boot.data.redis.autoconfigure
Cluster properties.
RedisProperties.Jedis - Class in org.springframework.boot.data.redis.autoconfigure
Jedis client properties.
RedisProperties.Lettuce - Class in org.springframework.boot.data.redis.autoconfigure
Lettuce client properties.
RedisProperties.Lettuce.Cluster - Class in org.springframework.boot.data.redis.autoconfigure
 
RedisProperties.Lettuce.Cluster.Refresh - Class in org.springframework.boot.data.redis.autoconfigure
 
RedisProperties.Pool - Class in org.springframework.boot.data.redis.autoconfigure
Pool properties.
RedisProperties.Sentinel - Class in org.springframework.boot.data.redis.autoconfigure
Redis sentinel properties.
RedisProperties.Ssl - Class in org.springframework.boot.data.redis.autoconfigure
 
RedisReactiveAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure
Auto-configuration for Spring Data's reactive Redis support.
RedisReactiveAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.RedisReactiveAutoConfiguration
 
RedisReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure.health
RedisReactiveHealthIndicator - Class in org.springframework.boot.data.redis.health
RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.data.redis.health.RedisReactiveHealthIndicator
 
RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure
Auto-configuration for Spring Data's Redis Repositories.
RedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.RedisRepositoriesAutoConfiguration
 
RedisSessionAutoConfiguration - Class in org.springframework.boot.session.data.redis.autoconfigure
Auto-configuration for Spring Session Data Redis.
RedisSessionAutoConfiguration() - Constructor for class org.springframework.boot.session.data.redis.autoconfigure.RedisSessionAutoConfiguration
 
RedisSessionProperties - Class in org.springframework.boot.session.data.redis.autoconfigure
Configuration properties for Redis backed Spring Session.
RedisSessionProperties() - Constructor for class org.springframework.boot.session.data.redis.autoconfigure.RedisSessionProperties
 
RedisSessionProperties.ConfigureAction - Enum Class in org.springframework.boot.session.data.redis.autoconfigure
Strategies for configuring and validating Redis.
RedisSessionProperties.RepositoryType - Enum Class in org.springframework.boot.session.data.redis.autoconfigure
Type of Redis session repository to auto-configure.
REDSHIFT - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
Amazon Redshift.
ReflectiveOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
An OperationInvoker that invokes an operation using reflection.
ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
Creates a new ReflectiveOperationInvoker that will invoke the given method on the given target.
refresh() - Method in class org.springframework.boot.web.server.reactive.context.ReactiveWebServerApplicationContext
 
refresh() - Method in class org.springframework.boot.web.server.servlet.context.ServletWebServerApplicationContext
 
refresh(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
Refresh() - Constructor for class org.springframework.boot.data.redis.autoconfigure.RedisProperties.Lettuce.Cluster.Refresh
 
REFUSING_TRAFFIC - Enum constant in enum class org.springframework.boot.availability.ReadinessState
The application is not willing to receive traffic.
register() - Static method in class org.springframework.boot.loader.net.protocol.Handlers
Register a 'java.protocol.handler.pkgs' property so that a URLStreamHandler will be located to deal with jar URLs.
register(Class<?>...) - Method in class org.springframework.boot.web.context.servlet.AnnotationConfigServletWebApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in class org.springframework.boot.web.server.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in class org.springframework.boot.web.server.servlet.context.AnnotationConfigServletWebServerApplicationContext
Register one or more annotated classes to be processed.
register(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in interface org.springframework.boot.BootstrapRegistry
Register a specific type with the registry.
register(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
 
register(Object, Runnable) - Method in interface org.springframework.boot.loader.ref.Cleaner
Registers an object and the clean action to run when the object becomes phantom reachable.
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
 
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Register this bean with the servlet context.
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Register a ConfigurationPropertiesBindingPostProcessor bean if one is not already registered.
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Programmatically registers the auto-configuration package names.
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(WebListenerRegistry) - Method in interface org.springframework.boot.web.server.servlet.WebListenerRegistrar
Register web listeners with the given registry.
REGISTER_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.
registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.web.context.servlet.AnnotationConfigServletWebApplicationContext
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerConfiguration.BeanPostProcessorsRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBundle(String, SslBundle) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
 
registerBundle(String, SslBundle) - Method in interface org.springframework.boot.ssl.SslBundleRegistry
Register a named SslBundle.
registerBundles(SslBundleRegistry) - Method in interface org.springframework.boot.autoconfigure.ssl.SslBundleRegistrar
Callback method for registering SslBundles with an SslBundleRegistry.
registerContributor(String, HealthContributor) - Method in class org.springframework.boot.health.registry.DefaultHealthContributorRegistry
 
registerContributor(String, HealthContributor) - Method in interface org.springframework.boot.health.registry.HealthContributorRegistry
Register a contributor with the given name.
registerContributor(String, ReactiveHealthContributor) - Method in class org.springframework.boot.health.registry.DefaultReactiveHealthContributorRegistry
 
registerContributor(String, ReactiveHealthContributor) - Method in interface org.springframework.boot.health.registry.ReactiveHealthContributorRegistry
Register a contributor with the given name.
registerConverter(ConverterRegistry) - Static method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
registerDestructionCallback(String, Runnable) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
 
registerEntries(JsonMixinModuleEntries, ClassLoader) - Method in class org.springframework.boot.jackson.JsonMixinModule
Register the specified entries.
registerErrorPages(ErrorPageRegistry) - Method in interface org.springframework.boot.web.error.ErrorPageRegistrar
Register pages as required with the given registry.
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
Deprecated.
 
registerHints(RuntimeHints) - Method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
Contribute hints to the given RuntimeHints instance.
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints
 
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
 
registerIfAbsent(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in interface org.springframework.boot.BootstrapRegistry
Register a specific type with the registry if one is not already present.
registerIfAbsent(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
 
registerJsonComponents() - Method in class org.springframework.boot.jackson.JsonComponentModule
 
registerLoggedException(Throwable) - Method in class org.springframework.boot.SpringApplication
Register that the given exception has been logged.
registerMapping(ExposableWebEndpoint, WebOperationRequestPredicate, WebOperation, String) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
 
registerMembers(ObservationRegistry.ObservationConfig, List<ObservationHandler<?>>) - Method in interface org.springframework.boot.micrometer.observation.autoconfigure.ObservationHandlerGroup
Register group members against the given ObservationRegistry.ObservationConfig.
registerReadMapping(RequestMappingInfo, ExposableWebEndpoint, WebOperation) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
 
registerRestTemplate() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.AutoConfigureWebClient
If a RestTemplate bean should be registered.
registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the created ApplicationContext should have a shutdown hook registered.
registerWebServerFactoryBeans(ApplicationContext, ConfigurableApplicationContext, AnnotationConfigRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextFactory
 
registerWebServiceTemplate() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.AutoConfigureWebServiceClient
If a WebServiceTemplate bean should be registered.
registrar(Map<String, C>) - Method in interface org.springframework.boot.health.autoconfigure.registry.HealthContributorNameGenerator
Return a registrar that can be used to register the given contributor beans with a generated name.
Registration() - Constructor for class org.springframework.boot.security.oauth2.client.autoconfigure.OAuth2ClientProperties.Registration
 
Registration() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
Registration() - Constructor for class org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Registration
 
RegistrationBean - Class in org.springframework.boot.web.servlet
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - Constructor for class org.springframework.boot.web.servlet.RegistrationBean
 
RegistrationMappingDescription<T> - Class in org.springframework.boot.servlet.actuate.mappings
A mapping description derived from a Registration.
RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.servlet.actuate.mappings.RegistrationMappingDescription
Creates a new RegistrationMappingDescription derived from the given registration and with the given predicate.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Reinitialize the logging system if required.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
rejectTasksWhenLimitReached(boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
Set whether to reject tasks when the concurrency limit has been reached.
relaunch(ClassLoader) - Method in class org.springframework.boot.devtools.restart.Restarter
Relaunch the application using the specified classloader.
REMOTE_ADDRESS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include the remote address from the request.
RemoteClientConfiguration - Class in org.springframework.boot.devtools.remote.client
Configuration used to connect to remote Spring Boot applications.
RemoteClientConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
RemoteDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for remote development support.
RemoteDevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
Configuration properties for remote Spring Boot applications.
RemoteDevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
RemoteDevToolsProperties.Proxy - Class in org.springframework.boot.devtools.autoconfigure
 
RemoteDevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
 
Remoteip() - Constructor for class org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Remoteip
 
RemoteSpringApplication - Class in org.springframework.boot.devtools
Application that can be used to establish a link to remotely running Spring Boot code.
remove(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the entity instance.
remove(Runnable) - Method in interface org.springframework.boot.SpringApplicationShutdownHandlers
Remove a previously added an action so that it no longer runs when the JVM exits.
remove(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
 
remove(String) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
 
remove(String) - Method in class org.springframework.boot.web.server.MimeMappings
Remove an existing mapping.
remove(ContainerReference, boolean) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
Remove a specific container.
remove(ImageReference, boolean) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
Remove a specific image.
removeAttribute(String) - Method in class org.springframework.boot.devtools.restart.Restarter
 
removeConvertible(Class<?>, Class<?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
 
removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
removeDuplicatesFromOutputDirectory(File, File) - Static method in class org.springframework.boot.loader.tools.FileUtils
Utility to remove duplicate files from an "output" directory if they already exist in an "origin".
renderDefaultErrorView(ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Render a default HTML "Whitelabel Error Page".
renderErrorResponse(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Render the error information as a JSON payload.
renderErrorView(String, ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.webflux.autoconfigure.error.AbstractErrorWebExceptionHandler
Render the given error data as a view, using a template view if available or a static HTML file if available otherwise.
renderErrorView(ServerRequest) - Method in class org.springframework.boot.webflux.autoconfigure.error.DefaultErrorWebExceptionHandler
Render the error information as an HTML view.
renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.boot.mustache.reactive.view.MustacheView
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.mustache.servlet.view.MustacheView
 
repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
repackage(File, Libraries, LaunchScript) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
repackage(File, Libraries, LaunchScript, FileTime) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage the source file so that it can be run using 'java -jar'.
Repackager - Class in org.springframework.boot.loader.tools
Utility class that can be used to repackage an archive so that it can be executed using 'java -jar'.
Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
Create a new Repackager instance.
RepackagingLayout - Interface in org.springframework.boot.loader.tools
A specialization of Layout that repackages an existing archive by moving its content to a new location.
replace() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase
Determines what type of existing DataSource bean can be replaced.
replacement() - Element in annotation interface org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The field that should be used instead (if any).
replaceValue(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Replace the value for the specified key if the value is not null.
replay(Log, Class<?>) - Static method in class org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replay(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
report(FailureAnalysis) - Method in interface org.springframework.boot.diagnostics.FailureAnalysisReporter
Reports the given failureAnalysis to the user.
report(FailureAnalysis) - Method in class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
reportException(Throwable) - Method in interface org.springframework.boot.SpringBootExceptionReporter
Report a startup failure to the user.
Repository() - Constructor for class org.springframework.boot.data.autoconfigure.metrics.DataMetricsProperties.Repository
 
RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.data.rest.autoconfigure
Auto-configuration for Spring Data Rest's MVC integration.
RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.data.rest.autoconfigure.RepositoryRestMvcAutoConfiguration
 
RepositoryRestProperties - Class in org.springframework.boot.data.rest.autoconfigure
Configuration properties for Spring Data REST.
RepositoryRestProperties() - Constructor for class org.springframework.boot.data.rest.autoconfigure.RepositoryRestProperties
 
repositoryTags(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in class org.springframework.boot.data.metrics.DefaultRepositoryTagsProvider
 
repositoryTags(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in interface org.springframework.boot.data.metrics.RepositoryTagsProvider
Provides tags to be associated with metrics for the given invocation.
RepositoryTagsProvider - Interface in org.springframework.boot.data.metrics
Provides Tags for Spring Data Repository invocations.
RepositoryType - Enum Class in org.springframework.boot.autoconfigure.data
Type of Spring Data repositories to enable.
Representation() - Constructor for class org.springframework.boot.data.mongodb.autoconfigure.DataMongoProperties.Representation
 
Representation() - Constructor for class org.springframework.boot.mongodb.autoconfigure.MongoProperties.Representation
 
Request() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
 
Request(URI, String, String, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
Creates a fully-configured Request instance.
REQUEST - Enum constant in enum class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties.HttpMessageType
HTTP request message.
REQUEST - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
Apply the filter on ordinary client calls.
REQUEST_ATTRIBUTE - Static variable in enum class org.springframework.boot.cloudfoundry.actuate.autoconfigure.endpoint.AccessLevel
The request attribute used to store the AccessLevel.
REQUEST_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include request headers.
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.servlet.filter.OrderedFilter
Filters that wrap the servlet request should be ordered less than or equal to this.
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.webflux.filter.OrderedWebFilter
Filters that wrap the request should be ordered less than or equal to this.
requestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the Supplier of ClientHttpRequestFactory that should be called each time we RestTemplateBuilder.build() a new RestTemplate instance.
requestFactoryBuilder() - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Return a ClientHttpRequestFactoryBuilder instance using the settings of this builder.
requestFactoryBuilder(ClientHttpRequestFactoryBuilder<?>) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the ClientHttpRequestFactoryBuilder that should be used each time we RestTemplateBuilder.build() a new RestTemplate instance.
requestFactorySettings(UnaryOperator<ClientHttpRequestFactorySettings>) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Update the ClientHttpRequestFactorySettings using the given customizer.
requestFactorySettings(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
RequestMappingConditionsDescription - Class in org.springframework.boot.webflux.actuate.mappings
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription - Class in org.springframework.boot.webmvc.actuate.mappings
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.webflux.actuate.mappings
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.webmvc.actuate.mappings
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.webflux.actuate.mappings
A description of a NameValueExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.webmvc.actuate.mappings
A description of a NameValueExpression in a request mapping condition.
requestMatcherProvider(DispatcherServletPath) - Method in class org.springframework.boot.security.autoconfigure.actuate.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
 
RequestMatcherProvider - Interface in org.springframework.boot.security.autoconfigure.actuate.servlet
Interface that can be used to provide a RequestMatcher that can be used with Spring Security.
REQUESTS_ACTIVE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
Requests remained active at the end of the grace period.
requiredViewClass() - Method in class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
 
requiredViewClass() - Method in class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
 
reset() - Static method in class org.springframework.boot.context.ApplicationPidFileWriter
Reset the created flag for testing purposes.
reset() - Method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 
resolve(Class<T>) - Method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
Resolves an argument of the given type.
resolve(Class<T>) - Method in class org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
 
resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
Resolve a ConfigDataLocation into one or more ConfigDataResource instances.
resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
 
resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
 
resolveAll(String, String...) - Method in class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
Resolves the placeholders in the given values, replacing them with the given platform.
resolveAll(DataSource, String...) - Method in class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
Resolves the placeholders in the given values, replacing them with the platform derived from the DatabaseDriver of the given dataSource.
resolveArgument(Class<T>) - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Resolves an argument with the given argumentType.
resolveConfigLocation() - Method in class org.springframework.boot.hazelcast.autoconfigure.HazelcastProperties
Resolve the config location if set.
resolveConfigLocation(Resource) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
Resolve the config location if set.
resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
resolveContextualObject(String) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope
 
ResolvedDockerHost - Class in org.springframework.boot.buildpack.platform.docker.configuration
Resolves a DockerHost from the environment, configuration, or using defaults.
resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.webmvc.autoconfigure.error.AbstractErrorController
Resolve any specific error views.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.webmvc.autoconfigure.error.DefaultErrorViewResolver
 
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.webmvc.autoconfigure.error.ErrorViewResolver
Resolve an error view for the specified details.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.webmvc.error.DefaultErrorAttributes
 
resolveFilePath(String, Resource) - Method in interface org.springframework.boot.io.ApplicationResourceLoader.FilePathResolver
Return the path of the given resource if it can also be represented as a FileSystemResource.
resolveLinks(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Resolves links to the known endpoints based on a request with the given requestUrl.
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
resolvePlaceholder(String) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
resolvePlaceholders(Object) - Method in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
Called to resolve any placeholders in the given value.
resolvePlaceholders(Object) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
Resolve a ConfigDataLocation into one or more ConfigDataResource instances based on available profiles.
resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
 
Resource() - Constructor for class org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Resource
 
ResourceBanner - Class in org.springframework.boot
Banner implementation that prints from a source text Resource.
ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
 
ResourceBundleCondition() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
ResourceCondition - Class in org.springframework.boot.autoconfigure.condition
SpringBootCondition used to check if a resource can be found using a configurable property and optional default location(s).
ResourceCondition(String, String, String...) - Constructor for class org.springframework.boot.autoconfigure.condition.ResourceCondition
Create a new condition.
ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.webflux.autoconfigure
Callback interface that can be used to customize ResourceHandlerRegistration.
resourceLabels() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
 
resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
resources() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnResource
The resources that must be present.
Resources() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
resourceType() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
 
Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
Creates a fully-configured Response instance.
RESPONSE - Enum constant in enum class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties.HttpMessageType
HTTP response message.
RESPONSE_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include response headers.
Rest5ClientBuilderCustomizer - Interface in org.springframework.boot.elasticsearch.autoconfigure
Callback interface that can be implemented by beans wishing to customize the Rest5ClientBuilder to fine-tune its auto-configuration before it creates a Rest5Client.
restart() - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(Set<URL>, ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
Called to restart the application.
restart(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
RestartApplicationListener - Class in org.springframework.boot.devtools.restart
ApplicationListener to initialize the Restarter.
RestartApplicationListener() - Constructor for class org.springframework.boot.devtools.restart.RestartApplicationListener
 
RestartClassLoader - Class in org.springframework.boot.devtools.restart.classloader
Disposable ClassLoader used to support application restarting.
RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
Restarter - Class in org.springframework.boot.devtools.restart
Allows a running application to be restarted with an updated classpath.
Restarter(Thread, String[], boolean, RestartInitializer) - Constructor for class org.springframework.boot.devtools.restart.Restarter
Internal constructor to create a new Restarter instance.
RestartInitializer - Interface in org.springframework.boot.devtools.restart
Strategy interface used to initialize a Restarter.
RestartListener - Interface in org.springframework.boot.devtools.restart
Listener that is notified of application restarts.
RestartScope - Annotation Interface in org.springframework.boot.devtools.restart
Restart @Scope Annotation used to indicate that a bean should remain between restarts.
RestartScopeInitializer - Class in org.springframework.boot.devtools.restart
Support for a 'restart' Scope that allows beans to remain between restarts.
RestartScopeInitializer() - Constructor for class org.springframework.boot.devtools.restart.RestartScopeInitializer
 
RestartServer - Class in org.springframework.boot.devtools.restart.server
Server used to restart the current application with updated ClassLoaderFiles.
RestartServer(SourceDirectoryUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestartServer(SourceDirectoryUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
Restclient() - Constructor for class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient
 
RestClientAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
RestClientAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestClientAutoConfiguration
 
RestClientBuilderConfigurer - Class in org.springframework.boot.restclient.autoconfigure
Configure RestClient.Builder with sensible defaults.
RestClientBuilderConfigurer() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestClientBuilderConfigurer
 
RestClientCustomizer - Interface in org.springframework.boot.restclient
Callback interface that can be used to customize a RestClient.Builder.
RestClientObservationAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
Configure the instrumentation of RestClient.
RestClientObservationAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestClientObservationAutoConfiguration
 
RestClientProperties - Class in org.springframework.boot.restclient.autoconfigure
Properties for RestClient.
RestClientProperties() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestClientProperties
 
RestClientSsl - Interface in org.springframework.boot.restclient.autoconfigure
Interface that can be used to apply SSL configuration to a RestClient.Builder.
RestClientTest - Annotation Interface in org.springframework.boot.test.autoconfigure.web.client
Annotation for a Spring rest client test that focuses only on beans that use RestTemplateBuilder or RestClient.Builder.
RestClientTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.client
RestControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.0 in favor of @Endpoint and @WebEndpoint
RestDocsAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for Spring REST Docs.
RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 
RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.restdocs
A MockMvcBuilderCustomizer that configures Spring REST Docs.
RestDocsMockMvcConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for MockMvcRestDocumentationConfigurer.
RestDocsProperties - Class in org.springframework.boot.test.autoconfigure.restdocs
Configuration properties for Spring REST Docs.
RestDocsProperties() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
RestDocsRestAssuredConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for RestAssuredRestDocumentationConfigurer.
RestDocsTestExecutionListener - Class in org.springframework.boot.test.autoconfigure.restdocs
A TestExecutionListener for Spring REST Docs that removes the need for a @Rule when using JUnit or manual before and after test calls when using TestNG.
RestDocsTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
RestDocsWebTestClientConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for WebTestClientRestDocumentationConfigurer.
restore() - Method in interface org.springframework.boot.devtools.filewatch.SnapshotStateRepository
Restore any previously saved state.
restore() - Method in class org.springframework.boot.web.server.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 
RESTRICTED - Enum constant in enum class org.springframework.boot.cloudfoundry.actuate.autoconfigure.endpoint.AccessLevel
Restricted access to a limited set of endpoints.
RestTemplateAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
RestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestTemplateAutoConfiguration
 
RestTemplateBuilder - Class in org.springframework.boot.restclient
Builder that can be used to configure and create a RestTemplate.
RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.restclient.RestTemplateBuilder
Create a new RestTemplateBuilder instance.
RestTemplateBuilderConfigurer - Class in org.springframework.boot.restclient.autoconfigure
Configure RestTemplateBuilder with sensible defaults.
RestTemplateBuilderConfigurer() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestTemplateBuilderConfigurer
 
RestTemplateCustomizer - Interface in org.springframework.boot.restclient
Callback interface that can be used to customize a RestTemplate.
RestTemplateObservationAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
Configure the instrumentation of RestTemplate.
RestTemplateObservationAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestTemplateObservationAutoConfiguration
 
RestTemplateRequestCustomizer<T> - Interface in org.springframework.boot.restclient
Callback interface that can be used to customize the ClientHttpRequest sent from a RestTemplate.
resultedIn(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates a single result.
retainIncluded(Map<String, Object>) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
Remove elements from the given map if they are not included in this set of options.
rethrow() - Method in interface org.springframework.boot.tomcat.TomcatEmbeddedContext.DeferredStartupExceptions
Rethrow deferred startup exceptions if there are any.
Retry() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
 
Retry() - Constructor for class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Retry
 
RETRY - Enum constant in enum class org.springframework.boot.devtools.restart.FailureHandler.Outcome
Try again to relaunch the application.
RetryPolicySettings - Class in org.springframework.boot.retry
Settings for a RetryPolicy.
RetryPolicySettings() - Constructor for class org.springframework.boot.retry.RetryPolicySettings
 
rollback(TransactionContext) - Method in class org.springframework.boot.jooq.autoconfigure.SpringTransactionProvider
 
RollingPolicySystemProperty - Enum Class in org.springframework.boot.logging.logback
Logback rolling policy system properties that can later be used by log configuration files.
ROOT - Static variable in interface org.springframework.boot.buildpack.platform.io.Owner
Owner for root ownership.
ROOT_LOGGER_NAME - Static variable in class org.springframework.boot.logging.LoggingSystem
The name used for the root logger.
rootFirst() - Static method in class org.springframework.boot.logging.StandardStackTracePrinter
Return a StandardStackTracePrinter that prints the stack trace with the root exception first (the opposite of Throwable.printStackTrace()).
rootLast() - Static method in class org.springframework.boot.logging.StandardStackTracePrinter
Return a StandardStackTracePrinter that prints the stack trace with the root exception last (the same as Throwable.printStackTrace()).
RootLogLevelConfigurator - Class in org.springframework.boot.logging.logback
Logback Configurator, registered through META-INF/services, that sets the root log level to Level.INFO.
RootLogLevelConfigurator() - Constructor for class org.springframework.boot.logging.logback.RootLogLevelConfigurator
 
rootUri(String) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set a root URL that should be applied to each request that starts with '/'.
RootUriBuilderFactory - Class in org.springframework.boot.restclient
UriBuilderFactory to set the root for URI that starts with '/'.
RootUriRequestExpectationManager - Class in org.springframework.boot.restclient.test
RequestExpectationManager that strips the specified root URI from the request before verification.
RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 
RootUriTemplateHandler - Class in org.springframework.boot.restclient
UriTemplateHandler to set the root for URI that starts with '/'.
RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.restclient.RootUriTemplateHandler
 
Rsocket() - Constructor for class org.springframework.boot.graphql.autoconfigure.GraphQlProperties.Rsocket
 
RSocket() - Constructor for class org.springframework.boot.integration.autoconfigure.IntegrationProperties.RSocket
 
RSocketGraphQlClientAutoConfiguration - Class in org.springframework.boot.graphql.autoconfigure.rsocket
Auto-configuration for RSocketGraphQlClient.
RSocketGraphQlClientAutoConfiguration() - Constructor for class org.springframework.boot.graphql.autoconfigure.rsocket.RSocketGraphQlClientAutoConfiguration
 
RSocketMessageHandlerCustomizer - Interface in org.springframework.boot.rsocket.autoconfigure
Callback interface that can be used to customize a RSocketMessageHandler.
RSocketMessagingAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
Auto-configuration for Spring RSocket support in Spring Messaging.
RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketMessagingAutoConfiguration
 
RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
ApplicationContextInitializer that sets Environment properties for the ports that RSocketServer servers are actually listening on.
RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
 
RSocketProperties - Class in org.springframework.boot.rsocket.autoconfigure
Properties for RSocket support.
RSocketProperties() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketProperties
 
RSocketProperties.Server - Class in org.springframework.boot.rsocket.autoconfigure
 
RSocketProperties.Server.Spec - Class in org.springframework.boot.rsocket.autoconfigure
 
RSocketRequesterAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
RSocketRequesterAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketRequesterAutoConfiguration
 
RSocketSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.rsocket
Auto-configuration for Spring Security for an RSocket server.
RSocketSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.rsocket.RSocketSecurityAutoConfiguration
 
RSocketServer - Interface in org.springframework.boot.rsocket.server
Simple interface that represents a fully configured RSocket server.
RSocketServer.Transport - Enum Class in org.springframework.boot.rsocket.server
Choice of transport protocol for the RSocket server.
RSocketServerAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
Auto-configuration for RSocket servers.
RSocketServerAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketServerAutoConfiguration
 
RSocketServerBootstrap - Class in org.springframework.boot.rsocket.context
Bootstrap an RSocketServer and start it with the application context.
RSocketServerBootstrap(RSocketServerFactory, SocketAcceptor) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerBootstrap
 
RSocketServerCustomizer - Interface in org.springframework.boot.rsocket.server
Callback interface that can be used to customize a RSocketServer.
RSocketServerException - Exception Class in org.springframework.boot.rsocket.server
Exceptions thrown by an RSocket server.
RSocketServerException(String, Throwable) - Constructor for exception class org.springframework.boot.rsocket.server.RSocketServerException
 
RSocketServerFactory - Interface in org.springframework.boot.rsocket.server
Factory interface that can be used to create a reactive RSocketServer.
RSocketServerInitializedEvent - Class in org.springframework.boot.rsocket.context
Event to be published after the application context is refreshed and the RSocketServer is ready.
RSocketServerInitializedEvent(RSocketServer) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
 
RSocketStrategiesAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
RSocketStrategiesAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketStrategiesAutoConfiguration
 
RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
 
RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
 
RSocketStrategiesCustomizer - Interface in org.springframework.boot.rsocket.messaging
Callback interface that can be used to customize codecs configuration for an RSocket client and/or server with RSocketStrategies.
run(boolean, String...) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(boolean, Collection<String>, Map<String, String>) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(Class<?>[], String[]) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.
run(Class<?>, String...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(String...) - Method in class org.springframework.boot.batch.autoconfigure.JobLauncherApplicationRunner
 
run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - Method in interface org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run(String...) - Method in class org.springframework.boot.SpringApplication.Augmented
Run the application using the given args.
run(String...) - Method in class org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(String, String[]) - Method in interface org.springframework.boot.loader.jarmode.JarMode
Run the jar in the given mode.
run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
Callback used to run the bean.
run(ApplicationArguments) - Method in class org.springframework.boot.batch.autoconfigure.JobLauncherApplicationRunner
 
run(SpringApplication) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Called to run a fully configured SpringApplication.
run(ContextConsumer<? super A>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create and refresh a new ApplicationContext based on the current state of this loader.
runningPhase(BuildRequest, String) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
 
runningPhase(BuildRequest, String) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
Log that a specific phase is running.
RunningService - Interface in org.springframework.boot.docker.compose.core
Provides details of a running Docker Compose service.
RunProcess - Class in org.springframework.boot.loader.tools
Utility used to run a process.
RunProcess(File, String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
Creates new RunProcess instance for the specified working directory and command.
RunProcess(String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
Creates new RunProcess instance for the specified command.
runScripts(AbstractScriptDatabaseInitializer.Scripts) - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
 
runScripts(AbstractScriptDatabaseInitializer.Scripts) - Method in class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
 
runScripts(AbstractScriptDatabaseInitializer.Scripts) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
Initialize the database by running the given scripts.
RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at runtime but not needed for compile.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form