Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- R2dbcAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
 - 
Auto-configurationfor R2DBC. - R2dbcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration
 - R2dbcConnectionDetails - Interface in org.springframework.boot.autoconfigure.r2dbc
 - 
Details required to establish a connection to an SQL service using R2DBC.
 - r2dbcConverter(R2dbcMappingContext, R2dbcCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 - r2dbcCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 - R2dbcDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
 - R2dbcDataAutoConfiguration(DatabaseClient) - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 - r2dbcEntityTemplate(R2dbcConverter) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 - r2dbcHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.r2dbc.ConnectionFactoryHealthContributorAutoConfiguration
 - r2dbcMappingContext(ObjectProvider<NamingStrategy>, R2dbcCustomConversions, RelationalManagedTypes) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 - R2dbcProperties - Class in org.springframework.boot.autoconfigure.r2dbc
 - 
Configuration properties for R2DBC.
 - R2dbcProperties() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 - R2dbcProperties.Pool - Class in org.springframework.boot.autoconfigure.r2dbc
 - R2dbcRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
 - 
Auto-configurationfor Spring Data R2DBC Repositories. - R2dbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcRepositoriesAutoConfiguration
 - R2dbcScriptDatabaseInitializer - Class in org.springframework.boot.r2dbc.init
 - 
An
InitializingBeanthat initializes a database represented by an R2DBCConnectionFactory. - R2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
 - 
Creates a new
R2dbcScriptDatabaseInitializerthat will initialize the database recognized by the givenconnectionFactoryusing the givensettings. - R2dbcTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
 - R2dbcTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcTransactionManagerAutoConfiguration
 - RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 - 
Auto-configurationforRabbitTemplate. - RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 - RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitConnectionDetails - Interface in org.springframework.boot.autoconfigure.amqp
 - 
Details required to establish a connection to a RabbitMQ service.
 - RabbitConnectionDetails.Address - Record Class in org.springframework.boot.autoconfigure.amqp
 - 
A RabbitMQ address.
 - RabbitConnectionFactoryBeanConfigurer - Class in org.springframework.boot.autoconfigure.amqp
 - 
Configures
RabbitConnectionFactoryBeanwith sensible defaults. - RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
 - 
Creates a new configurer that will use the given
resourceLoaderandproperties. - RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
 - 
Creates a new configurer that will use the given
resourceLoader,properties, andconnectionDetails. - RabbitConnectionFactoryCreator(RabbitProperties, ObjectProvider<RabbitConnectionDetails>) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 - rabbitConnectionFactoryMetricsPostProcessor(ApplicationContext) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
 - rabbitHealthContributor(Map<String, RabbitTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration
 - RabbitHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.amqp
 - RabbitHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration
 - RabbitHealthIndicator - Class in org.springframework.boot.actuate.amqp
 - 
Simple implementation of a
HealthIndicatorreturning status information for the RabbitMQ messaging system. - RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 - rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 - RabbitMetrics - Class in org.springframework.boot.actuate.metrics.amqp
 - 
A
MeterBinderfor RabbitMQ Java Client metrics. - RabbitMetrics(ConnectionFactory, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
 - 
Create a new meter binder recording the specified
ConnectionFactory. - RabbitMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.amqp
 - 
Auto-configurationfor metrics on all availableconnection factories. - RabbitMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
 - RabbitProperties - Class in org.springframework.boot.autoconfigure.amqp
 - 
Configuration properties for Rabbit.
 - RabbitProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 - RabbitProperties.AmqpContainer - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.BaseContainer - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.Cache - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.Cache.Channel - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.Cache.Connection - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.ContainerType - Enum Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.DirectContainer - Class in org.springframework.boot.autoconfigure.amqp
 - 
Configuration properties for
DirectMessageListenerContainer. - RabbitProperties.Listener - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.ListenerRetry - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.Retry - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.SimpleContainer - Class in org.springframework.boot.autoconfigure.amqp
 - 
Configuration properties for
SimpleMessageListenerContainer. - RabbitProperties.Ssl - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.Stream - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.StreamContainer - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitProperties.Template - Class in org.springframework.boot.autoconfigure.amqp
 - RabbitRetryTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
 - 
Callback interface that can be used to customize a
RetryTemplateused as part of the Rabbit infrastructure. - RabbitRetryTemplateCustomizer.Target - Enum Class in org.springframework.boot.autoconfigure.amqp
 - 
Define the available target for a
RetryTemplate. - RabbitStreamTemplateConfigurer - Class in org.springframework.boot.autoconfigure.amqp
 - 
Configure
RabbitStreamTemplatewith sensible defaults. - RabbitStreamTemplateConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
 - rabbitTemplate(RabbitTemplateConfigurer, ConnectionFactory, ObjectProvider<RabbitTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 - RabbitTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 - rabbitTemplateConfigurer(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 - RabbitTemplateConfigurer - Class in org.springframework.boot.autoconfigure.amqp
 - 
Configure
RabbitTemplatewith sensible defaults. - RabbitTemplateConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
 - 
Creates a new configurer that will use the given
rabbitProperties. - RabbitTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
 - 
Callback interface that can be used to customize a
RabbitTemplate. - 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=0Environmentproperty (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
 - 
PropertySourcethat 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
 - 
EnvironmentPostProcessorto add theRandomValuePropertySource. - RandomValuePropertySourceEnvironmentPostProcessor(DeferredLogFactory) - Constructor for class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
 - 
Create a new
RandomValuePropertySourceEnvironmentPostProcessorinstance. - 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.autoconfigure.cassandra.CassandraProperties.ThrottlerType
 - 
Limits the request rate per second.
 - Reactive() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Reactive
 - Reactive() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 - Reactive() - Constructor for class org.springframework.boot.autoconfigure.web.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.
 - reactiveCassandraSession(CqlSession) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 - reactiveCassandraSessionFactory(ReactiveSession) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 - reactiveCassandraTemplate(ReactiveSession, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 - ReactiveCloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
 - 
Auto-configurationto expose actuator endpoints for Cloud Foundry to use in a reactive environment. - ReactiveCloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 - reactiveDatabaseSelectionProvider(Neo4jDataProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 - ReactiveElasticsearchClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch
 - 
Auto-configurationfor Spring Data Elasticsearch's reactive client. - ReactiveElasticsearchClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ReactiveElasticsearchClientAutoConfiguration
 - ReactiveElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
 - 
Auto-configurationfor Spring Data's Elasticsearch Reactive Repositories. - ReactiveElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRepositoriesAutoConfiguration
 - reactiveGridFsTemplate(ReactiveMongoDatabaseFactory, MappingMongoConverter, DataBufferFactory) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 - ReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
 - 
Tagging interface for classes that contribute to
health componentsto the results returned from theHealthEndpoint. - ReactiveHealthContributorRegistry - Interface in org.springframework.boot.actuate.health
 - ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
 - 
Reactive
@EndpointWebExtensionfor theHealthEndpoint. - ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups, Duration) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 - 
Create a new
ReactiveHealthEndpointWebExtensioninstance. - ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
 - 
Strategy interface used to contribute
Healthto the results returned from the reactive variant of theHealthEndpoint. - ReactiveManagementChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
 - 
@ManagementContextConfigurationfor reactive web infrastructure when a separate management context with a web server running on a different port is required. - ReactiveManagementChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 - ReactiveManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
 - 
Auto-configurationfor Reactive-specific management context concerns. - ReactiveManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
 - ReactiveManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
 - 
Auto-configurationfor Reactive Spring Security when actuator is on the classpath. - ReactiveManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.reactive.ReactiveManagementWebSecurityAutoConfiguration
 - reactiveManagementWebServerFactoryCustomizer(ListableBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 - ReactiveMongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
 - 
A factory for a reactive
MongoClient. - ReactiveMongoClientFactory(List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
 - 
Construct a factory for creating a
MongoClient. - reactiveMongoDatabaseFactory(MongoClient, MongoProperties) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 - reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 - ReactiveMultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
 - 
Auto-configurationfor multipart support in Spring WebFlux. - ReactiveMultipartAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartAutoConfiguration
 - ReactiveMultipartProperties - Class in org.springframework.boot.autoconfigure.web.reactive
 - 
Configuration propertiesfor configuring multipart support in Spring Webflux. - ReactiveMultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 - reactiveNeo4jClient(Driver, ReactiveDatabaseSelectionProvider) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 - reactiveNeo4jTemplate(ReactiveNeo4jClient, Neo4jMappingContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 - ReactiveOAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.reactive
 - 
Auto-configurationfor Spring Security's Reactive OAuth2 client. - ReactiveOAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 - ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
 - 
Auto-configurationfor Reactive OAuth2 resource server support. - ReactiveOAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.ReactiveOAuth2ResourceServerAutoConfiguration
 - reactiveQueryByExampleRegistrar(ObjectProvider<ReactiveQueryByExampleExecutor<?>>) - Method in class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQueryByExampleAutoConfiguration
 - reactiveQuerydslRegistrar(ObjectProvider<ReactiveQuerydslPredicateExecutor<?>>) - Method in class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQuerydslAutoConfiguration
 - reactiveRedisTemplate(ReactiveRedisConnectionFactory, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 - ReactiveSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
 - 
Auto-configurationfor Spring Security in a reactive application. - ReactiveSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration
 - reactiveSecurityDataFetcherExceptionResolver() - Method in class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebFluxSecurityAutoConfiguration
 - reactiveStreamsMongoClient(ObjectProvider<MongoClientSettingsBuilderCustomizer>, MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 - reactiveStringRedisTemplate(ReactiveRedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 - reactiveUserDetailsService(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 - ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
 - 
Default user
@Configurationfor a reactive web application. - ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 - ReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
 - 
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
ReactiveWebApplicationContextRunnerinstance using aAnnotationConfigReactiveWebApplicationContextas the underlying source. - ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
 - 
Create a new
ApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source. - reactiveWebChildContextFactory() - Static method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
 - 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.reactive.context
 - 
A
GenericReactiveWebApplicationContextthat can be used to bootstrap itself from a containedReactiveWebServerFactorybean. - ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 - 
Create a new
ReactiveWebServerApplicationContext. - ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 - 
Create a new
ReactiveWebServerApplicationContextwith the givenDefaultListableBeanFactory. - ReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
 - 
Factory interface that can be used to create a reactive
WebServer. - ReactiveWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
 - 
Auto-configurationfor a reactive web server. - ReactiveWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 - ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.reactive
 - 
Registers a
WebServerFactoryCustomizerBeanPostProcessor. - reactiveWebServerFactoryCustomizer(ServerProperties, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 - ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
 - 
WebServerFactoryCustomizerto applyServerPropertiesto reactive servers. - ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 - 
Create a new
ReactiveWebServerFactoryCustomizerinstance. - ReactiveWebServerFactoryCustomizer(ServerProperties, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 - 
Create a new
ReactiveWebServerFactoryCustomizerinstance. - ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
 - 
Event to be published after the
WebServeris ready. - ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
 - ReactorNettyConfigurations - Class in org.springframework.boot.autoconfigure.reactor.netty
 - 
Configurations for Reactor Netty.
 - ReactorNettyConfigurations.ReactorResourceFactoryConfiguration - Class in org.springframework.boot.autoconfigure.reactor.netty
 - ReactorNettyHttpClientMapper - Interface in org.springframework.boot.autoconfigure.web.reactive.function.client
 - 
Mapper that allows for custom modification of a
HttpClientbefore it is used as the basis for aReactorClientHttpConnector. - ReactorNettyProperties - Class in org.springframework.boot.autoconfigure.reactor.netty
 - 
Configuration properties for Reactor Netty.
 - ReactorNettyProperties() - Constructor for class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties
 - ReactorResourceFactoryConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyConfigurations.ReactorResourceFactoryConfiguration
 - read(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
 - 
Return
ObjectContentfrom reading from the specified file. - read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
 - 
Return
ObjectContentfrom reading from the specified input stream. - read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
 - 
Return
ObjectContentfrom reading from the specified reader. - read(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
 - 
Return
ObjectContentfrom reading from the specified classpath resource. - read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
 - 
Return
ObjectContentfrom reading from the specified resource. - 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.autoconfigure.kafka.KafkaProperties.IsolationLevel
 - 
Read records from committed transactions, in addition to records not part of transactions.
 - READ_UNCOMMITTED - Enum constant in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
 - 
Read everything including aborted transactions.
 - readableChannel() - Method in class org.springframework.boot.origin.OriginTrackedResource
 - 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(ApplicationAvailability) - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
 - readinessStateHealthIndicator(ApplicationAvailability) - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
 - ReadinessStateHealthIndicator - Class in org.springframework.boot.actuate.availability
 - 
A
HealthIndicatorthat checks theReadinessStateof the application. - ReadinessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
 - ReadinessTimeoutException - Exception 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
@Endpointas being a read operation. - readPublicKey() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 - readTimeout() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
 - 
Returns the value of the
readTimeoutrecord component. - 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
CommandLineRunnersandApplicationRunnershave 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.actuate.integration.IntegrationGraphEndpoint
 - RECEIVER_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
 - 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
 - REDIRECTION - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
 - 
Outcome of the request was redirection.
 - Redis() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 - REDIS - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
 - 
Redis backed caching.
 - RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Auto-configurationfor Spring Data's Redis support. - RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 - RedisCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
 - 
Callback interface that can be used to customize a
RedisCacheManager.RedisCacheManagerBuilder. - RedisCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
 - 
CacheMeterBinderProviderimplementation for Redis. - RedisCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.RedisCacheMeterBinderProvider
 - RedisCacheMetrics - Class in org.springframework.boot.actuate.metrics.cache
 - 
CacheMeterBinderforRedisCache. - RedisCacheMetrics(RedisCache, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 - RedisConnectionDetails - Interface in org.springframework.boot.autoconfigure.data.redis
 - 
Details required to establish a connection to a Redis service.
 - RedisConnectionDetails.Cluster - Interface in org.springframework.boot.autoconfigure.data.redis
 - 
Redis cluster configuration.
 - RedisConnectionDetails.Node - Record Class in org.springframework.boot.autoconfigure.data.redis
 - 
A node in a sentinel or cluster configuration.
 - RedisConnectionDetails.Sentinel - Interface in org.springframework.boot.autoconfigure.data.redis
 - 
Redis sentinel configuration.
 - RedisConnectionDetails.Standalone - Interface in org.springframework.boot.autoconfigure.data.redis
 - 
Redis standalone configuration.
 - redisHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration
 - redisHealthContributor(Map<String, RedisConnectionFactory>) - Method in class org.springframework.boot.actuate.autoconfigure.data.redis.RedisHealthContributorAutoConfiguration
 - RedisHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.data.redis
 - RedisHealthIndicator - Class in org.springframework.boot.actuate.data.redis
 - 
Simple implementation of a
HealthIndicatorreturning status information for Redis data stores. - RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.data.redis.RedisHealthIndicator
 - RedisProperties - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Configuration properties for Redis.
 - RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 - RedisProperties.ClientType - Enum Class in org.springframework.boot.autoconfigure.data.redis
 - 
Type of Redis client to use.
 - RedisProperties.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Cluster properties.
 - RedisProperties.Jedis - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Jedis client properties.
 - RedisProperties.Lettuce - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Lettuce client properties.
 - RedisProperties.Lettuce.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
 - RedisProperties.Lettuce.Cluster.Refresh - Class in org.springframework.boot.autoconfigure.data.redis
 - RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Pool properties.
 - RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Redis sentinel properties.
 - RedisProperties.Ssl - Class in org.springframework.boot.autoconfigure.data.redis
 - RedisReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Auto-configurationfor Spring Data's reactive Redis support. - RedisReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 - RedisReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.data.redis
 - RedisReactiveHealthIndicator - Class in org.springframework.boot.actuate.data.redis
 - 
A
ReactiveHealthIndicatorfor Redis. - RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.data.redis.RedisReactiveHealthIndicator
 - RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
 - 
Auto-configurationfor Spring Data's Redis Repositories. - RedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
 - RedisSessionProperties - Class in org.springframework.boot.autoconfigure.session
 - 
Configuration properties for Redis backed Spring Session.
 - RedisSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 - RedisSessionProperties.ConfigureAction - Enum Class in org.springframework.boot.autoconfigure.session
 - 
Strategies for configuring and validating Redis.
 - RedisSessionProperties.RepositoryType - Enum Class in org.springframework.boot.autoconfigure.session
 - 
Type of Redis session repository to auto-configure.
 - redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 - REDSHIFT - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
 - 
Amazon Redshift.
 - ReflectiveOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
 - 
An
OperationInvokerthat invokes an operation using reflection. - ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 - 
Creates a new
ReflectiveOperationInvokerthat will invoke the givenmethodon the giventarget. - refresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 - refresh() - Method in class org.springframework.boot.web.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.autoconfigure.data.redis.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(Class<?>...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
 - 
Register one or more annotated classes to be processed.
 - register(Class<?>...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
 - 
Register one or more annotated classes to be processed.
 - register(Class<?>...) - Method in class org.springframework.boot.web.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(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
ConfigurationPropertiesBindingPostProcessorbean if one is not already registered. - register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 - 
Register the processor with a
BeanDefinitionRegistry. - register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 - 
Register the processor with a
BeanDefinitionRegistry. - 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(BeanDefinitionRegistry, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 - 
Register the processor with a
BeanDefinitionRegistry. - register(WebListenerRegistry) - Method in interface org.springframework.boot.web.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.servlet.context.AnnotationConfigServletWebApplicationContext
 - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer
 - 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 anSslBundleRegistry. - registerContributor(String, C) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
 - 
Register a contributor with the given
name. - registerContributor(String, ReactiveHealthContributor) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 - 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.server.ErrorPageRegistrar
 - 
Register pages as required with the given registry.
 - registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 - registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 - registerHints(RuntimeHints) - Method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
 - 
Contribute hints to the given
RuntimeHintsinstance. - 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.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 - registerReadMapping(RequestMappingInfo, ExposableWebEndpoint, WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 - registerRestTemplate() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.AutoConfigureWebClient
 - 
If a
RestTemplatebean should be registered. - registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Sets if the created
ApplicationContextshould have a shutdown hook registered. - registerWebServerFactoryBeans(ApplicationContext, ConfigurableApplicationContext, AnnotationConfigRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
 - registerWebServiceTemplate() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.AutoConfigureWebServiceClient
 - 
If a
WebServiceTemplatebean should be registered. - Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 - Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 - Registration() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.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 extends Registration> - Class in org.springframework.boot.actuate.web.mappings.servlet
 - 
A mapping description derived from a
Registration. - RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
 - 
Creates a new
RegistrationMappingDescriptionderived from the givenregistrationand with the givenpredicate. - 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
 - 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
 - remoteDevToolsAccessManager() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 - RemoteDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
 - 
Auto-configurationfor remote development support. - RemoteDevToolsAutoConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 - remoteDevToolsDispatcherFilter(AccessManager, Collection<HandlerMapper>) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 - remoteDevToolsHealthCheckHandlerMapper(ServerProperties) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 - 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.autoconfigure.web.ServerProperties.Tomcat.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.
 - 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
 - removeListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 - renderDefaultErrorView(ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 - 
Render a default HTML "Whitelabel Error Page".
 - renderErrorResponse(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
 - 
Render the error information as a JSON payload.
 - renderErrorView(String, ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.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.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
 - 
Render the error information as an HTML view.
 - renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
 - renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.web.servlet.view.MustacheView
 - 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
valuefor the specified key if the value is notnull. - 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
failureAnalysisto 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.actuate.autoconfigure.metrics.MetricsProperties.Data.Repository
 - RepositoryMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.data
 - 
Auto-configurationfor Spring Data Repository metrics. - RepositoryMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
 - RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
 - 
Auto-configurationfor Spring Data Rest's MVC integration. - RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 - RepositoryRestProperties - Class in org.springframework.boot.autoconfigure.data.rest
 - 
Configuration properties for Spring Data REST.
 - RepositoryRestProperties() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 - repositoryTags(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in class org.springframework.boot.actuate.metrics.data.DefaultRepositoryTagsProvider
 - repositoryTags(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in interface org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider
 - 
Provides tags to be associated with metrics for the given
invocation. - repositoryTagsProvider() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
 - RepositoryTagsProvider - Interface in org.springframework.boot.actuate.metrics.data
 - 
Provides
Tagsfor Spring DataRepository invocations. - RepositoryType - Enum Class in org.springframework.boot.autoconfigure.data
 - 
Type of Spring Data repositories to enable.
 - Request() - Constructor for class org.springframework.boot.autoconfigure.cassandra.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
Requestinstance. - REQUEST - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
 - 
Apply the filter on ordinary client calls.
 - REQUEST - Enum constant in enum class org.springframework.boot.web.servlet.server.Encoding.Type
 - 
HTTP request message.
 - REQUEST_ATTRIBUTE - Static variable in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.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.web.reactive.filter.OrderedWebFilter
 - 
Filters that wrap the request should be ordered less than or equal to this.
 - REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.web.servlet.filter.OrderedFilter
 - 
Filters that wrap the servlet request should be ordered less than or equal to this.
 - requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 - requestContextFilter() - Static method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 - requestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
RestTemplateRequestCustomizersthat should be applied to theClientHttpRequest. - requestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
RestTemplateRequestCustomizersthat should be applied to theClientHttpRequest. - requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
ClientHttpRequestFactoryclass that should be used with theRestTemplate. - requestFactory(Function<ClientHttpRequestFactorySettings, ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the request factory function that should be called to provide a
ClientHttpRequestFactoryeach time weRestTemplateBuilder.build()a newRestTemplateinstance. - requestFactory(Function<ClientHttpRequestFactorySettings, ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 - 
Set the
FunctionofClientHttpRequestFactorySettingstoClientHttpRequestFactorythat should be called to create the HTTP-basedWebServiceMessageSender. - requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
SupplierofClientHttpRequestFactorythat should be called each time weRestTemplateBuilder.build()a newRestTemplateinstance. - requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 - 
Set the
SupplierofClientHttpRequestFactorythat should be called to create the HTTP-basedWebServiceMessageSender. - RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
 - 
Description of the conditions of a
RequestMappingInfo. - RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
 - 
Description of the conditions of a
RequestMappingInfo. - RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
 - 
A description of a
MediaTypeExpressionin a request mapping condition. - RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
 - 
A description of a
MediaTypeExpressionin a request mapping condition. - RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
 - 
A description of a
NameValueExpressionin a request mapping condition. - RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
 - 
A description of a
NameValueExpressionin a request mapping condition. - requestMappingHandlerAdapter(ContentNegotiationManager, FormattingConversionService, Validator) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 - requestMatcherProvider(DispatcherServletPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
 - requestMatcherProvider(JerseyApplicationPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
 - RequestMatcherProvider - Interface in org.springframework.boot.autoconfigure.security.servlet
 - 
Interface that can be used to provide a
RequestMatcherthat 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.web.reactive.result.view.MustacheViewResolver
 - requiredViewClass() - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
 - reset() - Static method in class org.springframework.boot.context.ApplicationPidFileWriter
 - 
Reset the created flag for testing purposes.
 - reset() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
 - 
The reset mode to apply to the mock bean.
 - reset() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBean
 - 
The reset mode to apply to the spied bean.
 - reset() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 - ResetMocksTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
 - 
TestExecutionListenerto reset any mock beans that have been marked with aMockReset. - ResetMocksTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 - 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(Object) - Method in class org.springframework.boot.test.mock.mockito.SpringBootMockResolver
 - resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
 - 
Resolve a
ConfigDataLocationinto one or moreConfigDataResourceinstances. - 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 theDatabaseDriverof the givendataSource. - 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.autoconfigure.hazelcast.HazelcastProperties
 - 
Resolve the config location if set.
 - resolveConfigLocation(Resource) - Method in class org.springframework.boot.autoconfigure.cache.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
 - resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 - 
Resolve any specific error views.
 - resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 - resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver
 - 
Resolve an error view for the specified details.
 - resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 - 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
ConfigDataLocationinto one or moreConfigDataResourceinstances based on available profiles. - resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
 - Resource() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.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
 - 
SpringBootConditionused 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.
 - ResourceConfigCustomizer - Interface in org.springframework.boot.autoconfigure.jersey
 - 
Callback interface that can be implemented by beans wishing to customize Jersey's
ResourceConfigbefore it is used. - ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.autoconfigure.web.reactive
 - 
Callback interface that can be used to customize
ResourceHandlerRegistration. - resourceLabels() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
 - resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
ResourceLoaderfor 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.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
 - respond(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 - 
Send a payload response.
 - respond(HttpStatus) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 - 
Send an HTTP status response.
 - Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
 - 
Creates a fully-configured
Responseinstance. - RESPONSE - Enum constant in enum class org.springframework.boot.web.servlet.server.Encoding.Type
 - 
HTTP response message.
 - RESPONSE_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
 - 
Include response headers.
 - 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
 - 
ApplicationListenerto initialize theRestarter. - RestartApplicationListener() - Constructor for class org.springframework.boot.devtools.restart.RestartApplicationListener
 - RestartClassLoader - Class in org.springframework.boot.devtools.restart.classloader
 - 
Disposable
ClassLoaderused to support application restarting. - RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 - 
Create a new
RestartClassLoaderinstance. - RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 - 
Create a new
RestartClassLoaderinstance. - 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
Restarterinstance. - 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
@ScopeAnnotation used to indicate that a bean should remain between restarts. - RestartScopeInitializer - Class in org.springframework.boot.devtools.restart
 - 
Support for a 'restart'
Scopethat 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
restartthe current application with updatedClassLoaderFiles. - RestartServer(SourceDirectoryUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
 - 
Create a new
RestartServerinstance. - RestartServer(SourceDirectoryUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
 - 
Create a new
RestartServerinstance. - Restclient() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient
 - RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch
 - 
Callback interface that can be implemented by beans wishing to further customize the
RestClientthrough aRestClientBuilderwhilst retaining default auto-configuration. - 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. - RestClientTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.client
 - RestControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
 - 
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.
 - RestDocsAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.restdocs
 - 
Auto-configurationfor Spring REST Docs. - RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 - RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.restdocs
 - 
A
MockMvcBuilderCustomizerthat 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
TestExecutionListenerfor Spring REST Docs that removes the need for a@Rulewhen 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.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 - RESTRICTED - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
 - 
Restricted access to a limited set of endpoints.
 - restTemplate(RestTemplateBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 - RestTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
 - RestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 - restTemplateBuilder(RestTemplateBuilderConfigurer) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 - RestTemplateBuilder - Class in org.springframework.boot.web.client
 - 
Builder that can be used to configure and create a
RestTemplate. - RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Create a new
RestTemplateBuilderinstance. - restTemplateBuilderConfigurer(ObjectProvider<HttpMessageConverters>, ObjectProvider<RestTemplateCustomizer>, ObjectProvider<RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 - RestTemplateBuilderConfigurer - Class in org.springframework.boot.autoconfigure.web.client
 - 
Configure
RestTemplateBuilderwith sensible defaults. - RestTemplateBuilderConfigurer() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer
 - RestTemplateCustomizer - Interface in org.springframework.boot.web.client
 - 
Callback interface that can be used to customize a
RestTemplate. - RestTemplateExchangeTags - Class in org.springframework.boot.actuate.metrics.web.client
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - RestTemplateExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.client
 - 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.0.0 for removal in 3.2.0 in favor of
ClientRequestObservationConvention - RestTemplateRequestCustomizer<T extends ClientHttpRequest> - Interface in org.springframework.boot.web.client
 - 
Callback interface that can be used to customize the
ClientHttpRequestsent from aRestTemplate. - resultedIn(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
 - 
Indicates a single result.
 - Retry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 - Retry() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry
 - RETRY - Enum constant in enum class org.springframework.boot.devtools.restart.FailureHandler.Outcome
 - 
Try again to relaunch the application.
 - rollback(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 - ROLLINGPOLICY_CLEAN_HISTORY_ON_START - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 - 
The name of the System property that contains the clean history on start flag.
 - ROLLINGPOLICY_FILE_NAME_PATTERN - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 - 
The name of the System property that contains the rolled-over log file name pattern.
 - ROLLINGPOLICY_MAX_FILE_SIZE - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 - 
The name of the System property that contains the file log max size.
 - ROLLINGPOLICY_MAX_HISTORY - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 - 
The name of the System property that contains the file log max history.
 - ROLLINGPOLICY_TOTAL_SIZE_CAP - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 - 
The name of the System property that contains the file total size cap.
 - ROOT_LOGGER_NAME - Static variable in class org.springframework.boot.logging.LoggingSystem
 - 
The name used for the root logger.
 - RootLogLevelConfigurator - Class in org.springframework.boot.logging.logback
 - 
Logback
Configurator, registered throughMETA-INF/services, that sets the root log level toLevel.INFO. - RootLogLevelConfigurator() - Constructor for class org.springframework.boot.logging.logback.RootLogLevelConfigurator
 - rootUri(String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set a root URL that should be applied to each request that starts with
'/'. - RootUriRequestExpectationManager - Class in org.springframework.boot.test.web.client
 - 
RequestExpectationManagerthat strips the specified root URI from the request before verification. - RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 - RootUriTemplateHandler - Class in org.springframework.boot.web.client
 - 
UriTemplateHandlerto set the root for URI that starts with'/'. - RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
 - 
Create a new
RootUriTemplateHandlerinstance. - RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
 - 
Create a new
RootUriTemplateHandlerinstance. - RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
 - Rsocket() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Rsocket
 - RSocket() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
 - RSocketGraphQlClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.rsocket
 - 
Auto-configurationforRSocketGraphQlClient. - RSocketGraphQlClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.rsocket.RSocketGraphQlClientAutoConfiguration
 - rsocketGraphQlClientBuilder(RSocketRequester.Builder) - Method in class org.springframework.boot.autoconfigure.graphql.rsocket.RSocketGraphQlClientAutoConfiguration
 - RSocketMessageHandlerCustomizer - Interface in org.springframework.boot.autoconfigure.rsocket
 - 
Callback interface that can be used to customize a
RSocketMessageHandler. - RSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 - 
Auto-configurationfor Spring RSocket support in Spring Messaging. - RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
 - RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
 - 
ApplicationContextInitializerthat setsEnvironmentproperties for the ports thatRSocketServerservers are actually listening on. - RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
 - RSocketProperties - Class in org.springframework.boot.autoconfigure.rsocket
 - 
propertiesfor RSocket support. - RSocketProperties() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties
 - RSocketProperties.Server - Class in org.springframework.boot.autoconfigure.rsocket
 - RSocketRequesterAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 - RSocketRequesterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 - rSocketRequesterBuilder(RSocketStrategies, ObjectProvider<RSocketConnectorConfigurer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 - RSocketSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.rsocket
 - 
Auto-configurationfor Spring Security for an RSocket server. - RSocketSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.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.autoconfigure.rsocket
 - 
Auto-configurationfor RSocket servers. - RSocketServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketServerAutoConfiguration
 - RSocketServerBootstrap - Class in org.springframework.boot.rsocket.context
 - 
Bootstrap an
RSocketServerand 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 in org.springframework.boot.rsocket.server
 - 
Exceptions thrown by an RSocket server.
 - RSocketServerException(String, Throwable) - Constructor for exception 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
RSocketServeris ready. - RSocketServerInitializedEvent(RSocketServer) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
 - rSocketStrategies(ObjectProvider<RSocketStrategiesCustomizer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 - RSocketStrategiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 - RSocketStrategiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 - RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 - RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 - 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() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 - run() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 - run(Class<?>[], String[]) - Static method in class org.springframework.boot.SpringApplication
 - 
Static helper that can be used to run a
SpringApplicationfrom 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
SpringApplicationfrom the specified source using default settings. - run(String...) - Method in class org.springframework.boot.autoconfigure.batch.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(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
 - 
Callback used to run the bean.
 - run(ApplicationArguments) - Method in class org.springframework.boot.autoconfigure.batch.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
ApplicationContextbased on the current state of this loader. - RunningService - Interface in org.springframework.boot.docker.compose.core
 - 
Provides details of a running docker compose service.
 - 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. 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DefaultClientRequestObservationConvention