- AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C,A>,C extends ConfigurableApplicationContext,A extends ApplicationContextAssertProvider<C>> - Class in org.springframework.boot.test.context.runner
-
- AbstractApplicationContextRunner(Supplier<C>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- AbstractApplicationContextRunner(Supplier<C>, List<ApplicationContextInitializer<? super C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<Configurations>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
-
- AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
-
- AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
-
- AbstractBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance.
- AbstractBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance with a specific parent.
- AbstractCommand - Class in org.springframework.boot.cli.command
-
- AbstractCommand(String, String) - Constructor for class org.springframework.boot.cli.command.AbstractCommand
-
- AbstractConfigurableWebServerFactory - Class in org.springframework.boot.web.server
-
- AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- AbstractDataSourceInitializer - Class in org.springframework.boot.jdbc
-
- AbstractDataSourceInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
-
- AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-
Create an instance with the data source to use.
- AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
-
Abstract base class for a
BeanFactoryPostProcessor
that can be used to
dynamically declare that all beans of a specific type should depend on one or more
specific beans.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean class and dependencies.
- AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
-
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, String, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
-
- AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- AbstractErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
-
Abstract base class for error
Controller
implementations.
- AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
-
- AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
-
- AbstractErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
-
- AbstractErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
- AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
-
- AbstractExposableEndpoint(String, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
-
Abstract base class for most FailureAnalyzer
implementations.
- AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
- AbstractFilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
-
- AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
-
Base
HealthAggregator
implementation to allow subclasses to focus on
aggregating the
Status
instances and not deal with contextual details etc.
- AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
- AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
-
- AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
-
Abstract base class for a
FailureAnalyzer
that handles some kind of injection
failure.
- AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-
- AbstractJsonMarshalTester<T> - Class in org.springframework.boot.test.json
-
Base class for AssertJ based JSON marshal testers.
- AbstractJsonMarshalTester() - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
- AbstractJsonMarshalTester(Class<?>, ResolvableType) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
- AbstractJsonMarshalTester.FieldInitializer<M> - Class in org.springframework.boot.test.json
-
Utility class used to support field initialization.
- AbstractJsonParser - Class in org.springframework.boot.json
-
Base class for parsers wrapped or implemented in this package.
- AbstractJsonParser() - Constructor for class org.springframework.boot.json.AbstractJsonParser
-
- AbstractLoggingSystem - Class in org.springframework.boot.logging
-
- AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
-
- AbstractLoggingSystem.LogLevels<T> - Class in org.springframework.boot.logging
-
Maintains a mapping between native levels and
LogLevel
.
- AbstractNestedCondition - Class in org.springframework.boot.autoconfigure.condition
-
Abstract base class for nested conditions.
- AbstractNestedCondition.MemberMatchOutcomes - Class in org.springframework.boot.autoconfigure.condition
-
- AbstractRabbitListenerContainerFactoryConfigurer<T extends org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory<?>> - Class in org.springframework.boot.autoconfigure.amqp
-
Configure RabbitListenerContainerFactory
with sensible defaults.
- AbstractRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
- AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
-
- AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
- AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
-
- AbstractReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
-
- AbstractReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
-
- AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
-
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
-
- AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
-
- AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
-
- AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
A custom
HandlerMapping
that makes web endpoints available over HTTP using
Spring WebFlux.
- AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
Creates a new AbstractWebFluxEndpointHandlerMapping
that provides mappings
for the operations of the given webEndpoints
.
- AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
An
OperationInvoker
that performs the invocation of a blocking operation on
a separate thread using Reactor's
elastic scheduler
.
- AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
-
A reactive web operation that can be handled by WebFlux.
- AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
-
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new WebEndpointHandlerMapping
that provides mappings for the
operations of the given webEndpoints
.
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new AbstractWebMvcEndpointHandlerMapping
that provides mappings
for the operations of the given endpoints.
- AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.servlet
-
A servlet web operation that can be handled by Spring MVC.
- accept(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter
-
- accept(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
-
- accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
-
- accept(C) - Method in interface org.springframework.boot.test.context.runner.ContextConsumer
-
Performs this operation on the supplied context
.
- acceptsTextHtml() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Predicate that checks whether the current request explicitly support
"text/html"
media type.
- AccessLevel - Enum in org.springframework.boot.actuate.autoconfigure.cloudfoundry
-
The specific access level granted to the cloud foundry user that's calling the
endpoints.
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- AccessManager - Interface in org.springframework.boot.devtools.remote.server
-
- accessToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
-
- accountId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
-
- ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "active profiles" property name.
- ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
-
- ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
-
- ActiveMQConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.jms.activemq
-
Callback interface that can be implemented by beans wishing to customize the
ActiveMQConnectionFactory
whilst retaining default auto-configuration.
- ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
-
Configuration properties for ActiveMQ.
- ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- ActiveMQProperties.Packages - Class in org.springframework.boot.autoconfigure.jms.activemq
-
- ActiveMQProperties.Pool - Class in org.springframework.boot.autoconfigure.jms.activemq
-
- ActuatorMediaType - Class in org.springframework.boot.actuate.endpoint.http
-
Media types that can be consumed and produced by Actuator endpoints.
- add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
-
Log an event.
- add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- add(HttpTrace) - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
-
Adds a trace to the repository.
- add(HttpTrace) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
- add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- add(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Add dependencies and all of their dependencies.
- add(String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Add a single dependency and, optionally, all of its dependencies.
- add(String, String, String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Add a single dependency with the specified classifier and type and, optionally, all
of its dependencies.
- add(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
-
- add(String, String) - Method in class org.springframework.boot.web.server.MimeMappings
-
Add a new mime mapping.
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add
Connector
s in addition to the default connector, e.g.
- addAliases(String, String...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- addAll(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- addApplicationConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Add converters useful for most Spring Boot applications.
- addApplicationFormatters(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Add formatters useful for most Spring Boot applications.
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
-
- addCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Add the specified command.
- addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate that command line arguments should be added to the environment.
- addCommands(Iterable<Command>) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Add the specified commands.
- addCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
-
- addConfigurations(Configuration...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- addDelimitedStringConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Add converters to support delimited strings.
- addDependencyManagement(DependencyManagement) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
-
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- addEngineValves(Valve...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Add
Valve
s that should be applied to the Tomcat
Engine
.
- addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
-
Deprecated.
- addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
-
Deprecated.
Add additional (high priority) values to an
Environment
.
- addEnvironment(String, ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
-
Deprecated.
Add additional (high priority) values to an
Environment
.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.web.server.ErrorPageRegistry
-
Adds error pages that will be used when handling exceptions.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
-
- addFile(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- addFile(String, String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-
- addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- addHealthIndicator(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
-
- addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
-
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
- addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Add a single init-parameter, replacing any existing parameter with the same name.
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
-
- additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- addListener(FileChangeListener) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Add listener for file change events.
- addListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
-
- addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
-
- addMainClassTimeoutWarningListener(Repackager.MainClassTimeoutWarningListener) - Method in class org.springframework.boot.loader.tools.Repackager
-
Add a listener that will be triggered to display a warning if searching for the
main class takes too long.
- addManagedDependencies(List<Dependency>) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
-
- addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add appropriate post-processors to post-configure the property-sources.
- addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
-
- addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add config file property sources to the specified environment.
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- addRepository(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
-
- addResolver(Map<String, Object>) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addServerCustomizers(JettyServerCustomizer...) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- addServerCustomizers(NettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
- addServletNames(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Add servlet names for the filter.
- addServletRegistrationBeans(ServletRegistrationBean<?>...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- addSourceFolder(File) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Add a source folder to monitor.
- addSourceFolders(Iterable<File>) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Add source folders to monitor.
- addStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Add specific status mappings to the existing set.
- addStatusMapping(Status, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Add a status mapping to the existing set.
- addStatusMapping(String, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Add a status mapping to the existing set.
- addTldSkipPatterns(String...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add patterns that match jars to ignore for TLD scanning.
- addTo(Map<String, Object>) - Method in class org.springframework.boot.test.util.TestPropertyValues.Pair
-
- addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
-
- addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.env.RandomValuePropertySource
-
- addURL(URL) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-
- addUrlMappings(String...) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
-
- addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Add URL mappings, as defined in the Servlet specification, for the servlet.
- addUrlPatterns(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Add URL patterns, as defined in the Servlet specification, that the filter will be
registered against.
- addUrls(Collection<URL>) - Method in class org.springframework.boot.devtools.restart.Restarter
-
Add additional URLs to be includes in the next restart.
- Admin() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
-
- AetherGrapeEngine - Class in org.springframework.boot.cli.compiler.grape
-
A
GrapeEngine
implementation that uses
Aether, the dependency resolution system used
by Maven.
- AetherGrapeEngine(GroovyClassLoader, RepositorySystem, DefaultRepositorySystemSession, List<RemoteRepository>, DependencyResolutionContext, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
-
- AetherGrapeEngineFactory - Class in org.springframework.boot.cli.compiler.grape
-
- AetherGrapeEngineFactory() - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
-
- after() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
-
Create settings
to be used with mocks where reset should occur
after each test method runs.
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
- afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
- afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- afterPropertiesSet() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
-
- afterPropertiesSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
- afterPropertiesSet() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaConfigurationBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
-
- afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
-
Called after the context has been refreshed.
- afterRun(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Subclass hook called after a command has run.
- afterSingletonsInstantiated() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
-
- afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
-
- afterTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
-
- AgentReloader - Class in org.springframework.boot.devtools.restart
-
Utility to determine if an Java agent based reloader (e.g.
- aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
- aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
-
Aggregate several given
Health
instances into one.
- aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the map of 'aggregate' details that should be used from the specified
healths.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the single 'aggregate' status that should be used from the specified
candidates.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- ALL_CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
-
Pseudo URL prefix for loading all resources from the class path: "classpath*:".
- AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
-
Condition
that will match when all nested class conditions match.
- AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
-
- alwaysApplying(PropertyMapper.SourceOperator) - Method in class org.springframework.boot.context.properties.PropertyMapper
-
- alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
-
- amqpAdmin(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
-
- AmqpContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
- analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
Returns an analysis of the given rootFailure
, or null
if no
analysis was possible.
- analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-
- analyze(Throwable, T, String) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-
Returns an analysis of the given rootFailure
, or null
if no
analysis was possible.
- analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
-
- analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
-
Returns an analysis of the given failure
, or null
if no analysis
was possible.
- and(String...) - Method in class org.springframework.boot.test.util.TestPropertyValues
-
Builder method to add more properties.
- andCondition(Class<? extends Annotation>, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessage
based on the
instance and a new condition outcome.
- andCondition(String, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessage
based on the
instance and a new condition outcome.
- AnnotatedNodeASTTransformation - Class in org.springframework.boot.cli.compiler
-
A base class for AST transformations
that are solely
interested in AnnotatedNodes
.
- AnnotatedNodeASTTransformation(Set<String>, boolean) - Constructor for class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
-
- AnnotationConfig(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
-
- AnnotationConfigReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
-
- AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
-
- AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
-
- AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnnotationCustomizableTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.filter
-
Abstract base class for a
TypeExcludeFilter
that can be customized using an
annotation.
- AnnotationCustomizableTypeExcludeFilter() - Constructor for class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- AnnotationCustomizableTypeExcludeFilter.FilterType - Enum in org.springframework.boot.test.autoconfigure.filter
-
- AnnotationsPropertySource - Class in org.springframework.boot.test.autoconfigure.properties
-
- AnnotationsPropertySource(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- AnnotationsPropertySource(String, Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- AnsiBackground - Enum in org.springframework.boot.ansi
-
- AnsiColor - Enum in org.springframework.boot.ansi
-
- AnsiColors - Class in org.springframework.boot.ansi
-
- AnsiElement - Interface in org.springframework.boot.ansi
-
An ANSI encodable element.
- AnsiOutput - Class in org.springframework.boot.ansi
-
Generates ANSI encoded output, automatically attempting to detect if the terminal
supports ANSI.
- AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
-
- AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
-
- AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
-
- AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- AnsiPropertySource - Class in org.springframework.boot.ansi
-
- AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
-
- AnsiStyle - Enum in org.springframework.boot.ansi
-
- anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified conditions match.
- anyMatches(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
-
- AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
-
Condition
that will match when any nested class condition matches.
- AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
-
- AopAutoConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- apiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
-
- apiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
-
- append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
- append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
-
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application.
- APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Deprecated.
- ApplicationArguments - Interface in org.springframework.boot
-
- applicationConditionEvaluation() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
-
- ApplicationContextAssert<C extends ApplicationContext> - Class in org.springframework.boot.test.context.assertj
-
- ApplicationContextAssert.Scope - Enum in org.springframework.boot.test.context.assertj
-
The scope of an assertion.
- ApplicationContextAssertProvider<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.assertj
-
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
-
- ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
-
- ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
-
- applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
-
- ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
-
- ApplicationContextRequestMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
- ApplicationContextRunner - Class in org.springframework.boot.test.context.runner
-
- ApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
-
- ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
-
- ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.reactive
-
- ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
- ApplicationContextTestUtils - Class in org.springframework.boot.test.util
-
Application context related test utilities.
- ApplicationContextTestUtils() - Constructor for class org.springframework.boot.test.util.ApplicationContextTestUtils
-
- ApplicationConversionService - Class in org.springframework.boot.convert
-
A specialization of
FormattingConversionService
configured by default with
converters and formatters appropriate for most Spring Boot applications.
- ApplicationConversionService() - Constructor for class org.springframework.boot.convert.ApplicationConversionService
-
- ApplicationConversionService(StringValueResolver) - Constructor for class org.springframework.boot.convert.ApplicationConversionService
-
- ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
-
- ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
-
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
-
- applicationHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorAutoConfiguration
-
- ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
-
- ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
-
- ApplicationHome - Class in org.springframework.boot.system
-
Provides access to the application home directory.
- ApplicationHome() - Constructor for class org.springframework.boot.system.ApplicationHome
-
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
-
- ApplicationPid - Class in org.springframework.boot.system
-
An application process ID.
- ApplicationPid() - Constructor for class org.springframework.boot.system.ApplicationPid
-
- ApplicationPid(String) - Constructor for class org.springframework.boot.system.ApplicationPid
-
- ApplicationPidFileWriter - Class in org.springframework.boot.context
-
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
-
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
-
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
-
- ApplicationReadyEvent - Class in org.springframework.boot.context.event
-
Event published as late as conceivably possible to indicate that the application is
ready to service requests.
- ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
-
- ApplicationRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- ApplicationStartedEvent - Class in org.springframework.boot.context.event
-
Event published once the application context has been refreshed but before any
application
and
command line
runners have been called.
- ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
-
- ApplicationStartingEvent - Class in org.springframework.boot.context.event
-
- ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
-
- ApplicationTemp - Class in org.springframework.boot.system
-
Provides access to an application specific temporary directory.
- ApplicationTemp() - Constructor for class org.springframework.boot.system.ApplicationTemp
-
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
-
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
-
Apply additional functionality to the given invoker.
- apply(String, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
-
- apply(OperationInvoker, long) - Static method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
-
Apply caching configuration when appropriate to the given invoker.
- apply(String, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
-
Deprecated.
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
-
- apply(String) - Method in class org.springframework.boot.actuate.health.HealthIndicatorNameFactory
-
- apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
-
- apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
-
Apply any additional configuration.
- apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
-
- apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
-
- apply(DefaultRepositorySystemSession, RepositorySystem) - Method in interface org.springframework.boot.cli.compiler.grape.RepositorySystemSessionAutoConfiguration
-
Apply the configuration.
- apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration
-
- apply(PropertyMapper.Source<T>) - Method in interface org.springframework.boot.context.properties.PropertyMapper.SourceOperator
-
Apply the operation to the given source.
- apply(ConfigurationPropertySource) - Method in class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
-
- apply() - Method in class org.springframework.boot.logging.LoggingSystemProperties
-
- apply(LogFile) - Method in class org.springframework.boot.logging.LoggingSystemProperties
-
- apply(MockReset, MockSettings) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
-
- apply(Statement, Description) - Method in class org.springframework.boot.test.rule.OutputCapture
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
-
Apply any dependency customizations.
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
-
Apply any import customizations.
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- applySuffix(String) - Method in enum org.springframework.boot.test.util.TestPropertyValues.Type
-
- applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- applyTo(Collection<?>) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
- applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
-
Apply log file details to LOG_PATH
and LOG_FILE
map entries.
- applyTo(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment owned by an
ApplicationContext
.
- applyTo(ConfigurableEnvironment) - Method in class org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment.
- applyTo(ConfigurableEnvironment, TestPropertyValues.Type) - Method in class org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment using the specified
property source type.
- applyTo(ConfigurableEnvironment, TestPropertyValues.Type, String) - Method in class org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment using the specified
property source type and name.
- applyToItem(Object) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
- applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
-
- applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
-
Apply any customizations to the main class.
- applyToMvcViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
-
Apply log file details to LOG_PATH
and LOG_FILE
system properties.
- applyToSystemProperties(Callable<T>) - Method in class org.springframework.boot.test.util.TestPropertyValues
-
Add the properties to the
system properties
for the
duration of the
call
, restoring previous values when the call completes.
- Archive - Interface in org.springframework.boot.loader.archive
-
An archive that can be launched by the
Launcher
.
- Archive.Entry - Interface in org.springframework.boot.loader.archive
-
Represents a single entry in the archive.
- Archive.EntryFilter - Interface in org.springframework.boot.loader.archive
-
Strategy interface to filter
Entries
.
- ARGS - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for default command line arguments.
- ArtemisAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.artemis
-
- ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
-
- ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
-
Callback interface that can be implemented by beans wishing to customize the Artemis
JMS server Configuration
before it is used by an auto-configured
EmbeddedJMS
instance.
- ArtemisMode - Enum in org.springframework.boot.autoconfigure.jms.artemis
-
Define the mode in which Artemis can operate.
- ArtemisNoOpBindingRegistry - Class in org.springframework.boot.autoconfigure.jms.artemis
-
A no-op implementation of the BindingRegistry
.
- ArtemisNoOpBindingRegistry() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
-
- ArtemisProperties - Class in org.springframework.boot.autoconfigure.jms.artemis
-
Configuration properties for Artemis.
- ArtemisProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- ArtemisProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.artemis
-
Configuration for an embedded Artemis server.
- ArtifactCoordinatesResolver - Interface in org.springframework.boot.cli.compiler.dependencies
-
A resolver for artifacts' Maven coordinates, allowing group id, artifact id, or version
to be obtained from a module identifier.
- as(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return an adapted version of the source changed via the given adapter function.
- asArray() - Method in class org.springframework.boot.test.json.ObjectContentAssert
-
Verifies that the actual value is an array, and returns an array assertion, to
allow chaining of array-specific assertions from this call.
- asInt(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return an adapted version of the source with
Integer
type.
- asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- asMap() - Method in class org.springframework.boot.test.json.ObjectContentAssert
-
Verifies that the actual value is a map, and returns a map assertion, to allow
chaining of map-specific assertions from this call.
- asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Returns the properties as a
Properties
object that can be used with
Atomikos.
- AssertableApplicationContext - Interface in org.springframework.boot.test.context.assertj
-
- AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
-
- AssertableWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
-
- assertThat() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-
- assertThat() - Method in class org.springframework.boot.test.json.JsonContent
-
- assertThat() - Method in class org.springframework.boot.test.json.ObjectContent
-
- assignTo(HttpOutputMessage) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
-
- AstUtils - Class in org.springframework.boot.cli.compiler
-
General purpose AST utilities.
- AstUtils() - Constructor for class org.springframework.boot.cli.compiler.AstUtils
-
- Async() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
-
- at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations
.
- at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations
.
- at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations
.
- at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations
.
- atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Used when no items are available.
- atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
-
Returns a matcher that includes all commonly used
Locations
.
- atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
-
Returns a matcher that includes all commonly used
Locations
.
- atlasConfig(AtlasProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
-
- atlasMeterRegistry(AtlasConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
-
- AtlasMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
-
- AtlasMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
-
- AtlasProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
-
- AtlasProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosConnectionFactoryBean
.
- AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosDataSourceBean
.
- AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
-
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- AtomikosProperties - Class in org.springframework.boot.jta.atomikos
-
- AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- AtomikosProperties.Recovery - Class in org.springframework.boot.jta.atomikos
-
Recovery specific settings.
- AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
-
- AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
-
- attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
- attachSignalHandler(Runnable) - Static method in class org.springframework.boot.loader.tools.SignalUtils
-
Handle INT signals by calling the specified
Runnable
.
- AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
-
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
-
- AuditAutoConfiguration(ObjectProvider<AuditEventRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
-
- AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
-
- AuditEvent - Class in org.springframework.boot.actuate.audit
-
A value object representing an audit event: at a particular time, a particular user or
agent carried out an action of a particular type.
- AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event for the current time.
- AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event for the current time from data provided as name-value
pairs.
- AuditEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event.
- AuditEventRepository - Interface in org.springframework.boot.actuate.audit
-
- auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
-
- AuditEventsEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.AuditEventsEndpoint
-
- auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
-
- AuditEventsEndpoint.AuditEventsDescriptor - Class in org.springframework.boot.actuate.audit
-
- AuditEventsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
-
- AuditEventsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
-
- AuditListener - Class in org.springframework.boot.actuate.audit.listener
-
- AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
-
- auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
-
- AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication failure event type.
- AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication success event type.
- AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication switch event type.
- authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
-
- AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
-
- AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
Authorization failure event type.
- authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
-
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- AutoConfigurationExcludeFilter - Class in org.springframework.boot.autoconfigure
-
A
TypeFilter
implementation that matches registered auto-configuration classes.
- AutoConfigurationExcludeFilter() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
-
- AutoConfigurationImportEvent - Class in org.springframework.boot.autoconfigure
-
Event fired when auto-configuration classes are imported.
- AutoConfigurationImportEvent(Object, List<String>, Set<String>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
-
- AutoConfigurationImportFilter - Interface in org.springframework.boot.autoconfigure
-
Filter that can be registered in spring.factories
to limit the
auto-configuration classes considered.
- AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
-
Listener that can be registered with spring.factories
to receive details of
imported auto-configurations.
- AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
-
- AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
-
Provides access to meta-data written by the auto-configure annotation processor.
- AutoConfigurationPackage - Annotation Type in org.springframework.boot.autoconfigure
-
- AutoConfigurationPackages - Class in org.springframework.boot.autoconfigure
-
Class for storing auto-configuration packages for reference later (e.g.
- AutoConfigurationPackages() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
- AutoConfigurations - Class in org.springframework.boot.autoconfigure
-
Configurations
representing auto-configuration
@Configuration
classes.
- AutoConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurations
-
- AutoConfigureAfter - Annotation Type in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configuration
should be applied
after other specified auto-configuration classes.
- AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configuration
should be applied
before other specified auto-configuration classes.
- AutoConfigureCache - Annotation Type in org.springframework.boot.test.autoconfigure.core
-
Annotation that can be applied to a test class to configure a test
CacheManager
if none has been defined yet.
- AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
-
- AutoConfigureDataLdap - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
-
- AutoConfigureDataMongo - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
-
- AutoConfigureDataNeo4j - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
-
- AutoConfigureDataRedis - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
-
- AutoConfigureJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
-
- AutoConfigureJooq - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
-
- AutoConfigureJson - Annotation Type in org.springframework.boot.test.autoconfigure.json
-
- AutoConfigureJsonTesters - Annotation Type in org.springframework.boot.test.autoconfigure.json
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of JSON testers.
- AutoConfigureMockMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of
MockMvc
.
- AutoConfigureMockRestServiceServer - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of a single
MockRestServiceServer
.
- AutoConfigureOrder - Annotation Type in org.springframework.boot.autoconfigure
-
Auto-configuration specific variant of Spring Framework's
Order
annotation.
- AutoConfigureRestDocs - Annotation Type in org.springframework.boot.test.autoconfigure.restdocs
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of Spring REST Docs.
- AutoConfigureTestDatabase - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
-
Annotation that can be applied to a test class to configure a test database to use
instead of any application defined or auto-configured
DataSource
.
- AutoConfigureTestDatabase.Replace - Enum in org.springframework.boot.test.autoconfigure.jdbc
-
What the test database can replace.
- AutoConfigureTestEntityManager - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
-
Annotation that can be applied to a test class to enable auto-configuration of a
TestEntityManager
.
- AutoConfigureWebClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of web clients.
- AutoConfigureWebFlux - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
-
- AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
-
- AutoConfigureWebTestClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
-
Annotation that can be applied to a test class to enable a
WebTestClient
.
- available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates something is available.
- Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
-
- Cache() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
-
- CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
- CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-
- CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
- cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-
- Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- cacheManager() - Method in class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
-
- cacheManager(EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
-
- CacheManagerCustomizer<T extends CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
-
Callback interface that can be implemented by beans wishing to customize the cache
manager before it is fully initialized, in particular to tune its configuration.
- cacheManagerCustomizers(ObjectProvider<List<CacheManagerCustomizer<?>>>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-
- CacheManagerCustomizers - Class in org.springframework.boot.autoconfigure.cache
-
- CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
-
- CacheManagerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration
-
- CacheMeterBinderProvider<C extends Cache> - Interface in org.springframework.boot.actuate.metrics.cache
-
Provide a
MeterBinder
based on a
Cache
.
- CacheMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.cache
-
- CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration
-
- CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
-
Register supported
Cache
to a
MeterRegistry
.
- CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - Constructor for class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
-
Creates a new registrar.
- CacheProperties - Class in org.springframework.boot.autoconfigure.cache
-
Configuration properties for the cache abstraction.
- CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- CacheProperties.Caffeine - Class in org.springframework.boot.autoconfigure.cache
-
Caffeine specific cache properties.
- CacheProperties.Couchbase - Class in org.springframework.boot.autoconfigure.cache
-
Couchbase specific cache properties.
- CacheProperties.EhCache - Class in org.springframework.boot.autoconfigure.cache
-
EhCache specific cache properties.
- CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
-
Infinispan specific cache properties.
- CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
-
JCache (JSR-107) specific cache properties.
- CacheProperties.Redis - Class in org.springframework.boot.autoconfigure.cache
-
Redis-specific cache properties.
- CacheType - Enum in org.springframework.boot.autoconfigure.cache
-
Supported cache types (defined in order of precedence).
- CachingCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- CachingCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
-
- CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
-
An
OperationInvoker
that caches the response of an operation with a
configurable time to live.
- CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
-
- CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
-
- Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
-
- CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
-
- CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
-
- callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
-
Start a call to a single callback instance, dealing with common generic type
concerns and exceptions.
- callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
-
Start a call to callback instances, dealing with common generic type concerns and
exceptions.
- canAdd() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Strategy called to test if dependencies can be added.
- captureOutput() - Method in class org.springframework.boot.test.rule.OutputCapture
-
- CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
-
- CassandraAutoConfiguration(CassandraProperties, ObjectProvider<List<ClusterBuilderCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-
- cassandraCluster() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-
- cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- cassandraCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
-
- CassandraDataAutoConfiguration(BeanFactory, CassandraProperties, Cluster, Environment) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- cassandraHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthIndicatorAutoConfiguration
-
- CassandraHealthIndicator - Class in org.springframework.boot.actuate.cassandra
-
Simple implementation of a
HealthIndicator
returning status information for
Cassandra data stores.
- CassandraHealthIndicator() - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
-
- CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
-
- CassandraHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
-
- CassandraHealthIndicatorAutoConfiguration(Map<String, CassandraOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthIndicatorAutoConfiguration
-
- cassandraMapping(CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
-
Configuration properties for Cassandra.
- CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- CassandraProperties.Pool - Class in org.springframework.boot.autoconfigure.cassandra
-
Pool properties.
- CassandraReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
-
- CassandraReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
-
- CassandraReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
-
- CassandraReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
-
- CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
-
- CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
-
- cassandraSession(CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- cassandraTemplate(Session, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
-
- CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
-
- Chain() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- ChangedFile - Class in org.springframework.boot.devtools.filewatch
-
A single file that has changed.
- ChangedFile(File, File, ChangedFile.Type) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFile
-
- ChangedFile.Type - Enum in org.springframework.boot.devtools.filewatch
-
Change types.
- ChangedFiles - Class in org.springframework.boot.devtools.filewatch
-
A collections of files from a specific source folder that have changed.
- ChangedFiles(File, Set<ChangedFile>) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
-
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- ChangeSet(RanChangeSet) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
-
- characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
-
- checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
-
- checkResource(Locale) - Method in class org.springframework.boot.web.servlet.view.MustacheView
-
- checkResourceExists(Locale) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
-
- checkSessionTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
-
- child(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a child application with the provided sources.
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
-
- ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
- ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
- ClassLoaderFile.Kind - Enum in org.springframework.boot.devtools.restart.classloader
-
The kinds of class load files.
- ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
-
A container for files that may be served from a
ClassLoader
.
- ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
-
- ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- ClassLoaderFiles.SourceFolder - Class in org.springframework.boot.devtools.restart.classloader
-
An individual source folder that is being managed by the collection.
- ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
-
- ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
-
- CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
-
Pseudo URL prefix for loading from the class path: "classpath:".
- ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
-
- ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
-
- ClassPathChangeUploader - Class in org.springframework.boot.devtools.remote.client
-
Listens and pushes any classpath updates to a remote endpoint.
- ClassPathChangeUploader(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
-
- ClassPathFileSystemWatcher - Class in org.springframework.boot.devtools.classpath
-
- ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
- ClassPathFolders - Class in org.springframework.boot.devtools.classpath
-
Provides access to entries on the classpath that refer to folders.
- ClassPathFolders(URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFolders
-
- ClasspathLoggingApplicationListener - Class in org.springframework.boot.context.logging
-
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
-
Strategy interface used to determine when a changed classpath file should trigger a
full application restart.
- cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
-
Clean up the logging system.
- cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
- clear() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Clear the persistence context, causing all managed entities to become detached.
- clearCache() - Method in class org.springframework.boot.loader.jar.JarFile
-
- clearCache() - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-
Clear URL caches.
- clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
Clear the entire MetadataReader cache, removing all cached class metadata.
- clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Clear the instance.
- Client() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
-
- clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
-
- clientName(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
-
Create a
clientName
Tag
derived from the
host
of the
URI
of the given
request
.
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
-
- close() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
-
- close() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
-
- close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
-
- close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- close() - Method in class org.springframework.boot.loader.jar.JarFile
-
- close() - Method in class org.springframework.boot.loader.tools.JarWriter
-
Close the writer.
- close() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-
- closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
-
- CloudAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
-
- CloudAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
-
- CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
-
- CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
-
- CloudFoundryAuthorizationException - Exception in org.springframework.boot.actuate.autoconfigure.cloudfoundry
-
Authorization exceptions thrown to limit access to the endpoints.
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
-
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
-
- CloudFoundryAuthorizationException.Reason - Enum in org.springframework.boot.actuate.autoconfigure.cloudfoundry
-
Reasons why the exception can be thrown.
- cloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
-
- CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
-
- CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
-
- CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
-
- CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
-
- cloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
-
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
-
- CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
-
- CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, PathMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
-
- cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper, EndpointMediaTypes, RestTemplateBuilder, ServletEndpointsSupplier, ControllerEndpointsSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
-
- cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
-
- CloudPlatform - Enum in org.springframework.boot.cloud
-
Simple detection for well known cloud platforms.
- Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- ClusterBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
-
Callback interface that can be implemented by beans wishing to customize the
Cluster
via a Cluster.Builder
whilst retaining default
auto-configuration.
- CodecCustomizer - Interface in org.springframework.boot.web.codec
-
Callback interface that can be used to customize codecs configuration for an HTTP
client and/or server with a
CodecConfigurer
.
- CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
-
- CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
-
- collectorRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
-
- ColorConverter - Class in org.springframework.boot.logging.log4j2
-
Log4j2
LogEventPatternConverter
colors output using the
AnsiOutput
class.
- ColorConverter - Class in org.springframework.boot.logging.logback
-
Logback
CompositeConverter
colors output using the
AnsiOutput
class.
- ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
-
- Command - Interface in org.springframework.boot.cli.command
-
A single command that can be run from the CLI.
- CommandCompleter - Class in org.springframework.boot.cli.command.shell
-
JLine
Completer
for Spring Boot
Command
s.
- CommandCompleter(ConsoleReader, ArgumentCompleter.ArgumentDelimiter, Iterable<Command>) - Constructor for class org.springframework.boot.cli.command.shell.CommandCompleter
-
- CommandException - Exception in org.springframework.boot.cli.command
-
- CommandException(CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
-
- CommandException(String, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
-
- CommandException(String, Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
-
- CommandException(Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
-
- CommandException.Option - Enum in org.springframework.boot.cli.command
-
- CommandFactory - Interface in org.springframework.boot.cli.command
-
Factory used to create CLI
Command
s.
- CommandLineRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- CommandRunner - Class in org.springframework.boot.cli.command
-
- CommandRunner(String) - Constructor for class org.springframework.boot.cli.command.CommandRunner
-
- commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
-
- commit(Xid, boolean) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
-
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- CommonsLoggingLiquibaseLogger - Class in org.springframework.boot.liquibase
-
Liquibase
Logger
that delegates to an Apache Commons
Log
.
- CommonsLoggingLiquibaseLogger() - Constructor for class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- compile(String...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
-
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is used at compile time and runtime.
- compileAndRun() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
-
Compile and run the application.
- CompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler
-
Strategy that can be used to apply some auto-configuration during the
CompilePhase.CONVERSION
Groovy compile phase.
- CompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
-
- CompilerOptionHandler - Class in org.springframework.boot.cli.command.options
-
An
OptionHandler
for commands that result in the compilation of one or more
Groovy scripts.
- CompilerOptionHandler() - Constructor for class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- complete(String, int, List<CharSequence>) - Method in class org.springframework.boot.cli.command.shell.CommandCompleter
-
- complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Called when a request is complete.
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
-
- CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
-
- CompositeDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
-
- CompositeDependencyManagement(DependencyManagement...) - Constructor for class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
-
- CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
-
HealthIndicator
that returns health indications from all registered delegates.
- CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
-
- CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
-
- CompositeHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
-
- CompositeHealthIndicatorFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
-
- CompositeHealthIndicatorFactory() - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
-
- CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
- CompositeMeterRegistryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration
-
- CompositeProxySelector - Class in org.springframework.boot.cli.compiler.grape
-
Composite ProxySelector
.
- CompositeProxySelector(List<ProxySelector>) - Constructor for class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
-
- CompositeReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
-
- CompositeReactiveHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
-
- CompositeReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
-
- CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
-
- CompositeReactiveHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
-
- CompositeReactiveHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
-
- CompositeReactiveHealthIndicatorFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
-
- CompositeReactiveHealthIndicatorFactory() - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
-
- Compression - Class in org.springframework.boot.web.server
-
Simple server-independent abstraction for compression configuration.
- Compression() - Constructor for class org.springframework.boot.web.server.Compression
-
- ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.kafka
-
Configure ConcurrentKafkaListenerContainerFactory
with sensible defaults.
- ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
-
- ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
-
- ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- ConditionalOnBean - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when beans meeting all the specified requirements
are already contained in the
BeanFactory
.
- ConditionalOnClass - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified classes are on the classpath.
- ConditionalOnCloudPlatform - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that matches when the specified cloud platform is active.
- ConditionalOnEnabledEndpoint - Annotation Type in org.springframework.boot.actuate.autoconfigure.endpoint.condition
-
Conditional
that checks whether an endpoint is enabled or not.
- ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure.health
-
Conditional
that checks whether or not a default health indicator is enabled.
- ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure.info
-
Conditional
that checks whether or not a default info contributor is enabled.
- ConditionalOnEnabledResourceChain - Annotation Type in org.springframework.boot.autoconfigure.web
-
Conditional
that checks whether or not the Spring resource handling chain is
enabled.
- ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Configuration annotation for a conditional element that depends on the value of a SpEL
expression.
- ConditionalOnInitializedRestarter - Annotation Type in org.springframework.boot.devtools.restart
-
- ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that matches based on the JVM version the application is running
on.
- ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
-
Range options.
- ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
-
- ConditionalOnManagementPort - Annotation Type in org.springframework.boot.actuate.autoconfigure.web.server
-
Conditional
that matches based on the configuration of the management port.
- ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when no beans meeting the specified requirements
are already contained in the
BeanFactory
.
- ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified classes are not on the
classpath.
- ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the application context is a not a web
application context.
- ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that checks if the specified properties have a specific value.
- ConditionalOnRepositoryType - Annotation Type in org.springframework.boot.autoconfigure.data
-
Conditional
that only matches when a particular type of Spring Data repository
has been enabled.
- ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified resources are on the
classpath.
- ConditionalOnSingleCandidate - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when a bean of the specified class is already
contained in the
BeanFactory
and a single candidate can be determined.
- ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that matches when the application is a web application.
- ConditionalOnWebApplication.Type - Enum in org.springframework.boot.autoconfigure.condition
-
Available application types.
- ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
-
Records condition evaluation details for reporting and logging.
- ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
-
- ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
- ConditionEvaluationReportLoggingListener(LogLevel) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
- ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
-
A condition evaluation report message that can logged or printed.
- ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
-
- ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
-
- ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionMessage.Style - Enum in org.springframework.boot.autoconfigure.condition
-
Render styles.
- ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
-
Outcome for a condition match, including log message.
- ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
- ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
- ConditionsReportEndpoint - Class in org.springframework.boot.actuate.autoconfigure.condition
-
- ConditionsReportEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
-
- conditionsReportEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
-
- ConditionsReportEndpoint.ApplicationConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
-
A description of an application's condition evaluation, primarily intended for
serialization to JSON.
- ConditionsReportEndpoint.ContextConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
-
A description of an application context's condition evaluation, primarily intended
for serialization to JSON.
- ConditionsReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.autoconfigure.condition
-
- ConditionsReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.autoconfigure.condition
-
- ConditionsReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.condition
-
- ConditionsReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
-
- CONFIG_ADDITIONAL_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config additional location" property name.
- CONFIG_LOCATION - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for config file location (including optional classpath:, file: or
URL prefix).
- CONFIG_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config location" property name.
- CONFIG_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for name of external configuration file (excluding suffix).
- CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config name" property name.
- CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
-
The name of the Spring property that contains a reference to the logging
configuration to load.
- ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test.context
-
- ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
-
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
-
- ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
-
- ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
-
Interface to provide configuration for a reactive web application.
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
-
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
-
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
-
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
-
- ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
-
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
-
- ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
-
- configuration(Neo4jProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
-
- CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
-
- ConfigurationBeanFactoryMetadata - Class in org.springframework.boot.context.properties
-
Utility class to memorize @Bean
definition meta data during initialization of
the bean factory.
- ConfigurationBeanFactoryMetadata() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-
- configurationProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
-
Annotation for externalized configuration.
- ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
- ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
-
- ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- configurationPropertiesReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
-
- ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
-
- ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
-
- ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
-
- ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
-
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
-
BeanSerializerModifier
to return only relevant configuration properties.
- ConfigurationPropertiesReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context.properties
-
- ConfigurationPropertiesReportEndpointAutoConfiguration(ConfigurationPropertiesReportEndpointProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
-
- ConfigurationPropertiesReportEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.context.properties
-
- ConfigurationPropertiesReportEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
-
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
-
- ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
-
A configuration property name composed of elements separated by dots.
- ConfigurationPropertyName.Form - Enum in org.springframework.boot.context.properties.source
-
The various forms that a non-indexed element value can take.
- ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
-
- ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
- ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
-
- ConfigurationPropertyState - Enum in org.springframework.boot.context.properties.source
-
- Configurations - Class in org.springframework.boot.context.annotation
-
- Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
-
- ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
-
- ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-
- ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
-
A single check that can be applied.
- ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
-
- ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
-
- ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- configure(WebSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
-
- configure(Meter.Id, DistributionStatisticConfig) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
-
- configure(T, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Configure the specified rabbit listener container factory.
- configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
- configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
-
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-
- configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
-
Configure the specified jms listener container factory.
- configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
-
Configure the specified Kafka listener container factory.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
-
- configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Configure the given
FormatterRegistry
with formatters and converters
appropriate for most Spring Boot applications.
- configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Configure the provided
RestTemplate
instance using this builder.
- configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
-
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Configure registration settings.
- configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Configure registration settings.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Configure the application.
- configureArgumentResolvers(ArgumentResolverConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- configureHttpMessageCodecs(ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-
- configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
-
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Configure which profiles are active (or active by default) for this application
environment.
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Add, remove or re-order any
PropertySource
s in this application's
environment.
- configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- Connection() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
-
- connectionFactory() - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
-
- ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
-
A
ConnectorStartFailedException
is thrown when a Tomcat
Connector
fails
to start, for example due to a port clash or incorrect SSL configuration.
- ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
-
Creates a new ConnectorStartFailedException
for a connector that's
configured to listen on the given port
.
- connectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
-
- CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
The name of the System property that contains the console log pattern.
- Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
Returns if the source contains any descendants of the specified name.
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
- containsEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
-
Return whether the set of option arguments parsed from the arguments contains an
option with the given name.
- containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
-
- containsProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- Contentnegotiation() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application context.
- contextCapturingReactiveTomcatCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
-
- contextCapturingServletTomcatCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
-
- contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Explicitly set the context class to be used.
- ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- ContextConditionEvaluation(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
-
- ContextConsumer<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.runner
-
Callback interface used to process an
ApplicationContext
with the ability to
throw a (checked) exception.
- ContextExpression(Set<String>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
-
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
-
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the application context has been loaded but before it has been
refreshed.
- contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the
ApplicationContext
has been created and prepared, but
before sources have been loaded.
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
-
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
-
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
-
- contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
-
Contributes additional details using the specified
Builder
.
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
-
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
-
- ControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
-
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring
WebFlux.
- controllerEndpointDiscoverer(PathMapper, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-
- ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
-
- ControllerEndpointDiscoverer(ApplicationContext, PathMapper, Collection<EndpointFilter<ExposableControllerEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
- controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
-
- controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
-
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
-
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
-
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
-
- ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
-
- controllerExposeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-
- ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
-
- ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
-
- ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
-
- convert(String) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
-
- convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-
- convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-
- Cookie() - Constructor for class org.springframework.boot.web.servlet.server.Session.Cookie
-
- copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Copy the specified key to the target
Properties
if it is set.
- CorsEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
Configuration properties for web endpoints' CORS support.
- CorsEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
-
- CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
-
- CouchbaseAutoConfiguration.CouchbaseConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
Couchbase cache configuration.
- CouchbaseCacheConfiguration(CacheProperties, CacheManagerCustomizers, Bucket) - Constructor for class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
-
- couchbaseClient() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
-
- couchbaseClient() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
-
- couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
-
- couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
-
- couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
-
- couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
-
- CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
-
- CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
-
- CouchbaseDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
-
- CouchbaseDataAutoConfiguration.ValidationConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
-
- CouchbaseDataProperties - Class in org.springframework.boot.autoconfigure.data.couchbase
-
Configuration properties for Spring Data Couchbase.
- CouchbaseDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
-
- couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
-
- couchbaseHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorAutoConfiguration
-
- CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
-
- CouchbaseHealthIndicator(CouchbaseOperations, Duration) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
-
- CouchbaseHealthIndicator(CouchbaseOperations) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
-
- CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
-
Create an indicator with the specified Cluster
.
- CouchbaseHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
-
- CouchbaseHealthIndicatorAutoConfiguration(Map<String, Cluster>) - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorAutoConfiguration
-
- CouchbaseHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.couchbase
-
- CouchbaseHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorProperties
-
Deprecated.
- CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
-
Configuration properties for Couchbase.
- CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-
- CouchbaseProperties.Bucket - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseProperties.Endpoints - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseProperties.Endpoints.CouchbaseService - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseProperties.Ssl - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseProperties.Timeouts - Class in org.springframework.boot.autoconfigure.couchbase
-
- CouchbaseReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
-
- CouchbaseReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration
-
- CouchbaseReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
-
- CouchbaseReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
-
- CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
-
- CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
-
- CouchbaseService() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
-
- create(GroovyClassLoader, List<RepositoryConfiguration>, DependencyResolutionContext, boolean) - Static method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
-
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
- createArchive() - Method in class org.springframework.boot.loader.Launcher
-
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
-
- createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
-
- createClass(byte[], ClassNode) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
-
- createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.Launcher
-
Create a classloader for the specified archives.
- createClassLoader(URL[]) - Method in class org.springframework.boot.loader.Launcher
-
Create a classloader for the specified URLs.
- createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- createCollector(CompilationUnit, SourceUnit) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
-
- createConfiguration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
Create a Configuration
based on the state of this instance.
- createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
Subclasses may override to create their own subclass of ContextCloserListener.
- createDefaultRepositoryConfiguration() - Static method in class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
-
Create a new default repository configuration.
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
-
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
-
- createEndpoint(Object, EndpointId, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Factory method called to create the
endpoint
.
- createEndpoint(Object, String, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- createEndpoint(Object, String, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-
Deprecated.
- createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-
- createEndpoint(Object, String, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
Deprecated.
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
- createEndpoint(Object, String, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
Deprecated.
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
- createEndpoint(Object, String, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
Deprecated.
- createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
- createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
-
Creates Resources
for the operations of the given
webEndpoints
.
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- createExpectationManager() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- createFetcher(Object, String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
-
- createHealthIndicator(Cluster) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorAutoConfiguration
-
- createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
-
- createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
-
- createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
-
- createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
-
- createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
-
- createHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
-
- createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
-
- createHttpClientConfig() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
-
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- createJettyServer(JettyHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- createJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- createLogger(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
Factory method used to create the logger.
- createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
-
Create the MainMethodRunner
used to launch the application.
- createManagementContext(ApplicationContext, Class<?>...) - Method in interface org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
-
Create the management application context.
- createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
Create the meta-data reader.
- createMock(MockDefinition, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
Factory method used by defined beans to actually create the mock.
- createModifiedConfig(MergedContextConfiguration, Class<?>[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- createMongoClient(MongoClientOptions) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
-
Creates a MongoClient
using the given options
.
- createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
-
Creates a MongoClient
using the given settings
.
- createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-
Deprecated.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-
- createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
Deprecated.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
- createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
Deprecated.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
- createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
Deprecated.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
- createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
- createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- createReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
-
- createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
-
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- createSpringApplication(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Returns the
SpringApplicationBuilder
that is used to configure and create
the
SpringApplication
.
- createSpyIfNecessary(Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- createSubPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
-
- createTempDir(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Return the absolute temp dir for given web server.
- createTester(Class<?>, ResolvableType, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
-
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
-
- createView(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
- createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAContext() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAContext(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
-
- CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
Marker for custom scope when custom configuration is used.
- CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[]) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- customize(T) - Method in interface org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer
-
Customize the given registry
.
- customize(T) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
-
- customize(T, ManagementServerProperties, ServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
-
- customize(RestTemplate) - Method in class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
-
- customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
-
Customize the cache manager.
- customize(T) - Method in class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
-
- customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
-
Customize the cache manager.
- customize(Cluster.Builder) - Method in interface org.springframework.boot.autoconfigure.cassandra.ClusterBuilderCustomizer
-
Customize the Cluster.Builder
.
- customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.JedisClientConfigurationBuilderCustomizer
-
Customize the JedisClientConfiguration.JedisClientConfigurationBuilder
.
- customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.LettuceClientConfigurationBuilderCustomizer
-
Customize the LettuceClientConfiguration.LettuceClientConfigurationBuilder
.
- customize(HttpClientConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.jest.HttpClientConfigBuilderCustomizer
-
Customize the HttpClientConfig.Builder
.
- customize(GsonBuilder) - Method in interface org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
-
Customize the GsonBuilder.
- customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
-
Customize the JacksonObjectMapperBuilder.
- customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
-
Customize the resource config.
- customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
-
Customize the ActiveMQConnectionFactory
.
- customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
-
Customize the configuration.
- customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
-
Customize the MongoClientSettings.Builder
.
- customize(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
-
Customize the specified JPA vendor properties.
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
-
- customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
-
- customize(T) - Method in interface org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer
-
Customize the given transaction manager.
- customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
-
- customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
-
- customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
-
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
-
- customize(ConfigurableUndertowWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
-
- customize(WebClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
-
- customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-
- customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
-
- customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
-
- customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
-
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
-
- customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
-
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
-
Customize the given configurer
.
- customize(RestAssuredRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
-
Customize the given configurer
.
- customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
-
Customize the given configurer
.
- customize(WebTestClient.Builder) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
-
- customize(WebTestClient.Builder) - Method in interface org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer
-
Customize the given builder
.
- customize(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
-
Customize the given builder
.
- customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- customize(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
-
- customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
-
- customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
-
Customize the server.
- customize(HttpServerOptions.Builder) - Method in interface org.springframework.boot.web.embedded.netty.NettyServerCustomizer
-
Customize the Netty web server.
- customize(HttpServerOptions.Builder) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
-
Customize the connector.
- customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
-
Customize the context.
- customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
-
Customize the builder.
- customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
-
Customize the deployment info.
- customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
-
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
-
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Customize vendor properties before they are used.
- CustomLoaderLayout - Interface in org.springframework.boot.loader.tools
-
Additional interface that can be implemented by
Layouts
that write their
own loader classes.
- gangliaConfig(GangliaProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
-
- gangliaMeterRegistry(GangliaConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
-
- GangliaMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
-
- GangliaMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
-
- GangliaProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
-
- GangliaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Extract the content to contribute to the info endpoint.
- generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
Creates the minimal transport parameters for an embedded transport
configuration.
- GenericBomAstTransformation - Class in org.springframework.boot.cli.compiler
-
A base class that lets plugin authors easily add additional BOMs to all apps.
- GenericBomAstTransformation() - Constructor for class org.springframework.boot.cli.compiler.GenericBomAstTransformation
-
- GenericReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
-
- GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- get() - Method in class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaEndpoint
-
- get(Function<T, V>, Supplier<V>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
-
Get the value from the properties or use a fallback from the defaults
.
- get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
-
- get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
-
- get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
-
- get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
-
- get(int) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return the parameter at the specified index.
- get(String) - Method in class org.springframework.boot.actuate.info.Info
-
- get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
-
- get(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
String
value from the meta-data.
- get(String, String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
String
value from the meta-data.
- get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Return the auto-configuration base packages for the given bean factory.
- get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
- get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
- get(ApplicationContext, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
Return a
Validator
that only implements the
Validator
interface,
wrapping it if necessary.
- get(Environment) - Static method in class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance from the specified environment.
- get() - Method in class org.springframework.boot.context.properties.bind.BindResult
-
- get() - Static method in class org.springframework.boot.context.properties.PropertyMapper
-
Return the property mapper.
- get(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
- get(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
-
- get() - Static method in class org.springframework.boot.devtools.settings.DevToolsSettings
-
- get(HttpInputMessage) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
-
- get(String) - Method in class org.springframework.boot.info.InfoProperties
-
Return the value of the specified property or null
.
- get(ClassLoader) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
- get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
-
- get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
-
Detect and return the logging system in use.
- get(PropertySource<?>, String) - Static method in class org.springframework.boot.origin.PropertySourceOrigin
-
- get(String...) - Static method in class org.springframework.boot.system.SystemProperties
-
- get(Class<T>, Class<? extends C>, Supplier<? extends C>) - Static method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-
- get(Supplier<? extends ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableApplicationContext
-
- get(Supplier<? extends ConfigurableReactiveWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext
-
- get(Supplier<? extends ConfigurableWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableWebApplicationContext
-
- get(String) - Method in class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
-
- get() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
-
Return the result of the invocation or null
if the callback wasn't
suitable.
- get(R) - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
-
Return the result of the invocation or the given fallback if the callback
wasn't suitable.
- get(String) - Method in class org.springframework.boot.web.server.MimeMappings
-
Get a mime mapping for the given extension.
- getAcceptCount() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAcceptors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getAccessLogPrefix() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getAccessToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- getAccountId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-
- getAckCount() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getAckMode() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- getAcks() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getAckTime() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getAction() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
-
Returns the action, if any, to be taken to address the failure.
- getActive(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns the active
CloudPlatform
or
null
if one cannot be deduced.
- getActive() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getActive() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the current number of active connections that have been allocated from the
data source or null
if that information is not available.
- getActive() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getActive() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
-
- getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
-
- getActiveProfiles() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
-
- getAdditionalExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getAdditionalPaths() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getAdditionalProperties() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- getAdditionalTags(Cache) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
-
Return additional
tags
to be associated with the given
Cache
.
- getAdditionalTldSkipPatterns() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable collection of the
Connector
s that will be added to the
Tomcat.
- getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
- getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getAddress() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Return the address that the web server binds to.
- getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getAddressingMode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getAdmin() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getAliases() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getAliases(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- getAll() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
-
- getAll() - Method in class org.springframework.boot.web.server.MimeMappings
-
Returns all defined mappings.
- getAllErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
Return the list of all validation errors.
- getAllExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- getAllPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the full paths for each mapped endpoint.
- getAllRootPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the root paths for each mapped endpoint.
- getAllSources() - Method in class org.springframework.boot.SpringApplication
-
- getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The Spring Data annotation used to enable the particular repository support.
- getAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return a single associated annotations that could affect binding.
- getAnnotation() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
-
Return the configuration properties annotation that triggered the binding.
- getAnnotation(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getAnnotationClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return the source annotation class used by the selector.
- getAnnotations() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return any associated annotations that could affect binding.
- getAnonymousReadOnly() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- getApiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- getApiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-
- getApiKey() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
- getApplicationContext() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
-
Access the application context that the server was created in.
- getApplicationContext() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
-
- getApplicationContext() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
-
Access the application context that the server was created in.
- getApplicationDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getApplicationKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- getApplicationLog() - Method in class org.springframework.boot.SpringApplication
-
Returns the
Log
for the application.
- getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- getArgs() - Method in class org.springframework.boot.cli.command.options.SourceOptions
-
- getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getArgs(String...) - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getArgsArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
-
- getArguments() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
-
- getArtifact() - Method in class org.springframework.boot.info.BuildProperties
-
Return the artifactId of the project or null
.
- getArtifact() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- getArtifactCoordinatesResolver() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
-
- getArtifactId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
-
Gets the artifact id of the artifact identified by the given module
.
- getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
-
Return the exclusion artifact ID.
- getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
-
Return the dependency artifact id.
- getArtifactId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
-
- getAstTransformations() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
-
- getAsync() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getAttribute(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getAttributeNames() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getAttributes(String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Get the audit event.
- getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getAuthenticationSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
-
- getAuthor() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getAuthorizationGrantType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- getAutoCommitInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getAutoConfigurationImportFilters() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getAutoConfigurationImportListeners() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getAutoConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
-
- getAutoconfigureOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- getAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getAvailableCandidates() - Method in exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
-
- getAvailableTags() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getBackupFile() - Method in class org.springframework.boot.loader.tools.Repackager
-
Return the
File
to use to backup the original source.
- getBase() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getBaseDn() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- getBaseEnvironment() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- getBasename() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- getBasePath() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
-
- getBasePath() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the base path for the endpoints.
- getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getBaseUnit() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- getBatchSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getBean(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain a single bean of the given type from the application context (or ancestors),
the bean becoming the object under test.
- getBean(Class<T>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain a single bean of the given type from the application context, the bean
becoming the object under test.
- getBean(String) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain a single bean of the given name from the application context, the bean
becoming the object under test.
- getBean(String, Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain a single bean of the given name and type from the application context, the
bean becoming the object under test.
- getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getBeanFactory() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getBeanNameGenerator() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getBeanNames(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain the beans names of the given type from the application context, the names
becoming the object array under test.
- getBeans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
-
- getBeans() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
-
- getBeans(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain a map bean names and instances of the given type from the application
context (or ancestors), the map becoming the object under test.
- getBeans(Class<T>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain a map bean names and instances of the given type from the application
context, the map becoming the object under test.
- getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-
- getBeanType() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
-
Return the bean type that was being bound.
- getBlockIfFullTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getBody() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Returns the body for the response.
- getBomModule() - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
-
The bom to be added to dependency management in compact form:
"<groupId>:<artifactId>:<version>"
(like in a @Grab
).
- getBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-
- getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getBootVersion() - Method in class org.springframework.boot.ResourceBanner
-
- getBoundProperties() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
Return the properties that were bound before validation failed.
- getBoxedType() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return the boxed type of the item to bind.
- getBranch() - Method in class org.springframework.boot.info.GitProperties
-
Return the name of the branch or null
.
- getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getBucket() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-
- getBufferMemory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getBuild() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
-
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getCache() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getCachecontrol() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
-
- getCacheDuration() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getCachePrivate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getCachePublic() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getCacheTtl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
-
- getCaffeine() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getCandidateConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
-
Return the auto-configuration candidate configurations that are going to be
imported.
- getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return the auto-configuration class names that should be considered.
- getCause() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
-
Returns the cause of the failure.
- getCauseType() - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
Return the cause type being handled by the analyzer.
- getChain() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getChangeLog() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getChangeSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
-
Return details of the files that changed.
- getChangeSets() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
-
- getChannel() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
-
- getCharset() - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
-
- getCheckpointInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-
Returns the checks that should be applied.
- getChecksum() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getChecksum() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getChunkedModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- getCiphers() - Method in class org.springframework.boot.web.server.Ssl
-
Return the supported SSL ciphers.
- getClasses() - Method in class org.springframework.boot.context.annotation.Configurations
-
- getClasses(Configurations...) - Static method in class org.springframework.boot.context.annotation.Configurations
-
Return the classes from all the specified configurations in the order that they
would be registered.
- getClasses(Collection<Configurations>) - Static method in class org.springframework.boot.context.annotation.Configurations
-
Return the classes from all the specified configurations in the order that they
would be registered.
- getClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the location of classes within the archive.
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getClassLoader() - Method in class org.springframework.boot.SpringApplication
-
Either the ClassLoader that will be used in the ApplicationContext (if
resourceLoader
is set, or the context
class loader (if not null), or the loader of the Spring
ClassUtils
class.
- getClassName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getClassName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
-
- getClassName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
-
Returns the class name of the registered Filter or Servlet.
- getClassName() - Method in class org.springframework.boot.web.servlet.server.Jsp
-
Return the class name of the servlet to use for JSPs.
- getClasspath() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- getClasspath() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
-
Returns the classpath for local resources.
- getClassPathArchives() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- getClassPathArchives() - Method in class org.springframework.boot.loader.Launcher
-
Returns the archives that will be used to construct the class path.
- getClassPathArchives() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getClasspathOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-
- getClient() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
-
- getClientAuth() - Method in class org.springframework.boot.web.server.Ssl
-
Return Whether client authentication is wanted ("want") or needed ("need").
- getClientAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getClosest(Color) - Static method in class org.springframework.boot.ansi.AnsiColors
-
- getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getClosure(BlockStatement, String, boolean) - Static method in class org.springframework.boot.cli.compiler.AstUtils
-
Extract a top-level name
closure from inside this block if there is one,
optionally removing it from the block at the same time.
- getClosure(BlockStatement, String) - Static method in class org.springframework.boot.cli.compiler.AstUtils
-
- getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getClusterName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getClusterName() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- getClusterNodes() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getCode() - Method in class org.springframework.boot.actuate.health.Status
-
Return the code for this status.
- getCode() - Method in class org.springframework.boot.cli.command.status.ExitStatus
-
An exit code appropriate for use in System.exit()
.
- getCollectionName() - Method in class org.springframework.boot.autoconfigure.session.MongoSessionProperties
-
- getColumn() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
-
Return the column of the text resource where the property originated.
- getCommands() - Method in interface org.springframework.boot.cli.command.CommandFactory
-
- getCommands() - Method in class org.springframework.boot.cli.command.CommandRunner
-
- getCommands() - Method in class org.springframework.boot.cli.DefaultCommandFactory
-
- getComment() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return the comment for the session cookie.
- getCommentPrefix() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-
- getComments() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getCommitId() - Method in class org.springframework.boot.info.GitProperties
-
Return the full id of the commit or null
.
- getCommitTime() - Method in class org.springframework.boot.info.GitProperties
-
Return the timestamp of the commit or null
.
- getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- getComponentScanningPackages(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- getCompression() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getCompression() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getCompression() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getCompressionType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getCondition() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
-
- getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns condition outcomes from this report, grouped by the source.
- getConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return an outcome message or null
.
- getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaProperties
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
-
- getConfigRefreshFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- getConfigTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- getConfigurableWebBindingInitializer() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The configuration class that will be used by Spring Boot as a template.
- getConfiguration() - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
-
- getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
-
- getConfigurationProperty() - Method in interface org.springframework.boot.context.properties.bind.BindContext
-
Return the
ConfigurationProperty
actually being bound or
null
if
the property has not yet been determined.
- getConfigurationProperty(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
- getConfigurationProperty(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- getConfigurations() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getConfiguredLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
-
- getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
-
Returns the configured level of the logger.
- getConfigUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- getConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getConnection() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
-
- getConnection() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getConnection(String, String) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getConsistency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getConsistency() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- getConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getConsumed() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
Returns the media types consumed by an endpoint.
- getConsumer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getConsumersPerQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
-
- getConsumes() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the media types that the operation consumes.
- getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getContent() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
-
- getContent() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
-
- getContentnegotiation() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getContents() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
-
- getContext(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.Servlet
-
Return the context path with no trailing slash (i.e.
- getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getContextPath() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- getContextPath() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the context path for the web server.
- getContexts() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ApplicationConditionEvaluation
-
- getContexts() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
-
- getContexts() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
-
- getContexts() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
-
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
-
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
-
- getContexts() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
-
- getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getContextValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable collection of the
Valve
s that will be applied to the
Tomcat
Context
.
- getControlFlag() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- getController() - Method in interface org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
-
- getConverters() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
-
Return an immutable list of the converters in the order that they will be
registered.
- getCookie() - Method in class org.springframework.boot.web.servlet.server.Session
-
- getCouchbase() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getCredential() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getData() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDatabaseDir() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- getDatabaseName() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
-
- getDatabaseName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
-
- getDatabaseName() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getDataPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getDataSource() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getDataSourceClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
-
- getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
-
- getDataUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getDateExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getDb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
-
- getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- getDecodedFile(URL) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getDefaultAutoCommit() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
The default auto-commit state of connections created by this pool.
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getDefaultDestination() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getDefaultEndpointsOutcome(ConditionContext) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
-
- getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getDefaultMaxWaitTimeOnShutdown() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getDefaultMediaType() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- getDefaultPropertyInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getDefaultTestExecutionListenerClasses() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getDefaultTimeout() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
-
- getDefaultTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getDefaultTopic() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
-
- getDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getDeliveryDelay() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getDeliveryMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getDelta(ConditionEvaluationReport) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
- getDependencies() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
-
- getDependencies() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
-
Returns the managed dependencies.
- getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
-
- getDependencyResolutionContext() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
- getDeploymentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getDeploymentManager() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- getDepth() - Method in interface org.springframework.boot.context.properties.bind.BindContext
-
Return the current depth of the binding.
- getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the description of the operation.
- getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the description of the parameter or null
if none is available.
- getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getDescription() - Method in class org.springframework.boot.actuate.health.Status
-
Return the description of this status.
- getDescription() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getDescription() - Method in class org.springframework.boot.cli.command.AbstractCommand
-
- getDescription() - Method in interface org.springframework.boot.cli.command.Command
-
Returns a description of the command.
- getDescription() - Method in class org.springframework.boot.cli.command.HelpExample
-
- getDescription() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
-
Returns a description of the failure.
- getDescription() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- getDescription() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Return a description of the registration.
- getDescription() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- getDescription() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- getDescription(HttpServletRequest) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
-
Return the description for the given request.
- getDescriptor() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDetails() - Method in class org.springframework.boot.actuate.health.Health
-
Return the details of the health.
- getDetails() - Method in class org.springframework.boot.actuate.info.Info
-
Return the content.
- getDetails() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
-
- getDetails() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
-
- getDetectionStrategy() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getDifferentiatorPropertySourceProperty() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
Return a "differentiator" property to ensure that there is something to
differentiate regular tests and bootstrapped tests.
- getDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- getDir() - Method in class org.springframework.boot.system.ApplicationHome
-
Returns the application home directory.
- getDir(String) - Method in class org.springframework.boot.system.ApplicationTemp
-
Return a sub-directory of the application temp.
- getDir() - Method in class org.springframework.boot.system.ApplicationTemp
-
Return the directory to be used for application specific temp files.
- getDirect() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getDisableHtmlEscaping() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getDisableInnerClassSerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
-
- getDisplayName() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
-
- getDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the document root which will be used by the web context to serve static
files.
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
-
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
-
- getDomain() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return the domain for the session cookie.
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Return the configured driver or null
if none was configured.
- getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the driver class name.
- getDriverClassName() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns the driver class name.
- getDurationUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getDurationUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- getEffectiveLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
-
- getEffectiveLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
-
Returns the effective level of the logger.
- getEhcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getElement(int, ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return an element in the name in the given form.
- getEmbedded() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getEnable() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
-
- getEnableAutoCommit() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getEnableComplexMapKeySerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
Return whether the resource chain is enabled.
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- getEnabled() - Method in class org.springframework.boot.web.server.Compression
-
Return whether response compression is enabled.
- getEnabledProtocols() - Method in class org.springframework.boot.web.server.Ssl
-
Return the enabled SSL protocols.
- getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getEncoding() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getEndpoint(String) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- getEndpoint(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- getEndpointBean() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- getEndpointBean() - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
-
- getEndpointId() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
Return the endpoint ID.
- getEndpointOutcome(ConditionContext, String) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
-
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- getEndpoints() - Method in interface org.springframework.boot.actuate.endpoint.EndpointsSupplier
-
Return the provided endpoints.
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
Return the web endpoints being mapped.
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Return the web endpoints being mapped.
- getEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
-
- getEndpointServlet() - Method in interface org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
-
Return details of the servlet that should registered.
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Returns a mutable collection of the
Valve
s that will be applied to the
Tomcat
Engine
.
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable collection of the
Valve
s that will be applied to the
Tomcat
Engine
.
- getEntityManager() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Return the underlying
EntityManager
that's actually used to perform all
operations.
- getEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getEnv() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-
- getEnvironment() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
Return the environment.
- getEnvironment() - Method in class org.springframework.boot.logging.LoggingInitializationContext
-
Return the Spring environment if available.
- getEnvironment() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- getEnvironmentVariable(String) - Method in class org.springframework.boot.cli.app.SpringApplicationLauncher
-
- getError(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Extract the original error from the current request.
- getError() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getError(ServerRequest) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-
- getError(ServerRequest) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
-
Return the underlying cause of the error or null
if the error cannot be
extracted.
- getError(WebRequest) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
-
- getError(WebRequest) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
-
Return the underlying cause of the error or null
if the error cannot be
extracted.
- getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Extract the error attributes from the current request, to be used to populate error
views or JSON payloads.
- getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
-
- getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-
- getErrorAttributes(ServerRequest, boolean) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
-
Return a
Map
of the error attributes.
- getErrorAttributes(WebRequest, boolean) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
-
- getErrorAttributes(WebRequest, boolean) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
-
Returns a
Map
of the error attributes.
- getErrorPages() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Returns a mutable set of
ErrorPages
that will be used when
handling exceptions.
- getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
- getErrorPath() - Method in interface org.springframework.boot.web.servlet.error.ErrorController
-
Returns the path of the error page.
- getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Provide access to the error properties.
- getEvalUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- getEvents() - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
-
- getExample() - Method in class org.springframework.boot.cli.command.HelpExample
-
- getExamples() - Method in class org.springframework.boot.cli.command.AbstractCommand
-
- getExamples() - Method in interface org.springframework.boot.cli.command.Command
-
Return some examples for the command.
- getExamples() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
-
- getExamples() - Method in class org.springframework.boot.cli.command.init.InitCommand
-
- getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
Return the exception that caused the failure.
- getException() - Method in class org.springframework.boot.web.server.ErrorPage
-
Returns the exception type (or null
for a page that matches by status).
- getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-
- getExceptionName() - Method in class org.springframework.boot.web.server.ErrorPage
-
The exception type name.
- getExchange() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
-
- getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
-
- getExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getExcludedUserAgents() - Method in class org.springframework.boot.web.server.Compression
-
Return the user agents for which responses should not be compressed.
- getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getExcludeFieldsWithoutExposeAnnotation() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getExclusions() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
-
- getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
-
Return the exclusions that were applied.
- getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return any exclusions that limit the candidate configurations.
- getExclusions() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that have been excluded from condition evaluation.
- getExclusions() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
-
Return the dependency exclusions.
- getExecType() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getExecutionTime() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getExitCode() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
-
- getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
-
Return the exit code that will be used to exit the JVM.
- getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
-
Returns the exit code that should be returned from the application.
- getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
-
Returns the exit code that should be returned from the application.
- getExpectationManagers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- getExpiration() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
-
- getExpiry() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
-
- getExpiryScanners() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getExpiryTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- getExposure() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
-
- getExposure() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
-
- getExpression() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
-
- getExtension() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
-
- getExternalFile() - Method in class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
-
- getFailure() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Obtain the failure that stopped the application context from running, the failure
becoming the object under test.
- getFeatures() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- getFetchMaxWait() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getFetchMinSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getFetchSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getFetchSize() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
-
- getFieldNamingPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getFile() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
-
Return the file that was changed.
- getFile(String) - Method in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
-
Return a
ClassLoaderFile
for the given name or
null
if no file is
contained in this collection.
- getFile(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
Returns the underlying File.
- getFile() - Method in class org.springframework.boot.loader.tools.Library
-
Return the library file.
- getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
-
Returns the file extensions that the loader supports (excluding the '.').
- getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
-
- getFilename() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- getFiles() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
-
The files that have been changed.
- getFiles() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
-
Return all
ClassLoaderFiles
in the collection that are
contained in this source folder.
- getFilesEntrySet() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
-
- getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- getFileSystemWatcher() - Method in interface org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
-
- getFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getFilter() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getFilter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return the
Filter
to be registered.
- getFilter() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
-
- getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
-
- getFilterOrder() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
-
- getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
-
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AllNestedConditions
-
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
-
- getFixed() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
-
- getFixedDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getFixedRate() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getFlavor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
-
- getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-
- getFlywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
-
- getForEntity(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Retrieve an entity by doing a GET on the specified URL.
- getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Retrieve a representation by doing a GET on the URI template.
- getForEntity(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Retrieve a representation by doing a GET on the URL .
- getForgetOrphanedLogEntriesDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getForObject(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Retrieve a representation by doing a GET on the specified URL.
- getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Retrieve a representation by doing a GET on the URI template.
- getForObject(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Retrieve a representation by doing a GET on the URL .
- getFullModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- getGenerateNonExecutableJson() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getGit() - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties
-
- getGit() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
-
- getGlobalPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- getGridFsDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getGroup() - Method in class org.springframework.boot.info.BuildProperties
-
Return the groupId of the project or null
.
- getGroup() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- getGroupId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getGroupId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
-
Gets the group id of the artifact identified by the given module
.
- getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
-
Return the exclusion group ID.
- getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
-
Return the dependency group id.
- getGroupId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
-
- getHandler() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
-
- getHandler() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
-
- getHandler() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
-
- getHandler(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.HandlerMapper
-
Return the handler for the given request or null
.
- getHandler(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
-
- getHandlerFunction() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
-
- getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
-
- getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
-
- getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
-
Get the HazelcastInstance
.
- getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
-
Get the HazelcastInstance
.
- getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
-
- getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
-
- getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
-
Returns a modifiable copy of the headers of the request.
- getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
-
Returns a modifiable copy of the headers of the response.
- getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getHealth() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
-
- getHealth(SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- getHealth(SecurityContext, ShowDetails) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
-
- getHelp() - Method in interface org.springframework.boot.cli.command.Command
-
Gets full help text for the command, e.g.
- getHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
-
- getHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
-
- getHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
-
- getHibernate() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getHibernateProperties(HibernateSettings) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
Get configuration properties for the initialization of the main Hibernate
EntityManagerFactory.
- getHibernatePropertiesCustomizers() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
-
- getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getHomeFolder() - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
-
- getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
-
- getHost() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- getHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- getHost() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
-
- getHostTag() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- getHref() - Method in class org.springframework.boot.actuate.endpoint.web.Link
-
Returns the href of the link.
- getHttp2() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getHttp2() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getHttpHandler() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
Return the
HttpHandler
that should be used to process the reactive web
server.
- getHttpMapping() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties
-
- getHttpMethod() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the HTTP method for the operation.
- getHttpOnly() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return whether to use "HttpOnly" cookies for session cookies.
- getHttpStatus(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Get the HTTP error status information from the error map.
- getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- getId() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
- getId() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
-
Returns the ID of the operation that uniquely identifies it within its endpoint.
- getId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getId() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getId() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Session
-
- getId() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the identifier of this driver.
- getId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Return the ID of the given entity.
- getId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Return the ID of the given entity cast to a specific type.
- getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
Get an identifier for the specified details.
- getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- getImportGroup() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
-
- getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
-
- getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties
-
- getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- getIndices() - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
-
- getInfinispan() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getInit() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getInit() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
-
- getInitialDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
-
- getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getInitializationMode() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getInitializers() - Method in class org.springframework.boot.SpringApplication
-
- getInitializers(MergedContextConfiguration, SpringApplication) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
Return the
initializers
that will be applied
to the context.
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
-
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- getInitialUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
- getInitialUrls() - Method in class org.springframework.boot.devtools.restart.Restarter
-
- getInitialUrls(Thread) - Method in interface org.springframework.boot.devtools.restart.RestartInitializer
-
Return the initial set of URLs for the
Restarter
or
null
if no
initial restart is required.
- getInitParameters() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Returns a mutable Map of the registration init-parameters.
- getInitParameters() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getInitParameters() - Method in class org.springframework.boot.web.servlet.server.Jsp
-
Return the init parameters used to configure the JSP servlet.
- getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getInlinedProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- getInputStream() - Method in interface org.springframework.boot.loader.data.RandomAccessData
-
Returns an
InputStream
that can be used to read the underlying data.
- getInputStream() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getInstalledBy() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getInstalledOn() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getInstalledRank() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
-
- getInstant(String) - Method in class org.springframework.boot.info.InfoProperties
-
Return the value of the specified property as an
Instant
or
null
if
the value is not a valid
Long
representation of an epoch time.
- getInteger(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Integer
value from the meta-data.
- getInteger(String, String, Integer) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Integer
value from the meta-data.
- getInternalProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getInterval() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
-
- getInvalidCharacters() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
-
- getIoThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getIssuer() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
-
- getJaas() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getJarEntry(CharSequence) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJavaVersion() - Static method in enum org.springframework.boot.system.JavaVersion
-
- getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getJdbc() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
-
- getJdbc() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
-
- getJedis() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getJetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getJettyWebServer(Server) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getJob() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-
Return the job execution.
- getJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobStoreType() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
-
- getJodaDateTimeFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getJson() - Method in class org.springframework.boot.test.json.JsonContent
-
Return the actual JSON content string.
- getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
-
Static factory for the "best" JSON parser available on the classpath.
- getJsp() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getJsp() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Return the JTA transaction manager.
- getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
-
- getKeyAlias() - Method in class org.springframework.boot.web.server.Ssl
-
Return the alias that identifies the key in the key store.
- getKeyDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getKeyId() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
-
- getKeyManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- getKeyPassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getKeyPassword() - Method in class org.springframework.boot.web.server.Ssl
-
Return the password used to access the key in the key store.
- getKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- getKeySerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getKeyspaceName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getKeyStore() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
-
- getKeyStore() - Method in class org.springframework.boot.web.server.Ssl
-
Return the path to the key store that holds the SSL certificate (typically a jks
file).
- getKeyStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
-
Return the key store that should be used.
- getKeystoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
-
- getKeystorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getKeyStorePassword() - Method in class org.springframework.boot.web.server.Ssl
-
Return the password used to access the key store.
- getKeyStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
-
Return the provider for the key store.
- getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getKeyStoreType() - Method in class org.springframework.boot.web.server.Ssl
-
Return the type of the key store.
- getKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
-
- getKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
-
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getKind() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
- getLabels() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getLastAccessedTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getLastElement(ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return the last element in the name in the given form.
- getLastModified() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
Return the time that the file was last modified.
- getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the launcher class name for this layout.
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Expanded
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.None
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getLayout(File) - Method in class org.springframework.boot.loader.tools.DefaultLayoutFactory
-
- getLayout(File) - Method in interface org.springframework.boot.loader.tools.LayoutFactory
-
Return a
Layout
for the specified source file.
- getLdif() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- getLenient() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getLettuce() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getLibraryDestination(String, LibraryScope) - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the destination path for a given library.
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getLine() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
-
Return the line of the text resource where the property originated.
- getLiquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
-
- getListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getListener() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- getListener() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getListener() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Return the listener to be registered.
- getListeners() - Method in class org.springframework.boot.SpringApplication
-
- getLivereload() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
-
- getLoadBalancingPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getLoader() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
-
- getLoaderPath() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
-
- getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
-
- getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
-
- getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
-
- getLocale() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getLocale() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- getLocale() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getLocaleCharsetMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Return the Locale to Charset mappings.
- getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getLocalRepository() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
-
- getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
-
- getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
-
- getLocation() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- getLocation() - Method in class org.springframework.boot.origin.TextResourceOrigin
-
Return the location of the property within the source (if known).
- getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getLogBaseDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getLogBaseName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getLogContainerConfig() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getLogDir() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- getLogDir() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.LoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.LoggingSystem
-
Returns a collection of the current configuration for all a
LoggingSystem
's
loggers.
- getLoginModule() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getLogLevel() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
-
Returns the logging level to use.
- getLogLevelForReport() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLogWriter() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getLongRequestTags(HttpServletRequest, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
-
- getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
-
Provides tags to be used by long task timers
.
- getLongSerializationPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
-
Returns the main application class that has been deduced or explicitly configured.
- getMainClass() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- getMainClass() - Method in class org.springframework.boot.loader.Launcher
-
Returns the main class that should be launched.
- getMainClass() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getManagedDependencies() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
-
- getManagedVersion(String, String) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
-
- getMandatory() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- getManifest() - Method in interface org.springframework.boot.loader.archive.Archive
-
Returns the manifest of the archive.
- getManifest() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getManifest() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getMapName() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
-
- getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getMapping() - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- getMappingName() - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
-
Returns the name of the mappings described by this provider.
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
-
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
-
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
-
- getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
-
- getMappingResources() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getMappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
-
- getMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
-
Returns the mappings for the registered servlet.
- getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- getMatched() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
-
- getMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Determine the outcome of the match along with suitable log output.
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
-
- getMax() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMax() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the maximum number of active connections that can be allocated at the same
time or -1
if there is no limit.
- getMax() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMaxActives() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getMaxAge() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return the maximum age of the session cookie.
- getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getMaxChunkSize() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- getMaxConnections() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getMaxConnections() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
-
- getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getMaxIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMaximumActiveSessionPerConnection() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getMaxInactiveInterval() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getMaxPacketLength() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getMaxQueueSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- getMaxRetries() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getMaxRows() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
-
- getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getMaxUriTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
-
- getMaxUriTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
-
- getMaxWait() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMBeanInfo() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getMeasurements() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
-
- getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
-
- getMediaTypes() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- getMessage() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
-
- getMessage() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
-
- getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return an outcome message or null
.
- getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
-
Return the
MeterBinder
managing the specified
Cache
or
null
if the specified
Cache
is not supported.
- getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
-
- getMeterBinder(EhCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
-
- getMeterBinder(HazelcastCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
-
- getMeterBinder(JCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
-
- getMeterTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- getMethod() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
-
Return the source Java method.
- getMethod() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
-
- getMethod() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
-
Returns the method (GET, POST, etc) of the request.
- getMethods() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getMethods() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getMethodTag(ServerRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics
-
Deprecated.
Creates a method
tag from the method of the given request
.
- getMigrations() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
-
- getMimeMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the mime-type mappings.
- getMimeType() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
-
- getMimeTypes() - Method in class org.springframework.boot.web.server.Compression
-
Return the MIME types that should be compressed.
- getMin() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMin() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the minimum number of idle connections in the pool or null
if that
information is not available.
- getMin() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMinEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
-
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMinResponseSize() - Method in class org.springframework.boot.web.server.Compression
-
Return the minimum "Content-Length" value that is required for compression to be
performed.
- getMinSpareThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMirrorSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
-
- getMissingParameters() - Method in exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
-
Returns the parameters that were missing.
- getMode() - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
-
- getMode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
-
- getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the mode that should be used to expose the content.
- getMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
-
- getMode() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
-
- getMode() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
-
- getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getMode() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
-
- getMode() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
-
- getMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
-
- getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getMode() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getMonitorInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getMustRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getName() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Returns the parameter name.
- getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the name of the operation.
- getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the name of the operation parameter.
- getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
-
- getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
-
- getName() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getName() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Principal
-
- getName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
-
Returns the name of the registered Filter or Servlet.
- getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getName() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
-
- getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getName() - Method in class org.springframework.boot.cli.command.AbstractCommand
-
- getName() - Method in interface org.springframework.boot.cli.command.Command
-
Returns the name of the command.
- getName() - Method in class org.springframework.boot.cli.command.CommandRunner
-
Return the name of the runner or an empty string.
- getName() - Method in class org.springframework.boot.cli.command.status.ExitStatus
-
A name describing the outcome.
- getName() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
-
Return the name of the repository.
- getName() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
Return the name of the configuration property being bound.
- getName() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
Return the name of the item that was being validated.
- getName() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
-
- getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the name of the property.
- getName() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
-
Return the name of the source folder.
- getName() - Method in class org.springframework.boot.info.BuildProperties
-
Return the name of the project or null
.
- getName() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
-
Returns the name of the entry.
- getName() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getName() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- getName() - Method in class org.springframework.boot.loader.tools.Library
-
Return the name of file as it should be written.
- getName() - Method in class org.springframework.boot.logging.LoggerConfiguration
-
Returns the name of the logger.
- getName() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return the session cookie name.
- getNameForAlias(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- getNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
-
- getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- getNamespace() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-
- getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- getNegativeMatches() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
-
- getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getNestedArchives(Archive.EntryFilter) - Method in interface org.springframework.boot.loader.archive.Archive
-
Returns nested
Archive
s for entries that match the specified filter.
- getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getNestedJarFile(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a nested
JarFile
loaded from the specified entry.
- getNestedJarFile(JarEntry) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a nested
JarFile
loaded from the specified entry.
- getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the nested map with the specified key or empty map if the specified map
contains no mapping for the key.
- getNoCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- getNoGuessDependenciesOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- getNoGuessImportsOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- getNonMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
-
- getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the collection of non-option arguments parsed.
- getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getNoPollThreshold() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getNoStore() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getNotMatched() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
-
- getNoTransform() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getNumberOfElements() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return the total number of elements in the name.
- getNumThreads() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- getObject() - Method in class org.springframework.boot.test.json.ObjectContent
-
Return the actual object content.
- getObject() - Method in class org.springframework.boot.validation.MessageInterpolatorFactory
-
- getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
-
- getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- getOffline() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
-
- getOpenInView() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getOpenInView() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getOperationMethod() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- getOperations() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- getOperations() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
Returns the operations of the endpoint.
- getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
-
Return the operation type.
- getOplogSize() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- getOptionNames() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the names of all option arguments.
- getOptionNames() - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getOptions() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- getOptions() - Method in exception org.springframework.boot.cli.command.CommandException
-
Returns a set of options that are understood by the
CommandRunner
.
- getOptions() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
-
Returns the set of options that are mutually synonymous.
- getOptions() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- getOptionsHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
-
- getOptionsHelp() - Method in interface org.springframework.boot.cli.command.Command
-
Returns help for each supported option.
- getOptionsHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
-
- getOptionsHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
-
- getOptionsHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
-
- getOptionValues(String) - Method in interface org.springframework.boot.ApplicationArguments
-
Return the collection of values associated with the arguments option having the
given name.
- getOptionValues(String) - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getOrAddAttribute(String, ObjectFactory<?>) - Method in class org.springframework.boot.devtools.restart.Restarter
-
- getOrCreateSourceFolder(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- getOrDeduceName(Object) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Deduces the name for this registration.
- getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties
-
- getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
-
- getOrder() - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
-
- getOrder() - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
-
- getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- getOrder() - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.annotation.UserConfigurations
-
- getOrder() - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
- getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- getOrder() - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
-
- getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
-
- getOrder() - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- getOrder() - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-
- getOrder() - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
-
- getOrder() - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Get the order of the registration bean.
- getOrder() - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- getOrderExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getOrFindConfigurationClasses(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getOrigin() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
-
- getOrigin() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
- getOrigin() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- getOrigin(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
-
- getOrigin(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
-
- getOrigin(K) - Method in interface org.springframework.boot.origin.OriginLookup
-
Return the origin of the given key or null
if the origin cannot be
determined.
- getOrigin(Object, K) - Static method in interface org.springframework.boot.origin.OriginLookup
-
Attempt to lookup the origin from the given source.
- getOrigin() - Method in interface org.springframework.boot.origin.OriginProvider
-
Return the source origin or null
if the origin is not known.
- getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedValue
-
- getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- getOutputType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the type of the output of the operation.
- getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getPackageNames() - Method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Return the package names specified from all
@EntityScan
annotations.
- getPackages() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getPage(String) - Method in class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
-
- getPageable() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
-
- getPageParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getParameter() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
-
Return the parameter being mapped.
- getParameterCount() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return the total number of parameters.
- getParameterName() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- getParameters() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
-
Return the operation parameters.
- getParameters() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
-
Returns the parameters the operation expects in the order that they should be
provided.
- getParameters() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getParams() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getParams() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
The parent report (from a parent BeanFactory if there is one).
- getParentId() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
-
- getParentId() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
-
- getParentId() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
-
- getParentId() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
-
- getParentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
-
- getParentId() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getParentLogger() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getParser() - Method in class org.springframework.boot.cli.command.options.OptionHandler
-
- getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Return the configured password or null
if none was configured.
- getPassword() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getPath() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
-
Returns the path to which endpoints should be mapped.
- getPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- getPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the full path for the endpoint with the given ID or null
if the
endpoint cannot be found.
- getPath() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the path for the operation.
- getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
-
Returns the configured path of the dispatcher servlet.
- getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
-
- getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
-
Returns the configured path of the application.
- getPath() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
-
- getPath() - Method in class org.springframework.boot.web.server.ErrorPage
-
The path to render (usually implemented as a forward), starting with "/".
- getPath() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return the path of the session cookie.
- getPathFromRoot() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getPathMapping() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
-
- getPathmatch() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- getPathsArray(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getPathsArray(String[]) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getPatterns() - Method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
-
- getPayloadData(ReadableByteChannel) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
-
Return the payload data for the given source
ReadableByteChannel
or null if
the channel timed out whilst reading.
- getPercentiles() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
-
- getPercentilesHistogram() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
-
- getPeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
-
- getPeriodicRecoveryPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getPhysicalStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- getPlatform() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getPollingFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- getPollInterval() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getPollTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getPool() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
-
- getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
-
- getPool() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getPoolTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
Returns the management port or
null
if the
server port
should be used.
- getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
-
- getPort() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPort() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
-
- getPort() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
-
- getPort() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
Return the port that the server is listening on.
- getPort() - Method in interface org.springframework.boot.devtools.tunnel.server.PortProvider
-
Return the port number.
- getPort() - Method in class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
-
- getPort() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
- getPort() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-
- getPort() - Method in exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
-
- getPort() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
- getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-
- getPort() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
The port that the web server listens on.
- getPort() - Method in exception org.springframework.boot.web.server.PortInUseException
-
Returns the port that was in use.
- getPort() - Method in interface org.springframework.boot.web.server.WebServer
-
Return the port this server is listening on.
- getPortFile(ApplicationContext) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
-
Return the actual port file that should be written for the given application
context.
- getPortHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getPositiveMatches() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
-
- getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
-
- getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
-
- getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getPrefix() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- getPrefix() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
-
Return a cleaned up version of the path that can be used as a prefix for URLs.
- getPrefix() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
-
Return a cleaned up version of the path that can be used as a prefix for URLs.
- getPrefix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
-
- getPrettyPrinting() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the user principal responsible for the event or an empty String if the
principal is not available.
- getPrincipal() - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
-
Return the currently authenticated
Principal
or
null
.
- getPrincipal() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getPrint() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- getPriority() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getPriority() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- getProduced() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
Returns the media types produced by an endpoint.
- getProducer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getProduces() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the media types that the operation produces.
- getProduces() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
-
- getProduces() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
-
- getProducesMediaTypes() - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
-
- getPrompt() - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
-
Returns the current prompt.
- getProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
-
- getProperties() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
-
- getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the properties that this instance manages.
- getProperties() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
-
- getProperties(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
-
- getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
-
- getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Return the value of the specified key from the application
Environment
.
- getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
-
- getProperty() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
Return the configuration property name of the item that was being bound.
- getProperty(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
-
- getProperty(String) - Method in class org.springframework.boot.env.RandomValuePropertySource
-
- getProperty(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
- getProperty(String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
- getProperty(String, String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Search the System properties and environment variables for a value with the
provided key.
- getProperty() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
-
- getProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- getPropertyName() - Method in class org.springframework.boot.origin.PropertySourceOrigin
-
Return the property name that was used when obtaining the original value from the
property source
.
- getPropertyNames() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getPropertySource() - Method in class org.springframework.boot.origin.PropertySourceOrigin
-
- getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
-
- getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
-
- getProtocol() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- getProtocol() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getProtocol() - Method in class org.springframework.boot.web.server.Ssl
-
Return the SSL protocol to use.
- getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getProtocolVersion() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getProvider() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- getProvider() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
-
- getProvider() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getProvider(String, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Get the provider that can be used to render the given view.
- getProvider(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Get the provider that can be used to render the given view.
- getProviders() - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Return the underlying providers being used.
- getProxy() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- getProxy() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getProxy(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
-
- getProxy() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- getProxyRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getProxySelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
-
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- getQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getQualifierDelimiter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- getQuery() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Return the validation query or null
.
- getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
Deprecated.
- getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getQueryservice() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- getQueryTimeout() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
-
- getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getQueueSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
Deprecated.
- getQuietPeriod() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getRabbitProperties() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
- getRateUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getRateUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- getReactive() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getReadTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- getReadTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getReadTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- getReason() - Method in exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
-
Return the reason why the authorization exception was thrown.
- getReason() - Method in exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
-
Return the reason explaining why the request is invalid, potentially null
.
- getReason() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the reason why the value is invalid.
- getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getReconnectionPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getRecovery() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getRecoveryBackoffPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryDbPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryDbUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryJmsPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryJmsUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryModules() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getRedirectUriTemplate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getRedis() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getRegistered() - Method in class org.springframework.boot.web.servlet.server.Jsp
-
Return whether the JSP servlet is registered.
- getRegistration() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
-
Returns the registration that is being described.
- getRegistration() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
-
- getRelativeName() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
-
Return the name of the file relative to the source folder.
- getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
-
Return a form of the given path that's relative to the dispatcher servlet path.
- getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
-
Return a form of the given path that's relative to the Jersey application path.
- getRemote() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
-
- getRemoteAddress() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
-
- getRemoteAddress() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
-
Returns the remote address from which the request was sent, if available.
- getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getRepackagedClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getRepackagedClassesLocation() - Method in interface org.springframework.boot.loader.tools.RepackagingLayout
-
Returns the location to which classes should be moved.
- getReplSetName() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- getReplyTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- getRepositoryConfiguration() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- getRepositoryConfiguration() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
-
Returns the configuration for the repositories that will be used by the compiler to
resolve dependencies.
- getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The RepositoryConfigurationExtension
for the particular repository support.
- getRequest() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Return the underlying request.
- getRequestConfig() - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getRequestedHeartbeat() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
-
- getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
-
- getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-
- getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-
- getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
-
- getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.MvcRequestMatcherProvider
-
- getRequestMatcher(String) - Method in interface org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider
-
- getRequestPredicate() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
-
Returns the predicate for requests that can be handled by this operation.
- getRequestsMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
-
- getRequestsMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
-
- getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
-
- getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
-
Helper method to return a JsonNode
from the tree.
- getResource() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getResource() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- getResource() - Method in class org.springframework.boot.origin.TextResourceOrigin
-
Return the resource where the property originated.
- getResource(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
-
- getResourceAsStream(String) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
-
- getResourceBasePathLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
-
- getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- getResourceByPath(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getResourceLoadClass() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return class used to load relative resources.
- getResourceLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getResourceLoader() - Method in class org.springframework.boot.SpringApplication
-
The ResourceLoader that will be used in the ApplicationContext.
- getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getResourceLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
-
- getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
Check if one of the default resource locations actually exists.
- getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
-
- getResources(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- getResourceSuffix() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- getResourceSuffixes() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- getResponse() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Return the underlying response.
- getResponseTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
-
- getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
-
- getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- getRestTemplate() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Returns the underlying
RestTemplate
that is actually used to perform the
REST operations.
- getRetentionDuration() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getRetentionPeriod() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- getRetentionPolicy() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getRetentionReplicationFactor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getRetentionShardDuration() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getRetries() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- getRetryInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getRetryPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getReturnBodyOnCreate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getReturnBodyOnUpdate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
-
- getRoles() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getRollbackFile() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getRollbackOnCommitFailure() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
-
- getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getRootJarFileFromUrl(URL) - Method in class org.springframework.boot.loader.jar.Handler
-
- getRootPath() - Method in interface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
-
Return the root path of the endpoint, relative to the context that exposes it.
- getRootPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- getRootPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Return the root path for the endpoint with the given ID or null
if the
endpoint cannot be found.
- getRootPath(EndpointId) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
-
Resolve the root path for the endpoint with the specified endpointId
.
- getRootPath(String) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
-
- getRootUri() - Method in class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
-
- getRootUri() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
- getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
-
- getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Create a
RouterFunction
that can route and handle errors as JSON responses
or HTML views.
- getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
- getRoutingKey() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- getRunnable() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
-
- getRunningProcess() - Method in class org.springframework.boot.loader.tools.RunProcess
-
Return the running process.
- getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- getSchemaAction() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
-
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
-
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
-
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
-
- getSchemaLocation() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- getSchemaManagement(DataSource) - Method in interface org.springframework.boot.jdbc.SchemaManagementProvider
-
- getSchemaPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSchemaUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getScope() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
-
- getScope() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getScope() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- getScope() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- getScope() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
-
Returns the scope in which the compiler operates.
- getScope() - Method in class org.springframework.boot.loader.tools.Library
-
Return the scope of the library.
- getScopeMetadataResolver() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getScript() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getSecret() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- getSecretHeaderName() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- getSecure() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return whether to always mark the session cookie as secure.
- getSecurityContext() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
-
- getSelectors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return any self initialization config that has been applied.
- getSendTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSequence() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
-
Return the sequence number of the payload.
- getSerialConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getSerializeNulls() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- getServer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
-
- getServer() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- getServer(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- getServer() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
Returns access to the underlying Jetty Server.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Returns a mutable collection of the
NettyServerCustomizer
s that will be
applied to the Netty server builder.
- getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServerHeader() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getServerNamespace() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
-
Returns the namespace of the web server application context or null
if no
namespace has been set.
- getServerNamespace() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- getServerNamespace() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getServers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- getServerThread() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
-
- getServerThread() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
-
Returns the active server thread, creating and starting it if necessary.
- getService() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getServlet() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
-
- getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Return the servlet being registered.
- getServletConfig() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getServletConfig() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
-
- getServletContext() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
-
- getServletContextInitializerBeans() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Returns the servlet name that will be registered.
- getServletNameMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Returns the servlet name mappings for the registered filter.
- getServletNames() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return a mutable collection of servlet names that the filter will be registered
against.
- getServletPath() - Method in interface org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementServletContext
-
Return the servlet path of the management server.
- getServletPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPathProvider
-
Deprecated.
- getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getServletRegistrationBeans() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- getServletUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
-
- getSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
-
- getSession() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- getSession() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getSessions() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
-
- getSet(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get a
Set
value from the meta-data.
- getSet(String, String, Set<String>) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get a
Set
value from the meta-data.
- getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- getSettings() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- getSharedInstance() - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Return a shared default ApplicationConversionService
instance, lazily
building it once needed.
- getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
-
Return the abbreviated id of the commit or null
.
- getShowDetails() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.LoggingSystem
-
Returns a
Runnable
that can handle shutdown of this logging system when the
JVM exits.
- getShutdownTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
-
- getSignature() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
-
- getSignatureAlgorithm() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
-
- getSimple() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
-
- getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
-
- getSize() - Method in interface org.springframework.boot.loader.data.RandomAccessData
-
Returns the size of the data.
- getSize() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getSizeParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- getSla() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
-
- getSMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getSnapshotsEnabled() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
-
Return if the repository should enable access to snapshots.
- getSocketConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getSort() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
-
- getSortParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
-
- getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getSource() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- getSource() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- getSource() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
-
- getSource() - Method in class org.springframework.boot.system.ApplicationHome
-
Returns the underlying source used to find the home directory.
- getSource() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
-
Access the source of the event (an
WebServer
).
- getSourceApplicationContext() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-
- getSourceApplicationContext(Class<T>) - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-
- getSourceArgs() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the raw unprocessed arguments that were passed to the application.
- getSourceArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getSourceClass() - Method in enum org.springframework.boot.test.util.TestPropertyValues.Type
-
- getSourceFolder() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
-
The source folder being watched.
- getSourceFolders() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- getSources() - Method in class org.springframework.boot.cli.command.options.SourceOptions
-
- getSources() - Method in interface org.springframework.boot.context.properties.bind.BindContext
-
- getSources() - Method in class org.springframework.boot.SpringApplication
-
- getSourcesArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
-
- getSourceUnit() - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
-
- getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
-
- getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getSpringApplication() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
-
- getSpringBootVersion() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
-
Returns the managed version of Spring Boot.
- getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
-
- getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return the spring config locations for this system.
- getSpringFactoriesLoaderFactoryClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return any spring specific initialization config that should be applied.
- getSqlDialect() - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
-
- getSqlScriptEncoding() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSsl() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSsl() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getSslStoreProvider() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getStacktraceMode() - Method in class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties
-
- getStaleIfError() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getStaleWhileRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return the standard config locations for this system.
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getStartupFailure() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
- getStartupFailure() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-
Return the failure that caused application context to fail or null
if the
context started without issue.
- getState() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
-
- getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
-
- getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getStatistic() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
-
- getStatus() - Method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
- getStatus() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
-
- getStatus() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Returns the status for the response.
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
Return the status of the health.
- getStatus() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
-
- getStatus() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
-
The status of the response.
- getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
-
- getStatus() - Method in class org.springframework.boot.web.server.ErrorPage
-
The HTTP status value that this error page matches (or null
for a page that
matches by exception).
- getStatusCode() - Method in exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
-
Return the status code that should be returned to the client.
- getStatusCode() - Method in class org.springframework.boot.web.server.ErrorPage
-
The HTTP status value that this error page matches.
- getStatusMapping() - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Return an immutable view of the status mapping.
- getStatusTag(ServerResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics
-
Deprecated.
Creates a status
tag from the status of the given response
.
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
-
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
-
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
-
- getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- getStorage() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- getStoreDir() - Method in class org.springframework.boot.web.servlet.server.Session
-
Return the directory used to store session data.
- getStoreType() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- getStoreType() - Method in exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
-
- getStrategy() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
-
- getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
-
- getSupported() - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.LoggingSystem
-
Returns a set of the
LogLevels
that are actually supported by the
logging system.
- getSupportedTypes() - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
-
- getSupportedTypes() - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Return the supported types for this registration.
- getTableName() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getTag() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
-
- getTags(String, HttpRequest, ClientHttpResponse) - Method in class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
-
- getTags(String, HttpRequest, ClientHttpResponse) - Method in interface org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
-
Provides the tags to be associated with metrics that are recorded for the given
request
and response
exchange.
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
-
- getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
-
Provides tags to be associated with metrics for the given request
and
response
exchange.
- getTagsAsPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- getTarget() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
-
- getTarget() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
- getTarget() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
Return the target being bound.
- getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- getTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties
-
- getTemplate() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- getTemplate() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getTemplate(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
- getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- getTemplateResolverOrder() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getThreadFactory() - Method in class org.springframework.boot.devtools.restart.Restarter
-
Return a
ThreadFactory
that can be used to create leak safe threads.
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getThreads() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
-
- getThreshold() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
-
- getTime() - Method in class org.springframework.boot.info.BuildProperties
-
Return the timestamp of the build or null
.
- getTime() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorProperties
-
Deprecated.
- getTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
Return the session timeout.
- getTimeout() - Method in class org.springframework.boot.web.servlet.server.Session
-
- getTimeouts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
-
- getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the date/time that the event was logged.
- getTimestamp() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getTimeTaken() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
-
- getTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
-
Return the maximum time in milliseconds that a response can be cached.
- getTimeToLive() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- getTimeToLive() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getTimeZone() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- getTldSkipPatterns() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
- getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getTomcat() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
Returns access to the underlying Tomcat server.
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
-
- getTraces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
-
- getTrackingModes() - Method in class org.springframework.boot.web.servlet.server.Session
-
- getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getTransactionManagerId() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- getTransactionManagerId() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getTransactionSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-
- getTransactionTimeout() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- getTriggerFile() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
-
- getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
-
- getTrustManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getTrustStore() - Method in class org.springframework.boot.web.server.Ssl
-
Return the trust store that holds SSL certificates.
- getTrustStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
-
Return the trust store that should be used.
- getTruststoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getTruststorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getTrustStorePassword() - Method in class org.springframework.boot.web.server.Ssl
-
Return the password used to access the trust store.
- getTrustStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
-
Return the provider for the trust store.
- getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getTrustStoreType() - Method in class org.springframework.boot.web.server.Ssl
-
Return the type of the trust store.
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getType() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- getType() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Returns the parameter type.
- getType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
-
Return the type of the operation parameter.
- getType() - Method in interface org.springframework.boot.actuate.endpoint.Operation
-
Returns the
type
of the operation.
- getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- getType() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return the type of the item to bind.
- getType() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
-
Return the type of change.
- getType() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
- getType() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the type under test.
- getUnboundProperties() - Method in exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
-
- getUnconditionalClasses() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
-
- getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that were evaluated but were not conditional.
- getUnderlyingSource() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
- getUnderlyingSource() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getUndertowWebServer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-
- getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- getUri() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
-
- getUri() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
-
Returns the URI of the request.
- getUri() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getUri() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
-
Return the URI of the repository.
- getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Returns the character encoding to use for URL decoding.
- getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns the character encoding to use for URL decoding.
- getUriHost() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
-
- getUriPort() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
-
- getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- getUriScheme() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
-
- getUrl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getUrl() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getUrl() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
- getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Return the configured url or null
if none was configured.
- getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getUrl(String) - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns the URL for the connection using the specified databaseName
.
- getUrl() - Method in interface org.springframework.boot.loader.archive.Archive
-
Returns a URL that can be used to load the archive.
- getUrl() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getUrl() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getUrl() - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a URL that can be used to access this JAR file.
- getUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
-
- getUrlMappings() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Return a mutable collection of the URL mappings, as defined in the Servlet
specification, for the servlet.
- getUrlPatternMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Returns the URL pattern mappings for the registered filter.
- getUrlPatterns() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return a mutable collection of URL patterns, as defined in the Servlet
specification, that the filter will be registered against.
- getUrlPrefixes() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
- getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- getUrls(String, ClassLoader) - Static method in class org.springframework.boot.cli.util.ResourceUtils
-
Return URLs from a given source path.
- getUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
Return the URLs that should be used with initialization.
- getUrlsOfJarsWithMetaInfResources() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getUsage() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getUsage() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not
limited).
- getUsageHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
-
- getUsageHelp() - Method in interface org.springframework.boot.cli.command.Command
-
Returns usage help for the command.
- getUsageHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
-
- getUsageHelp() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
-
- getUsageHelp() - Method in class org.springframework.boot.cli.command.init.InitCommand
-
- getUsageHelp() - Method in class org.springframework.boot.cli.command.install.InstallCommand
-
- getUsageHelp() - Method in class org.springframework.boot.cli.command.install.UninstallCommand
-
- getUsageHelp() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
-
Returns usage help for the option.
- getUsageHelp() - Method in class org.springframework.boot.cli.command.run.RunCommand
-
- getUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getUseRelativeRedirects() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- getUserName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Return the configured username or null
if none was configured.
- getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getUserNameAttribute() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- getValidation() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- getValidationErrors() - Method in exception org.springframework.boot.context.properties.bind.validation.BindValidationException
-
Return the validation errors that caused the exception.
- getValidationQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
- getValidationQuery() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the validation query.
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getValidationQuery() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the query to use to validate that a connection is valid or null
if
that information is not available.
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getValidDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the absolute document root when it points to a valid directory, logging a
warning and returning null
otherwise.
- getValidSessionStoreDir() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getValue(Meter.Type) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelAgreementBoundary
-
Return the underlying value of the SLA in form suitable to apply to the given meter
type.
- getValue() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
-
Return the value being mapped.
- getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
-
- getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
-
- getValue() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getValue() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- getValue() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
-
- getValue() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return a supplier that provides the object value or null
.
- getValue() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- getValue() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the invalid value, can be null
.
- getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
-
- getValue() - Method in class org.springframework.boot.origin.OriginTrackedValue
-
Return the tracked value.
- getValueDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getValues() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
-
- getValueSerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getVendorCallback() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Deprecated.
- getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getVerifyHostname() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getVersion() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getVersion() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- getVersion() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- getVersion(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
-
Gets the version of the artifact identified by the given module
.
- getVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
-
Return the dependency version.
- getVersion(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
-
- getVersion(String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
- getVersion(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
- getVersion() - Method in class org.springframework.boot.info.BuildProperties
-
Return the version of the project or null
.
- getVersion() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- getVersion() - Static method in class org.springframework.boot.SpringBootVersion
-
Return the full version string of the present Spring Boot codebase, or null
if it cannot be determined.
- getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
Deprecated.
- getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getView() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getViewservice() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
-
Returns a warning if the check fails or null
if there are no problems.
- getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- getWeb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
-
- getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Return the Jetty
Configuration
s that should be applied to the server.
- getWebApplicationType() - Method in class org.springframework.boot.SpringApplication
-
Returns the type of web application that is being run.
- getWebEnvironment(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getWebServer() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
-
Returns the
WebServer
that was created by the context or
null
if
the server has not yet been created.
- getWebServer() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getWebServer() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
Returns the
WebServer
that was created by the context or
null
if
the server has not yet been created.
- getWebServer(HttpHandler) - Method in interface org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
-
Gets a new fully configured but paused
WebServer
instance.
- getWebServer() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Returns the
WebServer
that was created by the context or
null
if
the server has not yet been created.
- getWebServer(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ServletWebServerFactory
-
Gets a new fully configured but paused
WebServer
instance.
- getWebServerFactory() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getWhitelabel() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- getWorkerThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getXaDataSourceClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the XA driver source class name.
- getXaResourceOrphanFilters() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getXAResources() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- getZkHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- Git() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
-
- Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
-
- gitInfoContributor(GitProperties) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
-
- GitInfoContributor - Class in org.springframework.boot.actuate.info
-
- GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
-
- GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
-
- gitProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
-
- GitProperties - Class in org.springframework.boot.info
-
Provide git-related information such as commit id and time.
- GitProperties(Properties) - Constructor for class org.springframework.boot.info.GitProperties
-
- globalPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
-
- grab(Map) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
-
- grab(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
-
- grab(String) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
-
- GrabCommand - Class in org.springframework.boot.cli.command.grab
-
Command
to grab the dependencies of one or more Groovy scripts.
- GrabCommand() - Constructor for class org.springframework.boot.cli.command.grab.GrabCommand
-
- GrapeEngineInstaller - Class in org.springframework.boot.cli.compiler.grape
-
Utility to install a specific Grape
engine with Groovy.
- GrapeEngineInstaller() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
-
- GrapeRootRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
-
Honours the configuration of grape.root
by customizing the session's local
repository location.
- GrapeRootRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
-
- graphiteConfig(GraphiteProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
-
- graphiteMeterRegistry(GraphiteConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
-
- GraphiteMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
-
- GraphiteMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
-
- GraphiteProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
-
- GraphiteProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- gridFsTemplate(MongoDbFactory, MongoTemplate) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
-
- GroovyBeansTransformation - Class in org.springframework.boot.cli.compiler
-
ASTTransformation
to resolve beans declarations inside application source
files.
- GroovyBeansTransformation() - Constructor for class org.springframework.boot.cli.compiler.GroovyBeansTransformation
-
- GroovyCompiler - Class in org.springframework.boot.cli.compiler
-
Compiler for Groovy sources.
- GroovyCompiler(GroovyCompilerConfiguration) - Constructor for class org.springframework.boot.cli.compiler.GroovyCompiler
-
- GroovyCompilerConfiguration - Interface in org.springframework.boot.cli.compiler
-
- GroovyCompilerScope - Enum in org.springframework.boot.cli.compiler
-
The scope in which a groovy compiler operates.
- GroovyMarkupConfiguration(ApplicationContext, GroovyTemplateProperties, ObjectProvider<MarkupTemplateEngine>) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- groovyMarkupConfigurer() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- groovyMarkupViewResolver() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
-
- GroovyTemplate - Class in org.springframework.boot.groovy
-
Helpful utilities for working with Groovy Template
s.
- GroovyTemplate() - Constructor for class org.springframework.boot.groovy.GroovyTemplate
-
- GroovyTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
Auto-configuration support for Groovy templates in MVC.
- GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
-
- GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAutoConfiguration.GroovyWebConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
-
- GroovyTemplateProperties - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- GroovyTemplatesCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- GroovyTemplatesCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
-
- GroovyWebConfiguration(GroovyTemplateProperties) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
-
- gson(GsonBuilder) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
-
- GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
-
- GsonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
-
- gsonBuilder(List<GsonBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
-
- GsonBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.gson
-
Callback interface that can be implemented by beans wishing to further customize the
Gson
via GsonBuilder
retaining its default auto-configuration.
- GsonJsonParser - Class in org.springframework.boot.json
-
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
-
- GsonProperties - Class in org.springframework.boot.autoconfigure.gson
-
Configuration properties to configure Gson
.
- GsonProperties() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- GsonTester<T> - Class in org.springframework.boot.test.json
-
AssertJ based JSON tester backed by Gson.
- GsonTester(Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
-
- GsonTester(Class<?>, ResolvableType, Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
-
- ifAllMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Create a nested
DependencyCustomizer
that only applies if all of the
specified class names are not on the class path.
- ifAllResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Create a nested
DependencyCustomizer
that only applies if the specified
paths are on the class path.
- ifAnyMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Create a nested
DependencyCustomizer
that only applies if any of the
specified class names are not on the class path.
- ifAnyResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
Create a nested
DependencyCustomizer
that only applies at least one of the
specified paths is on the class path.
- ifBound(Consumer<? super T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Invoke the specified consumer with the bound value, or do nothing if no value has
been bound.
- IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order applied to the WebSecurityConfigurer that ignores standard static resource
paths.
- IgnoredPathsWebSecurityConfigurer() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
-
- IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
- IgnoreErrorsBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
-
- IgnoreErrorsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
-
- IgnoreTopLevelConverterNotFoundBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
- IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
- IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
- ImageBanner - Class in org.springframework.boot
-
Banner implementation that prints ASCII art generated from an image resource
Resource
.
- ImageBanner(Resource) - Constructor for class org.springframework.boot.ImageBanner
-
- ImportAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
-
Import and apply the specified auto-configuration classes.
- Include - Enum in org.springframework.boot.actuate.trace.http
-
Include options for HTTP tracing.
- include(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "includes profiles" property name.
- Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
-
- InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
Infinispan cache configuration.
- InfinispanCacheConfiguration(CacheProperties, CacheManagerCustomizers, ObjectProvider<ConfigurationBuilder>) - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
-
- infinispanCacheManager() - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
-
- influxConfig(InfluxProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
-
- influxDb() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
-
- InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
-
- InfluxDbAutoConfiguration(InfluxDbProperties, ObjectProvider<OkHttpClient.Builder>) - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
-
- influxDbHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthIndicatorAutoConfiguration
-
- InfluxDbHealthIndicator - Class in org.springframework.boot.actuate.influx
-
- InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
-
- InfluxDbHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.influx
-
- InfluxDbHealthIndicatorAutoConfiguration(Map<String, InfluxDB>) - Constructor for class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthIndicatorAutoConfiguration
-
- InfluxDbProperties - Class in org.springframework.boot.autoconfigure.influx
-
Configuration properties for InfluxDB.
- InfluxDbProperties() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
- influxMeterRegistry(InfluxConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
-
- InfluxMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
-
- InfluxMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
-
- InfluxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
-
- InfluxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- Info - Class in org.springframework.boot.actuate.info
-
Carries information of the application.
- info() - Method in class org.springframework.boot.actuate.info.InfoEndpoint
-
- info(String) - Static method in class org.springframework.boot.cli.util.Log
-
- info(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- info(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- info(Object) - Method in class org.springframework.boot.logging.DeferredLog
-
- info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-
- Info.Builder - Class in org.springframework.boot.actuate.info
-
Builder for creating immutable
Info
instances.
- InfoContributor - Interface in org.springframework.boot.actuate.info
-
Contributes additional info details.
- InfoContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
-
- InfoContributorAutoConfiguration(InfoContributorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
-
- InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure.info
-
Configuration properties for core info contributors.
- InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties
-
- InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure.info
-
- infoEndpoint(ObjectProvider<List<InfoContributor>>) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
-
- InfoEndpoint - Class in org.springframework.boot.actuate.info
-
Endpoint
to expose arbitrary application information.
- InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
-
- InfoEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
-
- InfoEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
-
- infoPrint(String) - Static method in class org.springframework.boot.cli.util.Log
-
- InfoProperties - Class in org.springframework.boot.info
-
Base class for components exposing unstructured data with dedicated methods for well
known keys.
- InfoProperties(Properties) - Constructor for class org.springframework.boot.info.InfoProperties
-
Create an instance with the specified entries.
- InfoProperties.Entry - Class in org.springframework.boot.info
-
Property entry.
- InfoPropertiesInfoContributor<T extends InfoProperties> - Class in org.springframework.boot.actuate.info
-
- InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
- InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
-
Defines how properties should be exposed.
- init(WebSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
-
- init(FilterConfig) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- init(FilterConfig) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
-
- InitCommand - Class in org.springframework.boot.cli.command.init
-
Command
that initializes a project using Spring initializr.
- InitCommand() - Constructor for class org.springframework.boot.cli.command.init.InitCommand
-
- InitCommand(InitCommand.InitOptionHandler) - Constructor for class org.springframework.boot.cli.command.init.InitCommand
-
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
-
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
-
- initFields(Object, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
-
- initFields(Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
-
- initFields(Object, Gson) - Static method in class org.springframework.boot.test.json.GsonTester
-
- initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
-
- initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
-
- initFields(Object, ObjectFactory<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
-
- initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
-
- initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
-
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
-
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
-
- initialise(String) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
- initialize(ReactorCoreProperties) - Method in class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Initialize the logging system according to preferences expressed through the
Environment
and the classpath.
- initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
-
- initialize(String[]) - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize restart support.
- initialize(String[], RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize restart support.
- initialize(String[], boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize restart support.
- initialize(String[], boolean, RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize restart support.
- initialize(String[], boolean, RestartInitializer, boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize restart support for the current application.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.devtools.restart.RestartScopeInitializer
-
- initialize() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
-
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
-
Fully initialize the logging system.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
-
- initialize(Class<?>, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Initialize the marshal tester for use.
- initialize(Class<?>) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Initialize the marshal tester for use, configuring it to load JSON resources as
UTF-8.
- initialize(Class<?>, Charset) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Initialize the marshal tester for use.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-
- initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- initialized(Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
-
- initialized(Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
-
- initialized(Supplier<H2ConsoleProperties>) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
-
- initialized(Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
-
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
Called once the context has been initialized.
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
Called once the context has been initialized.
- initializeDataSourceBuilder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- initializeEnvironmentBuilder(CouchbaseProperties) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
-
Initialize an environment builder based on the specified settings.
- initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add some initializers to the application (applied to the
ApplicationContext
before any bean definitions are loaded).
- InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
-
- InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- InMemoryHttpTraceRepository - Class in org.springframework.boot.actuate.trace.http
-
- InMemoryHttpTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
- inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
-
- install(GrapeEngine) - Static method in class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
-
- InstallCommand - Class in org.springframework.boot.cli.command.install
-
Command
to install additional dependencies into the CLI.
- InstallCommand() - Constructor for class org.springframework.boot.cli.command.install.InstallCommand
-
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
-
- IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Integration component scan configuration.
- IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Basic Spring Integration configuration.
- IntegrationAutoConfiguration.IntegrationJdbcConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Integration JDBC configuration.
- IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Spring Integration JMX configuration.
- IntegrationAutoConfiguration.IntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Integration management configuration.
- IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationComponentScanConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
-
- IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
-
- integrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
-
- IntegrationDataSourceInitializer - Class in org.springframework.boot.autoconfigure.integration
-
Initializer for Spring Integration schema.
- IntegrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
-
- IntegrationJdbcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
-
- IntegrationJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- IntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration
-
- integrationMbeanExporter() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- IntegrationProperties - Class in org.springframework.boot.autoconfigure.integration
-
Configuration properties for Spring Integration.
- IntegrationProperties() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties
-
- IntegrationProperties.Jdbc - Class in org.springframework.boot.autoconfigure.integration
-
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
-
- interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, IntervalTask) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
-
- IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
-
- InvalidConfigurationPropertyNameException - Exception in org.springframework.boot.context.properties.source
-
- InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
-
- InvalidConfigurationPropertyValueException - Exception in org.springframework.boot.context.properties.source
-
Exception thrown when a configuration property value is invalid.
- InvalidConfigurationPropertyValueException(String, Object, String) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Creates a new instance for the specified property name
and value
,
including a reason
why the value is invalid.
- InvalidEndpointRequestException - Exception in org.springframework.boot.actuate.endpoint
-
Indicate that an endpoint request is invalid.
- InvalidEndpointRequestException(String, String) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
-
- InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
-
- inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return the inverse of the specified condition outcome.
- InvocationContext - Class in org.springframework.boot.actuate.endpoint
-
- InvocationContext(SecurityContext, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
-
Creates a new context for an operation being invoked by the given principal
with the given available arguments
.
- invoke(ServletWebRequest) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
-
- invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
-
Invoke the underlying operation using the given context
.
- invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
-
- invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
-
- invoke(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.Operation
-
Invoke the underlying operation using the given context
.
- invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
-
- invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
-
Invoke the callback instance where the callback method returns void.
- invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
-
Invoke the callback instances where the callback method returns void.
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
-
Invoke the callback instance where the callback method returns a result.
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
-
Invoke the callback instances where the callback method returns a result.
- isAccessAllowed(String) - Method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
-
Returns if the access level should allow access to the specified ID.
- isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- isActive(Environment) - Method in enum org.springframework.boot.cloud.CloudPlatform
-
Determines if the platform is active (i.e.
- isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
-
Determine if any agent reloader is active.
- isAddFilters() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- isAllowed(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.AccessManager
-
Determine if the specific request is allowed to be handled by the
Dispatcher
.
- isAllowed(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
-
- isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isAllowSubTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- isAncestorOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Returns true
if this element is an ancestor (immediate or nested parent) of
the specified name.
- isAppend() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- isAsyncSupported() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Returns if asynchronous operations are supported for this registration.
- isAttachedConfigurationPropertySource(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
- isAutoconfigure() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- isAutoconfigure() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
-
Returns true if auto-configuration transformations should be applied.
- isAutoCreateDb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- isAutoTimeRequests() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
-
- isBlockIfFull() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- isBlocking() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
-
Returns if the underlying operation is blocking.
- isBound() - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Returns true
if a result was bound.
- isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
- isBridgeJulIntoSlf4j() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
Return whether bridging JUL into SLF4J or not.
- isBuffered() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isCache() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- isCache() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- isCacheNullValues() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- isCaseInsensitive(JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
Specify whether the database is case sensitive.
- isCheckChangeLogLocation() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isCheckLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- isCheckTemplate() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- isClassReloadable(Class<?>) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- isCompressed() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- isCreateConnectionOnStartup() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- isDescriptions() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- isDescriptions() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
-
- isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
-
Returns true
if the entry represents a directory.
- isDisconnectRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Detect if the request is actually a signal to disconnect.
- isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isEagerFilterInit() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- isEagerInitFilters() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Return if filters should be initialized eagerly.
- isEmbedded(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given driver class name represents an embedded
database type.
- isEmbedded(DataSource) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given data source represents an embedded
database type.
- isEmbedded() - Method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
- isEmbeddedWebApplication() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Specify if the application runs in an embedded web container.
- isEmpty() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return true
if the message is empty.
- isEmpty() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- isEnableByDefault() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- isEnableByDefault() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
Returns if the endpoint is enabled by default.
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties.StacktraceMode
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
-
- isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
-
- isEnabled() - Method in class org.springframework.boot.web.server.Http2
-
Return whether to enable HTTP/2 support, if the current environment supports it.
- isEnabled() - Method in class org.springframework.boot.web.server.Ssl
-
Return whether to enable SSL support.
- isEnabled() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Return if the registration is enabled.
- isEnableLogging() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isEnableSpringElCompiler() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Determine if an endpoint bean should be exposed.
- isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
- isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
- isEqualOrNewerThan(JavaVersion) - Method in enum org.springframework.boot.system.JavaVersion
-
Return if this version is equal to or newer than a given version.
- isEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Overridden version of isEqualTo
to perform JSON tests based on the object
type.
- isEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is leniently
equal
to the specified JSON.
- isEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is leniently
equal
to the specified JSON resource.
- isEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is leniently
equal
to the specified JSON bytes.
- isEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is leniently
equal
to the specified JSON file.
- isEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is leniently
equal
to the specified JSON input stream.
- isEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is leniently
equal
to the specified JSON resource.
- isEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON.
- isEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON resource.
- isEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON bytes.
- isEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON file.
- isEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON input stream.
- isEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON resource.
- isEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON.
- isEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON resource.
- isEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON bytes.
- isEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON file.
- isEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON input stream.
- isEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON resource.
- isErrorEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isExecutable() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns if loader classes should be included to make the archive executable.
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.None
-
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- isExpired() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isExtendedFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- isExtensionExposed(Object) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
-
- isExtensionExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Determine if an extension bean should be exposed.
- isFailFast() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
-
- isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isFavorParameter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- isFavorPathExtension() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- isForce() - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- isForceRequest() - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- isForceResponse() - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- isForceShutdownOnVmExit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
Return true
if all outcomes match.
- isGenerateDdl() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- isGlobal() - Method in class org.springframework.boot.web.server.ErrorPage
-
Return if this error page is a global one (matches all unmatched status and
exception types).
- isGuessDependencies() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- isGuessDependencies() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
-
Returns if jar dependencies should be guessed.
- isGuessImports() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- isGuessImports() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
-
Returns if import declarations should be guessed.
- isGzipped() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- isHangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
-
Flag to signal that the caller can (or should) hangup.
- isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- isIncludeException() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- isIncludeStackTrace(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Determine if the stacktrace attribute should be included.
- isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Determine if the stacktrace attribute should be included.
- isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- isLastElementIndexed() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return if the last element in the name is indexed.
- isLogConditionEvaluationDelta() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- isLogCookies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- isLogLatency() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- isLogServer() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- isLwcEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- isMain(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
Returns if the thread is for a main invocation.
- isMandatory() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Return if the parameter is mandatory (does not accept null values).
- isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return true
if the outcome was a match.
- isMatch(String, URL) - Method in class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
-
- isMatch(String, URL) - Method in interface org.springframework.boot.devtools.restart.server.SourceFolderUrlFilter
-
Determine if the specified URL matches a source folder.
- isMatchAfter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return if filter mappings should be matched after any declared Filter mappings of
the ServletContext.
- isMultiThreaded() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
-
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
-
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
-
- isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
Determine if the specified
JarEntry
is a nested item that should be added
to the classpath.
- isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
-
- isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
-
- isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- isNotEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Overridden version of isNotEqualTo
to perform JSON tests based on the
object type.
- isNotEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not leniently
equal to the specified JSON.
- isNotEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not leniently
equal to the specified JSON resource.
- isNotEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not leniently
equal to the specified JSON bytes.
- isNotEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not leniently
equal to the specified JSON file.
- isNotEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not leniently
equal to the specified JSON input stream.
- isNotEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not leniently
equal to the specified JSON resource.
- isNotEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON.
- isNotEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON resource.
- isNotEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON bytes.
- isNotEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON file.
- isNotEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON input stream.
- isNotEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON resource.
- isNotEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON.
- isNotEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON resource.
- isNotEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON bytes.
- isNotEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON file.
- isNotEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON input stream.
- isNotEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON resource.
- isNotStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not strictly
equal
to the specified JSON.
- isNotStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not strictly
equal
to the specified JSON resource.
- isNotStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not strictly
equal
to the specified JSON bytes.
- isNotStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not strictly
equal
to the specified JSON file.
- isNotStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not strictly
equal
to the specified JSON input stream.
- isNotStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not strictly
equal
to the specified JSON resource.
- isNumericIndex(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return if the element in the name is indexed and numeric.
- isOlderThan(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Determine if a connection is older than the specified time.
- isOlderThan(JavaVersion) - Method in enum org.springframework.boot.system.JavaVersion
-
Return if this version is older than a given version.
- isOneIndexedParameters() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- isOnePhaseCommit() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- IsoOffsetDateTimeConverter - Class in org.springframework.boot.actuate.endpoint.invoke.convert
-
- IsoOffsetDateTimeConverter() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
-
- isOpen() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
-
- isOptionCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Returns if the specified command is an option command.
- isParentOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Returns true
if this element is an immediate parent of the specified name.
- isPasswordGenerated() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- isPersistent() - Method in class org.springframework.boot.web.servlet.server.Session
-
Return whether to persist session data between restarts.
- isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- isPrintOnlyOnFailure() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- isPublisherConfirms() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- isPublisherReturns() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- isPublishUnchangedMeters() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- isQuiet() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- isQuiet() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
-
Returns if running in quiet mode.
- isReady() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Specify if the application has fully started and is now ready.
- isReconnectOnException() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- isRegisterDefaultServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Flag to indicate that the default servlet should be registered.
- isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- isRestartExclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
-
- isRestartInclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
-
- isRestartRequired() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
-
Return if an application restart is required due to the change.
- isRestartRequired(ChangedFile) - Method in interface org.springframework.boot.devtools.classpath.ClassPathRestartStrategy
-
Return true if a full restart is required.
- isRestartRequired(ChangedFile) - Method in class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
-
- isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- isSameRM(XAResource) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- isSsl() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- isSsl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- isStarted() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
Return if the server has been started.
- isStateless() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
-
- isStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is strictly
equal to
the specified JSON.
- isStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is strictly
equal to
the specified JSON resource.
- isStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is strictly
equal to
the specified JSON bytes.
- isStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is strictly
equal to
the specified JSON file.
- isStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is strictly
equal to
the specified JSON input stream.
- isStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is strictly
equal to
the specified JSON resource.
- isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Returns true
if the specified listener is one of the supported types.
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
-
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
-
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
-
Returns true
if a template is available for the given view
.
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
-
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
-
- isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
-
Returns whether or not the
href
is templated.
- isTestConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- isThreadedTwoPhaseCommit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- isTrace() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- isTraceEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Check whether the trace attribute has been set on the given request.
- isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
-
- isUnpackRequired() - Method in class org.springframework.boot.loader.tools.Library
-
Return if the file cannot be used directly as a nested jar and needs to be
unpacked.
- isUseAnonymousProducers() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- isUseCodeAsDefaultMessage() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- isUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- isUseGlobalRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
-
- isUseKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- isUseNewIdGeneratorMappings() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- isUseRegisteredSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
-
- isUserInRole(String) - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
-
Returns true
if the currently authenticated user is in the given
role
, or false otherwise.
- isUseSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
-
- isUsingForwardHeaders() - Method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns if the platform is behind a load balancer and uses
X-Forwarded-For headers.
- isValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Returns if the given name is valid.
- isValidateServerCertificate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isWatchForFileChanges() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
-
Returns true
if the source file should be monitored for changes and
automatically recompiled.
- isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- isWebEnvironment() - Method in class org.springframework.boot.SpringApplication
-
- isWrapperFor(Class<?>) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- items(Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(ConditionMessage.Style, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(ConditionMessage.Style, Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
- iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- iterator() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
-
- iterator() - Method in class org.springframework.boot.cli.command.CommandRunner
-
- iterator() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
- iterator() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- iterator() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
Return an iterator for the
names
managed by this
source.
- iterator() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- iterator() - Method in class org.springframework.boot.devtools.classpath.ClassPathFolders
-
- iterator() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
-
- iterator() - Method in class org.springframework.boot.info.InfoProperties
-
- iterator() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- iterator() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- iterator() - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
-
- iterator() - Method in class org.springframework.boot.web.server.MimeMappings
-
- iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- OAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientAutoConfiguration
-
- OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
OAuth 2.0 client properties.
- OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
-
- OAuth2ClientProperties.Provider - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2ClientProperties.Registration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
A single client registration.
- ObjectContent<T> - Class in org.springframework.boot.test.json
-
- ObjectContent(ResolvableType, T) - Constructor for class org.springframework.boot.test.json.ObjectContent
-
- ObjectContentAssert<A> - Class in org.springframework.boot.test.json
-
- ObjectContentAssert(A) - Constructor for class org.springframework.boot.test.json.ObjectContentAssert
-
- objectNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
-
- of(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointId
of the specified value.
- of(Class<?>...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurations
-
- of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
- of(Collection<? extends ConditionMessage>) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method to create a new
ConditionMessage
comprised of the specified
messages.
- of(Class<?>...) - Static method in class org.springframework.boot.context.annotation.UserConfigurations
-
- of(Class<T>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
of the specified type.
- of(ResolvableType) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
of the specified type.
- of(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- of(Object) - Static method in class org.springframework.boot.origin.OriginTrackedValue
-
- of(Object, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedValue
-
- of(Class<?>...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.ClassFilter
-
- of(String...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.PackageFilter
-
- of(String...) - Static method in class org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValues
with the underlying map populated with the
given property pairs.
- of(Iterable<String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValues
with the underlying map populated with the
given property pairs.
- of(Stream<String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValues
with the underlying map populated with the
given property pairs.
- of(R) - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
-
- ofInstance(T) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
of the type of the specified instance with an
existing value equal to the instance.
- OK - Static variable in class org.springframework.boot.cli.command.status.ExitStatus
-
Generic "OK" exit status with zero exit code and hangup=false.
- onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
-
- onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- onApplicationEvent(ClassPathChangedEvent) - Method in class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
-
- onApplicationEvent(ApplicationStartingEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
-
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
-
- onApplicationReadyEvent(ApplicationReadyEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
-
- onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportListener
-
Handle an auto-configuration import event.
- onChange(Set<ChangedFiles>) - Method in interface org.springframework.boot.devtools.filewatch.FileChangeListener
-
Called when files have been changed.
- onClose(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
-
Called when a socket channel is closed.
- onClose() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- onClose() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- OnEndpointElementCondition - Class in org.springframework.boot.actuate.autoconfigure
-
Base endpoint element condition.
- OnEndpointElementCondition(String, Class<? extends Annotation>) - Constructor for class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
Called when binding finishes, regardless of whether the property was bound or not.
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
-
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- OnlyOnceLoggingDenyMeterFilter - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
MeterFilter
to log only once a warning message and deny Meter.Id
.
- OnlyOnceLoggingDenyMeterFilter(Supplier<String>) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter
-
- onOpen(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
-
Called when a socket channel is opened.
- OnPropertyListCondition - Class in org.springframework.boot.autoconfigure.condition
-
Condition
that checks if a property whose value is a list is defined in the
environment.
- OnPropertyListCondition(String, Supplier<ConditionMessage.Builder>) - Constructor for class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
-
Create a new instance with the property to check and the message builder to use.
- onRefresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- onRefresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- onStart(ConfigurationPropertyName, Bindable<?>, BindContext) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onStart(ConfigurationPropertyName, Bindable<?>, BindContext) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
Called when binding of an element starts but before any result has been determined.
- onStartup(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
-
- onStartup(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
-
- onStartup(ServletContext) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
-
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
- onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
-
Configure the given
ServletContext
with any servlets, filters, listeners
context-params and attributes necessary for initialization.
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
Called when binding of an element ends with a successful result.
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
-
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- onWebServerInitializedEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- open(WritableByteChannel, Closeable) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
-
- open(WritableByteChannel, Closeable) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelConnection
-
Open the tunnel connection.
- open(int) - Method in class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
-
- open(int) - Method in interface org.springframework.boot.devtools.tunnel.server.TargetServerConnection
-
Open a connection to the target server with the specified timeout.
- openConnection(URL) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
-
- openConnection(URL) - Method in class org.springframework.boot.loader.jar.Handler
-
- openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
-
- Operation - Interface in org.springframework.boot.actuate.endpoint
-
- OperationInvoker - Interface in org.springframework.boot.actuate.endpoint.invoke
-
Interface to perform an operation invocation.
- OperationInvokerAdvisor - Interface in org.springframework.boot.actuate.endpoint.invoke
-
- OperationKey(Object, Supplier<String>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
-
- OperationMethod - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
-
Information describing an operation method on an endpoint method.
- OperationMethod(Method, OperationType) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
-
- OperationParameter - Interface in org.springframework.boot.actuate.endpoint.invoke
-
A single operation parameter.
- OperationParameters - Interface in org.springframework.boot.actuate.endpoint.invoke
-
- OperationType - Enum in org.springframework.boot.actuate.endpoint
-
An enumeration of the different types of operation supported by an endpoint.
- option(String, String) - Method in class org.springframework.boot.cli.command.options.OptionHandler
-
- option(Collection<String>, String) - Method in class org.springframework.boot.cli.command.options.OptionHandler
-
- OptionalLiveReloadServer - Class in org.springframework.boot.devtools.autoconfigure
-
- OptionalLiveReloadServer(LiveReloadServer) - Constructor for class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
-
- OptionHandler - Class in org.springframework.boot.cli.command.options
-
- OptionHandler() - Constructor for class org.springframework.boot.cli.command.options.OptionHandler
-
- OptionHelp - Interface in org.springframework.boot.cli.command.options
-
Help for a specific option.
- OptionParsingCommand - Class in org.springframework.boot.cli.command
-
- OptionParsingCommand(String, String, OptionHandler) - Constructor for class org.springframework.boot.cli.command.OptionParsingCommand
-
- options() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- options() - Method in class org.springframework.boot.cli.command.options.OptionHandler
-
- OptionSetGroovyCompilerConfiguration - Class in org.springframework.boot.cli.command.options
-
- OptionSetGroovyCompilerConfiguration(OptionSet, CompilerOptionHandler) - Constructor for class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- OptionSetGroovyCompilerConfiguration(OptionSet, CompilerOptionHandler, List<RepositoryConfiguration>) - Constructor for class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
-
- optionsForAllow(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Return the value of the Allow header for the given URI.
- optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Return the value of the Allow header for the given URI.
- optionsForAllow(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Return the value of the Allow header for the given URL.
- ORDER - Static variable in class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
-
- ORDER - Static variable in class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
-
The order of the transformation.
- ORDER - Static variable in class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
-
The order of the transformation.
- ORDER - Static variable in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
-
The order of the transformation.
- ORDER - Static variable in class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
-
The order of the transformation.
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.servlet.filter
-
- OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
-
- OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
-
Default
HealthAggregator
implementation that aggregates
Health
instances and determines the final system state based on a simple ordered list.
- OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.reactive.filter
-
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.servlet.filter
-
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
- OrderedHttpPutFormContentFilter - Class in org.springframework.boot.web.servlet.filter
-
- OrderedHttpPutFormContentFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
-
- OrderedRequestContextFilter - Class in org.springframework.boot.web.servlet.filter
-
- OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
-
- orElse(T) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or other
if no value has been bound.
- orElseCreate(Class<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or a new instance of the specified class if no
value has been bound.
- orElseGet(Supplier<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or the result of invoking other
if no
value has been bound.
- orElseThrow(Supplier<? extends X>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or throw an exception to be created by the
provided supplier if no value has been bound.
- org.springframework.boot - package org.springframework.boot
-
Core Spring Boot classes.
- org.springframework.boot.actuate.amqp - package org.springframework.boot.actuate.amqp
-
Actuator support for AMQP and RabbitMQ.
- org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
-
Core actuator auditing classes.
- org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
-
Actuator auditing listeners.
- org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
-
Classes for general actuator auto-configuration concerns.
- org.springframework.boot.actuate.autoconfigure.amqp - package org.springframework.boot.actuate.autoconfigure.amqp
-
Auto-configuration for actuator AMQP concerns.
- org.springframework.boot.actuate.autoconfigure.audit - package org.springframework.boot.actuate.autoconfigure.audit
-
Auto-configuration for actuator audit concerns.
- org.springframework.boot.actuate.autoconfigure.beans - package org.springframework.boot.actuate.autoconfigure.beans
-
Auto-configuration for actuator Spring Bean concerns.
- org.springframework.boot.actuate.autoconfigure.cassandra - package org.springframework.boot.actuate.autoconfigure.cassandra
-
Auto-configuration for actuator Cassandra concerns.
- org.springframework.boot.actuate.autoconfigure.cloudfoundry - package org.springframework.boot.actuate.autoconfigure.cloudfoundry
-
Auto-configuration for actuator Cloud Foundry concerns.
- org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive - package org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
-
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
- org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet - package org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
-
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
- org.springframework.boot.actuate.autoconfigure.condition - package org.springframework.boot.actuate.autoconfigure.condition
-
Auto-configuration for actuator condition concerns.
- org.springframework.boot.actuate.autoconfigure.context - package org.springframework.boot.actuate.autoconfigure.context
-
Auto-configuration for actuator Spring Context concerns.
- org.springframework.boot.actuate.autoconfigure.context.properties - package org.springframework.boot.actuate.autoconfigure.context.properties
-
Auto-configuration for actuator property concerns.
- org.springframework.boot.actuate.autoconfigure.couchbase - package org.springframework.boot.actuate.autoconfigure.couchbase
-
Auto-configuration for actuator Couchbase concerns.
- org.springframework.boot.actuate.autoconfigure.elasticsearch - package org.springframework.boot.actuate.autoconfigure.elasticsearch
-
Auto-configuration for actuator Elasticsearch concerns.
- org.springframework.boot.actuate.autoconfigure.endpoint - package org.springframework.boot.actuate.autoconfigure.endpoint
-
Core classes for actuator endpoint auto-configuration.
- org.springframework.boot.actuate.autoconfigure.endpoint.condition - package org.springframework.boot.actuate.autoconfigure.endpoint.condition
-
Actuator endpoint auto-configuration conditions.
- org.springframework.boot.actuate.autoconfigure.endpoint.jmx - package org.springframework.boot.actuate.autoconfigure.endpoint.jmx
-
Actuator JMX endpoint auto-configuration.
- org.springframework.boot.actuate.autoconfigure.endpoint.web - package org.springframework.boot.actuate.autoconfigure.endpoint.web
-
Auto-configuration for the Actuator's web endpoints.
- org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive - package org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
-
Auto-configuration for exposing actuator web endpoints using WebFlux.
- org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet - package org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
-
Auto-configuration for exposing actuator web endpoints using Spring MVC.
- org.springframework.boot.actuate.autoconfigure.env - package org.springframework.boot.actuate.autoconfigure.env
-
Auto-configuration for actuator Spring Environment concerns.
- org.springframework.boot.actuate.autoconfigure.flyway - package org.springframework.boot.actuate.autoconfigure.flyway
-
Auto-configuration for actuator Flyway concerns.
- org.springframework.boot.actuate.autoconfigure.health - package org.springframework.boot.actuate.autoconfigure.health
-
Auto-configuration for actuator health concerns.
- org.springframework.boot.actuate.autoconfigure.influx - package org.springframework.boot.actuate.autoconfigure.influx
-
Auto-configuration for actuator InfluxDB concerns.
- org.springframework.boot.actuate.autoconfigure.info - package org.springframework.boot.actuate.autoconfigure.info
-
Auto-configuration for actuator info concerns.
- org.springframework.boot.actuate.autoconfigure.jdbc - package org.springframework.boot.actuate.autoconfigure.jdbc
-
Auto-configuration for actuator JDBC concerns.
- org.springframework.boot.actuate.autoconfigure.jms - package org.springframework.boot.actuate.autoconfigure.jms
-
Auto-configuration for actuator JMS concerns.
- org.springframework.boot.actuate.autoconfigure.jolokia - package org.springframework.boot.actuate.autoconfigure.jolokia
-
Auto-configuration for actuator Jolokia support.
- org.springframework.boot.actuate.autoconfigure.ldap - package org.springframework.boot.actuate.autoconfigure.ldap
-
Auto-configuration for actuator LDAP concerns.
- org.springframework.boot.actuate.autoconfigure.liquibase - package org.springframework.boot.actuate.autoconfigure.liquibase
-
Auto-configuration for actuator Liquibase concerns.
- org.springframework.boot.actuate.autoconfigure.logging - package org.springframework.boot.actuate.autoconfigure.logging
-
Auto-configuration for actuator logging concerns.
- org.springframework.boot.actuate.autoconfigure.mail - package org.springframework.boot.actuate.autoconfigure.mail
-
Auto-configuration for actuator JavaMail concerns.
- org.springframework.boot.actuate.autoconfigure.management - package org.springframework.boot.actuate.autoconfigure.management
-
Auto-configuration for actuator management concerns.
- org.springframework.boot.actuate.autoconfigure.metrics - package org.springframework.boot.actuate.autoconfigure.metrics
-
Auto-configuration for actuator metrics and Micrometer.
- org.springframework.boot.actuate.autoconfigure.metrics.amqp - package org.springframework.boot.actuate.autoconfigure.metrics.amqp
-
Auto-configuration for RabbitMQ metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.cache - package org.springframework.boot.actuate.autoconfigure.metrics.cache
-
Auto-configuration for cache metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.export.atlas - package org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
-
Support for exporting actuator metrics to Atlas.
- org.springframework.boot.actuate.autoconfigure.metrics.export.datadog - package org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
-
Support for exporting actuator metrics to Datadog.
- org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia - package org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
-
Support for exporting actuator metrics to Ganglia.
- org.springframework.boot.actuate.autoconfigure.metrics.export.graphite - package org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
-
Support for exporting actuator metrics to Graphite.
- org.springframework.boot.actuate.autoconfigure.metrics.export.influx - package org.springframework.boot.actuate.autoconfigure.metrics.export.influx
-
Support for exporting actuator metrics to InfluxDB.
- org.springframework.boot.actuate.autoconfigure.metrics.export.jmx - package org.springframework.boot.actuate.autoconfigure.metrics.export.jmx
-
Support for exporting actuator metrics to JMX.
- org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic - package org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
-
Support for exporting actuator metrics to New Relic.
- org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus - package org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
-
Support for exporting actuator metrics to Prometheus.
- org.springframework.boot.actuate.autoconfigure.metrics.export.properties - package org.springframework.boot.actuate.autoconfigure.metrics.export.properties
-
Base properties and adapters used when exporting actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx - package org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
-
Support for exporting actuator metrics to SignalFX.
- org.springframework.boot.actuate.autoconfigure.metrics.export.simple - package org.springframework.boot.actuate.autoconfigure.metrics.export.simple
-
Support for exporting actuator metrics to a simple in-memory store.
- org.springframework.boot.actuate.autoconfigure.metrics.export.statsd - package org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
-
Support for exporting actuator metrics to StatsD.
- org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront - package org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
-
Support for exporting actuator metrics to Wavefront.
- org.springframework.boot.actuate.autoconfigure.metrics.jdbc - package org.springframework.boot.actuate.autoconfigure.metrics.jdbc
-
Auto-configuration for JPA metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.web.client - package org.springframework.boot.actuate.autoconfigure.metrics.web.client
-
Auto-configuration for web client actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.web.reactive - package org.springframework.boot.actuate.autoconfigure.metrics.web.reactive
-
Auto-configuration for WebFlux actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.web.servlet - package org.springframework.boot.actuate.autoconfigure.metrics.web.servlet
-
Auto-configuration for Spring MVC actuator metrics.
- org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat - package org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat
-
Auto-configuration for Tomcat actuator metrics.
- org.springframework.boot.actuate.autoconfigure.mongo - package org.springframework.boot.actuate.autoconfigure.mongo
-
Auto-configuration for actuator MongoDB concerns.
- org.springframework.boot.actuate.autoconfigure.neo4j - package org.springframework.boot.actuate.autoconfigure.neo4j
-
Auto-configuration for actuator Neo4J concerns.
- org.springframework.boot.actuate.autoconfigure.redis - package org.springframework.boot.actuate.autoconfigure.redis
-
Auto-configuration for actuator Redis concerns.
- org.springframework.boot.actuate.autoconfigure.scheduling - package org.springframework.boot.actuate.autoconfigure.scheduling
-
Auto-configuration for actuator scheduling concerns.
- org.springframework.boot.actuate.autoconfigure.security.reactive - package org.springframework.boot.actuate.autoconfigure.security.reactive
-
Auto-configuration for actuator security using WebFlux.
- org.springframework.boot.actuate.autoconfigure.security.servlet - package org.springframework.boot.actuate.autoconfigure.security.servlet
-
Auto-configuration for actuator security using Spring MVC.
- org.springframework.boot.actuate.autoconfigure.session - package org.springframework.boot.actuate.autoconfigure.session
-
Auto-configuration for actuator Spring Sessions concerns.
- org.springframework.boot.actuate.autoconfigure.solr - package org.springframework.boot.actuate.autoconfigure.solr
-
Auto-configuration for actuator Solr concerns.
- org.springframework.boot.actuate.autoconfigure.system - package org.springframework.boot.actuate.autoconfigure.system
-
Auto-configuration for actuator system concerns.
- org.springframework.boot.actuate.autoconfigure.trace.http - package org.springframework.boot.actuate.autoconfigure.trace.http
-
Auto-configuration for actuator HTTP tracing concerns.
- org.springframework.boot.actuate.autoconfigure.web - package org.springframework.boot.actuate.autoconfigure.web
-
Core classes for auto-configuration of actuator web concerns.
- org.springframework.boot.actuate.autoconfigure.web.jersey - package org.springframework.boot.actuate.autoconfigure.web.jersey
-
Configuration for a Jersey-based management context.
- org.springframework.boot.actuate.autoconfigure.web.mappings - package org.springframework.boot.actuate.autoconfigure.web.mappings
-
Classes for auto-configuration of actuator web request mapping concerns.
- org.springframework.boot.actuate.autoconfigure.web.reactive - package org.springframework.boot.actuate.autoconfigure.web.reactive
-
Configuration for a WebFlux-based management context.
- org.springframework.boot.actuate.autoconfigure.web.server - package org.springframework.boot.actuate.autoconfigure.web.server
-
Actuator web server support.
- org.springframework.boot.actuate.autoconfigure.web.servlet - package org.springframework.boot.actuate.autoconfigure.web.servlet
-
Actuator Spring MVC support.
- org.springframework.boot.actuate.beans - package org.springframework.boot.actuate.beans
-
Actuator support relating to Spring Beans.
- org.springframework.boot.actuate.cassandra - package org.springframework.boot.actuate.cassandra
-
Actuator support for Cassandra.
- org.springframework.boot.actuate.context - package org.springframework.boot.actuate.context
-
Actuator support relating to Spring Context.
- org.springframework.boot.actuate.context.properties - package org.springframework.boot.actuate.context.properties
-
Actuator support relating to external configuration properties.
- org.springframework.boot.actuate.couchbase - package org.springframework.boot.actuate.couchbase
-
Actuator support for Couchbase.
- org.springframework.boot.actuate.elasticsearch - package org.springframework.boot.actuate.elasticsearch
-
Actuator support for Elasticsearch.
- org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
-
Endpoint support.
- org.springframework.boot.actuate.endpoint.annotation - package org.springframework.boot.actuate.endpoint.annotation
-
Annotation support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.http - package org.springframework.boot.actuate.endpoint.http
-
Actuator endpoint HTTP concerns (not tied to any specific implementation).
- org.springframework.boot.actuate.endpoint.invoke - package org.springframework.boot.actuate.endpoint.invoke
-
Interfaces and classes relating to invoking operation methods.
- org.springframework.boot.actuate.endpoint.invoke.convert - package org.springframework.boot.actuate.endpoint.invoke.convert
-
Converter support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.invoke.reflect - package org.springframework.boot.actuate.endpoint.invoke.reflect
-
Endpoint reflection support.
- org.springframework.boot.actuate.endpoint.invoker.cache - package org.springframework.boot.actuate.endpoint.invoker.cache
-
Caching support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
-
JMX support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.jmx.annotation - package org.springframework.boot.actuate.endpoint.jmx.annotation
-
Annotation support for actuator JMX endpoints.
- org.springframework.boot.actuate.endpoint.web - package org.springframework.boot.actuate.endpoint.web
-
Web support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.annotation - package org.springframework.boot.actuate.endpoint.web.annotation
-
Annotation support for actuator web endpoints.
- org.springframework.boot.actuate.endpoint.web.jersey - package org.springframework.boot.actuate.endpoint.web.jersey
-
Jersey support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.reactive - package org.springframework.boot.actuate.endpoint.web.reactive
-
Spring WebFlux support for actuator endpoints.
- org.springframework.boot.actuate.endpoint.web.servlet - package org.springframework.boot.actuate.endpoint.web.servlet
-
Spring MVC support for actuator endpoints.
- org.springframework.boot.actuate.env - package org.springframework.boot.actuate.env
-
- org.springframework.boot.actuate.flyway - package org.springframework.boot.actuate.flyway
-
Actuator support for Flyway.
- org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
-
Actuator health indicator and endpoints.
- org.springframework.boot.actuate.influx - package org.springframework.boot.actuate.influx
-
Actuator support for InfluxDB.
- org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
-
Classes for application info.
- org.springframework.boot.actuate.jdbc - package org.springframework.boot.actuate.jdbc
-
Actuator support for JDBC.
- org.springframework.boot.actuate.jms - package org.springframework.boot.actuate.jms
-
Actuator support for JMS.
- org.springframework.boot.actuate.ldap - package org.springframework.boot.actuate.ldap
-
Actuator support for LDAP.
- org.springframework.boot.actuate.liquibase - package org.springframework.boot.actuate.liquibase
-
Actuator support for Liquibase.
- org.springframework.boot.actuate.logging - package org.springframework.boot.actuate.logging
-
Actuator support for logging.
- org.springframework.boot.actuate.mail - package org.springframework.boot.actuate.mail
-
Actuator support for JavaMail.
- org.springframework.boot.actuate.management - package org.springframework.boot.actuate.management
-
Actuator support for JVM management.
- org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
-
Core actuator support for metrics.
- org.springframework.boot.actuate.metrics.amqp - package org.springframework.boot.actuate.metrics.amqp
-
Actuator support for RabbitMQ Java Client metrics.
- org.springframework.boot.actuate.metrics.cache - package org.springframework.boot.actuate.metrics.cache
-
Actuator support for cache metrics.
- org.springframework.boot.actuate.metrics.export.prometheus - package org.springframework.boot.actuate.metrics.export.prometheus
-
Actuator support for exporting metrics to Prometheus.
- org.springframework.boot.actuate.metrics.jdbc - package org.springframework.boot.actuate.metrics.jdbc
-
Actuator support for JDBC metrics.
- org.springframework.boot.actuate.metrics.web.client - package org.springframework.boot.actuate.metrics.web.client
-
Actuator support for web client metrics.
- org.springframework.boot.actuate.metrics.web.reactive.server - package org.springframework.boot.actuate.metrics.web.reactive.server
-
Actuator support for WebFlux metrics.
- org.springframework.boot.actuate.metrics.web.servlet - package org.springframework.boot.actuate.metrics.web.servlet
-
Actuator support for Spring MVC metrics.
- org.springframework.boot.actuate.mongo - package org.springframework.boot.actuate.mongo
-
Actuator support for Mongo.
- org.springframework.boot.actuate.neo4j - package org.springframework.boot.actuate.neo4j
-
Actuator support for Neo4j.
- org.springframework.boot.actuate.redis - package org.springframework.boot.actuate.redis
-
Actuator support for Redis.
- org.springframework.boot.actuate.scheduling - package org.springframework.boot.actuate.scheduling
-
Actuator scheduling support.
- org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
-
Actuator support for security.
- org.springframework.boot.actuate.session - package org.springframework.boot.actuate.session
-
Actuator support for Spring Session.
- org.springframework.boot.actuate.solr - package org.springframework.boot.actuate.solr
-
Actuator support for Solr.
- org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
-
Actuator support for system-related concerns.
- org.springframework.boot.actuate.trace.http - package org.springframework.boot.actuate.trace.http
-
Actuator HTTP tracing support.
- org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
-
Actuator web request mappings support.
- org.springframework.boot.actuate.web.mappings.reactive - package org.springframework.boot.actuate.web.mappings.reactive
-
Actuator reactive request mappings support.
- org.springframework.boot.actuate.web.mappings.servlet - package org.springframework.boot.actuate.web.mappings.servlet
-
Actuator servlet request mappings support.
- org.springframework.boot.actuate.web.trace.reactive - package org.springframework.boot.actuate.web.trace.reactive
-
Actuator reactive HTTP tracing support.
- org.springframework.boot.actuate.web.trace.servlet - package org.springframework.boot.actuate.web.trace.servlet
-
Actuator servlet HTTP tracing support.
- org.springframework.boot.admin - package org.springframework.boot.admin
-
Administration support for Spring Boot applications.
- org.springframework.boot.ansi - package org.springframework.boot.ansi
-
Support classes to provide ANSI color output.
- org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
-
Spring Boot's auto-configuration capabilities.
- org.springframework.boot.autoconfigure.admin - package org.springframework.boot.autoconfigure.admin
-
Auto-configuration for admin-related features.
- org.springframework.boot.autoconfigure.amqp - package org.springframework.boot.autoconfigure.amqp
-
Auto-configuration for RabbitMQ.
- org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
-
Auto-configuration for Spring AOP.
- org.springframework.boot.autoconfigure.batch - package org.springframework.boot.autoconfigure.batch
-
Auto-configuration for Spring Batch.
- org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
-
Auto-configuration for the cache abstraction.
- org.springframework.boot.autoconfigure.cassandra - package org.springframework.boot.autoconfigure.cassandra
-
Auto-configuration for Cassandra.
- org.springframework.boot.autoconfigure.cloud - package org.springframework.boot.autoconfigure.cloud
-
Auto-configuration for Spring Cloud Connectors.
- org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
-
@Condition
annotations and supporting classes.
- org.springframework.boot.autoconfigure.context - package org.springframework.boot.autoconfigure.context
-
Auto-configuration for the Spring context.
- org.springframework.boot.autoconfigure.couchbase - package org.springframework.boot.autoconfigure.couchbase
-
Auto-configuration for Couchbase.
- org.springframework.boot.autoconfigure.dao - package org.springframework.boot.autoconfigure.dao
-
Auto-configuration for Spring DAO.
- org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
-
Auto-configuration base classes for Spring Data.
- org.springframework.boot.autoconfigure.data.cassandra - package org.springframework.boot.autoconfigure.data.cassandra
-
Auto-configuration for Spring Data Cassandra.
- org.springframework.boot.autoconfigure.data.couchbase - package org.springframework.boot.autoconfigure.data.couchbase
-
Auto-configuration for Spring Data Couchbase.
- org.springframework.boot.autoconfigure.data.elasticsearch - package org.springframework.boot.autoconfigure.data.elasticsearch
-
Auto-configuration for Spring Data Elasticsearch.
- org.springframework.boot.autoconfigure.data.jpa - package org.springframework.boot.autoconfigure.data.jpa
-
Auto-configuration for Spring Data JPA.
- org.springframework.boot.autoconfigure.data.ldap - package org.springframework.boot.autoconfigure.data.ldap
-
Auto-configuration for Spring Data LDAP.
- org.springframework.boot.autoconfigure.data.mongo - package org.springframework.boot.autoconfigure.data.mongo
-
Auto-configuration for Spring Data Mongo.
- org.springframework.boot.autoconfigure.data.neo4j - package org.springframework.boot.autoconfigure.data.neo4j
-
Auto-configuration for Spring Data Neo4j.
- org.springframework.boot.autoconfigure.data.redis - package org.springframework.boot.autoconfigure.data.redis
-
Auto-configuration for Spring Data Redis.
- org.springframework.boot.autoconfigure.data.rest - package org.springframework.boot.autoconfigure.data.rest
-
Auto-configuration for Spring Data REST.
- org.springframework.boot.autoconfigure.data.solr - package org.springframework.boot.autoconfigure.data.solr
-
Auto-configuration for Spring Data SOLR.
- org.springframework.boot.autoconfigure.data.web - package org.springframework.boot.autoconfigure.data.web
-
Auto-configuration for Spring Data's Web Support.
- org.springframework.boot.autoconfigure.domain - package org.springframework.boot.autoconfigure.domain
-
General purpose domain annotations and classes.
- org.springframework.boot.autoconfigure.elasticsearch.jest - package org.springframework.boot.autoconfigure.elasticsearch.jest
-
Auto-configuration for Jest.
- org.springframework.boot.autoconfigure.flyway - package org.springframework.boot.autoconfigure.flyway
-
Auto-configuration for Flyway.
- org.springframework.boot.autoconfigure.freemarker - package org.springframework.boot.autoconfigure.freemarker
-
Auto-configuration for FreeMarker.
- org.springframework.boot.autoconfigure.groovy.template - package org.springframework.boot.autoconfigure.groovy.template
-
Auto-configuration for Groovy templates.
- org.springframework.boot.autoconfigure.gson - package org.springframework.boot.autoconfigure.gson
-
Auto-configuration for GSON.
- org.springframework.boot.autoconfigure.h2 - package org.springframework.boot.autoconfigure.h2
-
Auto-configuration for H2's Console.
- org.springframework.boot.autoconfigure.hateoas - package org.springframework.boot.autoconfigure.hateoas
-
Auto-configuration for Spring HATEOAS.
- org.springframework.boot.autoconfigure.hazelcast - package org.springframework.boot.autoconfigure.hazelcast
-
Auto-configuration for Hazelcast.
- org.springframework.boot.autoconfigure.http - package org.springframework.boot.autoconfigure.http
-
Auto-configuration for HTTP concerns.
- org.springframework.boot.autoconfigure.http.codec - package org.springframework.boot.autoconfigure.http.codec
-
Auto-configuration for HTTP codecs.
- org.springframework.boot.autoconfigure.influx - package org.springframework.boot.autoconfigure.influx
-
Auto-configuration for InfluxDB.
- org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
-
Auto-configuration for project information.
- org.springframework.boot.autoconfigure.integration - package org.springframework.boot.autoconfigure.integration
-
Auto-configuration for Spring Integration.
- org.springframework.boot.autoconfigure.jackson - package org.springframework.boot.autoconfigure.jackson
-
Auto-configuration for Jackson.
- org.springframework.boot.autoconfigure.jdbc - package org.springframework.boot.autoconfigure.jdbc
-
Auto-configuration for JDBC.
- org.springframework.boot.autoconfigure.jdbc.metadata - package org.springframework.boot.autoconfigure.jdbc.metadata
-
Auto-configuration for JDBC Metadata.
- org.springframework.boot.autoconfigure.jersey - package org.springframework.boot.autoconfigure.jersey
-
Auto-configuration for Jersey.
- org.springframework.boot.autoconfigure.jms - package org.springframework.boot.autoconfigure.jms
-
Auto-configuration for JMS.
- org.springframework.boot.autoconfigure.jms.activemq - package org.springframework.boot.autoconfigure.jms.activemq
-
Auto-configuration for ActiveMQ.
- org.springframework.boot.autoconfigure.jms.artemis - package org.springframework.boot.autoconfigure.jms.artemis
-
Auto-configuration for Artemis.
- org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
-
Auto-configuration for JMX.
- org.springframework.boot.autoconfigure.jooq - package org.springframework.boot.autoconfigure.jooq
-
Auto-configuration for JOOQ.
- org.springframework.boot.autoconfigure.jsonb - package org.springframework.boot.autoconfigure.jsonb
-
Auto-configuration for JSON-B.
- org.springframework.boot.autoconfigure.kafka - package org.springframework.boot.autoconfigure.kafka
-
Auto-configuration for Apache Kafka.
- org.springframework.boot.autoconfigure.ldap - package org.springframework.boot.autoconfigure.ldap
-
Auto-configuration for LDAP.
- org.springframework.boot.autoconfigure.ldap.embedded - package org.springframework.boot.autoconfigure.ldap.embedded
-
Auto-configuration for embedded LDAP.
- org.springframework.boot.autoconfigure.liquibase - package org.springframework.boot.autoconfigure.liquibase
-
Auto-configuration for Liquibase.
- org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
-
Auto-configuration for logging.
- org.springframework.boot.autoconfigure.mail - package org.springframework.boot.autoconfigure.mail
-
Auto-configuration for email support.
- org.springframework.boot.autoconfigure.mongo - package org.springframework.boot.autoconfigure.mongo
-
Auto-configuration for MongoDB.
- org.springframework.boot.autoconfigure.mongo.embedded - package org.springframework.boot.autoconfigure.mongo.embedded
-
Auto-configuration for embedded MongoDB.
- org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
-
Auto-configuration for Mustache.
- org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
-
Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.autoconfigure.quartz - package org.springframework.boot.autoconfigure.quartz
-
Auto-configuration for Quartz Scheduler.
- org.springframework.boot.autoconfigure.reactor.core - package org.springframework.boot.autoconfigure.reactor.core
-
Auto-configuration for Reactor Core.
- org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
-
Auto-configuration for Spring Security.
- org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
-
Auto-configuration for Spring Security's OAuth 2 client.
- org.springframework.boot.autoconfigure.security.reactive - package org.springframework.boot.autoconfigure.security.reactive
-
Auto-configuration for reactive Spring Security.
- org.springframework.boot.autoconfigure.security.servlet - package org.springframework.boot.autoconfigure.security.servlet
-
Auto-configuration for Servlet-based Spring Security.
- org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
-
Auto-configuration for SendGrid.
- org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
-
Auto-configuration for Spring Session.
- org.springframework.boot.autoconfigure.solr - package org.springframework.boot.autoconfigure.solr
-
Auto-configuration for Solr.
- org.springframework.boot.autoconfigure.template - package org.springframework.boot.autoconfigure.template
-
Base classes for template Auto-configuration.
- org.springframework.boot.autoconfigure.thymeleaf - package org.springframework.boot.autoconfigure.thymeleaf
-
Auto-configuration for Thymeleaf.
- org.springframework.boot.autoconfigure.transaction - package org.springframework.boot.autoconfigure.transaction
-
Auto-configuration for transaction support.
- org.springframework.boot.autoconfigure.transaction.jta - package org.springframework.boot.autoconfigure.transaction.jta
-
Auto-configuration for JTA.
- org.springframework.boot.autoconfigure.validation - package org.springframework.boot.autoconfigure.validation
-
Auto-configuration for (JSR-303) Validation.
- org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
-
Auto-configuration for common web concerns.
- org.springframework.boot.autoconfigure.web.client - package org.springframework.boot.autoconfigure.web.client
-
Auto-configuration for web clients.
- org.springframework.boot.autoconfigure.web.embedded - package org.springframework.boot.autoconfigure.web.embedded
-
Configuration for embedded reactive and servlet web servers.
- org.springframework.boot.autoconfigure.web.format - package org.springframework.boot.autoconfigure.web.format
-
Support classes for web-specific formatting.
- org.springframework.boot.autoconfigure.web.reactive - package org.springframework.boot.autoconfigure.web.reactive
-
Auto-configuration for reactive web servers and Spring WebFlux.
- org.springframework.boot.autoconfigure.web.reactive.error - package org.springframework.boot.autoconfigure.web.reactive.error
-
Auto-configuration for Spring WebFlux error handling.
- org.springframework.boot.autoconfigure.web.reactive.function.client - package org.springframework.boot.autoconfigure.web.reactive.function.client
-
Auto-configuration for Spring Framework's functional web client.
- org.springframework.boot.autoconfigure.web.servlet - package org.springframework.boot.autoconfigure.web.servlet
-
Auto-configuration for servlet web servers and Spring MVC.
- org.springframework.boot.autoconfigure.web.servlet.error - package org.springframework.boot.autoconfigure.web.servlet.error
-
Auto-configuration for Spring MVC error handling.
- org.springframework.boot.autoconfigure.webservices - package org.springframework.boot.autoconfigure.webservices
-
Auto-configuration for Spring Web Services.
- org.springframework.boot.autoconfigure.websocket.reactive - package org.springframework.boot.autoconfigure.websocket.reactive
-
Auto-configuration for WebSocket support in reactive web servers.
- org.springframework.boot.autoconfigure.websocket.servlet - package org.springframework.boot.autoconfigure.websocket.servlet
-
Auto-configuration for WebSocket support in servlet web servers.
- org.springframework.boot.builder - package org.springframework.boot.builder
-
- org.springframework.boot.cli - package org.springframework.boot.cli
-
Main entry point of the Spring Boot CLI.
- org.springframework.boot.cli.app - package org.springframework.boot.cli.app
-
Support classes for CLI applications.
- org.springframework.boot.cli.archive - package org.springframework.boot.cli.archive
-
Class that are packaged as part of CLI generated JARs.
- org.springframework.boot.cli.command - package org.springframework.boot.cli.command
-
Command infrastructure for the CLI.
- org.springframework.boot.cli.command.archive - package org.springframework.boot.cli.command.archive
-
CLI commands for creating jars and wars.
- org.springframework.boot.cli.command.core - package org.springframework.boot.cli.command.core
-
Core CLI commands.
- org.springframework.boot.cli.command.encodepassword - package org.springframework.boot.cli.command.encodepassword
-
CLI command for password encoding.
- org.springframework.boot.cli.command.grab - package org.springframework.boot.cli.command.grab
-
CLI command for grabbing dependencies.
- org.springframework.boot.cli.command.init - package org.springframework.boot.cli.command.init
-
CLI command for initializing a new application using Spring Initializr.
- org.springframework.boot.cli.command.install - package org.springframework.boot.cli.command.install
-
CLI commands for installing and uninstalling CLI dependencies.
- org.springframework.boot.cli.command.options - package org.springframework.boot.cli.command.options
-
Support classes for handling command line options.
- org.springframework.boot.cli.command.run - package org.springframework.boot.cli.command.run
-
Classes for running CLI applications.
- org.springframework.boot.cli.command.shell - package org.springframework.boot.cli.command.shell
-
Classes for running a nested shell in the CLI.
- org.springframework.boot.cli.command.status - package org.springframework.boot.cli.command.status
-
CLI command status.
- org.springframework.boot.cli.compiler - package org.springframework.boot.cli.compiler
-
CLI Groovy compiler integration.
- org.springframework.boot.cli.compiler.autoconfigure - package org.springframework.boot.cli.compiler.autoconfigure
-
Classes for auto-configuring the Groovy compiler.
- org.springframework.boot.cli.compiler.dependencies - package org.springframework.boot.cli.compiler.dependencies
-
Classes for dependencies used during compilation.
- org.springframework.boot.cli.compiler.grape - package org.springframework.boot.cli.compiler.grape
-
CLI Groovy Grape integration.
- org.springframework.boot.cli.compiler.maven - package org.springframework.boot.cli.compiler.maven
-
CLI Maven integration.
- org.springframework.boot.cli.util - package org.springframework.boot.cli.util
-
Utility classes for the CLI.
- org.springframework.boot.cloud - package org.springframework.boot.cloud
-
Low level support for Cloud deployments.
- org.springframework.boot.context - package org.springframework.boot.context
-
- org.springframework.boot.context.annotation - package org.springframework.boot.context.annotation
-
- org.springframework.boot.context.config - package org.springframework.boot.context.config
-
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
- org.springframework.boot.context.event - package org.springframework.boot.context.event
-
- org.springframework.boot.context.logging - package org.springframework.boot.context.logging
-
Logging integration with Spring's Application Context.
- org.springframework.boot.context.properties - package org.springframework.boot.context.properties
-
Support for external configuration properties.
- org.springframework.boot.context.properties.bind - package org.springframework.boot.context.properties.bind
-
Support for @ConfigurationProperties
binding.
- org.springframework.boot.context.properties.bind.handler - package org.springframework.boot.context.properties.bind.handler
-
- org.springframework.boot.context.properties.bind.validation - package org.springframework.boot.context.properties.bind.validation
-
Binding validation support.
- org.springframework.boot.context.properties.source - package org.springframework.boot.context.properties.source
-
Sources for external configuration properties.
- org.springframework.boot.convert - package org.springframework.boot.convert
-
Support for type conversion.
- org.springframework.boot.devtools - package org.springframework.boot.devtools
-
Spring Boot developer tools.
- org.springframework.boot.devtools.autoconfigure - package org.springframework.boot.devtools.autoconfigure
-
Auto-configuration for spring-boot-devtools
.
- org.springframework.boot.devtools.classpath - package org.springframework.boot.devtools.classpath
-
Support for classpath monitoring.
- org.springframework.boot.devtools.env - package org.springframework.boot.devtools.env
-
DevTools classes relating to Spring Framework's
Environment
.
- org.springframework.boot.devtools.filewatch - package org.springframework.boot.devtools.filewatch
-
Class to watch the local filesystem for changes.
- org.springframework.boot.devtools.livereload - package org.springframework.boot.devtools.livereload
-
Support for the livereload protocol.
- org.springframework.boot.devtools.remote.client - package org.springframework.boot.devtools.remote.client
-
Client support for a remotely running Spring Boot application.
- org.springframework.boot.devtools.remote.server - package org.springframework.boot.devtools.remote.server
-
Server support for a remotely running Spring Boot application.
- org.springframework.boot.devtools.restart - package org.springframework.boot.devtools.restart
-
Application restart support.
- org.springframework.boot.devtools.restart.classloader - package org.springframework.boot.devtools.restart.classloader
-
Classloaders used for reload support.
- org.springframework.boot.devtools.restart.server - package org.springframework.boot.devtools.restart.server
-
Remote restart server.
- org.springframework.boot.devtools.settings - package org.springframework.boot.devtools.settings
-
Classes for loading DevTools settings.
- org.springframework.boot.devtools.tunnel.client - package org.springframework.boot.devtools.tunnel.client
-
Client side TCP tunnel support.
- org.springframework.boot.devtools.tunnel.payload - package org.springframework.boot.devtools.tunnel.payload
-
Classes to deal with payloads sent over a HTTP tunnel.
- org.springframework.boot.devtools.tunnel.server - package org.springframework.boot.devtools.tunnel.server
-
Server side TCP tunnel support.
- org.springframework.boot.diagnostics - package org.springframework.boot.diagnostics
-
Support for failure analysis and reporting.
- org.springframework.boot.diagnostics.analyzer - package org.springframework.boot.diagnostics.analyzer
-
- org.springframework.boot.env - package org.springframework.boot.env
-
- org.springframework.boot.groovy - package org.springframework.boot.groovy
-
Groovy util classes that are "shared" between the CLI and user applications.
- org.springframework.boot.info - package org.springframework.boot.info
-
Support for providing information about an application.
- org.springframework.boot.jackson - package org.springframework.boot.jackson
-
Custom enhancements and support for the Jackson project.
- org.springframework.boot.jdbc - package org.springframework.boot.jdbc
-
Support for Java Database Connectivity (JDBC).
- org.springframework.boot.jdbc.metadata - package org.springframework.boot.jdbc.metadata
-
- org.springframework.boot.jms - package org.springframework.boot.jms
-
Support for Java Message Service (JMS).
- org.springframework.boot.json - package org.springframework.boot.json
-
Support for parsing JSON.
- org.springframework.boot.jta.atomikos - package org.springframework.boot.jta.atomikos
-
Support classes for Atomikos JTA.
- org.springframework.boot.jta.bitronix - package org.springframework.boot.jta.bitronix
-
Support classes for Bitronix JTA.
- org.springframework.boot.jta.narayana - package org.springframework.boot.jta.narayana
-
Support classes for Narayana JTA.
- org.springframework.boot.lang - package org.springframework.boot.lang
-
Language feature annotations.
- org.springframework.boot.liquibase - package org.springframework.boot.liquibase
-
Custom support for Liquibase database migration.
- org.springframework.boot.loader - package org.springframework.boot.loader
-
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.
- org.springframework.boot.loader.archive - package org.springframework.boot.loader.archive
-
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
folder.
- org.springframework.boot.loader.data - package org.springframework.boot.loader.data
-
Classes and interfaces to allows random access to a block of data.
- org.springframework.boot.loader.jar - package org.springframework.boot.loader.jar
-
Support for loading and manipulating JAR/WAR files.
- org.springframework.boot.loader.tools - package org.springframework.boot.loader.tools
-
Tools for generating executable JAR/WAR files.
- org.springframework.boot.loader.util - package org.springframework.boot.loader.util
-
Utilities used by Spring Boot's JAR loading.
- org.springframework.boot.logging - package org.springframework.boot.logging
-
Support and abstractions across several logging libraries.
- org.springframework.boot.logging.java - package org.springframework.boot.logging.java
-
Support for 'Java Util Logging'.
- org.springframework.boot.logging.log4j2 - package org.springframework.boot.logging.log4j2
-
Support for the Log4j 2 logging library.
- org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
-
Support for the Logback logging library.
- org.springframework.boot.origin - package org.springframework.boot.origin
-
Support for item origin tracking.
- org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
-
JPA Support classes.
- org.springframework.boot.orm.jpa.hibernate - package org.springframework.boot.orm.jpa.hibernate
-
Hibernate Support classes.
- org.springframework.boot.security.reactive - package org.springframework.boot.security.reactive
-
Classes and utilities for reactive Spring Security.
- org.springframework.boot.security.servlet - package org.springframework.boot.security.servlet
-
Classes and utilities for Servlet-based Spring Security.
- org.springframework.boot.system - package org.springframework.boot.system
-
General system support classes.
- org.springframework.boot.test.autoconfigure - package org.springframework.boot.test.autoconfigure
-
Test auto-configuration support.
- org.springframework.boot.test.autoconfigure.core - package org.springframework.boot.test.autoconfigure.core
-
Auto-configuration for core parts common to most Spring Boot applications.
- org.springframework.boot.test.autoconfigure.data.ldap - package org.springframework.boot.test.autoconfigure.data.ldap
-
Auto-configuration for Data LDAP tests.
- org.springframework.boot.test.autoconfigure.data.mongo - package org.springframework.boot.test.autoconfigure.data.mongo
-
Auto-configuration for Data Mongo tests.
- org.springframework.boot.test.autoconfigure.data.neo4j - package org.springframework.boot.test.autoconfigure.data.neo4j
-
Auto-configuration for Data Neo4j tests.
- org.springframework.boot.test.autoconfigure.data.redis - package org.springframework.boot.test.autoconfigure.data.redis
-
Auto-configuration for Data Redis tests.
- org.springframework.boot.test.autoconfigure.filter - package org.springframework.boot.test.autoconfigure.filter
-
- org.springframework.boot.test.autoconfigure.jdbc - package org.springframework.boot.test.autoconfigure.jdbc
-
Auto-configuration for JDBC tests.
- org.springframework.boot.test.autoconfigure.jooq - package org.springframework.boot.test.autoconfigure.jooq
-
Auto-configuration for jOOQ tests.
- org.springframework.boot.test.autoconfigure.json - package org.springframework.boot.test.autoconfigure.json
-
Auto-configuration for JSON tests.
- org.springframework.boot.test.autoconfigure.orm.jpa - package org.springframework.boot.test.autoconfigure.orm.jpa
-
Auto-configuration for Data JPA tests.
- org.springframework.boot.test.autoconfigure.properties - package org.springframework.boot.test.autoconfigure.properties
-
Support for mapping annotation attribute values in the Spring Environment
.
- org.springframework.boot.test.autoconfigure.restdocs - package org.springframework.boot.test.autoconfigure.restdocs
-
Auto-configuration for tests using Spring REST Docs.
- org.springframework.boot.test.autoconfigure.web.client - package org.springframework.boot.test.autoconfigure.web.client
-
Auto-configuration for web clients.
- org.springframework.boot.test.autoconfigure.web.reactive - package org.springframework.boot.test.autoconfigure.web.reactive
-
Auto-configuration for reactive web tests.
- org.springframework.boot.test.autoconfigure.web.servlet - package org.springframework.boot.test.autoconfigure.web.servlet
-
Auto-configuration for Spring MVC tests.
- org.springframework.boot.test.context - package org.springframework.boot.test.context
-
Classes and annotations related to configuring Spring's ApplicationContext
for
tests.
- org.springframework.boot.test.context.assertj - package org.springframework.boot.test.context.assertj
-
AssertJ support for ApplicationContexts.
- org.springframework.boot.test.context.runner - package org.springframework.boot.test.context.runner
-
Test utilities to run application contexts for testing.
- org.springframework.boot.test.json - package org.springframework.boot.test.json
-
Support for testing JSON.
- org.springframework.boot.test.mock.mockito - package org.springframework.boot.test.mock.mockito
-
Mockito integration for Spring Boot tests.
- org.springframework.boot.test.mock.web - package org.springframework.boot.test.mock.web
-
Mock web classes specific to Spring Boot.
- org.springframework.boot.test.rule - package org.springframework.boot.test.rule
-
Useful JUnit @Rule
classes.
- org.springframework.boot.test.util - package org.springframework.boot.test.util
-
General purpose test utilities.
- org.springframework.boot.test.web.client - package org.springframework.boot.test.web.client
-
Web client test utilities.
- org.springframework.boot.test.web.htmlunit - package org.springframework.boot.test.web.htmlunit
-
HtmlUnit support classes.
- org.springframework.boot.test.web.htmlunit.webdriver - package org.springframework.boot.test.web.htmlunit.webdriver
-
Selenium support classes.
- org.springframework.boot.type.classreading - package org.springframework.boot.type.classreading
-
Support classes for reading annotation and class-level metadata.
- org.springframework.boot.util - package org.springframework.boot.util
-
Contains miscellaneous utility classes.
- org.springframework.boot.validation - package org.springframework.boot.validation
-
Utilities and classes related to validation.
- org.springframework.boot.web.client - package org.springframework.boot.web.client
-
Web client utilities.
- org.springframework.boot.web.codec - package org.springframework.boot.web.codec
-
Support for web-based codecs.
- org.springframework.boot.web.context - package org.springframework.boot.web.context
-
- org.springframework.boot.web.embedded.jetty - package org.springframework.boot.web.embedded.jetty
-
Embedded reactive and servlet web server implementations backed by Jetty.
- org.springframework.boot.web.embedded.netty - package org.springframework.boot.web.embedded.netty
-
Embedded reactive web server implementation backed by Netty.
- org.springframework.boot.web.embedded.tomcat - package org.springframework.boot.web.embedded.tomcat
-
Embedded reactive and servlet web server implementations backed by Tomcat.
- org.springframework.boot.web.embedded.undertow - package org.springframework.boot.web.embedded.undertow
-
Embedded reactive and servlet web server implementations backed by Undertow.
- org.springframework.boot.web.reactive.context - package org.springframework.boot.web.reactive.context
-
- org.springframework.boot.web.reactive.error - package org.springframework.boot.web.reactive.error
-
Spring WebFlux error handling infrastructure.
- org.springframework.boot.web.reactive.filter - package org.springframework.boot.web.reactive.filter
-
Spring Boot specific
WebFilter
implementations.
- org.springframework.boot.web.reactive.function.client - package org.springframework.boot.web.reactive.function.client
-
Spring WebFlux WebClient support abstractions.
- org.springframework.boot.web.reactive.result.view - package org.springframework.boot.web.reactive.result.view
-
Additional
Views
for use with
WebFlux.
- org.springframework.boot.web.reactive.server - package org.springframework.boot.web.reactive.server
-
Reactive web server abstractions.
- org.springframework.boot.web.server - package org.springframework.boot.web.server
-
Support for embedded web servers.
- org.springframework.boot.web.servlet - package org.springframework.boot.web.servlet
-
Classes and utilities designed to work with the `javax.servlet` specification.
- org.springframework.boot.web.servlet.context - package org.springframework.boot.web.servlet.context
-
- org.springframework.boot.web.servlet.error - package org.springframework.boot.web.servlet.error
-
Spring MVC error handling infrastructure.
- org.springframework.boot.web.servlet.filter - package org.springframework.boot.web.servlet.filter
-
Spring Boot specific
Filter
implementations.
- org.springframework.boot.web.servlet.server - package org.springframework.boot.web.servlet.server
-
Servlet web server abstractions.
- org.springframework.boot.web.servlet.support - package org.springframework.boot.web.servlet.support
-
Support classes for Servlet-based web servers.
- org.springframework.boot.web.servlet.view - package org.springframework.boot.web.servlet.view
-
Additional
Views
for use with Web MVC.
- Origin - Interface in org.springframework.boot.origin
-
Interface that uniquely represents the origin of an item.
- OriginLookup<K> - Interface in org.springframework.boot.origin
-
An interface that may be implemented by an object that can lookup
Origin
information from a given key.
- OriginProvider - Interface in org.springframework.boot.origin
-
Interface to provide access to the origin of an item.
- OriginTrackedMapPropertySource - Class in org.springframework.boot.env
-
- OriginTrackedMapPropertySource(String, Map) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
-
- OriginTrackedValue - Class in org.springframework.boot.origin
-
- OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
-
Status
indicating that the component or subsystem has been taken out of
service and should not be used.
- outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
-
- outOfService() - Static method in class org.springframework.boot.actuate.health.Health
-
- OutputCapture - Class in org.springframework.boot.test.rule
-
JUnit @Rule
to capture output from System.out and System.err.
- OutputCapture() - Constructor for class org.springframework.boot.test.rule.OutputCapture
-
- OverrideAutoConfiguration - Annotation Type in org.springframework.boot.test.autoconfigure
-
- RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- RabbitCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
-
- 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
-
- 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
-
- rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthIndicatorAutoConfiguration
-
- RabbitHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.amqp
-
- RabbitHealthIndicatorAutoConfiguration(Map<String, RabbitTemplate>) - Constructor for class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthIndicatorAutoConfiguration
-
- 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
-
- 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
-
- rabbitTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
-
- RabbitTemplateConfiguration(ObjectProvider<MessageConverter>, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
-
- RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.env.RandomValuePropertySource
-
- RandomAccessData - Interface in org.springframework.boot.loader.data
-
Interface that provides read-only random access to some underlying data.
- RandomAccessDataFile - Class in org.springframework.boot.loader.data
-
- RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
-
- RandomValuePropertySource - Class in org.springframework.boot.env
-
PropertySource
that returns a random value for any property that starts with
"random.".
- RandomValuePropertySource(String) - Constructor for class org.springframework.boot.env.RandomValuePropertySource
-
- RandomValuePropertySource() - Constructor for class org.springframework.boot.env.RandomValuePropertySource
-
- Reactive() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- reactiveCassandraSession(Session) - 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.
- ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
-
- ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator, HealthWebEndpointResponseMapper) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
-
- ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
-
Defines the
Health
of an arbitrary system or component.
- ReactiveManagementChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
-
ManagementContextConfiguration
for reactive web infrastructure when a separate
management context with a web server running on a different port is required.
- ReactiveManagementChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
-
- ReactiveManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
-
- ReactiveManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
-
- reactiveManagementWebServerFactoryCustomizer(ListableBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
-
- ReactiveMongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
-
- ReactiveMongoClientFactory(MongoProperties, Environment, List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
-
- reactiveMongoDatabaseFactory(MongoClient) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
-
- reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
-
- reactiveRedisTemplate(ReactiveRedisConnectionFactory, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
-
- ReactiveSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
-
- ReactiveSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration
-
- reactiveStreamsMongoClient(MongoProperties, Environment, ObjectProvider<List<MongoClientSettingsBuilderCustomizer>>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
-
- ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
-
- ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
-
- reactiveUserDetailsService(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
-
- ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
-
- ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
-
- ReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
-
Interface to provide configuration for a reactive web application.
- ReactiveWebApplicationContextRunner - Class in org.springframework.boot.test.context.runner
-
- ReactiveWebApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
-
- ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
-
- reactiveWebChildContextFactory() - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
-
- ReactiveWebMergedContextConfiguration - Class in org.springframework.boot.test.context
-
Encapsulates the merged context configuration declared on a test class and all
of its superclasses for a reactive web application.
- ReactiveWebMergedContextConfiguration(MergedContextConfiguration) - Constructor for class org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
-
- ReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
-
- ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- ReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
-
Factory interface that can be used to create a reactive
WebServer
.
- ReactiveWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
-
- ReactiveWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
-
- ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.reactive
-
- reactiveWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
-
- ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
-
- ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-
- ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
-
- ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
-
- ReactorCoreAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor.core
-
- ReactorCoreAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration
-
- ReactorCoreProperties - Class in org.springframework.boot.autoconfigure.reactor.core
-
Properties for Reactor Core.
- ReactorCoreProperties() - Constructor for class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties
-
- ReactorCoreProperties.StacktraceMode - Class in org.springframework.boot.autoconfigure.reactor.core
-
- 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
-
- read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return
ObjectContent
from reading from the specified input stream.
- read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
- read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
- 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.
- readSettings() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
-
- readTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
-
- 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.
- recover(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- Recovery() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- Redis() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
- RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
-
- 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
-
- RedisHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.redis
-
- RedisHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.redis.RedisHealthIndicatorAutoConfiguration
-
- 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.Pool - Class in org.springframework.boot.autoconfigure.data.redis
-
Pool properties.
- RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
-
Redis sentinel properties.
- RedisReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
- RedisReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
-
- RedisReactiveHealthIndicator - Class in org.springframework.boot.actuate.redis
-
- RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
-
- RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
- RedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
-
- RedisSessionProperties - Class in org.springframework.boot.autoconfigure.session
-
Configuration properties for Redis backed Spring Session.
- RedisSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-
- 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 {code ReflectiveOperationInvoker} that will invoke the given
method
on the given target
.
- refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- refresh(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Refresh the state of the instance from the database, overwriting changes made to
the entity, if any.
- refresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- refresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Programmatically registers the auto-configuration package names.
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Register the specified entity scan packages with the system.
- register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Register the specified entity scan packages with the system.
- register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- register(BeanDefinitionRegistry, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- register(Class<?>...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Register one or more annotated classes to be processed.
- 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.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.
- 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.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- 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
-
- 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
-
- RegistrationBean - Class in org.springframework.boot.web.servlet
-
Base class for Servlet 3.0+ based registration beans.
- RegistrationBean() - Constructor for class org.springframework.boot.web.servlet.RegistrationBean
-
- RegistrationMappingDescription<T extends Registration> - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
-
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Reinitialize the logging system if required.
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- relaunch(ClassLoader) - Method in class org.springframework.boot.devtools.restart.Restarter
-
Relaunch the application using the specified classloader.
- releaseOutput() - Method in class org.springframework.boot.test.rule.OutputCapture
-
- RemoteClientConfiguration - Class in org.springframework.boot.devtools.remote.client
-
Configuration used to connect to remote Spring Boot applications.
- RemoteClientConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
-
- remoteDevToolsAccessManager() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
-
- RemoteDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
-
- RemoteDevToolsAutoConfiguration(DevToolsProperties, ServerProperties) - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
-
- remoteDevToolsDispatcherFilter(AccessManager, Collection<HandlerMapper>) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
-
- remoteDevToolsHealthCheckHandlerMapper() - 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
-
- RemoteSpringApplication - Class in org.springframework.boot.devtools
-
Application that can be used to establish a link to remotely running Spring Boot code.
- remove(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
-
- 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'.
- 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
-
- Repackager.MainClassTimeoutWarningListener - Interface in org.springframework.boot.loader.tools
-
Callback interface used to present a warning when finding the main class takes too
long.
- 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(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
-
- replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
-
- replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
-
- 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
-
- RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
-
- RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
-
- RepositoryRestProperties - Class in org.springframework.boot.autoconfigure.data.rest
-
Configuration properties for Spring Data REST.
- RepositoryRestProperties() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- RepositorySystemSessionAutoConfiguration - Interface in org.springframework.boot.cli.compiler.grape
-
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_ATTRIBUTE - Static variable in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
-
- REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Filters that wrap the servlet request should be ordered less than or equal to this.
- REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in class org.springframework.boot.web.servlet.FilterRegistrationBean
-
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
-
- requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
-
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
-
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
-
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- requestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- requestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- 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.
- requestMatcherProvider(JerseyApplicationPath) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration
-
- requestMatcherProvider(HandlerMappingIntrospector) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration
-
- 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.rule.OutputCapture
-
Discard all currently accumulated output.
- reset() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
- ResetMocksTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
-
- ResetMocksTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
-
- resolve(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
.
- 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.
- resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- 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.
- 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.
- Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
-
- restart() - Method in class org.springframework.boot.devtools.restart.Restarter
-
Restart the running application.
- restart(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
-
Restart the running application.
- restart(Set<URL>, ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
-
Called to restart the application.
- RestartApplicationListener - Class in org.springframework.boot.devtools.restart
-
- RestartApplicationListener() - Constructor for class org.springframework.boot.devtools.restart.RestartApplicationListener
-
- RestartClassLoader - Class in org.springframework.boot.devtools.restart.classloader
-
Disposable
ClassLoader
used to support application restarting.
- RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- Restarter - Class in org.springframework.boot.devtools.restart
-
Allows a running application to be restarted with an updated classpath.
- Restarter(Thread, String[], boolean, RestartInitializer) - Constructor for class org.springframework.boot.devtools.restart.Restarter
-
Internal constructor to create a new
Restarter
instance.
- RestartInitializer - Interface in org.springframework.boot.devtools.restart
-
Strategy interface used to initialize a
Restarter
.
- RestartListener - Interface in org.springframework.boot.devtools.restart
-
Listener that is notified of application restarts.
- RestartScope - Annotation Type in org.springframework.boot.devtools.restart
-
Restart @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
-
- RestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
-
- RestartServer(SourceFolderUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
-
- RestClientTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
-
Annotation that can be used in combination with @RunWith(SpringRunner.class)
for a typical Spring rest client test.
- RestControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
-
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or
Spring WebFlux.
- RestDocsAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.restdocs
-
- RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
-
- 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(ObjectProvider<HttpMessageConverters>, ObjectProvider<List<RestTemplateCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
-
- restTemplateBuilder() - 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
-
- 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
-
- RestTemplateMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.client
-
- RestTemplateMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.client.RestTemplateMetricsAutoConfiguration
-
- restTemplateTagConfigurer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.client.RestTemplateMetricsAutoConfiguration
-
- 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
-
- rollback(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- ROOT_LOGGER_NAME - Static variable in class org.springframework.boot.logging.LoggingSystem
-
The name used for the root logger.
- rootUri(String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set a root URL that should be applied to each request that starts with '/'
.
- RootUriRequestExpectationManager - Class in org.springframework.boot.test.web.client
-
- RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
- RootUriTemplateHandler - Class in org.springframework.boot.web.client
-
- RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
-
- RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
-
- RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
-
- RouterFunctionMetrics - Class in org.springframework.boot.actuate.metrics.web.reactive.server
-
- RouterFunctionMetrics(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics
-
Deprecated.
- run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
-
Callback used to run the bean.
- run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- 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() - Method in class org.springframework.boot.loader.MainMethodRunner
-
- run(boolean, String...) - Method in class org.springframework.boot.loader.tools.RunProcess
-
- run(boolean, Collection<String>) - Method in class org.springframework.boot.loader.tools.RunProcess
-
- run(String...) - Method in class org.springframework.boot.SpringApplication
-
- run(Class<?>, String...) - Static method in class org.springframework.boot.SpringApplication
-
Static helper that can be used to run a
SpringApplication
from the
specified source using default settings.
- run(Class<?>[], String[]) - Static method in class org.springframework.boot.SpringApplication
-
Static helper that can be used to run a
SpringApplication
from the
specified sources using default settings and user supplied arguments.
- run(ContextConsumer<? super A>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- run(SpringApplication) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- runAndHandleErrors(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Run the appropriate and handle and errors.
- RunCommand - Class in org.springframework.boot.cli.command.run
-
Command
to 'run' a groovy script or scripts.
- RunCommand() - Constructor for class org.springframework.boot.cli.command.run.RunCommand
-
- running(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- running(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
- 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.
- sameFile(URL, URL) - Method in class org.springframework.boot.loader.jar.Handler
-
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Sanitize the given value if necessary.
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- Sanitizer - Class in org.springframework.boot.actuate.endpoint
-
Strategy that should be used by endpoint implementations to sanitize potentially
sensitive keys.
- Sanitizer() - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
- Sanitizer(String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
-
- scan(Class<? extends Annotation>...) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
-
Scan for entities with the specified annotations.
- scan(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Perform a scan within the specified base packages.
- scheduledTasks() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
-
- scheduledTasksEndpoint(ObjectProvider<List<ScheduledTaskHolder>>) - Method in class org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration
-
- ScheduledTasksEndpoint - Class in org.springframework.boot.actuate.scheduling
-
Endpoint
to expose information about an application's scheduled tasks.
- ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
-
- ScheduledTasksEndpoint.CronTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
- ScheduledTasksEndpoint.FixedDelayTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
- ScheduledTasksEndpoint.FixedRateTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
- ScheduledTasksEndpoint.IntervalTaskDescription - Class in org.springframework.boot.actuate.scheduling
-
- ScheduledTasksEndpoint.RunnableDescription - Class in org.springframework.boot.actuate.scheduling
-
- ScheduledTasksEndpoint.ScheduledTasksReport - Class in org.springframework.boot.actuate.scheduling
-
A report of an application's scheduled
Tasks
, primarily intended for
serialization to JSON.
- ScheduledTasksEndpoint.TaskDescription - Class in org.springframework.boot.actuate.scheduling
-
Base class for descriptions of a
Task
.
- ScheduledTasksEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.scheduling
-
- ScheduledTasksEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration
-
- SchedulerFactoryBeanCustomizer - Interface in org.springframework.boot.autoconfigure.quartz
-
Callback interface that can be implemented by beans wishing to customize the Quartz
SchedulerFactoryBean
before it is fully initialized, in particular to tune its
configuration.
- SchemaManagement - Enum in org.springframework.boot.jdbc
-
An enumeration of the available schema management options.
- SchemaManagementProvider - Interface in org.springframework.boot.jdbc
-
- scrape() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
-
- SearchStrategy - Enum in org.springframework.boot.autoconfigure.condition
-
Some named search strategies for beans in the bean factory hierarchy.
- SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
-
- SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
-
- SecurityContext - Interface in org.springframework.boot.actuate.endpoint
-
Security context in which an endpoint is being invoked.
- SecurityDataConfiguration - Class in org.springframework.boot.autoconfigure.security
-
Automatically adds Spring Security's integration with Spring Data.
- SecurityDataConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
-
- securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurity5DialectConfiguration
-
- securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
-
- securityEvaluationContextExtension() - Method in class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
-
- SecurityFilterAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
-
- SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
-
- securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
-
- SecurityPrerequisite - Interface in org.springframework.boot.autoconfigure.security
-
- SecurityProperties - Class in org.springframework.boot.autoconfigure.security
-
Configuration properties for Spring Security.
- SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- SecurityProperties.Filter - Class in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
-
- SecurityRequestMatcherProviderAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
-
- SecurityRequestMatcherProviderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration
-
- SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
-
- SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
-
- SecurityResponse - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
-
Response from the Cloud Foundry security interceptors.
- SecurityResponse(HttpStatus) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
-
- SecurityResponse(HttpStatus, String) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
-
- selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- Selector - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
A
Selector
can be used on a parameter of an
Endpoint
method to indicate
that the parameter is used to select a subset of the endpoint's data.
- sendGrid() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
-
- SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
-
- SendGridAutoConfiguration(SendGridProperties) - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
-
- SendGridProperties - Class in org.springframework.boot.autoconfigure.sendgrid
-
- SendGridProperties() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- SendGridProperties.Proxy - Class in org.springframework.boot.autoconfigure.sendgrid
-
- sendingResponse(HttpTrace, TraceableResponse, Supplier<Principal>, Supplier<String>) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
-
Ends the tracing of the exchange that is being concluded by sending the given
response
.
- Sentinel() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- serialize(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
-
- serializeObject(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
-
Serialize JSON content into the value type this serializer handles.
- Server() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
-
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.web.context
-
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-
- ServerProperties - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
-
- ServerProperties.Jetty - Class in org.springframework.boot.autoconfigure.web
-
Jetty properties.
- ServerProperties.Jetty.Accesslog - Class in org.springframework.boot.autoconfigure.web
-
Jetty access log properties.
- ServerProperties.Servlet - Class in org.springframework.boot.autoconfigure.web
-
Servlet properties.
- ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
-
Tomcat properties.
- ServerProperties.Tomcat.Accesslog - Class in org.springframework.boot.autoconfigure.web
-
Tomcat access log properties.
- ServerProperties.Tomcat.Resource - Class in org.springframework.boot.autoconfigure.web
-
Tomcat static resource properties.
- ServerProperties.Undertow - Class in org.springframework.boot.autoconfigure.web
-
Undertow properties.
- ServerProperties.Undertow.Accesslog - Class in org.springframework.boot.autoconfigure.web
-
Undertow access log properties.
- ServerThread(ServerSocketChannel) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
-
- ServerThread(ByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
-
- ServiceLevelAgreementBoundary - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
A service level agreement boundary for use when configuring micrometer.
- Servlet() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.Servlet
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
-
- ServletComponentScan - Annotation Type in org.springframework.boot.web.servlet
-
- ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.servlet.support
-
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- ServletContextInitializer - Interface in org.springframework.boot.web.servlet
-
Interface used to configure a Servlet 3.0+
context
programmatically.
- ServletContextInitializerBeans - Class in org.springframework.boot.web.servlet
-
- ServletContextInitializerBeans(ListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- ServletContextInitializerConfiguration - Class in org.springframework.boot.web.embedded.jetty
-
- ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
-
- ServletEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
-
Identifies a type as being an endpoint that supplies a servlet to expose.
- ServletEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
-
- ServletEndpointDiscoverer(ApplicationContext, PathMapper, Collection<EndpointFilter<ExposableServletEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
- ServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
- ServletEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
-
- ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
- ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
- servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
-
- servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
-
- ServletEndpointRegistrar - Class in org.springframework.boot.actuate.endpoint.web
-
- ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
-
- ServletEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
-
- servletExposeExcludePropertyEndpointFilter(WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
-
- ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
-
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- ServletManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
-
- ServletManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
-
- ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
-
- ServletRegistrationBean<T extends Servlet> - Class in org.springframework.boot.web.servlet
-
- ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletRegistrationBean(T, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletRegistrationBean(T, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
-
Creates a new ServletRegistrationMappingDescription
derived from the given
servletRegistration
.
- ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- ServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
-
- servletWebChildContextFactory() - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
-
- ServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
-
- ServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- ServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- ServletWebServerApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.web.servlet.context
-
Utility class to store and restore any user defined scopes.
- ServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
-
Factory interface that can be used to create a
WebServer
.
- ServletWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
-
- ServletWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
-
- ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.servlet
-
- servletWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
-
- ServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
-
- ServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-
- ServletWebServerInitializedEvent - Class in org.springframework.boot.web.servlet.context
-
- ServletWebServerInitializedEvent(WebServer, ServletWebServerApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
-
- Session - Class in org.springframework.boot.web.servlet.server
-
Session properties.
- Session() - Constructor for class org.springframework.boot.web.servlet.server.Session
-
- Session.Cookie - Class in org.springframework.boot.web.servlet.server
-
Cookie properties.
- Session.SessionTrackingMode - Enum in org.springframework.boot.web.servlet.server
-
- SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
-
- SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
-
- SessionDescriptor(Session) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- sessionEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Method in class org.springframework.boot.actuate.autoconfigure.session.SessionsEndpointAutoConfiguration
-
- sessionFactory(Configuration, ApplicationContext, ObjectProvider<List<EventListener>>) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
-
- SessionProperties - Class in org.springframework.boot.autoconfigure.session
-
Configuration properties for Spring Session.
- SessionProperties(ObjectProvider<ServerProperties>) - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties
-
- SessionProperties.Servlet - Class in org.springframework.boot.autoconfigure.session
-
Servlet-related properties.
- SessionRepositoryUnavailableException - Exception in org.springframework.boot.autoconfigure.session
-
Exception thrown when no SessionRepository
is available.
- SessionRepositoryUnavailableException(String, StoreType) - Constructor for exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
-
- SessionsEndpoint - Class in org.springframework.boot.actuate.session
-
- SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
-
- SessionsEndpoint.SessionDescriptor - Class in org.springframework.boot.actuate.session
-
A description of user's session
.
- SessionsEndpoint.SessionsReport - Class in org.springframework.boot.actuate.session
-
A report of user's sessions
.
- SessionsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.session
-
- SessionsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.session.SessionsEndpointAutoConfiguration
-
- sessionsForUsername(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
-
- SessionsReport(Map<String, ? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
-
- SET_SYSTEM_PROPERTIES - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for boolean flag (default false) which if set will cause the
external configuration properties to be copied to System properties (assuming that
is allowed by Java security).
- setAcceptCount(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setAcceptors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- setAcceptors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set the number of acceptor threads to use.
- setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setAccessLogDirectory(File) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log directory.
- setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogEnabled(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether access logs are enabled.
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogPattern(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log pattern.
- setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogPrefix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log prefix.
- setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogRotate(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether access logs rotation is enabled.
- setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogSuffix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log suffix.
- setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- setAccountId(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-
- setAckCount(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setAckMode(AbstractMessageListenerContainer.AckMode) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setAcknowledgeMode(JmsProperties.AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- setAcks(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setAckTime(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setAddFilters(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- setAdditionalExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setAdditionalPaths(List<File>) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication
-
Set additional profile values to use (on top of those set in system or command line
properties).
- setAdditionalTldSkipPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setAddress(InetAddress) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the specific network address that the server should bind to.
- setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setAddressingMode(GMetric.UDPAddressingMode) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setAllowCredentials(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setAllowSubTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- setAnonymousReadOnly(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- setApiKey(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- setApiKey(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-
- setApiKey(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setApiToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- setAppend(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.SpringApplication
-
- setApplicationDisplayName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setApplicationKey(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Sets if asynchronous operations are supported for this registration.
- setAttribute(Attribute) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- setAttributes(AttributeList) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setAuthorizationGrantType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- setAutoCommitInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setAutoCreateDb(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- setAutoIndex(AutoIndexMode) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- setAutoOffsetReset(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- setAutoTimeRequests(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
-
- setBackgroundProcessorDelay(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setBackgroundProcessorDelay(int) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Sets the background processor delay in seconds.
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setBackupSource(boolean) - Method in class org.springframework.boot.loader.tools.Repackager
-
Sets if source files should be backed up when they would be overwritten.
- setBanner(Banner) - Method in class org.springframework.boot.SpringApplication
-
Sets the
Banner
instance which will be used to print the banner when no
static banner file is provided.
- setBannerMode(Banner.Mode) - Method in class org.springframework.boot.SpringApplication
-
Sets the mode used to display the banner when the application runs.
- setBase(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- setBasedir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setBaseDirectory(File) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Set the Tomcat base directory.
- setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setBaseDn(List<String>) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- setBasename(String) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- setBasePath(String) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
-
- setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setBatchSize(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- setBatchSize(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.jackson.JsonComponentModule
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
-
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
-
Sets the bean name generator that should be used when generating bean names.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- setBlockIfFull(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setBlockIfFullTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setBootstrapHosts(List<String>) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-
- setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setBuffered(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setBufferMemory(Long) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setBufferSize(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setBufferSize(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the buffer size.
- setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setCacheDuration(Duration) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- setCacheNames(List<String>) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- setCacheNullValues(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- setCachePrivate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setCachePublic(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setCacheTtl(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
-
- setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
Deprecated.
- setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
Set the capacity of this event repository.
- setCapacity(int) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
Set the capacity of the in-memory repository.
- setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
Set the charset.
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Set the charset.
- setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Set the charset.
- setCheckChangeLogLocation(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setCheckoutTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
-
- setCheckpointInterval(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the interval between checkpoints.
- setCheckTemplate(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setChunkedModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- setCiphers(String[]) - Method in class org.springframework.boot.web.server.Ssl
-
- setClassName(String) - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- setCleanupCron(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- setCleanupCron(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-
- setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.web.server.Ssl
-
- setClientAuthenticationMethod(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setClientName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setCloseDataSourceOnceMigrated(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
-
- setCloseTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setCluster(RedisProperties.Cluster) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setClusterName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setClusterName(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- setClusterNodes(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setCollectionName(String) - Method in class org.springframework.boot.autoconfigure.session.MongoSessionProperties
-
- setComment(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setCommentPrefix(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
-
Set the JMustache compiler to be used by this view.
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.servlet.view.MustacheView
-
Set the Mustache compiler to be used by this view.
- setCompressed(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setCompression(ProtocolOptions.Compression) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setCompression(Compression) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setCompression(Compression) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the compression configuration that will be applied to the server's default
connector.
- setCompressionType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-
- setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
-
- setConfigRefreshFrequency(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- setConfigTimeToLive(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setConfigUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- setConnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setConnectTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- setConnectTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setConnectTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- setConsistency(InfluxConsistency) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setConsistency(Consistency) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setConsoleAvailable(Boolean) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Sets if the System.console() is known to be available.
- setConsumersPerQueue(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
-
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
-
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.Servlet
-
- setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- setContextPath(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- setContextPath(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setContextPath(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the context path for the web server.
- setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setControlFlag(KafkaJaasLoginModuleInitializer.ControlFlag) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- setCreateConnectionOnStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setCredential(EmbeddedLdapProperties.Credential) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- setData(List<String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setDatabase(Database) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setDatabaseDir(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- setDatabasePlatform(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setDataDirectory(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setDataPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDataSource(DataSource) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
- setDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
Set the
XADataSource
directly, instead of calling
ResourceBean.setClassName(String)
.
- setDataSourceClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- setDataUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setDb(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setDdlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- setDefaultDestination(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setDefaultEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setDefaultJtaTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
The default timeout for JTA transactions (optional, defaults to 10000
ms).
- setDefaultMaxWaitTimeOnShutdown(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies how long should a normal shutdown (no-force) wait for transactions to
complete.
- setDefaultMediaType(MediaType) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setDefaultPageSize(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- setDefaultProperties(Map<String, Object>) - Method in class org.springframework.boot.SpringApplication
-
Set default environment properties which will be used in addition to those in the
existing
Environment
.
- setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
-
- setDefaultPropertyInclusion(JsonInclude.Include) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDefaultTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
-
- setDefaultTimeout(Duration) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setDefaultTopic(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
-
- setDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setDeliveryDelay(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setDeliveryMode(JmsProperties.DeliveryMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setDescriptions(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- setDescriptions(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
-
- setDetectionStrategy(RepositoryDetectionStrategy.RepositoryDetectionStrategies) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setDetectRootUri(boolean) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- setDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setDirectBuffers(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setDisableHtmlEscaping(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setDisableInnerClassSerialization(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setDisconnectTimeout(long) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
-
Set the maximum amount of time to wait for a client before closing the connection.
- setDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
-
- setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Sets the dispatcher types that should be used with the registration.
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setDisplayName(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setDisplayName(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the display name of the application deployed in the web server.
- setDocumentRoot(File) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setDocumentRoot(File) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the document root directory which will be used by the web context to serve
static files.
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
-
- setDomain(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDurationUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setDurationUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setEagerFilterInit(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setEagerInitFilters(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Set whether filters should be initialized eagerly.
- setEnable(Map<String, Boolean>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
-
- setEnableAutoCommit(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setEnableComplexMapKeySerialization(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Sets if ANSI output is enabled.
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties.StacktraceMode
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
-
- setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
-
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Compression
-
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Http2
-
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Ssl
-
- setEnabled(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Flag to indicate that the registration is enabled.
- setEnabledProtocols(String[]) - Method in class org.springframework.boot.web.server.Ssl
-
- setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if disk logging should be enabled or not.
- setEnableSpringElCompiler(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set
Valve
s that should be applied to the Tomcat
Engine
.
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
Set if unique runtime object names should be ensured.
- setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
-
Sets the underlying environment that should be used with the created application
context.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- setErrorPages(Set<? extends ErrorPage>) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setErrorPages(Set<? extends ErrorPage>) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the error pages that will be used when handling exceptions.
- setEvalUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- setExchange(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- setExclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
-
- setExclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
-
- setExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setExcludedUserAgents(String[]) - Method in class org.springframework.boot.web.server.Compression
-
- setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setExcludeFieldsWithoutExposeAnnotation(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setExpiration(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
-
- setExpiryScanners(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setExpiryTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setExposedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setExtendedFormat(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setExternalFile(File) - Method in class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
-
- setFailFast(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
-
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- setFavorParameter(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- setFavorPathExtension(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- setFeatures(Set<Feature>) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- setFetchMaxWait(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setFetchMinSize(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
-
- setFieldNamingPolicy(FieldNamingPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setFilename(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setFileSizeThreshold(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- setFileSizeThreshold(int) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the size threshold in bytes after which files will be written to disk.
- setFileSizeThreshold(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the size threshold after which files will be written to disk.
- setFilter(T) - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
-
Set the filter to be registered.
- setFilterDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
-
- setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
-
- setFlavor(StatsdFlavor) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- setFlushMode(HazelcastFlushMode) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
-
- setFlushMode(RedisFlushMode) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-
- setForce(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- setForceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- setForceResponse(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether VM shutdown should trigger forced shutdown of the transaction
core.
- setForgetOrphanedLogEntriesDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setFullModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setGenerateNonExecutableJson(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setGlobalPrefix(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setGroupId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setGzipped(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application is headless and should not instantiate AWT.
- setHeartbeatInterval(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- setHeartbeatInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setHibernate(JpaProperties.Hibernate) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setHiddenCommands(Class<?>...) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Set the command classes which should be hidden (i.e.
- setHost(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setHost(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setHost(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- setHost(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
-
- setHostTag(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- setHtmlApplicationCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setHttp2(Http2) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setHttp2(Http2) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the HTTP/2 configuration that will be applied to the server.
- setHttpOnly(Boolean) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setImplicitStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- setInclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
-
- setInclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
-
- setInclude(Set<Include>) - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties
-
- setIncludeException(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setIncludeStacktrace(ErrorProperties.IncludeStacktrace) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setIndices(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
-
- setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
-
- setInitialInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setInitializationMode(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
-
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Set init-parameters for this registration.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setInitParameters(Map<String, String>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the init parameters that are applied to the container's
ServletContext
.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- setInitSqls(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setInternalProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setIoThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setIoThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the number of IO Threads.
- setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Allows the DataSource to be managed by the container and obtained via JNDI.
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setJobNames(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobStoreType(JobStoreType) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
-
- setJodaDateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setJsp(Jsp) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setJsp(Jsp) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the configuration that will be applied to the server's JSP servlet.
- setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- setKeyAlias(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setKeyPassword(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyPrefix(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- setKeySerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setKeyspaceName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
-
- setKeyStore(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeystoreLocation(Resource) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
-
- setKeystorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setKeyStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyStoreType(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setKeyStoreType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setKeyStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeysToSanitize(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
-
- setKeysToSanitize(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
-
Keys that should be sanitized.
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- setKeyValue(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- setKeyValue(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setLabels(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Repackager
-
Sets the layout to use for the jar.
- setLayoutFactory(LayoutFactory) - Method in class org.springframework.boot.loader.tools.Repackager
-
Sets the layout factory for the jar.
- setLdif(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- setLenient(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setLifecycleTimeout(Duration) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Set the maximum amount of time that should be waited when starting or stopping the
server.
- setLimitParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setListener(T) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Set the listener that will be registered.
- setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
-
- setLoadBalancingPolicy(Class<? extends LoadBalancingPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Sets the loadOnStartup
priority.
- setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the Locale to Charset mappings.
- setLocaleResolver(WebMvcProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
-
- setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
-
- setLocation(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- setLocation(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the directory location where files will be stored.
- setLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setLogBaseDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the directory in which the log files should be stored.
- setLogBaseName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transactions log file base name.
- setLogConditionEvaluationDelta(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setLogContainerConfig(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setLogCookies(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setLogDir(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- setLogDir(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setLoginModule(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- setLogLatency(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setLogLevel(String, String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
-
Sets the logging level for a given logger.
- setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- setLogResolvedException(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setLogServer(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application information should be logged when the application starts.
- setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- setLongPollTimeout(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
-
Set the long poll timeout for the server.
- setLongSerializationPolicy(LongSerializationPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setLwcEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- setMainApplicationClass(Class<?>) - Method in class org.springframework.boot.SpringApplication
-
Set a specific main application class that will be used as a log source and to
obtain version information.
- setMainClass(String) - Method in class org.springframework.boot.loader.tools.Repackager
-
Sets the main class that should be run.
- setMandatory(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- setMapName(String) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
-
- setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- setMaster(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- setMatchAfter(boolean) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set if the filter mappings should be matched after any declared filter mappings of
the ServletContext.
- setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum number of active transactions.
- setMaxAge(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-
- setMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setMaxAge(Duration) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setMaxChunkSize(int) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMaxEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
-
- setMaxFileSize(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- setMaxFileSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size in bytes allowed for uploaded files.
- setMaxFileSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size allowed for uploaded files.
- setMaxHttpHeaderSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setMaxHttpHeaderSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMaxHttpPostSize(long) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMaximumActiveSessionPerConnection(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setMaxInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setMaxPacketLength(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setMaxPageSize(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setMaxQueueSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- setMaxRedirects(Integer) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- setMaxRequestSize(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- setMaxRequestSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size allowed in bytes for multipart/form-data requests.
- setMaxRequestSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size allowed for multipart/form-data requests.
- setMaxRetries(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setMaxRows(int) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
-
- setMaxThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMaxTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum timeout that can be allowed for transactions.
- setMaxUriTags(int) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
-
- setMaxUriTags(int) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
-
- setMaxWait(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMediaTypes(List<MediaType>) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-
- setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the MessageConverter
to use or null
if the out-of-the-box
converter should be used.
- setMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Configure HTTP message readers to deserialize the request body with.
- setMessageRecoverer(MessageRecoverer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the MessageRecoverer
to use or null
to rely on the default.
- setMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Configure HTTP message writers to serialize the response body with.
- setMeterTimeToLive(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- setMimeMappings(MimeMappings) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the mime-type mappings.
- setMimeTypes(String[]) - Method in class org.springframework.boot.web.server.Compression
-
- setMinEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
-
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMinResponseSize(int) - Method in class org.springframework.boot.web.server.Compression
-
- setMinSpareThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMode(InfoPropertiesInfoContributor.Mode) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
-
- setMode(CountingMode) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
-
- setMode(CachingConnectionFactory.CacheMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
-
- setMode(ArtemisMode) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setMonitorInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setMultiThreaded(boolean) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setMustRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setName(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
-
- setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setName(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- setName(String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Set the name of this registration.
- setName(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-
- setNoCache(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- setNonBlockingRedelivery(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setNoPollThreshold(Float) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setNoStore(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setNoTransform(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setNumThreads(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- setOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
Set
of the specified element type.
- setOneIndexedParameters(boolean) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- setOnePhaseCommit(boolean) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setOpenInView(Boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- setOpenInView(Boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setOplogSize(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- setOptionCommands(Class<?>...) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Set the command classes which should be considered option commands.
- setOptions(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-
- setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties
-
- setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
-
- setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
-
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
-
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
-
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
-
- setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
- setOrder(int) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
-
Set the order of the listener.
- setOrder(int) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Set the order of the registration bean.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- setPageParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- setPageParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setParameterName(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-
- setParameters(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setParseArgs(boolean) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Sets if initialization arguments should be parsed for --debug and
--trace options.
- setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setPassword(char[]) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setPath(File) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
-
- setPath(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setPercentiles(Map<String, double[]>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
-
- setPercentilesHistogram(Map<String, Boolean>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
-
- setPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
-
- setPeriodicRecoveryPeriod(Duration) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setPersistent(boolean) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setPhysicalStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setPollingFrequency(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- setPollInterval(Duration) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setPollTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
-
- setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
-
- setPool(ActiveMQProperties.Pool) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setPoolTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
Sets the port of the management server, use
null
if the
server port
should be used.
- setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
-
- setPort(Integer) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
-
- setPort(int) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setPort(int) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the port that the web server should listen on.
- setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
-
- setPrettyPrinting(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setPrint(MockMvcPrint) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- setPrintOnlyOnFailure(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- setPriority(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setProtocol(GraphiteProtocol) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setProtocol(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setProtocol(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
The Tomcat protocol to use when create the
Connector
.
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
The Tomcat protocol to use when create the
Connector
.
- setProtocol(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setProtocolVersion(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setProvider(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- setProvider(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setProxyRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setPublisherConfirms(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPublisherReturns(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPublishUnchangedMeters(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- setQosEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setQualifierDelimiter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- setQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Set a specific validation query to use to validate a connection.
- setQuery(Integer) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
Deprecated.
- setQuery(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setQueryTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
-
- setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setQueueSize(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
Deprecated.
- setQuietPeriod(Duration) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setRabbitProperties(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
- setRateUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setRateUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setReadTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setReadTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setReconnectionPolicy(Class<? extends ReconnectionPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setReconnectOnException(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setRecoveryBackoffPeriod(Duration) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryDbPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryDbUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryJmsPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryJmsUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryModules(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRedirectContextRoot(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setRedirectUriTemplate(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Set if the DefaultServlet should be registered.
- setRegistered(boolean) - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setRenameOnRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setReplSetName(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- setReplyTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- setRequestAttributesEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setRequestedHeartbeat(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setRequestsMetricName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
-
- setRequestsMetricName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
-
- setRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
-
- setResolveLazily(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
Set the resource loader.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setResponseTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
-
- setRetentionDuration(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setRetentionPeriod(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- setRetentionPolicy(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setRetentionReplicationFactor(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setRetentionShardDuration(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setRetries(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setRetryInterval(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setRetryPolicy(Class<? extends RetryPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setReturnBodyOnCreate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setReturnBodyOnUpdate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
Flag to say that the repository lists traces in reverse order.
- setRoles(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
-
- setRoles(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setRollbackFile(File) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setRollbackOnCommitFailure(Boolean) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
-
- setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setRoutingKey(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
-
- setSchema(List<String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSchema(Resource) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
-
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- setSchemaAction(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setSchemaPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSchemaUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setScope(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Set the search locations that will be considered as a comma-separated list.
- setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Sets the names of the files that should be loaded (excluding file extension) as a
comma-separated list.
- setSecret(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- setSecretHeaderName(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- setSecure(Boolean) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- setSelectors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set the number of selector threads to use.
- setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setSendTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setSentinel(RedisProperties.Sentinel) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setSeparator(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setSerializeNulls(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-
- setSerialJtaTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if subtransactions should be joined when possible.
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setServerCustomizers(Collection<? extends NettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
- setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setServerHeader(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setServerHeader(String) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the server header value.
- setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setServerNamespace(String) - Method in interface org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
-
Set the server namespace of the context.
- setServerNamespace(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- setServerNamespace(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager implementation that should be started.
- setServlet(SessionProperties.Servlet) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- setServlet(T) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Sets the servlet to be registered.
- setServletConfig(ServletConfig) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
-
- setServletNames(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set servlet names that the filter will be registered against.
- setServletRegistrationBeans(Collection<? extends ServletRegistrationBean<?>>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- setSession(Session) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setSession(Session) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the configuration that will be applied to the container's HTTP session
support.
- setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setShowDetails(ShowDetails) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
-
- setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setShutdownTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
-
- setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
-
- setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
-
- setSizeParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
-
- setSla(Map<String, ServiceLevelAgreementBoundary[]>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
-
- setSMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setSocketConnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setSortParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
-
- setSortParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setSource(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- setSource(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- setSources(Set<String>) - Method in class org.springframework.boot.SpringApplication
-
Set additional sources that will be used to create an ApplicationContext.
- setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
-
- setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Sets a custom logging level to be used for Spring Boot and related libraries.
- setSqlDialect(SQLDialect) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
-
- setSqlScriptEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSsl(Ssl) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
- setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setSsl(Ssl) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setSsl(Ssl) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the SSL configuration that will be applied to the server's default connector.
- setSslStoreProvider(SslStoreProvider) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets a provider that will be used to obtain SSL stores.
- setStaleIfError(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setStaleWhileRevalidate(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-
- setStateless(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
-
- setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
-
- setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
-
Set specific status mappings.
- setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
-
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
-
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
-
- setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- setStopWatcherOnRestart(boolean) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
- setStoreDir(File) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setStoreType(StoreType) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
-
- setTableName(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-
- setTablePrefix(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- setTagsAsPrefix(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-
- setTemplateLoaderPath(String...) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setTemplateResolverOrder(Integer) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setTestConnection(boolean) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setThreadedTwoPhaseCommit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether or not to use different (and concurrent) threads for two-phase
commit on the participating resources.
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setThreshold(long) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
-
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- setTimeBetweenExpirationCheck(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorProperties
-
Deprecated.
- setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- setTimeout(Duration) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
-
- setTimeout(Duration) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setTimeToLive(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
-
- setTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- setTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-
- Settings() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- SETTINGS_RESOURCE_LOCATION - Static variable in class org.springframework.boot.devtools.settings.DevToolsSettings
-
The location to look for settings properties.
- SettingsXmlRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
-
Auto-configuration for a RepositorySystemSession that uses Maven's settings.xml to
determine the configuration settings.
- SettingsXmlRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration
-
- setTldSkipPatterns(Collection<String>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set the patterns that match jars to ignore for TLD scanning.
- setTokenUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setTrace(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- setTrackingModes(Set<Session.SessionTrackingMode>) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setTransactionManagerId(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- setTransactionManagerId(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager's unique name.
- setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-
- setTransactionTimeout(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
Sets the type of application event that will trigger writing of the PID file.
- setTriggerFile(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setTriggerFilter(FileFilter) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Set an optional
FileFilter
used to limit the files that trigger a change.
- setTrustAll(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
-
- setTrusted(List<String>) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
-
- setTrustStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setTrustStore(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setTruststoreLocation(Resource) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setTrustStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setTruststorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setTrustStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setTrustStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setTrustStoreType(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setTrustStoreType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- setTrustStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setType(RabbitProperties.ContainerType) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- setType(CacheType) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- setType(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setType(JerseyProperties.Type) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- setType(KafkaProperties.Listener.Type) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
-
- setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-
- setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-
- setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-
- setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- setUri(URI) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- setUri(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setUriEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setUriEncoding(Charset) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setUriHost(String) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
-
- setUriPort(Integer) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
-
- setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setUriScheme(String) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
-
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
-
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Set the URL mappings for the servlet.
- setUrlPatterns(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set the URL patterns that the filter will be registered against.
- setUrls(String[]) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- setUseAnonymousProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
-
- setUseDirectBuffers(Boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether direct buffers should be used.
- setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setUseFastConnectionExceptions(boolean) - Static method in class org.springframework.boot.loader.jar.Handler
-
Set if a generic static exception can be thrown when a URL cannot be connected.
- setUseForwardHeaders(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setUseGlobalRegistry(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
-
- setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
-
- setUseKeyPrefix(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-
- setUseNewIdGeneratorMappings(Boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setUseRegisteredSuffixPattern(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
-
- setUseRelativeRedirects(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- setUserName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setUserNameAttribute(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-
- setUseSuffixPattern(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
-
- setValidateServerCertificate(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setValidating(boolean) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
-
Set whether to use XML validation.
- setValueDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setValueSerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setVerifyHostname(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setVersion(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- setVersion(String) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- setView(Integer) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
Deprecated.
- setView(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
- setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setWebAllowOthers(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- setWebApplicationType(WebApplicationType) - Method in class org.springframework.boot.SpringApplication
-
Sets the type of web application to be run.
- setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setWhitelabel(ErrorProperties.Whitelabel) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setWorkerThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setWorkerThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the number of Worker Threads.
- setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setXaResourceOrphanFilters(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setZkHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- severe(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- severe(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- sha1Hash(File) - Static method in class org.springframework.boot.loader.tools.FileUtils
-
Generate a SHA.1 Hash for a given file.
- Shell - Class in org.springframework.boot.cli.command.shell
-
A shell for Spring Boot.
- ShellCommand - Class in org.springframework.boot.cli.command.shell
-
Command
to start a nested REPL shell.
- ShellCommand() - Constructor for class org.springframework.boot.cli.command.shell.ShellCommand
-
- ShellExitException - Exception in org.springframework.boot.cli.command.shell
-
Exception used to stop the
Shell
.
- ShellExitException() - Constructor for exception org.springframework.boot.cli.command.shell.ShellExitException
-
- ShellPrompts - Class in org.springframework.boot.cli.command.shell
-
Abstraction to manage a stack of prompts.
- ShellPrompts() - Constructor for class org.springframework.boot.cli.command.shell.ShellPrompts
-
- shouldForce(HttpEncodingProperties.Type) - Method in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
-
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- shouldRegisterJspServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns whether or not the JSP servlet should be registered with the web server.
- ShowDetails - Enum in org.springframework.boot.actuate.health
-
Options for showing details in responses from the
HealthEndpoint
web
extensions.
- showUsage() - Method in class org.springframework.boot.cli.command.CommandRunner
-
- shutdown() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Shutdown the application.
- shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
-
- ShutdownEndpoint - Class in org.springframework.boot.actuate.context
-
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.context.ShutdownEndpoint
-
- ShutdownEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context
-
- ShutdownEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
-
- sibling(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- sibling(Class<?>[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- signalfxConfig(SignalFxProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
-
- signalFxMeterRegistry(SignalFxConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
-
- SignalFxMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
-
- SignalFxMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
-
- SignalFxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
-
- SignalFxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
-
- SignalFxPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
-
- SignalFxPropertiesConfigAdapter(SignalFxProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
-
- SignalUtils - Class in org.springframework.boot.loader.tools
-
Utilities for working with signal handling.
- simpleConfig(SimpleProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
-
- SimpleContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-
- SimpleFormatter - Class in org.springframework.boot.logging.java
-
- SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
-
- SimpleInfoContributor - Class in org.springframework.boot.actuate.info
-
- SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
-
- simpleMeterRegistry(SimpleConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
-
- SimpleMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
-
- SimpleMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
-
- SimpleProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
-
- SimpleProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
-
- SimplePropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
-
- SimplePropertiesConfigAdapter(SimpleProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
-
- SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
-
- SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-
- size() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
Return the size of the collection.
- size() - Method in class org.springframework.boot.loader.jar.JarFile
-
- size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- SkipPropertyMapping - Enum in org.springframework.boot.test.autoconfigure.properties
-
- Slf4JLoggingSystem - Class in org.springframework.boot.logging
-
Abstract base class for
LoggingSystem
implementations that utilize SLF4J.
- Slf4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.Slf4JLoggingSystem
-
- SocketTargetServerConnection - Class in org.springframework.boot.devtools.tunnel.server
-
- SocketTargetServerConnection(PortProvider) - Constructor for class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
-
- SolrAutoConfiguration - Class in org.springframework.boot.autoconfigure.solr
-
- SolrAutoConfiguration(SolrProperties) - Constructor for class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
-
- solrClient() - Method in class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
-
- solrHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.solr.SolrHealthIndicatorAutoConfiguration
-
- SolrHealthIndicator - Class in org.springframework.boot.actuate.solr
-
- SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.solr.SolrHealthIndicator
-
- SolrHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.solr
-
- SolrHealthIndicatorAutoConfiguration(Map<String, SolrClient>) - Constructor for class org.springframework.boot.actuate.autoconfigure.solr.SolrHealthIndicatorAutoConfiguration
-
- SolrProperties - Class in org.springframework.boot.autoconfigure.solr
-
- SolrProperties() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- SolrRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.solr
-
Enables auto configuration for Spring Data Solr repositories.
- SolrRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
-
- sort(Collection<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
-
- Sort() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
-
- sort(Collection<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
-
Sort configuration classes into the order that they should be applied.
- sortCustomizer() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
-
- source() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
-
- source() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
-
- SOURCE_ENTRY - Static variable in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
-
The entry containing the source class.
- SOURCE_ENTRY - Static variable in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
-
The entry containing the source class.
- SourceFolderUrlFilter - Interface in org.springframework.boot.devtools.restart.server
-
Filter URLs based on a source folder name.
- SourceOptions - Class in org.springframework.boot.cli.command.options
-
Extract source file options (anything following '--' in an OptionSet
).
- SourceOptions(OptionSet) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
-
- SourceOptions(List<?>) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
-
- SourceOptions(OptionSet, ClassLoader) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
-
- sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add more sources (configuration classes and components) to this application.
- SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
Name of the SPRING_APPLICATION_JSON
environment variable.
- SPRING_APPLICATION_JSON_PROPERTY - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
Name of the spring.application.json
property.
- SpringApplication - Class in org.springframework.boot
-
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
- SpringApplication(Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplication(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
-
Register a JMX component that allows to administer the current application.
- SpringApplicationAdminJmxAutoConfiguration(ObjectProvider<List<MBeanExporter>>, Environment) - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
-
- SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
-
An MBean contract to control and monitor a running SpringApplication
via JMX.
- SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
-
- SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- springApplicationAdminRegistrar() - Method in class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
-
- SpringApplicationBuilder - Class in org.springframework.boot.builder
-
- SpringApplicationBuilder(Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-
- SpringApplicationEvent - Class in org.springframework.boot.context.event
-
- SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
-
- SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
-
- SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- SpringApplicationLauncher - Class in org.springframework.boot.cli.app
-
A launcher for SpringApplication
or a SpringApplication
subclass.
- SpringApplicationLauncher(ClassLoader) - Constructor for class org.springframework.boot.cli.app.SpringApplicationLauncher
-
Creates a new launcher that will use the given classLoader
to load the
configured SpringApplication
class.
- SpringApplicationRunListener - Interface in org.springframework.boot
-
- SpringApplicationRunner - Class in org.springframework.boot.cli.command.run
-
Compiles Groovy code running the resulting classes using a SpringApplication
.
- SpringApplicationRunnerConfiguration - Interface in org.springframework.boot.cli.command.run
-
- SpringApplicationWebApplicationInitializer - Class in org.springframework.boot.cli.app
-
- SpringApplicationWebApplicationInitializer() - Constructor for class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
-
- SpringBatchCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringBatchCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
-
- SpringBootApplication - Annotation Type in org.springframework.boot.autoconfigure
-
- SpringBootAstTransformation - Interface in org.springframework.boot.cli.compiler
-
Marker interface for AST transformations that should be installed automatically from
META-INF/services
.
- SpringBootCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringBootCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
-
- SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
-
Base of all
Condition
implementations used with Spring Boot.
- SpringBootCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- SpringBootConfiguration - Annotation Type in org.springframework.boot
-
Indicates that a class provides Spring Boot application
@Configuration
.
- SpringBootConfigurationFactory - Class in org.springframework.boot.logging.log4j2
-
Spring Boot ConfigurationFactory
that customizes Log4J2's default configuration
to:
Prevent logger warnings from being printed when the application first starts.
- SpringBootConfigurationFactory() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
-
- SpringBootContextLoader - Class in org.springframework.boot.test.context
-
- SpringBootContextLoader() - Constructor for class org.springframework.boot.test.context.SpringBootContextLoader
-
- SpringBootCouchbaseConfigurer - Class in org.springframework.boot.autoconfigure.data.couchbase
-
A simple CouchbaseConfigurer
implementation.
- SpringBootCouchbaseConfigurer(CouchbaseEnvironment, Cluster, ClusterInfo, Bucket) - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
-
- SpringBootDependenciesDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
-
- SpringBootDependenciesDependencyManagement() - Constructor for class org.springframework.boot.cli.compiler.dependencies.SpringBootDependenciesDependencyManagement
-
- SpringBootDependencyInjectionTestExecutionListener - Class in org.springframework.boot.test.autoconfigure
-
- SpringBootDependencyInjectionTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
-
- SpringBootExceptionReporter - Interface in org.springframework.boot
-
Callback interface used to support custom reporting of
SpringApplication
startup errors.
- springBootMockMvcBuilderCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
-
- SpringBootMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.servlet
-
- SpringBootMockMvcBuilderCustomizer(WebApplicationContext) - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
- SpringBootMockServletContext - Class in org.springframework.boot.test.mock.web
-
- SpringBootMockServletContext(String) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
-
- SpringBootMockServletContext(String, ResourceLoader) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
-
- springBootRepositoryRestConfigurer() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
-
- SpringBootServletInitializer - Class in org.springframework.boot.web.servlet.support
-
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- SpringBootTest - Annotation Type in org.springframework.boot.test.context
-
Annotation that can be specified on a test class that runs Spring Boot based tests.
- SpringBootTest.WebEnvironment - Enum in org.springframework.boot.test.context
-
An enumeration web environment modes.
- SpringBootTestContextBootstrapper - Class in org.springframework.boot.test.context
-
- SpringBootTestContextBootstrapper() - Constructor for class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- SpringBootVersion - Class in org.springframework.boot
-
Class that exposes the Spring Boot version.
- SpringBootWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
-
The default configuration for web security.
- SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration
-
- SpringBootWebTestClientBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.reactive
-
- SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer>) - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
-
Create a new SpringBootWebTestClientBuilderCustomizer
that will configure
the builder's codecs using the given codecCustomizers
.
- springBootWebTestClientBuilderCustomizer(ObjectProvider<Collection<CodecCustomizer>>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
-
- SpringCli - Class in org.springframework.boot.cli
-
Spring Command Line Interface.
- SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
-
- SpringDataWebAutoConfiguration(SpringDataWebProperties) - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
-
- SpringDataWebProperties - Class in org.springframework.boot.autoconfigure.data.web
-
Configuration properties for Spring Data Web.
- SpringDataWebProperties() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
-
- SpringDataWebProperties.Pageable - Class in org.springframework.boot.autoconfigure.data.web
-
Pageable properties.
- SpringDataWebProperties.Sort - Class in org.springframework.boot.autoconfigure.data.web
-
Sort properties.
- SpringImplicitNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
-
Hibernate ImplicitNamingStrategy
that follows Spring recommended naming
conventions.
- SpringImplicitNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
-
- SpringIntegrationCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringIntegrationCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
-
- SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
-
- SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-
- SpringMvcCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringMvcCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
-
- SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
-
Liquibase PackageScanClassResolver
implementation that uses Spring's resource
scanning to locate classes.
- SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
-
- SpringPhysicalNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
-
Hibernate PhysicalNamingStrategy
that follows Spring recommended naming
conventions.
- SpringPhysicalNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
- SpringRetryCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringRetryCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
-
- SpringSecurityCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringSecurityCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
-
- SpringTestCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringTestCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
-
- SpringTransactionProvider - Class in org.springframework.boot.autoconfigure.jooq
-
Allows Spring Transaction to be used with JOOQ.
- SpringTransactionProvider(PlatformTransactionManager) - Constructor for class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
-
- SpringWebsocketCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- SpringWebsocketCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
-
- SpyBean - Annotation Type in org.springframework.boot.test.mock.mockito
-
- SpyBeans - Annotation Type in org.springframework.boot.test.mock.mockito
-
Container annotation that aggregates several
SpyBean
annotations.
- Ssl() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- Ssl() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
-
- Ssl() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- Ssl - Class in org.springframework.boot.web.server
-
Simple server-independent abstraction for SSL configuration.
- Ssl() - Constructor for class org.springframework.boot.web.server.Ssl
-
- Ssl.ClientAuth - Enum in org.springframework.boot.web.server
-
Client authentication types.
- SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
-
- SslServerCustomizer(Ssl, SslStoreProvider) - Constructor for class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- SslStoreProvider - Interface in org.springframework.boot.web.server
-
Interface to provide SSL key stores for an
WebServer
to use.
- StacktraceMode() - Constructor for class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties.StacktraceMode
-
- standardGsonBuilderCustomizer(GsonProperties) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
-
- StandardReactiveWebEnvironment - Class in org.springframework.boot.web.reactive.context
-
Environment
implementation to be used by
Reactive
-based web
applications.
- StandardReactiveWebEnvironment() - Constructor for class org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
-
- start() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Start monitoring the source folder for changes.
- start() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
Start the livereload server and accept incoming connections.
- start(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
-
Start the application.
- start() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
-
Start the client and accept incoming connections.
- start(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- start() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-
- start() - Method in interface org.springframework.boot.web.server.WebServer
-
Starts the web server.
- START_CLASS_ENTRY - Static variable in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
-
The entry containing the start class.
- startAsync() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
- startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
- started(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- started(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
- starting() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- starting() - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called immediately when the run method has first started.
- StaticPortProvider - Class in org.springframework.boot.devtools.tunnel.server
-
- StaticPortProvider(int) - Constructor for class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
-
- StaticResourceLocation - Enum in org.springframework.boot.autoconfigure.security
-
Common locations for static resources.
- StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.reactive
-
- StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.servlet
-
Used to create a
RequestMatcher
for static resources in commonly used
locations.
- StaticResourceRequest.StaticResourceRequestMatcher - Class in org.springframework.boot.autoconfigure.security.servlet
-
The request matcher used to match against resource
Locations
.
- StaticResourceRequest.StaticResourceServerWebExchange - Class in org.springframework.boot.autoconfigure.security.reactive
-
The server web exchange matcher used to match against resource
locations
.
- statsdConfig(StatsdProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
-
- statsdMeterRegistry(StatsdConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
-
- statsdMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
-
- StatsdMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
-
- StatsdMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
-
- StatsdProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
-
- StatsdProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-
- StatsdPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
-
- StatsdPropertiesConfigAdapter(StatsdProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
-
- status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given statusCode
.
- status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given
Status
instance.
- status(String) - Static method in class org.springframework.boot.actuate.health.Health
-
- status(Status) - Static method in class org.springframework.boot.actuate.health.Health
-
- Status - Class in org.springframework.boot.actuate.health
-
Value object to express state of a component or subsystem.
- Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and an empty description.
- Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and description.
- status(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
-
Creates a
status
Tag
derived from the
status
of the given
response
.
- status(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
-
Creates a status
tag based on the response status of the given
exchange
.
- status(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates a status
tag based on the status of the given response
.
- STATUS_BAD_REQUEST - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
400 Bad Request
.
- STATUS_INTERNAL_SERVER_ERROR - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
500 Internal Server Error
.
- STATUS_NOT_FOUND - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
404 Not Found
.
- STATUS_OK - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
200 OK
.
- STATUS_SERVICE_UNAVAILABLE - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
503 Service Unavailable
.
- STATUS_TOO_MANY_REQUESTS - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
429 Too Many Requests
.
- step() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
-
- step() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
-
- StepRegistryProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
-
Base class for properties that configure a metrics registry that pushes aggregated
metrics on a regular interval.
- StepRegistryProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
-
- StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
-
- StepRegistryPropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
-
- stop() - Method in class org.springframework.boot.cli.command.run.RunCommand
-
- stop() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
-
- stop() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Stop monitoring the source folders.
- stop() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
Gracefully stop the livereload server.
- stop() - Method in class org.springframework.boot.devtools.restart.Restarter
-
Stop the application.
- stop() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
-
Stop the client, disconnecting any servers.
- stop() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-
- stop() - Method in interface org.springframework.boot.web.server.WebServer
-
Stops the web server.
- stopAcceptingConnections() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
-
- Storage() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- storeErrorInformation(Throwable, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-
- storeErrorInformation(Throwable, ServerWebExchange) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
-
- StoreType - Enum in org.springframework.boot.autoconfigure.session
-
Supported Spring Session data store types.
- Strategy() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
-
- stream() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return a stream of the contained parameters.
- stream() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- stream() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
Returns a sequential
Stream
for the
names
managed by this source.
- stream() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- stringHttpMessageConverter() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-
- StringHttpMessageConverterConfiguration(HttpEncodingProperties) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-
- stringOrNumberMigrationVersionConverter() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
-
- stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
-
- subclasses(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
-
Determine if a ClassNode
subclasses any of the specified types N.B.
- success() - Static method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
-
- supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
-
A System property that can be used to indicate the
LoggingSystem
to use.
- SystemEnvironmentOrigin - Class in org.springframework.boot.origin
-
Origin
for an item loaded from the system environment.
- SystemEnvironmentOrigin(String) - Constructor for class org.springframework.boot.origin.SystemEnvironmentOrigin
-
- SystemEnvironmentPropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
-
- SystemEnvironmentPropertySourceEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
- SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - Class in org.springframework.boot.env
-
- SystemProperties - Class in org.springframework.boot.system
-
Access to system properties.
- SystemPropertyUtils - Class in org.springframework.boot.loader.util
-
Helper class for resolving placeholders in texts.
- SystemPropertyUtils() - Constructor for class org.springframework.boot.loader.util.SystemPropertyUtils
-
- V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
-
Constant for the Actuator V1 media type.
- V2_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
-
Constant for the Actuator V2 media type.
- validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
-
- validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
- validate(Object, Errors, Object...) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
- validateConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
-
- validateRequest(ClientHttpRequest) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
- Validation() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
-
- ValidationAutoConfiguration - Class in org.springframework.boot.autoconfigure.validation
-
- ValidationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
-
- ValidationBindHandler - Class in org.springframework.boot.context.properties.bind.validation
-
- ValidationBindHandler(Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- ValidationBindHandler(BindHandler, Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- ValidationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
-
- ValidationErrors - Class in org.springframework.boot.context.properties.bind.validation
-
A collection of
ObjectErrors
caused by bind validation failures.
- validationEventListener(Validator) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
-
- VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
The bean name of the configuration properties validator.
- ValidatorAdapter - Class in org.springframework.boot.autoconfigure.validation
-
- VALUE_SEPARATOR - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Value separator for system property placeholders: ":".
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelAgreementBoundary
-
- valueOf(long) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelAgreementBoundary
-
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.health.ShowDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.http.Include
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiBackground
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.data.RepositoryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.http.HttpEncodingProperties.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.quartz.JobStoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.Banner.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.cli.command.CommandException.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.convert.DurationStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.SchemaManagement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.system.JavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.util.TestPropertyValues.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.web.servlet.DispatcherType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.WebApplicationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.health.ShowDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.trace.http.Include
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiBackground
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.data.RepositoryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.http.HttpEncodingProperties.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.quartz.JobStoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.Banner.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.cli.command.CommandException.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.convert.DurationStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.SchemaManagement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.system.JavaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.util.TestPropertyValues.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.web.servlet.DispatcherType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.WebApplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
- verifyConfiguration(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- VersionCommand - Class in org.springframework.boot.cli.command.core
-
Command
to display the 'version' number.
- VersionCommand() - Constructor for class org.springframework.boot.cli.command.core.VersionCommand
-
- View() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
-
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
-
- visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
-
- visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
-
- visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
-