- R2dbcAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
- 
- R2dbcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration
-  
- 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) - 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
- 
- R2dbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.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 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
- 
- 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
-  
- RabbitCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
- 
- RabbitCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
-  
- RabbitConnectionFactoryBeanConfigurer - Class in org.springframework.boot.autoconfigure.amqp
- 
Configures RabbitConnectionFactoryBeanwith sensible defaults.
 
- RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
-  
- RabbitConnectionFactoryCreator() - 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  HealthIndicator returning 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
- 
- 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 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 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) - 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() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
- RabbitTemplateConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
Creates a new configurer that will use the given rabbitProperties.
 
- random(String) - 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.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.VolumeName
- 
Factory method to create a new  VolumeName with a random name. 
- RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.env.RandomValuePropertySource
- 
- RandomAccessData - Interface in org.springframework.boot.loader.data
- 
Interface that provides read-only random access to some underlying data. 
- RandomAccessDataFile - Class in org.springframework.boot.loader.data
- 
- RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
- 
- 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(Log) - Constructor for class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
- 
- 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
-  
- 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-configuration to 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
-  
- reactiveElasticsearchClient(ClientConfiguration) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration
-  
- ReactiveElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
- 
- ReactiveElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRepositoriesAutoConfiguration
-  
- ReactiveElasticsearchRestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
- 
- ReactiveElasticsearchRestClientProperties - Class in org.springframework.boot.autoconfigure.data.elasticsearch
- 
Configuration properties for Elasticsearch Reactive REST clients. 
- ReactiveElasticsearchRestClientProperties() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientProperties
-  
- reactiveGridFsTemplate(ReactiveMongoDatabaseFactory, MappingMongoConverter, DataBufferFactory, MongoProperties) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
-  
- ReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
- 
- ReactiveHealthContributorRegistry - Interface in org.springframework.boot.actuate.health
- 
- ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
- 
- ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- 
- ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups, Duration) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- 
- ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
- 
Strategy interface used to contribute  Health to the results returned from the
 reactive variant of the  HealthEndpoint. 
- ReactiveManagementChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
- 
@ManagementContextConfiguration for 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
- 
- ReactiveManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
-  
- ReactiveManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
- 
- 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(MongoProperties, MongoClient) - 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
- 
- ReactiveMultipartAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartAutoConfiguration
-  
- ReactiveMultipartProperties - Class in org.springframework.boot.autoconfigure.web.reactive
- 
- 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
- 
- ReactiveOAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
-  
- ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
- 
- 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
- 
- 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
-  
- ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
- 
- ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
- 
Creates a new ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessorthat will set up dependencies upon beans with the given types.
 
- 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
- 
- 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
- 
- ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
- 
- reactiveWebChildContextFactory() - 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
- 
- ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
- ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
- 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
- 
- ReactiveWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
-  
- ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.reactive
- 
- reactiveWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
-  
- ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
- 
- ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-  
- ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
- 
Event to be published after the  WebServer is ready. 
- ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
-  
- ReactorNettyHttpClientMapper - Interface in org.springframework.boot.autoconfigure.web.reactive.function.client
- 
- read(ObjectMapper, C) - Method in interface org.springframework.boot.buildpack.platform.json.MappedObject.ContentReader
- 
Read JSON content as a JsonNode.
 
- read() - Method in interface org.springframework.boot.loader.data.RandomAccessData
- 
Reads all the data and returns it as a byte array. 
- read(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
- 
Reads the lengthbytes of data starting at the givenoffset.
 
- read() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-  
- read(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-  
- read(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
Return  ObjectContent from reading from the specified classpath resource. 
- read(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
- read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
Return  ObjectContent from reading from the specified input stream. 
- read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
- read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
- readableChannel() - Method in class org.springframework.boot.origin.OriginTrackedResource
-  
- ReadinessState - Enum 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
- 
- ReadinessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
-  
- readObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
Return the object created from reading from the specified classpath resource. 
- 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(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
Return the object created from reading from the specified resource. 
- readObject(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
Return the object created from reading from the specified reader. 
- 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(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(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
-  
- readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
-  
- readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JsonbTester
-  
- ReadOperation - Annotation Type 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.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
-  
- readSettings() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
-  
- ready(ConfigurableApplicationContext, Duration) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- ready(ConfigurableApplicationContext, Duration) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
- rebuild() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
-  
- receivedRequest(TraceableRequest) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
- 
Begins the tracing of the exchange that was initiated by the given requestbeing received.
 
- 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. 
- Recovery() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- Redis() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-  
- RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
- 
- 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
- 
- 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
-  
- redisHealthContributor(Map<String, RedisConnectionFactory>) - Method in class org.springframework.boot.actuate.autoconfigure.redis.RedisHealthContributorAutoConfiguration
-  
- redisHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.redis.RedisReactiveHealthContributorAutoConfiguration
-  
- RedisHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.redis
- 
- RedisHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.redis.RedisHealthContributorAutoConfiguration
-  
- RedisHealthIndicator - Class in org.springframework.boot.actuate.redis
- 
Simple implementation of a  HealthIndicator returning status information for
 Redis data stores. 
- RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.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 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. 
- RedisReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
- 
- RedisReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
-  
- RedisReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.redis
- 
- RedisReactiveHealthIndicator - Class in org.springframework.boot.actuate.redis
- 
- RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
-  
- RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
- 
- 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 in org.springframework.boot.autoconfigure.session
- 
Strategies for configuring and validating Redis. 
- redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
-  
- 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() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
-  
- refresh(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
- 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() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-  
- refresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-  
- 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(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in interface org.springframework.boot.BootstrapRegistry
- 
Register a specific type with the registry. 
- register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- 
- register(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
-  
- register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
- register(BeanDefinitionRegistry, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
- register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
- 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(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(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, BeanNameGenerator) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-  
- 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
-  
- registerContributor(String, C) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
- 
Register a contributor with the given name.
 
- registerConverter(ConverterRegistry) - Static method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
-  
- 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
-  
- 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
-  
- registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- registerUrlProtocolHandler() - Static method in class org.springframework.boot.loader.jar.JarFile
- 
Register a 'java.protocol.handler.pkgs' property so that a
  URLStreamHandler will be located to deal with jar URLs. 
- Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.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
- 
- RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
- 
- 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. 
- 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
- 
- 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(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. 
- remove(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
-  
- 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(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
- 
Remove the entity instance. 
- 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
-  
- 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". 
- 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
-  
- repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
- 
Repackage the source file so that it can be run using 'java -jar'. 
- 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'. 
- 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
- 
- Repackager(File, LayoutFactory) - Constructor for class org.springframework.boot.loader.tools.Repackager
- 
- 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. 
- 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
-  
- ReportableException - Exception in org.springframework.boot.cli.command.init
- 
Exception with a message that can be reported to the user. 
- ReportableException(String) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
-  
- ReportableException(String, Throwable) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
-  
- 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
-  
- RepositoryConfiguration - Class in org.springframework.boot.cli.compiler.grape
- 
The configuration of a repository. 
- RepositoryConfiguration(String, URI, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
- 
Creates a new RepositoryConfigurationinstance.
 
- RepositoryConfigurationFactory - Class in org.springframework.boot.cli.compiler
- 
- RepositoryMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.data
- 
- RepositoryMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
-  
- RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
- 
- 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
-  
- RepositorySystemSessionAutoConfiguration - Interface in org.springframework.boot.cli.compiler.grape
- 
- 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 in org.springframework.boot.autoconfigure.data
- 
Type of Spring Data repositories to enable. 
- Request(String, URI, Map<String, List<String>>, String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Request
- 
Creates a fully-configured Requestinstance.
 
- Request() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
-  
- REQUEST_ATTRIBUTE - Static variable in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
- 
- 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(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- requestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- requestMappingHandlerAdapter(ContentNegotiationManager, FormattingConversionService, Validator) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-  
- requestMatcherProvider(JerseyApplicationPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
-  
- requestMatcherProvider(DispatcherServletPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
-  
- RequestMatcherProvider - Interface in org.springframework.boot.autoconfigure.security.servlet
- 
Interface that can be used to provide a  RequestMatcher that can be used with
 Spring Security. 
- 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() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-  
- ResetMocksTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
- 
- 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(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.MavenResolverGrapeEngine
-  
- resolve(Map, List, Map...) - Method in class org.springframework.boot.cli.compiler.grape.MavenResolverGrapeEngine
-  
- resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
- 
- resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
-  
- resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
-  
- resolve(Object) - Method in class org.springframework.boot.test.mock.mockito.SpringBootMockResolver
-  
- 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. 
- 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.
 
- resolveArgument(Class<T>) - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
- 
Resolves an argument with the given argumentType.
 
- resolveConfigLocation(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- 
Resolve the config location if set. 
- resolveConfigLocation() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
- 
Resolve the config location if set. 
- resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-  
- ResolvedDockerHost - Class in org.springframework.boot.buildpack.platform.docker.configuration
- 
Resolves a  DockerHost from the environment, configuration, or using defaults. 
- ResolveDependencyCoordinatesTransformation - Class in org.springframework.boot.cli.compiler
- 
ASTTransformationto resolve@Grabartifact coordinates.
 
- ResolveDependencyCoordinatesTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
-  
- 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
-  
- resolvePlaceholders(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
- 
Resolve ${...} placeholders in the given text, replacing them with corresponding
 system property values. 
- resolvePlaceholders(Properties, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
- 
Resolve ${...} placeholders in the given text, replacing them with corresponding
 system property values. 
- resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
- 
- 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
- 
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. 
- 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
- 
- resourceLabels() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
-  
- resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- Resources() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources
-  
- resourceType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
-  
- ResourceUtils - Class in org.springframework.boot.cli.util
- 
Utilities for manipulating resource paths and URLs. 
- ResourceUtils() - Constructor for class org.springframework.boot.cli.util.ResourceUtils
-  
- respond(HttpStatus) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- 
Send an HTTP status response. 
- respond(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- 
Send a payload response. 
- Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Response
- 
Creates a fully-configured Responseinstance.
 
- Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-  
- Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
-  
- restart() - Method in class org.springframework.boot.devtools.restart.Restarter
- 
Restart the running application. 
- restart(FailureHandler) - 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. 
- RestartApplicationListener - Class in org.springframework.boot.devtools.restart
- 
- 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
- 
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- 
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- 
- 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 Type 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'  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
- 
- RestartServer(SourceDirectoryUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- 
- RestartServer(SourceDirectoryUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- 
- RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch
- 
Callback interface that can be implemented by beans wishing to further customize the
 RestClientvia aRestClientBuilderwhilst
 retaining default auto-configuration.
 
- RestClientTest - Annotation Type 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 Type 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
- 
- RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
-  
- RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.restdocs
- 
- 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.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
-  
- 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
- 
- 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
- 
- 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
- 
Factory methods for creating  Tags related to a request-response exchange
 performed by a  RestTemplate. 
- RestTemplateExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.client
- 
- RestTemplateRequestCustomizer<T extends ClientHttpRequest> - Interface in org.springframework.boot.web.client
- 
- 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
-  
- 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 - 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. 
- 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
- 
- RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-  
- RootUriTemplateHandler - Class in org.springframework.boot.web.client
- 
- RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
-  
- RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
- 
- RootUriTemplateHandler(String, 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
- 
- 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
- 
- RSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
- 
- RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
-  
- RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
- 
- RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
-  
- RSocketProperties - Class in org.springframework.boot.autoconfigure.rsocket
- 
- 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
- 
- 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 in org.springframework.boot.rsocket.server
- 
Choice of transport protocol for the RSocket server. 
- RSocketServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
- 
- RSocketServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.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 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
  RSocketServer is 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(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(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.cli.command.Command
- 
Run the command. 
- run(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
- 
Parse the arguments and run a suitable command. 
- run(String...) - Method in class org.springframework.boot.cli.command.core.HelpCommand
-  
- run(String...) - Method in class org.springframework.boot.cli.command.core.HintCommand
-  
- run(String...) - Method in class org.springframework.boot.cli.command.core.VersionCommand
-  
- run(String...) - Method in class org.springframework.boot.cli.command.OptionParsingCommand
-  
- run(String...) - Method in class org.springframework.boot.cli.command.options.OptionHandler
-  
- run(OptionSet) - Method in class org.springframework.boot.cli.command.options.OptionHandler
- 
Run the command using the specified parsed OptionSet.
 
- run(String...) - Method in class org.springframework.boot.cli.command.shell.PromptCommand
-  
- run() - Method in class org.springframework.boot.cli.command.shell.Shell
- 
Run the shell until the user exists. 
- run(String...) - Method in class org.springframework.boot.cli.command.shell.ShellCommand
-  
- run(String...) - Method in interface org.springframework.boot.CommandLineRunner
- 
Callback used to run the bean. 
- 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(String, String[]) - Method in interface org.springframework.boot.loader.jarmode.JarMode
- 
Run the jar in the given mode. 
- run() - Method in class org.springframework.boot.loader.MainMethodRunner
-  
- 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(String...) - Method in class org.springframework.boot.SpringApplication
- 
- 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(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(ContextConsumer<? super A>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
- 
- run(SpringApplication) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
- runAndHandleErrors(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
- 
Run the appropriate and handle and errors. 
- RunCommand - Class in org.springframework.boot.cli.command.run
- 
Command to 'run' a groovy script or scripts. 
- RunCommand() - Constructor for class org.springframework.boot.cli.command.run.RunCommand
-  
- running(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
- 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. 
- RunProcess - Class in org.springframework.boot.loader.tools
- 
Utility used to run a process. 
- RunProcess(String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
- 
Creates new  RunProcess instance for the specified command. 
- RunProcess(File, String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
- 
Creates new  RunProcess instance for the specified working directory and
 command. 
- runScripts(List<Resource>, boolean, String, Charset) - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
-  
- runScripts(List<Resource>, boolean, String, Charset) - Method in class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
-  
- runScripts(List<Resource>, boolean, String, Charset) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
-  
- RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
- 
The library is used at runtime but not needed for compile.