Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

R

R2dbcAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
R2dbcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration
 
r2dbcCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
R2dbcDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
Auto-configuration for DatabaseClient.
R2dbcDataAutoConfiguration(ConnectionFactory) - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
r2dbcDatabaseClient(ReactiveDataAccessStrategy, R2dbcExceptionTranslator) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
r2dbcExceptionTranslator() - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
r2dbcHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.r2dbc.ConnectionFactoryHealthContributorAutoConfiguration
 
r2dbcMappingContext(ObjectProvider<NamingStrategy>, R2dbcCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
R2dbcProperties - Class in org.springframework.boot.autoconfigure.r2dbc
Configuration properties for R2DBC.
R2dbcProperties() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
R2dbcProperties.Pool - Class in org.springframework.boot.autoconfigure.r2dbc
 
R2dbcRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
Auto-configuration for Spring Data R2DBC Repositories.
R2dbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcRepositoriesAutoConfiguration
 
R2dbcTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
Auto-configuration for R2dbcTransactionManager.
R2dbcTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcTransactionManagerAutoConfiguration
 
RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Rabbit.
RabbitCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
rabbitConnectionFactory(RabbitProperties, ObjectProvider<ConnectionNameStrategy>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
rabbitConnectionFactoryMetricsPostProcessor(ApplicationContext) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
 
rabbitHealthContributor(Map<String, RabbitTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration
 
RabbitHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.amqp
RabbitHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration
 
RabbitHealthIndicator - Class in org.springframework.boot.actuate.amqp
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
RabbitMetrics - Class in org.springframework.boot.actuate.metrics.amqp
A MeterBinder for RabbitMQ Java Client metrics.
RabbitMetrics(ConnectionFactory, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
Create a new meter binder recording the specified ConnectionFactory.
RabbitMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.amqp
Auto-configuration for metrics on all available connection 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.Cache - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Channel - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Connection - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.ContainerType - Enum in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.DirectContainer - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for DirectMessageListenerContainer.
RabbitProperties.Listener - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.ListenerRetry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Retry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.SimpleContainer - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for SimpleMessageListenerContainer.
RabbitProperties.Ssl - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Template - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitRetryTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
Callback interface that can be used to customize a RetryTemplate used as part of the Rabbit infrastructure.
RabbitRetryTemplateCustomizer.Target - Enum in org.springframework.boot.autoconfigure.amqp
Define the available target for a RetryTemplate.
rabbitTemplate(RabbitTemplateConfigurer, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
rabbitTemplateConfigurer(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure RabbitTemplate with sensible defaults.
RabbitTemplateConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
 
random(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Generate an image name with a random suffix.
random(String, int) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Generate an image name with a random suffix.
random(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
Factory method to create a new VolumeName with a random name.
random(String, int) - Static method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
Factory method to create a new VolumeName with a random name.
RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.env.RandomValuePropertySource
Name of the random PropertySource.
RandomAccessData - Interface in org.springframework.boot.loader.data
Interface that provides read-only random access to some underlying data.
RandomAccessDataFile - Class in org.springframework.boot.loader.data
RandomAccessData implementation backed by a RandomAccessFile.
RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomValuePropertySource - Class in org.springframework.boot.env
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource() - Constructor for class org.springframework.boot.env.RandomValuePropertySource
 
RandomValuePropertySource(String) - Constructor for class org.springframework.boot.env.RandomValuePropertySource
 
Reactive() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
reactiveCassandraSession(CqlSession) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
reactiveCassandraSessionFactory(ReactiveSession) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
reactiveCassandraTemplate(ReactiveSession, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
ReactiveCloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Auto-configuration to expose actuator endpoints for Cloud Foundry to use in a reactive environment.
ReactiveCloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
reactiveDataAccessStrategy(R2dbcMappingContext, R2dbcCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
reactiveElasticsearchClient(ClientConfiguration) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration
 
ReactiveElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch Reactive Repositories.
ReactiveElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRepositoriesAutoConfiguration
 
ReactiveElasticsearchRestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Elasticsearch Reactive REST clients.
ReactiveElasticsearchRestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration
 
ReactiveElasticsearchRestClientProperties - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Configuration properties for Elasticsearch Reactive REST clients.
ReactiveElasticsearchRestClientProperties() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientProperties
 
reactiveGridFsTemplate(ReactiveMongoDatabaseFactory, MappingMongoConverter, DataBufferFactory, MongoProperties) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
ReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
Tagging interface for classes that contribute to health components to the results returned from the HealthEndpoint.
ReactiveHealthContributorRegistry - Interface in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
Create a new ReactiveHealthEndpointWebExtension instance.
ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to contribute Health to the results returned from the reactive variant of the HealthEndpoint.
ReactiveHealthIndicatorRegistry - Interface in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of a ReactiveHealthContributorRegistry
ReactiveHealthIndicatorRegistryFactory - Class in org.springframework.boot.actuate.health
Deprecated.
ReactiveHealthIndicatorRegistryFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Deprecated.
 
ReactiveHealthIndicatorRegistryFactory() - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Deprecated.
 
ReactiveManagementChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
@ManagementContextConfiguration for reactive web infrastructure when a separate management context with a web server running on a different port is required.
ReactiveManagementChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 
ReactiveManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
Auto-configuration for 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-configuration for Reactive Spring Security when actuator is on the classpath.
ReactiveManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.reactive.ReactiveManagementWebSecurityAutoConfiguration
 
reactiveManagementWebServerFactoryCustomizer(ListableBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 
ReactiveMongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
A factory for a reactive MongoClient.
ReactiveMongoClientFactory(MongoProperties, Environment, List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
 
reactiveMongoDatabaseFactory(MongoProperties, MongoClient) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
ReactiveOAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.reactive
Auto-configuration for 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-configuration for Reactive OAuth2 resource server support.
ReactiveOAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.ReactiveOAuth2ResourceServerAutoConfiguration
 
reactiveRedisTemplate(ReactiveRedisConnectionFactory, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
ReactiveSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
Auto-configuration for Spring Security in a reactive application.
ReactiveSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration
 
reactiveStreamsMongoClient(MongoProperties, Environment, ObjectProvider<MongoClientSettingsBuilderCustomizer>, ObjectProvider<MongoClientSettings>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
Creates a new ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor that will set up dependencies upon beans with the given types.
reactiveStringRedisTemplate(ReactiveRedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
reactiveUserDetailsService(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
Default user @Configuration for a reactive web application.
ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
ReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
Interface to provide configuration for a reactive web application.
ReactiveWebApplicationContextRunner - Class in org.springframework.boot.test.context.runner
ReactiveWebApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
Create a new ReactiveWebApplicationContextRunner instance using a AnnotationConfigReactiveWebApplicationContext as the underlying source.
ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
Create a new ApplicationContextRunner instance using the specified contextFactory as the underlying source.
reactiveWebChildContextFactory() - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
 
ReactiveWebMergedContextConfiguration - Class in org.springframework.boot.test.context
Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.
ReactiveWebMergedContextConfiguration(MergedContextConfiguration) - Constructor for class org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
 
ReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
A GenericReactiveWebApplicationContext that can be used to bootstrap itself from a contained ReactiveWebServerFactory bean.
ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Create a new ReactiveWebServerApplicationContext with the given DefaultListableBeanFactory.
ReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
Factory interface that can be used to create a reactive WebServer.
ReactiveWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for 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
reactiveWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
WebServerFactoryCustomizer to apply ServerProperties to reactive servers.
ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
Event to be published after the WebServer is ready.
ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
 
ReactorNettyHttpClientMapper - Interface in org.springframework.boot.autoconfigure.web.reactive.function.client
Mapper that allows for custom modification of a HttpClient before it is used as the basis for a ReactorClientHttpConnector.
read(ObjectMapper, C) - Method in interface org.springframework.boot.buildpack.platform.json.MappedObject.ContentReader
Read JSON content as a JsonNode.
read() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Reads all the data and returns it as a byte array.
read(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Reads the length bytes of data starting at the given offset.
read() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
read(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
read(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified classpath resource.
read(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified file.
read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified input stream.
read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified resource.
read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified reader.
ReadinessState - Enum in org.springframework.boot.availability
"Readiness" state of the application.
readinessStateHealthIndicator(ApplicationAvailability) - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
 
readinessStateHealthIndicator(ApplicationAvailability) - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
 
ReadinessStateHealthIndicator - Class in org.springframework.boot.actuate.availability
A HealthIndicator that checks the ReadinessState of the application.
ReadinessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
 
readObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified classpath resource.
readObject(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified file.
readObject(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified input stream.
readObject(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified resource.
readObject(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified reader.
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified input stream to create an object of the specified type.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified reader to create an object of the specified type.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.GsonTester
 
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JsonbTester
 
ReadOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an @Endpoint as being a read operation.
readPublicKey() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
readSettings() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
 
rebuild() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
receivedRequest(TraceableRequest) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Begins the tracing of the exchange that was initiated by the given request being received.
recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Record the occurrence of condition evaluation.
recordEvaluationCandidates(List<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that are candidates for condition evaluation.
recordExclusions(Collection<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that have been excluded from condition evaluation.
Recovery() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
Redis() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's Redis support.
RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
RedisCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be used to customize a RedisCacheManager.RedisCacheManagerBuilder.
redisHealthContributor(Map<String, RedisConnectionFactory>) - Method in class org.springframework.boot.actuate.autoconfigure.redis.RedisHealthContributorAutoConfiguration
 
redisHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.redis.RedisReactiveHealthContributorAutoConfiguration
 
RedisHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.redis
RedisHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.redis.RedisHealthContributorAutoConfiguration
 
RedisHealthIndicator - Class in org.springframework.boot.actuate.redis
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisHealthIndicator
 
RedisProperties - Class in org.springframework.boot.autoconfigure.data.redis
Configuration properties for Redis.
RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
RedisProperties.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
Cluster properties.
RedisProperties.Jedis - Class in org.springframework.boot.autoconfigure.data.redis
Jedis client properties.
RedisProperties.Lettuce - Class in org.springframework.boot.autoconfigure.data.redis
Lettuce client properties.
RedisProperties.Lettuce.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
 
RedisProperties.Lettuce.Cluster.Refresh - Class in org.springframework.boot.autoconfigure.data.redis
 
RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.data.redis
Pool properties.
RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
Redis sentinel properties.
RedisReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for 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.redis
RedisReactiveHealthIndicator - Class in org.springframework.boot.actuate.redis
RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
 
RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for 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 in org.springframework.boot.autoconfigure.session
Strategies for configuring and validating Redis.
redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
ReflectiveOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
An OperationInvoker that invokes an operation using reflection.
ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
Creates a new ReflectiveOperationInvoker that will invoke the given method on the given target.
Refresh() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
refresh(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
refresh(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
refresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
register(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Deprecated.
 
register(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Deprecated.
 
register(String, HealthIndicator) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Deprecated.
Registers the given HealthIndicator, associating it with the given name.
register(String, ReactiveHealthIndicator) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Deprecated.
Registers the given ReactiveHealthIndicator, associating it with the given name.
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) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Register a ConfigurationPropertiesBindingPostProcessor bean if one is not already registered.
register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(BeanDefinitionRegistry, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(Class<?>...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Register one or more annotated classes to be processed.
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
 
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Register this bean with the servlet context.
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
REGISTER_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.
registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
registerContributor(String, C) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
Register a contributor with the given name.
registerConverter(ConverterRegistry) - Static method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
registerErrorPages(ErrorPageRegistry) - Method in interface org.springframework.boot.web.server.ErrorPageRegistrar
Register pages as required with the given registry.
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
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.
registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the created ApplicationContext should have a shutdown hook registered.
registerUrlProtocolHandler() - Static method in class org.springframework.boot.loader.jar.JarFile
Register a 'java.protocol.handler.pkgs' property so that a URLStreamHandler will be located to deal with jar URLs.
Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
Registration() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
RegistrationBean - Class in org.springframework.boot.web.servlet
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - Constructor for class org.springframework.boot.web.servlet.RegistrationBean
 
RegistrationMappingDescription<T extends Registration> - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a Registration.
RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Creates a new RegistrationMappingDescription derived from the given registration and with the given predicate.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Reinitialize the logging system if required.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
relaunch(ClassLoader) - Method in class org.springframework.boot.devtools.restart.Restarter
Relaunch the application using the specified classloader.
RemoteClientConfiguration - Class in org.springframework.boot.devtools.remote.client
Configuration used to connect to remote Spring Boot applications.
RemoteClientConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
remoteDevToolsAccessManager() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
RemoteDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for 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(ContainerReference, boolean) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
Remove a specific container.
remove(ImageReference, boolean) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
Remove a specific image.
remove(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
 
remove(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the entity instance.
remove(String) - Method in class org.springframework.boot.web.server.MimeMappings
Remove an existing mapping.
removeAttribute(String) - Method in class org.springframework.boot.devtools.restart.Restarter
 
removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
removeDuplicatesFromOutputDirectory(File, File) - Static method in class org.springframework.boot.loader.tools.FileUtils
Utility to remove duplicate files from an "output" directory if they already exist in an "origin".
removeListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
renderDefaultErrorView(ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Render a default HTML "Whitelabel Error Page".
renderErrorResponse(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Render the error information as a JSON payload.
renderErrorView(String, ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Render the given error data as a view, using a template view if available or a static HTML file if available otherwise.
renderErrorView(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Render the error information as an HTML view.
renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.web.servlet.view.MustacheView
 
repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage the source file so that it can be run using 'java -jar'.
repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
repackage(File, Libraries, LaunchScript) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
repackage(File, Libraries, LaunchScript, FileTime) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
Repackager - Class in org.springframework.boot.loader.tools
Utility class that can be used to repackage an archive so that it can be executed using 'java -jar'.
Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
 
Repackager(File, LayoutFactory) - Constructor for class org.springframework.boot.loader.tools.Repackager
 
RepackagingLayout - Interface in org.springframework.boot.loader.tools
A specialization of Layout that repackages an existing archive by moving its content to a new location.
replaceValue(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Replace the value for the specified key if the value is not null.
replay(Log, Class<?>) - Static method in class org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replay(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
report(FailureAnalysis) - Method in interface org.springframework.boot.diagnostics.FailureAnalysisReporter
Reports the given failureAnalysis to the user.
report(FailureAnalysis) - Method in class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
ReportableException - Exception in org.springframework.boot.cli.command.init
Exception with a message that can be reported to the user.
ReportableException(String) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
 
ReportableException(String, Throwable) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
 
reportException(Throwable) - Method in interface org.springframework.boot.SpringBootExceptionReporter
Report a startup failure to the user.
RepositoryConfiguration - Class in org.springframework.boot.cli.compiler.grape
The configuration of a repository.
RepositoryConfiguration(String, URI, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Creates a new RepositoryConfiguration instance.
RepositoryConfigurationFactory - Class in org.springframework.boot.cli.compiler
Factory used to create RepositoryConfigurations.
RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
Auto-configuration for 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
 
RepositorySystemSessionAutoConfiguration - Interface in org.springframework.boot.cli.compiler.grape
Strategy that can be used to apply some auto-configuration during the installation of an AetherGrapeEngine.
RepositoryType - Enum in org.springframework.boot.autoconfigure.data
Type of Spring Data repositories to enable.
Request(String, URI, Map<String, List<String>>, String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Request
Creates a fully-configured Request instance.
Request() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
REQUEST_ATTRIBUTE - Static variable in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
The request attribute used to store the AccessLevel.
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.web.reactive.filter.OrderedWebFilter
Filters that wrap the request should be ordered less than or equal to this.
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.web.servlet.filter.OrderedFilter
Filters that wrap the servlet request should be ordered less than or equal to this.
requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
requestContextFilter() - Static method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
requestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the Supplier of ClientHttpRequestFactory that should be called each time we RestTemplateBuilder.build() a new RestTemplate instance.
requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the Supplier of ClientHttpRequestFactory that should be called to create the HTTP-based WebServiceMessageSender.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a NameValueExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a NameValueExpression in a request mapping condition.
requestMappingHandlerAdapter(ContentNegotiationManager, FormattingConversionService, Validator) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMappingHandlerMapping(ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMatcherProvider(JerseyApplicationPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
 
requestMatcherProvider(DispatcherServletPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
 
RequestMatcherProvider - Interface in org.springframework.boot.autoconfigure.security.servlet
Interface that can be used to provide a RequestMatcher that can be used with Spring Security.
requiredViewClass() - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
 
requiredViewClass() - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
 
reset() - Static method in class org.springframework.boot.context.ApplicationPidFileWriter
Reset the created flag for testing purposes.
reset() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
ResetMocksTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
TestExecutionListener to reset any mock beans that have been marked with a MockReset.
ResetMocksTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
resolve(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
resolve(Map, List, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
resolveConfigLocation(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
Resolve the config location if set.
resolveConfigLocation() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
Resolve the config location if set.
resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
ResolveDependencyCoordinatesTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to resolve @Grab artifact coordinates.
ResolveDependencyCoordinatesTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
 
resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
Resolve any specific error views.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver
Resolve an error view for the specified details.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
resolveLinks(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Resolves links to the known endpoints based on a request with the given requestUrl.
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
resolvePlaceholder(String) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
resolvePlaceholders(Object) - Method in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
Called to resolve any placeholders in the given value.
resolvePlaceholders(Object) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
resolvePlaceholders(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(Properties, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
Resource() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
ResourceBanner - Class in org.springframework.boot
Banner implementation that prints from a source text Resource.
ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
 
ResourceBundleCondition() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
ResourceCondition - Class in org.springframework.boot.autoconfigure.condition
SpringBootCondition used to check if a resource can be found using a configurable property and optional default location(s).
ResourceCondition(String, String, String...) - Constructor for class org.springframework.boot.autoconfigure.condition.ResourceCondition
Create a new condition.
ResourceConfigCustomizer - Interface in org.springframework.boot.autoconfigure.jersey
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used.
ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.autoconfigure.web.reactive
Callback interface that can be used to customize ResourceHandlerRegistration.
resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
ResourceProperties - Class in org.springframework.boot.autoconfigure.web
Properties used to configure resource handling.
ResourceProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties
 
ResourceProperties.Cache - Class in org.springframework.boot.autoconfigure.web
Cache configuration.
ResourceProperties.Cache.Cachecontrol - Class in org.springframework.boot.autoconfigure.web
Cache Control HTTP header configuration.
ResourceProperties.Chain - Class in org.springframework.boot.autoconfigure.web
Configuration for the Spring Resource Handling chain.
ResourceProperties.Content - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on content hashing.
ResourceProperties.Fixed - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on a fixed version string.
ResourceProperties.Strategy - Class in org.springframework.boot.autoconfigure.web
Strategies for extracting and embedding a resource version in its URL path.
resourceType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
 
ResourceUtils - Class in org.springframework.boot.cli.util
Utilities for manipulating resource paths and URLs.
ResourceUtils() - Constructor for class org.springframework.boot.cli.util.ResourceUtils
 
respond(HttpStatus) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a HTTP status response.
respond(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a payload response.
Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Response
Creates a fully-configured Response instance.
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
restart() - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(Set<URL>, ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
Called to restart the application.
RestartApplicationListener - Class in org.springframework.boot.devtools.restart
ApplicationListener to initialize the Restarter.
RestartApplicationListener() - Constructor for class org.springframework.boot.devtools.restart.RestartApplicationListener
 
RestartClassLoader - Class in org.springframework.boot.devtools.restart.classloader
Disposable ClassLoader used to support application restarting.
RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
Restarter - Class in org.springframework.boot.devtools.restart
Allows a running application to be restarted with an updated classpath.
Restarter(Thread, String[], boolean, RestartInitializer) - Constructor for class org.springframework.boot.devtools.restart.Restarter
Internal constructor to create a new Restarter instance.
RestartInitializer - Interface in org.springframework.boot.devtools.restart
Strategy interface used to initialize a Restarter.
RestartListener - Interface in org.springframework.boot.devtools.restart
Listener that is notified of application restarts.
RestartScope - Annotation Type in org.springframework.boot.devtools.restart
Restart @Scope Annotation used to indicate that a bean should remain between restarts.
RestartScopeInitializer - Class in org.springframework.boot.devtools.restart
Support for a 'restart' Scope that allows beans to remain between restarts.
RestartScopeInitializer() - Constructor for class org.springframework.boot.devtools.restart.RestartScopeInitializer
 
RestartServer - Class in org.springframework.boot.devtools.restart.server
Server used to restart the current application with updated ClassLoaderFiles.
RestartServer(SourceDirectoryUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestartServer(SourceDirectoryUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch.rest
Deprecated.
as of 2.3.1 in favor of RestClientBuilderCustomizer
RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch
Callback interface that can be implemented by beans wishing to further customize the RestClient via a RestClientBuilder whilst retaining default auto-configuration.
RestClientTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation for a Spring rest client test that focuses only on beans that use RestTemplateBuilder.
RestClientTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.client
RestControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.
RestDocsAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for Spring REST Docs.
RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 
RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.restdocs
A MockMvcBuilderCustomizer that configures Spring REST Docs.
RestDocsMockMvcConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for MockMvcRestDocumentationConfigurer.
RestDocsProperties - Class in org.springframework.boot.test.autoconfigure.restdocs
Configuration properties for Spring REST Docs.
RestDocsProperties() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
RestDocsRestAssuredConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for RestAssuredRestDocumentationConfigurer.
RestDocsTestExecutionListener - Class in org.springframework.boot.test.autoconfigure.restdocs
A TestExecutionListener for Spring REST Docs that removes the need for a @Rule when using JUnit or manual before and after test calls when using TestNG.
RestDocsTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
RestDocsWebTestClientConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for WebTestClientRestDocumentationConfigurer.
restore() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 
restTemplate(RestTemplateBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 
RestTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
RestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
restTemplateBuilder(ObjectProvider<HttpMessageConverters>, ObjectProvider<RestTemplateCustomizer>, ObjectProvider<RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
RestTemplateBuilder - Class in org.springframework.boot.web.client
Builder that can be used to configure and create a RestTemplate.
RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.web.client.RestTemplateBuilder
Create a new RestTemplateBuilder instance.
RestTemplateCustomizer - Interface in org.springframework.boot.web.client
Callback interface that can be used to customize a RestTemplate.
RestTemplateExchangeTags - Class in org.springframework.boot.actuate.metrics.web.client
Factory methods for creating Tags related to a request-response exchange performed by a RestTemplate.
RestTemplateExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.client
Provides Tags for an exchange performed by a RestTemplate.
RestTemplateRequestCustomizer<T extends ClientHttpRequest> - Interface in org.springframework.boot.web.client
Callback interface that can be used to customize the ClientHttpRequest sent from a RestTemplate.
resultedIn(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates a single result.
Retry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
rollback(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
ROLLING_FILE_NAME_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the rolled-over log file name pattern.
ROOT - Static variable in interface org.springframework.boot.buildpack.platform.io.Owner
Owner for root ownership.
ROOT_LOGGER_NAME - Static variable in class org.springframework.boot.logging.LoggingSystem
The name used for the root logger.
rootUri(String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set a root URL that should be applied to each request that starts with '/'.
RootUriRequestExpectationManager - Class in org.springframework.boot.test.web.client
RequestExpectationManager that 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
UriTemplateHandler to set the root for URI that starts with '/'.
RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
 
RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RSocket() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
 
RSocketMessageHandlerCustomizer - Interface in org.springframework.boot.autoconfigure.rsocket
Callback interface that can be used to customize a RSocketMessageHandler.
RSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for Spring RSocket support in Spring Messaging.
RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
 
RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
ApplicationContextInitializer that sets Environment properties for the ports that RSocketServer servers are actually listening on.
RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
 
RSocketProperties - Class in org.springframework.boot.autoconfigure.rsocket
properties for RSocket support.
RSocketProperties() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties
 
RSocketProperties.Server - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketRequesterAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
RSocketRequesterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 
rSocketRequesterBuilder(RSocketStrategies) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 
RSocketSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.rsocket
Auto-configuration for 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 in org.springframework.boot.rsocket.server
Choice of transport protocol for the RSocket server.
RSocketServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for RSocket servers.
RSocketServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketServerAutoConfiguration
 
RSocketServerBootstrap - Class in org.springframework.boot.rsocket.context
Bootstrap an RSocketServer and start it with the application context.
RSocketServerBootstrap(RSocketServerFactory, SocketAcceptor) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerBootstrap
 
RSocketServerCustomizer - Interface in org.springframework.boot.rsocket.server
Callback interface that can be used to customize a RSocketServer.
RSocketServerException - Exception in org.springframework.boot.rsocket.server
Exceptions thrown by an RSocket server.
RSocketServerException(String, Throwable) - Constructor for exception org.springframework.boot.rsocket.server.RSocketServerException
 
RSocketServerFactory - Interface in org.springframework.boot.rsocket.server
Factory interface that can be used to create a reactive RSocketServer.
RSocketServerInitializedEvent - Class in org.springframework.boot.rsocket.context
Event to be published after the application context is refreshed and the RSocketServer is ready.
RSocketServerInitializedEvent(RSocketServer) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
 
rSocketStrategies(ObjectProvider<RSocketStrategiesCustomizer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 
RSocketStrategiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
RSocketStrategiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 
RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketStrategiesCustomizer - Interface in org.springframework.boot.rsocket.messaging
Callback interface that can be used to customize codecs configuration for an RSocket client and/or server with RSocketStrategies.
run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
Callback used to run the bean.
run(ApplicationArguments) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - Method in interface org.springframework.boot.cli.command.Command
Run the command.
run(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
Parse the arguments and run a suitable command.
run(String...) - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.core.HintCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.core.VersionCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
run(OptionSet) - Method in class org.springframework.boot.cli.command.options.OptionHandler
Run the command using the specified parsed OptionSet.
run(String...) - Method in class org.springframework.boot.cli.command.shell.PromptCommand
 
run() - Method in class org.springframework.boot.cli.command.shell.Shell
Run the shell until the user exists.
run(String...) - Method in class org.springframework.boot.cli.command.shell.ShellCommand
 
run(String...) - Method in interface org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
run() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 
run(String, String[]) - Method in interface org.springframework.boot.loader.jarmode.JarMode
Run the jar in the given mode.
run() - Method in class org.springframework.boot.loader.MainMethodRunner
 
run(boolean, String...) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(boolean, Collection<String>, Map<String, String>) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(String...) - Method in class org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(Class<?>, String...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(Class<?>[], String[]) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.
run(ContextConsumer<? super A>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create and refresh a new ApplicationContext based on the current state of this loader.
run(SpringApplication) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Called to run a fully configured SpringApplication.
runAndHandleErrors(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
Run the appropriate and handle and errors.
RunCommand - Class in org.springframework.boot.cli.command.run
Command to 'run' a groovy script or scripts.
RunCommand() - Constructor for class org.springframework.boot.cli.command.run.RunCommand
 
running(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
running(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes, when the application context has been refreshed and all CommandLineRunners and ApplicationRunners have been called.
runningPhase(BuildRequest, String) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
 
runningPhase(BuildRequest, String) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
Log that a specific phase is running.
RunProcess - Class in org.springframework.boot.loader.tools
Utility used to run a process.
RunProcess(String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
Creates new RunProcess instance for the specified command.
RunProcess(File, String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
Creates new RunProcess instance for the specified working directory and command.
RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at runtime but not needed for compile.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links