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
- R2dbcObservationAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.r2dbc
- 
Auto-configurationfor R2DBC observability support.
- R2dbcObservationAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.r2dbc.R2dbcObservationAutoConfiguration
- R2dbcObservationProperties - Class in org.springframework.boot.actuate.autoconfigure.r2dbc
- 
Configuration properties for R2DBC observability.
- R2dbcObservationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.r2dbc.R2dbcObservationProperties
- 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
- 
AnInitializingBeanthat initializes a database represented by an R2DBCConnectionFactory.
- R2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
- 
Creates a newR2dbcScriptDatabaseInitializerthat 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
- 
ConfiguresRabbitConnectionFactoryBeanwith sensible defaults.
- RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
- 
Creates a new configurer that will use the givenresourceLoaderandproperties.
- RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
- 
Creates a new configurer that will use the givenresourceLoader,properties, andconnectionDetails.
- RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
- 
Creates a new configurer that will use the givenresourceLoader,properties,connectionDetails, andsslBundles.
- RabbitConnectionFactoryCreator(RabbitProperties) - 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 aHealthIndicatorreturning 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
- 
AMeterBinderfor 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 specifiedConnectionFactory.
- 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 forDirectMessageListenerContainer.
- 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 forSimpleMessageListenerContainer.
- 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 aRetryTemplateused as part of the Rabbit infrastructure.
- RabbitRetryTemplateCustomizer.Target - Enum Class in org.springframework.boot.autoconfigure.amqp
- 
Define the available target for aRetryTemplate.
- RabbitStreamTemplateConfigurer - Class in org.springframework.boot.autoconfigure.amqp
- 
ConfigureRabbitStreamTemplatewith 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
- 
ConfigureRabbitTemplatewith sensible defaults.
- RabbitTemplateConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
Creates a new configurer that will use the givenrabbitProperties.
- RabbitTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
- 
Callback interface that can be used to customize aRabbitTemplate.
- 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 aserver.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 randomPropertySource.
- 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 newRandomValuePropertySourceEnvironmentPostProcessorinstance.
- range() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJava
- 
Configures whether the value configured inConditionalOnJava.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 tohealth 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 newReactiveHealthEndpointWebExtensioninstance.
- ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
- 
Strategy interface used to contributeHealthto 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 reactiveMongoClient.
- ReactiveMongoClientFactory(List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
- 
Construct a factory for creating aMongoClient.
- 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 newReactiveWebApplicationContextRunnerinstance using aAnnotationConfigReactiveWebApplicationContextas the underlying source.
- ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
- 
Create a newApplicationContextRunnerinstance 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
- 
AGenericReactiveWebApplicationContextthat can be used to bootstrap itself from a containedReactiveWebServerFactorybean.
- ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Create a newReactiveWebServerApplicationContext.
- ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Create a newReactiveWebServerApplicationContextwith the givenDefaultListableBeanFactory.
- ReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
- 
Factory interface that can be used to create a reactiveWebServer.
- 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 aWebServerFactoryCustomizerBeanPostProcessor.
- 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 newReactiveWebServerFactoryCustomizerinstance.
- ReactiveWebServerFactoryCustomizer(ServerProperties, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
- 
Create a newReactiveWebServerFactoryCustomizerinstance.
- ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
- 
Event to be published after theWebServeris ready.
- ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
- ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
- 
Auto-configurationfor Reactor.
- ReactorEnvironmentPostProcessor - Class in org.springframework.boot.reactor
- 
EnvironmentPostProcessorto enable the Reactor global features as early as possible in the startup process.
- ReactorEnvironmentPostProcessor() - Constructor for class org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
- 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 aHttpClientbefore 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
- ReactorProperties - Class in org.springframework.boot.autoconfigure.reactor
- 
Configuration properties for Reactor.
- ReactorProperties() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorProperties
- ReactorProperties.ContextPropagationMode - Enum Class in org.springframework.boot.autoconfigure.reactor
- ReactorResourceFactoryConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyConfigurations.ReactorResourceFactoryConfiguration
- read(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
ReturnObjectContentfrom reading from the specified file.
- read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
ReturnObjectContentfrom reading from the specified input stream.
- read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
ReturnObjectContentfrom reading from the specified reader.
- read(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
ReturnObjectContentfrom reading from the specified classpath resource.
- read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
ReturnObjectContentfrom 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
- Reader() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- 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
- 
AHealthIndicatorthat 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 thereadTimeoutrecord 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 allCommandLineRunnersandApplicationRunnershave 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
- reconfigurableConfigs() - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- RecordableHttpRequest - Interface in org.springframework.boot.actuate.web.exchanges
- 
The recordable parts of an HTTP request used when creating anHttpExchange.
- RecordableHttpResponse - Interface in org.springframework.boot.actuate.web.exchanges
- 
The recordable parts of an HTTP response used when creating anHttpExchange.
- 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 aRedisCacheManager.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 aHealthIndicatorreturning 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
- 
AReactiveHealthIndicatorfor 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
- 
AnOperationInvokerthat invokes an operation using reflection.
- ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
- 
Creates a newReflectiveOperationInvokerthat 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 underlyingApplicationContext.
- 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 aConfigurationPropertiesBindingPostProcessorbean if one is not already registered.
- register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
Register the processor with aBeanDefinitionRegistry.
- register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
Register the processor with aBeanDefinitionRegistry.
- 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 aBeanDefinitionRegistry.
- 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 namedSslBundle.
- registerBundles(SslBundleRegistry) - Method in interface org.springframework.boot.autoconfigure.ssl.SslBundleRegistrar
- 
Callback method for registeringSslBundles with anSslBundleRegistry.
- registerContributor(String, C) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
- 
Register a contributor with the givenname.
- 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 specifiedentries.
- 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 givenRuntimeHintsinstance.
- 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 aRestTemplatebean should be registered.
- registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Sets if the createdApplicationContextshould 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 aWebServiceTemplatebean 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 aRegistration.
- RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
- 
Creates a newRegistrationMappingDescriptionderived 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
- 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 thevaluefor 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 givenfailureAnalysisto the user.
- report(FailureAnalysis) - Method in class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
- reportDayDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- reportException(Throwable) - Method in interface org.springframework.boot.SpringBootExceptionReporter
- 
Report a startup failure to the user.
- reportHourDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- reportMinuteDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- 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 giveninvocation.
- repositoryTagsProvider() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
- RepositoryTagsProvider - Interface in org.springframework.boot.actuate.metrics.data
- 
ProvidesTagsfor 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-configuredRequestinstance.
- 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 theAccessLevel.
- 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 theRestTemplateRequestCustomizersthat should be applied to theClientHttpRequest.
- requestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theRestTemplateRequestCustomizersthat should be applied to theClientHttpRequest.
- requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theClientHttpRequestFactoryclass 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 aClientHttpRequestFactoryeach time weRestTemplateBuilder.build()a newRestTemplateinstance.
- requestFactory(Function<ClientHttpRequestFactorySettings, ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Set theFunctionofClientHttpRequestFactorySettingstoClientHttpRequestFactorythat should be called to create the HTTP-basedWebServiceMessageSender.
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theSupplierofClientHttpRequestFactorythat should be called each time weRestTemplateBuilder.build()a newRestTemplateinstance.
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Set theSupplierofClientHttpRequestFactorythat should be called to create the HTTP-basedWebServiceMessageSender.
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
Description of the conditions of aRequestMappingInfo.
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
Description of the conditions of aRequestMappingInfo.
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
A description of aMediaTypeExpressionin a request mapping condition.
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
A description of aMediaTypeExpressionin a request mapping condition.
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
A description of aNameValueExpressionin a request mapping condition.
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
A description of aNameValueExpressionin a request mapping condition.
- 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 aRequestMatcherthat 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 giventype.
- 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 aConfigDataLocationinto 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 givenvalues, replacing them with the given platform.
- resolveAll(DataSource, String...) - Method in class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
- 
Resolves the placeholders in the givenvalues, 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 givenargumentType.
- 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 givenrequestUrl.
- 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 aConfigDataLocationinto 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 textResource.
- 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'sResourceConfigbefore it is used.
- ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.autoconfigure.web.reactive
- 
Callback interface that can be used to customizeResourceHandlerRegistration.
- 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
- Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
- 
Creates a fully-configuredResponseinstance.
- 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
- 
DisposableClassLoaderused to support application restarting.
- RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- 
Create a newRestartClassLoaderinstance.
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- 
Create a newRestartClassLoaderinstance.
- 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 newRestarterinstance.
- RestartInitializer - Interface in org.springframework.boot.devtools.restart
- 
Strategy interface used to initialize aRestarter.
- 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 torestartthe current application with updatedClassLoaderFiles.
- RestartServer(SourceDirectoryUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- 
Create a newRestartServerinstance.
- RestartServer(SourceDirectoryUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- 
Create a newRestartServerinstance.
- Restclient() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient
- RestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
- RestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration
- RestClientBuilderConfigurer - Class in org.springframework.boot.autoconfigure.web.client
- 
ConfigureRestClient.Builderwith sensible defaults.
- RestClientBuilderConfigurer() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer
- RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch
- 
Callback interface that can be implemented by beans wishing to further customize theRestClientthrough aRestClientBuilderwhilst retaining default auto-configuration.
- RestClientCustomizer - Interface in org.springframework.boot.web.client
- 
Callback interface that can be used to customize aRestClient.Builder.
- RestClientSsl - Interface in org.springframework.boot.autoconfigure.web.client
- 
Interface that can be used toapplySSL configuration to aRestClient.Builder.
- RestClientTest - Annotation Interface in org.springframework.boot.test.autoconfigure.web.client
- 
Annotation for a Spring rest client test that focuses only on beans that useRestTemplateBuilderorRestClient.Builder.
- 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
- 
AMockMvcBuilderCustomizerthat configures Spring REST Docs.
- RestDocsMockMvcConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
- 
A customizer forMockMvcRestDocumentationConfigurer.
- 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 forRestAssuredRestDocumentationConfigurer.
- RestDocsTestExecutionListener - Class in org.springframework.boot.test.autoconfigure.restdocs
- 
ATestExecutionListenerfor 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 forWebTestClientRestDocumentationConfigurer.
- 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 aRestTemplate.
- RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.web.client.RestTemplateBuilder
- 
Create a newRestTemplateBuilderinstance.
- 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
- 
ConfigureRestTemplateBuilderwith 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 aRestTemplate.
- RestTemplateRequestCustomizer<T extends ClientHttpRequest> - Interface in org.springframework.boot.web.client
- 
Callback interface that can be used to customize theClientHttpRequestsent 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
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- ROLLINGPOLICY_FILE_NAME_PATTERN - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.FILE_NAME_PATTERN
- ROLLINGPOLICY_MAX_FILE_SIZE - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.MAX_FILE_SIZE
- ROLLINGPOLICY_MAX_HISTORY - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.MAX_HISTORY
- ROLLINGPOLICY_TOTAL_SIZE_CAP - Static variable in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.TOTAL_SIZE_CAP
- RollingPolicySystemProperty - Enum Class in org.springframework.boot.logging.logback
- 
Logback rolling policy system properties that can later be used by log configuration files.
- 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
- 
LogbackConfigurator, 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'/'.
- RootUriBuilderFactory - Class in org.springframework.boot.web.client
- 
UriBuilderFactoryto set the root for URI 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
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.3 for removal in 3.4.0, with no replacement
- RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.3 for removal in 3.4.0, with no replacement
- 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 aRSocketMessageHandler.
- 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
- RSocketProperties.Server.Spec - 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 anRSocketServerand 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 aRSocketServer.
- 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 reactiveRSocketServer.
- RSocketServerInitializedEvent - Class in org.springframework.boot.rsocket.context
- 
Event to be published after the application context is refreshed and theRSocketServeris 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 withRSocketStrategies.
- run(Class<?>[], String[]) - Static method in class org.springframework.boot.SpringApplication
- 
Static helper that can be used to run aSpringApplicationfrom 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 aSpringApplicationfrom 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 newApplicationContext.
- 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 configuredSpringApplication.
- run(ContextConsumer<? super A>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
- 
Create and refresh a newApplicationContextbased 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 givenscripts.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.CLEAN_HISTORY_ON_START