- 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
-
- AbstractConfigurableEmbeddedServletContainer - Class in org.springframework.boot.context.embedded
-
- AbstractConfigurableEmbeddedServletContainer() - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractDatabaseInitializer - Class in org.springframework.boot.autoconfigure
-
Base class used for database initialization.
- AbstractDatabaseInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
-
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.autoconfigure.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
-
- AbstractEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded
-
- AbstractEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- AbstractEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
-
Abstract base for
Endpoint
implementations.
- AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new sensitive endpoint instance.
- AbstractEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new endpoint instance.
- AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new endpoint instance.
- AbstractEndpointHandlerMapping<E extends MvcEndpoint> - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractEndpointHandlerMapping(Collection<? extends E>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- AbstractEndpointHandlerMapping(Collection<? extends E>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- AbstractEndpointMvcAdapter<E extends Endpoint<?>> - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractEndpointMvcAdapter(E) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- AbstractErrorController - Class in org.springframework.boot.autoconfigure.web
-
Abstract base class for error
Controller
implementations.
- AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- 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
-
- 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
-
- 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
-
- AbstractJmxCacheStatisticsProvider<C extends Cache> - Class in org.springframework.boot.actuate.cache
-
- AbstractJmxCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- AbstractJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
-
- AbstractJmxEndpoint(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- 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.
- 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
.
- AbstractMetricExporter - Class in org.springframework.boot.actuate.metrics.export
-
Base class for metric exporters that have common features, principally a prefix for
exported metrics and filtering by timestamp (so only new values are included in the
export).
- AbstractMetricExporter(String) - Constructor for class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
- AbstractMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractMvcEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- AbstractMvcEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- AbstractNamedMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractNamedMvcEndpoint(String, String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
-
- AbstractNamedMvcEndpoint(String, String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
-
- AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
-
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- 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
-
- accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
-
- ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Order before the basic authentication access control provided automatically for the
management endpoints.
- ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order before the basic authentication access control provided by Boot.
- 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
-
- 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
-
- ActuatorEndpointLinksAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- ActuatorMediaTypes - Class in org.springframework.boot.actuate.endpoint.mvc
-
MediaTypes
that can be consumed and produced by Actuator endpoints.
- ActuatorMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
Qualifier annotation for a metric repository that is used by the actuator (to
distinguish it from others that might be installed by the user).
- adaptEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- 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(long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- add(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- add(Map<String, Object>) - Method in interface org.springframework.boot.actuate.trace.TraceRepository
-
Add a new
Trace
object at the current time.
- add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- add(String, String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Add a new mime mapping.
- add(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
-
- add(PropertySource<?>) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- addActiveProfiles(String...) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Add
Connector
s in addition to the default connector, e.g.
- addAll(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
-
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- addBasicMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add basic system metrics.
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
-
- addClassLoadingMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add class loading metrics.
- addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate that command line arguments should be added to the environment.
- addConfigurations(Configuration...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- addConnectionFactories(ConnectionFactoryConfigurer, Environment) - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
-
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- addEngineValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Add
Valve
s that should be applied to the Tomcat
Engine
.
- addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
-
- addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
-
Add additional (high priority) values to an
Environment
.
- addEnvironment(String, ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
-
Add additional (high priority) values to an
Environment
.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.web.servlet.ErrorPageRegistry
-
Adds error pages that will be used when handling exceptions.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.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.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addGarbageCollectionMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add garbage collection metrics.
- addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- addHeapMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add JVM heap metrics.
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
- addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
-
- addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Add a single init-parameter, replacing any existing parameter with the same name.
- addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- 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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- 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.
- addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add appropriate post-processors to post-configure the property-sources.
- addPropertyAlias(String, Class<?>, String) - Method in class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
-
Adds an alias for a JavaBean property name on a particular type.
- addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add config file property sources to the specified environment.
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- 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, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add specific status mappings to the existing set.
- addStatusMapping(Status, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add a status mapping to the existing set.
- addStatusMapping(String, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add a status mapping to the existing set.
- addThreadMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add thread metrics.
- addTldSkipPatterns(String...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Add patterns that match jars to ignore for TLD scanning.
- addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
-
- addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.RandomValuePropertySource
-
- addURL(URL) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-
- addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Add URL mappings, as defined in the Servlet specification, for the servlet.
- addUrls(Collection<URL>) - Method in class org.springframework.boot.devtools.restart.Restarter
-
Add additional URLs to be includes in the next restart.
- 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.
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.health.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.web.ResourceProperties
-
- afterPropertiesSet() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- afterPropertiesSet() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- afterPropertiesSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
- 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.
- afterSingletonsInstantiated() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- afterSingletonsInstantiated() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
-
- 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
-
- AgentAttacher - Class in org.springframework.boot.loader.tools
-
Utility class to attach an instrumentation agent to the running JVM.
- AgentAttacher() - Constructor for class org.springframework.boot.loader.tools.AgentAttacher
-
- 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.
- Aggregate() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- 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.
- AggregateMetricReader - Class in org.springframework.boot.actuate.metrics.aggregate
-
A metric reader that aggregates values from a source reader, normally one that has been
collecting data from many sources in the same form (like a scaled-out application).
- AggregateMetricReader(MetricReader) - Constructor for class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
- 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
-
- 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
-
- ALPHA - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for alpha gauges.
- 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 failure
, 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 failure
, 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.
- analyzeAndReport(Throwable) - Method in class org.springframework.boot.diagnostics.FailureAnalyzers
-
Analyze and report the specified failure
.
- 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.
- AnnotationConfigEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
-
- AnnotationConfigEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- AnnotationConfigEmbeddedWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- 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
-
- AnonymousUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
-
- 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
-
- append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
- append(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- AppendableLogger(Logger) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
-
- appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
-
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application.
- APPLICATION_ACTUATOR_V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
-
The application/vnd.spring-boot.actuator.v1+json
media type.
- APPLICATION_ACTUATOR_V1_JSON_VALUE - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
-
- APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- ApplicationArguments - Interface in org.springframework.boot
-
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
-
- ApplicationContextHeaderFilter - Class in org.springframework.boot.web.filter
-
- ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
-
- applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
-
- ApplicationContextTestUtils - Class in org.springframework.boot.test.util
-
Application context related test utilities.
- ApplicationContextTestUtils() - Constructor for class org.springframework.boot.test.util.ApplicationContextTestUtils
-
- 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.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
-
Provides access to the application home directory.
- ApplicationHome() - Constructor for class org.springframework.boot.ApplicationHome
-
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.ApplicationHome
-
- ApplicationNoWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
-
- ApplicationPid - Class in org.springframework.boot
-
An application process ID.
- ApplicationPid() - Constructor for class org.springframework.boot.ApplicationPid
-
- ApplicationPid(String) - Constructor for class org.springframework.boot.ApplicationPid
-
- ApplicationPidFileWriter - Class in org.springframework.boot.system
-
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.system.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
-
- ApplicationStartedEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
-
Deprecated.
- 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
-
Provides access to an application specific temporary directory.
- ApplicationTemp() - Constructor for class org.springframework.boot.ApplicationTemp
-
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.ApplicationTemp
-
- ApplicationWebSecurityConfigurerAdapter(SecurityProperties) - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- 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
-
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- applyProperties(JedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- applyProperties(FreeMarkerConfigurationFactory) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
-
- 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.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
-
Deprecated.
Apply the properties to a CRaSH configuration.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- applyToItem(Object) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
-
Apply log file details to LOG_PATH
and LOG_FILE
system properties.
- applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- 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.
- 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.
- asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
Return a properties file configured from these settings that can be applied to a
CRaSH shell instance.
- 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.
- 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
-
- Async() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
-
- atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Used when no items are available.
- 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
-
- 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(File) - Static method in class org.springframework.boot.loader.tools.AgentAttacher
-
- 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(Date, 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
-
- AuditAutoConfiguration(ObjectProvider<AuditEventRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- 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(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event.
- auditEventMvcEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- AuditEventRepository - Interface in org.springframework.boot.actuate.audit
-
- auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
-
- AuditEventsJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
-
- AuditEventsJmxEndpoint(ObjectMapper, AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- AuditEventsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AuditEventsMvcEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint
-
- 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.AuditAutoConfiguration
-
- Auth() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
- AUTH_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
Deprecated.
- 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.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.SecurityAutoConfiguration
-
- authenticationManager(AuthenticationConfiguration) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- AuthenticationManagerAdapterConfiguration(ObjectProvider<ManagementServerProperties>) - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
-
Deprecated.
- AuthenticationManagerConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- AuthenticationManagerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener - Class in org.springframework.boot.autoconfigure.security
-
- authenticationManagerConfigurationListener() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- AuthenticationManagerConfigurationListener() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
-
- AuthenticationUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
-
- AuthoritiesExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- 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.AuditAutoConfiguration
-
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
Configuration properties for OAuth2 Authorization server.
- AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- 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
-
- autoConfigurationReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
-
- AutoConfigurationReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure.logging
-
- AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
-
- 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 enable and configure
auto-configuration of caching.
- AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
-
- AutoConfigureDataMongo - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
-
- AutoConfigureJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
-
- 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 - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
-
- AutoConfigureTestDatabase.Replace - Enum in org.springframework.boot.test.autoconfigure.jdbc
-
What the test database can replace.
- AutoConfigureTestDatabase.Replace - Enum in org.springframework.boot.test.autoconfigure.orm.jpa
-
Deprecated.
- 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.
- AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
-
- available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates something is available.
- AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for average value gauges.
- Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.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
-
- 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
-
- 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.Guava - Class in org.springframework.boot.autoconfigure.cache
-
Guava specific cache properties.
- CacheProperties.Hazelcast - Class in org.springframework.boot.autoconfigure.cache
-
Deprecated.
- 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.
- CachePublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
- CachePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.CachePublicMetrics
-
- CachePublicMetrics(Map<String, CacheManager>, Collection<CacheStatisticsProvider<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.CachePublicMetrics
-
- CacheStatistics - Interface in org.springframework.boot.actuate.cache
-
Snapshot of the statistics of a given cache.
- CacheStatisticsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- CacheStatisticsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CacheStatisticsAutoConfiguration
-
- CacheStatisticsProvider<C extends Cache> - Interface in org.springframework.boot.actuate.cache
-
- CacheType - Enum in org.springframework.boot.autoconfigure.cache
-
Supported cache types (defined in order of precedence).
- Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
-
- CaffeineCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- CaffeineCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
-
- callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
-
- 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
-
- cassandraConverter(CassandraMappingContext) - 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.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
-
- CassandraHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of a
HealthIndicator
returning status information for
Cassandra data stores.
- CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.health.CassandraHealthIndicator
-
- CassandraHealthIndicatorConfiguration(Map<String, CassandraOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
-
- cassandraMapping() - 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
-
- CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
-
- CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
-
- 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.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
-
- characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
-
- checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
-
- checkLocationExists() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
-
- 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(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a child application with the provided sources.
- 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
-
- 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.logging
-
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.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(String) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
-
- 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.
- clearPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- ClientContextConfiguration(ObjectProvider<AccessTokenRequest>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
-
- ClientDetailsLogger(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
-
- clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
-
- close() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
- close() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- close() - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- 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.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
-
- close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
-
- close() - Method in class org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.MyConsumerMetricsReporter
-
- close() - Method in class org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.MyProducerMetricsReporter
-
- 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.
- 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.cloudfoundry
-
- CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.cloudfoundry.CloudFoundryActuatorAutoConfiguration
-
- cloudFoundryEndpointHandlerMapping(MvcEndpoints, RestTemplateBuilder, Environment) - Method in class org.springframework.boot.actuate.cloudfoundry.CloudFoundryActuatorAutoConfiguration
-
- CloudFoundryIgnorePathsExample - Class in org.springframework.boot.cloudfoundry
-
Example for custom Cloud Foundry actuator ignored paths.
- CloudFoundryIgnorePathsExample() - Constructor for class org.springframework.boot.cloudfoundry.CloudFoundryIgnorePathsExample
-
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
-
- CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- CloudPlatform - Enum in org.springframework.boot.cloud
-
Simple detection for well known cloud platforms.
- cluster() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-
- 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.
- 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
-
- commandLineArguments() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
-
- CommandLineRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.boot.autoconfigure.security.Http401AuthenticationEntryPoint
-
- 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.autoconfigure.jdbc.metadata
-
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- CommonsDbcpDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
Deprecated.
- CommonsDbcpDataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
Deprecated.
- 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
-
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is used at compile time and runtime.
- complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Called when a request is complete.
- CompleteTwoDataSourcesExample - Class in org.springframework.boot.jdbc
-
Example configuration for configuring two data sources with what Spring Boot does in
auto-configuration.
- CompleteTwoDataSourcesExample() - Constructor for class org.springframework.boot.jdbc.CompleteTwoDataSourcesExample
-
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- compositeHandlerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- compositeHandlerExceptionResolver() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- compositeHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- 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
-
- CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
-
- CompositeMetricReader - Class in org.springframework.boot.actuate.metrics.reader
-
- CompositeMetricReader(MetricReader...) - Constructor for class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
-
- CompositeMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
-
Composite implementation of
MetricWriter
that just sends its input to all of
the delegates that have been registered.
- CompositeMetricWriter(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- Compression - Class in org.springframework.boot.context.embedded
-
Simple container-independent abstraction for compression configuration.
- Compression() - Constructor for class org.springframework.boot.context.embedded.Compression
-
- ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.kafka
-
Configure ConcurrentKafkaListenerContainerFactory
with sensible defaults.
- ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
-
- ConcurrentMapCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- ConcurrentMapCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
-
- 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 the specified bean classes and/or names 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.condition
-
Conditional
that checks whether or not an endpoint is enabled.
- ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
Conditional
that checks whether or not a default health indicator is enabled.
- ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
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.JavaVersion - Enum in org.springframework.boot.autoconfigure.condition
-
Java versions.
- ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
-
Range options.
- ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
-
- ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified bean classes and/or names are
not 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.
- 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 the specified bean 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 only matches when the application context is a web application
context.
- 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
-
- 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
-
- 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
-
- 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.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
-
- ConfigurableDataSourceExample - Class in org.springframework.boot.jdbc
-
Example configuration for configuring a configurable custom
DataSource
.
- ConfigurableDataSourceExample() - Constructor for class org.springframework.boot.jdbc.ConfigurableDataSourceExample
-
- ConfigurableEmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
-
- 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 - 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
-
- 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.EndpointAutoConfiguration
-
- ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.endpoint
-
BeanSerializerModifier
to return only relevant configuration properties.
- 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(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
-
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-
Configure the specified rabbit listener container factory.
- 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(ClientDetailsServiceConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- configure(AuthorizationServerEndpointsConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
-
- configure(JwtAccessTokenConverter) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterConfigurer
-
Configure the JwtAccessTokenConverter
.
- configure(ResourceServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- configure(Map<String, ?>) - Method in class org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.MyConsumerMetricsReporter
-
- configure(Map<String, ?>) - Method in class org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.MyProducerMetricsReporter
-
- configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Configure the provided
RestTemplate
instance using this builder.
- configure(Registration.Dynamic) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Configure registration base settings.
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Configure registration settings.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
-
Configure the application.
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- configureHeaders(HeadersConfigurer<?>, SecurityProperties.Headers) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- 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.
- configureSsl(SslContextFactory, Ssl) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Configure the SSL connection.
- configureSsl(AbstractHttp11JsseProtocol<?>, Ssl) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- configureSslStoreProvider(AbstractHttp11JsseProtocol<?>, SslStoreProvider) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- configureTasks(ScheduledTaskRegistrar) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- connectController(ConnectionFactoryLocator, ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- 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.context.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.context.embedded.tomcat.ConnectorStartFailedException
-
Creates a new ConnectorStartFailedException
for a connector that's
configured to listen on the given port
.
- CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the console log pattern.
- Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- contains(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- containsAutoConfiguredDataSource(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
- 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.bind.RelaxedPropertyResolver
-
- containsProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application context.
- 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
-
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
-
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- ContextIdApplicationContextInitializer(String) - 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
-
- convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
Convert the given data into JSON.
- convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
Convert the given data into JSON.
- 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.autoconfigure.web.ServerProperties.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.
- 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.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
-
- CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.health
-
- CouchbaseHealthIndicator(CouchbaseOperations) - Constructor for class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
-
- CouchbaseHealthIndicatorConfiguration(Map<String, CouchbaseOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
-
- 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.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
-
- CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
-
- CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
-
- count() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
-
- count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
-
The number of metrics known to this reader.
- count() - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
-
- COUNT - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for count gauges.
- count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
-
Return the number of gauge values available.
- count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- CounterBuffer - Class in org.springframework.boot.actuate.metrics.buffer
-
Mutable buffer containing a long adder (Java 8) and a timestamp.
- CounterBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- CounterBuffers - Class in org.springframework.boot.actuate.metrics.buffer
-
- CounterBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- CounterService - Interface in org.springframework.boot.actuate.metrics
-
A service that can be used to increment, decrement and reset a named counter value.
- CounterWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
Simple writer for counters (metrics that increment).
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
The number of groups available in this repository.
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- create() - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- create(ClassLoader) - Static method in class org.springframework.boot.autoconfigure.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
-
- createBeanPropertyBindingResult() - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
- createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
-
- 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
-
- 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
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
-
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
Subclasses may override to create their own subclass of ContextCloserListener.
- createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.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
-
- createFileSystem(String[], String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
Deprecated.
- createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
-
- createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
-
- createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
-
- createHeapDumper() - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
-
- 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
-
- 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.HibernateJpaAutoConfiguration
-
- 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.
- 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, Environment) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
Creates a MongoClient
using the given options
and
environment
.
- createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
- createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
Deprecated.
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- createPrefix(String, DataSource, boolean) - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
-
Create the prefix to use for the metrics to associate with the given
DataSource
.
- createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
-
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
-
- createSpringApplication(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- createSpringApplicationBuilder() - Method in class org.springframework.boot.web.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
-
- createTempDir(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns the absolute temp dir for given servlet container.
- createTester(Class<?>, ResolvableType, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
-
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createViewResolver(ViewResolver, int) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
-
Create a
LiteDeviceDelegatingViewResolver
delegating to the specified
ViewResolver
.
- createViewResolver(ViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
-
Create a
LiteDeviceDelegatingViewResolver
delegating to the specified
ViewResolver
and computing a sensible order for it.
- createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
-
- CrshAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- CrshAutoConfiguration(ShellProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
Deprecated.
- CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
- CrshAutoConfiguration.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Spring Bean used to bootstrap the CRaSH shell.
- CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
Deprecated.
- CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
-
Deprecated.
- CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
-
Deprecated.
- curieProvider(ServerProperties, ManagementServerProperties, DocsMvcEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
-
- Curies() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- 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(EndpointHandlerMapping) - Method in interface org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMappingCustomizer
-
- 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(HttpClientConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.jest.HttpClientConfigBuilderCustomizer
-
Customize the HttpClientConfig.Builder
.
- 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(WebSecurity.IgnoredRequestConfigurer) - Method in interface org.springframework.boot.autoconfigure.security.IgnoredRequestCustomizer
-
- customize(RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterRestTemplateCustomizer
-
Customize the template
before it is initialized.
- customize(OAuth2RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateCustomizer
-
Customize the rest template before it is initialized.
- 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(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
-
- customize(ConfigurableEmbeddedServletContainer) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
-
- customize(Server) - Method in interface org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
-
Customize the server.
- customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
-
Customize the connector.
- customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
-
Customize the context.
- customize(Undertow.Builder) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer
-
Customize the builder.
- customize(DeploymentInfo) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer
-
Customize the deployment info.
- customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
-
Customize the given configurer
.
- 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
-
- customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Customize the data binder.
- customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- 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.HibernateJpaAutoConfiguration
-
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Customize vendor properties before they are used.
- CustomKafkaBeans() - Constructor for class org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.CustomKafkaBeans
-
- CustomLoaderLayout - Interface in org.springframework.boot.loader.tools
-
Additional interface that can be implemented by
Layouts
that write their
own loader classes.
- DataAttributeDialectConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
-
- DatabaseDriver - Enum in org.springframework.boot.jdbc
-
Enumeration of common database drivers.
- DataEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
-
Simple wrapper around
Endpoint
implementations that provide actuator data of
some sort.
- DataEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
-
- DataJpaTest - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
-
Annotation that can be used in combination with @RunWith(SpringRunner.class)
for a typical JPA test.
- DataMongoTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
-
Annotation that can be used in combination with @RunWith(SpringRunner.class)
for a typical MongoDB test.
- dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
-
- dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
-
- dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
- dataSource() - Method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
-
- DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
- DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
- DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
- DataSourceAutoConfiguration.PooledDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
- DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
- DataSourceBuilder - Class in org.springframework.boot.autoconfigure.jdbc
-
Convenience class for building a
DataSource
with common implementations and
properties.
- DataSourceBuilder(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
-
- DataSourceHealthIndicator - Class in org.springframework.boot.actuate.health
-
- DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- DataSourceInitializedEvent - Class in org.springframework.boot.autoconfigure.jdbc
-
- DataSourceInitializedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceInitializedEvent
-
- dataSourceInitializer(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
- dataSourceMBean(DataSource) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration
-
- DataSourcePoolMetadata - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
-
Provides access meta-data that is commonly available from most pooled
DataSource
implementations.
- DataSourcePoolMetadataProvider - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
-
- DataSourcePoolMetadataProviders - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- DataSourcePoolMetadataProviders(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
-
- DataSourcePoolMetadataProvidersConfiguration - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- DataSourcePoolMetadataProvidersConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
-
- DataSourceProperties - Class in org.springframework.boot.autoconfigure.jdbc
-
Base class for configuration of a data source.
- DataSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- DataSourceProperties.Xa - Class in org.springframework.boot.autoconfigure.jdbc
-
XA Specific datasource settings.
- DataSourcePublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
A
PublicMetrics
implementation that provides data source usage statistics.
- DataSourcePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
-
- DataSourcesHealthIndicatorConfiguration(ObjectProvider<Map<String, DataSource>>, ObjectProvider<Collection<DataSourcePoolMetadataProvider>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
-
- DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
- DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-
- DataSourceXAResourceRecoveryHelper - Class in org.springframework.boot.jta.narayana
-
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered,
from the database.
- DataSourceXAResourceRecoveryHelper(XADataSource) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- DataSourceXAResourceRecoveryHelper(XADataSource, String, String) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- dateFormatter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- dbHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
-
- Debug() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
-
- debug(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- debug(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
-
- debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-
- decrement(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
-
- decrement(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Decrement the specified counter by 1.
- decrement(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- decrement(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- DEFAULT - Static variable in class org.springframework.boot.context.embedded.MimeMappings
-
Default mime mapping commonly used.
- DEFAULT_CHARSET - Static variable in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
-
The class name of application context that will be used by default for non-web
environments.
- DEFAULT_CONTEXT_PATH - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
-
- DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
-
- DEFAULT_DOMAIN - Static variable in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
The default JMX domain.
- DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Default order of Spring Security's Filter in the servlet container (i.e.
- DEFAULT_LOCAL_PORT - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
-
- DEFAULT_LOGIN_PATH - Static variable in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- DEFAULT_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
-
- DEFAULT_ORDER - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The default order for the LoggingApplicationListener.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
-
The default order is high to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
-
Higher order to ensure the filter is applied before Spring Security.
- DEFAULT_PORT - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
Default port used when the configured port is null
.
- DEFAULT_PORT - Static variable in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
The default live reload server port.
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
-
- DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
The class name of default protocol used.
- DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- DEFAULT_SECRET_HEADER_NAME - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
-
- DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- DEFAULT_URI - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- DEFAULT_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
-
The class name of application context that will be used by default for web
environments.
- DefaultApplicationArguments - Class in org.springframework.boot
-
- DefaultApplicationArguments(String[]) - Constructor for class org.springframework.boot.DefaultApplicationArguments
-
- DefaultCacheStatistics - Class in org.springframework.boot.actuate.cache
-
- DefaultCacheStatistics() - Constructor for class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- DefaultCounterService - Class in org.springframework.boot.actuate.metrics.writer
-
- DefaultCounterService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- DefaultErrorAttributes - Class in org.springframework.boot.autoconfigure.web
-
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
-
- DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web
-
Default
ErrorViewResolver
implementation that attempts to resolve error views
using well known conventions.
- DefaultErrorViewResolver(ApplicationContext, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
-
- DefaultGaugeService - Class in org.springframework.boot.actuate.metrics.writer
-
- DefaultGaugeService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
-
- defaultIgnoredRequestsCustomizer(ServerProperties, SecurityProperties, ObjectProvider<ErrorController>) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
-
- DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
-
- DefaultLaunchScript - Class in org.springframework.boot.loader.tools
-
- DefaultLaunchScript(File, Map<?, ?>) - Constructor for class org.springframework.boot.loader.tools.DefaultLaunchScript
-
- DefaultLayoutFactory - Class in org.springframework.boot.loader.tools
-
- DefaultLayoutFactory() - Constructor for class org.springframework.boot.loader.tools.DefaultLayoutFactory
-
- defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- DefaultMetricNamingStrategy - Class in org.springframework.boot.actuate.metrics.jmx
-
MBean naming strategy for metric keys.
- DefaultMetricNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
-
- DefaultOpenTsdbNamingStrategy - Class in org.springframework.boot.actuate.metrics.opentsdb
-
A naming strategy that just passes through the metric name, together with tags from a
set of static values.
- DefaultOpenTsdbNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
- DefaultRestartInitializer - Class in org.springframework.boot.devtools.restart
-
Default
RestartInitializer
that only enable initial restart when running a
standard "main" method.
- DefaultRestartInitializer() - Constructor for class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
- DefaultSourceFolderUrlFilter - Class in org.springframework.boot.devtools.restart.server
-
Default implementation of
SourceFolderUrlFilter
that attempts to match URLs
using common naming conventions.
- DefaultSourceFolderUrlFilter() - Constructor for class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
-
- DefaultTestExecutionListenersPostProcessor - Interface in org.springframework.boot.test.context
-
- DefaultUserInfoRestTemplateFactory - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Factory used to create the OAuth2RestTemplate
used for extracting user info
during authentication if none is available.
- DefaultUserInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
-
- defaultValidator() - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
-
- defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- DeferredLog - Class in org.springframework.boot.logging
-
Deferred Log
that can be used to store messages that shouldn't be written until
the logging system is fully initialized.
- DeferredLog() - Constructor for class org.springframework.boot.logging.DeferredLog
-
- DelegatingApplicationContextInitializer - Class in org.springframework.boot.context.config
-
- DelegatingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- DelegatingApplicationListener - Class in org.springframework.boot.context.config
-
ApplicationListener
that delegates to other listeners that are specified under
a context.listener.classes environment property.
- DelegatingApplicationListener() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationListener
-
- DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
-
- DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- delete(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Delete the resources at the specified URI.
- delete(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Delete the resources at the specified URI.
- delete(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Delete the resources at the specified URL.
- Delta<T extends Number> - Class in org.springframework.boot.actuate.metrics.writer
-
A value object representing an increment in a metric value (usually a counter).
- Delta(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
-
- Delta(String, T) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
-
- DeprecatedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
-
- deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
-
- deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
-
Deserialize JSON content into the value type this serializer handles.
- destroy() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
Deprecated.
- destroy() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- destroy() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- destroy() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
-
- destroy() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- destroy() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
- destroy() - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
-
- destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- destroy() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- destroy() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
-
- destroy() - Method in class org.springframework.boot.web.support.ErrorPageFilter
-
- detach(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Remove the given entity from the persistence context, causing a managed entity to
become detached.
- detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
Detect the default configuration classes for the supplied test class.
- detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- DeterminableImports - Interface in org.springframework.boot.context.annotation
-
- determineAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
Returns the comma-separated addresses or a single address (host:port
)
created from the configured host and port if no addresses have been set.
- determineDatabase(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- determineDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the driver to use based on this configuration and the environment.
- determineHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
Returns the host from the first address, or the configured host if no addresses
have been set.
- determineImports(AnnotationMetadata) - Method in interface org.springframework.boot.context.annotation.DeterminableImports
-
Return a set of objects that represent the imports.
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
-
- determinePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
If addresses have been set and the first address has a password it is returned.
- determinePassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the password to use based on this configuration and the environment.
- determinePort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
Returns the port from the first address, or the configured port if no addresses
have been set.
- determineQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- determineUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- determineUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the url to use based on this configuration and the environment.
- determineUrls(Environment) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- determineUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
If addresses have been set and the first address has a username it is returned.
- determineUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the username to use based on this configuration and the environment.
- determineVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
If addresses have been set and the first address has a virtual host it is returned.
- deviceDelegatingFreeMarkerViewResolver(DeviceDelegatingViewResolverFactory, FreeMarkerViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
-
- DeviceDelegatingFreeMarkerViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
-
- deviceDelegatingGroovyMarkupViewResolver(DeviceDelegatingViewResolverFactory, GroovyMarkupViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
-
- DeviceDelegatingGroovyMarkupViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
-
- deviceDelegatingJspViewResolver(DeviceDelegatingViewResolverFactory, InternalResourceViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
-
- DeviceDelegatingJspViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
-
- deviceDelegatingMustacheViewResolver(DeviceDelegatingViewResolverFactory, MustacheViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
-
- DeviceDelegatingMustacheViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
-
- deviceDelegatingThymeleafViewResolver(DeviceDelegatingViewResolverFactory, ThymeleafViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
-
- DeviceDelegatingThymeleafViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
-
- DeviceDelegatingViewResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceDelegatingViewResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration
-
- DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- deviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
-
- DeviceDelegatingViewResolverFactory - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
-
- DeviceDelegatingViewResolverProperties - Class in org.springframework.boot.autoconfigure.mobile
-
Properties for device view resolver.
- DeviceDelegatingViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- deviceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
-
- DeviceResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- DeviceResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
-
- DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- deviceResolverHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
-
- DeviceResolverMvcConfiguration(DeviceResolverHandlerInterceptor, DeviceHandlerMethodArgumentResolver) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
-
- DevToolsDataSourceAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
-
- DevToolsDataSourceAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration
-
- DevToolsHomePropertiesPostProcessor - Class in org.springframework.boot.devtools.env
-
- DevToolsHomePropertiesPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
-
- DevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
-
Configuration properties for developer tools.
- DevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
-
- DevToolsProperties.Livereload - Class in org.springframework.boot.devtools.autoconfigure
-
LiveReload properties.
- DevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
-
Restart properties.
- DevToolsPropertyDefaultsPostProcessor - Class in org.springframework.boot.devtools.env
-
- DevToolsPropertyDefaultsPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
-
- DevToolsSettings - Class in org.springframework.boot.devtools.settings
-
DevTools settings loaded from /META-INF/spring-devtools.properties files.
- dialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
-
- didNotFind(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were not found.
- didNotFind(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- directoryServer() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
-
- DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- disable() - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize and disable restart support.
- DISABLED_RESPONSE - Static variable in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
- diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
-
- DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.health
-
A
HealthIndicator
that checks available disk space and reports a status of
Status.DOWN
when it drops below a configurable threshold.
- DiskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
-
Create a new DiskSpaceHealthIndicator
.
- DiskSpaceHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
-
- diskSpaceHealthIndicatorProperties() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
-
- DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
-
- DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- Dispatcher - Class in org.springframework.boot.devtools.remote.server
-
Dispatcher used to route incoming remote server requests to a
Handler
.
- Dispatcher(AccessManager, Collection<HandlerMapper>) - Constructor for class org.springframework.boot.devtools.remote.server.Dispatcher
-
- DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
Constant value for the DispatcherServlet bean name.
- DispatcherFilter - Class in org.springframework.boot.devtools.remote.server
-
Servlet filter providing integration with the remote server
Dispatcher
.
- DispatcherFilter(Dispatcher) - Constructor for class org.springframework.boot.devtools.remote.server.DispatcherFilter
-
- dispatcherServlet() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- dispatcherServlet() - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
-
- DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
-
- DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- DispatcherServletConfiguration(WebMvcProperties) - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
-
- dispatcherServletRegistration(DispatcherServlet) - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
-
- DispatcherServletRegistrationConfiguration(ServerProperties, WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
-
- doBind(MutablePropertyValues) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
- DocsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- DocsMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- DocsMvcEndpoint.Curies - Class in org.springframework.boot.actuate.endpoint.mvc
-
Properties of the default CurieProvider (used for adding docs links).
- doCustomize(JettyEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.JettyWebSocketContainerCustomizer
-
- doCustomize(TomcatEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.TomcatWebSocketContainerCustomizer
-
- doCustomize(UndertowEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.UndertowWebSocketContainerCustomizer
-
- doCustomize(T) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
-
- doesNotHaveEmptyJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verify that the actual value at the given JSON path does not produce an
empty
result.
- doesNotHaveJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verify that the actual value at the given JSON path produces no result.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.web.support.ErrorPageFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
Actual health check logic.
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ApplicationHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CassandraHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchJestHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.JmsHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.LdapHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MailHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MongoHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RabbitHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RedisHealthIndicator
-
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.SolrHealthIndicator
-
- DOMAIN_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
The domain key.
- doStart() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- doWithField(Field, Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
-
- doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
-
Iterate all relevant libraries.
- down(Exception) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
- down() - Method in class org.springframework.boot.actuate.health.Health.Builder
-
- down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
-
- down() - Static method in class org.springframework.boot.actuate.health.Health
-
- DOWN - Static variable in class org.springframework.boot.actuate.health.Status
-
Status
indicating that the component or subsystem has suffered an
unexpected failure.
- driverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- dropwizardMetricServices(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
-
- DropwizardMetricServices - Class in org.springframework.boot.actuate.metrics.dropwizard
-
- DropwizardMetricServices(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- DropwizardMetricServices(MetricRegistry, ReservoirFactory) - Constructor for class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- dropwizardPublicMetrics(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
-
- dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
-
- DslContextConfiguration(JooqProperties, ConnectionProvider, ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider[]>, ExecuteListenerProvider[], ObjectProvider<VisitListenerProvider[]>) - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
-
- dumpEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- DumpEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- DumpEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.DumpEndpoint
-
- dumpHeap(File, boolean) - Method in interface org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HeapDumper
-
Dump the current heap to the specified file.
- dumpHeap(File, boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper
-
- duplicateServerPropertiesDetector() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- GaugeBuffer - Class in org.springframework.boot.actuate.metrics.buffer
-
Mutable buffer containing a double value and a timestamp.
- GaugeBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- GaugeBuffers - Class in org.springframework.boot.actuate.metrics.buffer
-
Fast writes to in-memory metrics store using
GaugeBuffer
.
- GaugeBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- GaugeService - Interface in org.springframework.boot.actuate.metrics
-
A service that can be used to submit a named double value for storage and analysis.
- GaugeWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
Writer for gauge values (simple metric with a number value).
- 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.
- GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- get(Environment, BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
- get(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
-
- 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(ClassLoader) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
- get(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Get a mime mapping for the given extension.
- 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(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(String) - Method in class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
-
- 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.Tomcat
-
- getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getAccessLogPrefix() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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.amqp.RabbitProperties.Listener
-
Deprecated.
- 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() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
Deprecated.
- getActive() - Method in interface org.springframework.boot.autoconfigure.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.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getActive(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns the active
CloudPlatform
or
null
if one cannot be deduced.
- getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- 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.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getAdditionalProperties() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- getAdditionalTldSkipPatterns() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable collection of the
Connector
s that will be added to the
Tomcat.
- getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getAddress() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Return the address that the embedded container binds to.
- getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getAggregate() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getAggregatePrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Returns all defined mappings.
- getAllExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getAllFileExtensions() - Method in class org.springframework.boot.env.PropertySourcesLoader
-
Returns all file extensions that could be loaded.
- getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the smoothing constant value.
- getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The Spring Data annotation used to enable the particular repository support.
- 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.
- getApiKey() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getAppId() - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
-
- getApplicationContext() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
-
- getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- getApplicationContext() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
Access the application context that the container was created in.
- 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.
- 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
-
- getAppSecret() - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
-
- getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getArgs(String...) - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- 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
-
- getAsText() - Method in class org.springframework.boot.bind.InetAddressEditor
-
- getAsync() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getAttribute(ObjectName, String, Class<T>) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- 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.
- getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getAuthorizeMode() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getAuthTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- 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
-
- getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return either an exponential weighted moving average or a simple mean,
respectively, depending on whether the weight 'alpha' has been set for this gauge.
- 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.MessageSourceAutoConfiguration
-
- getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getBatchSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getBeanFactory() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
-
- getBlockIfFullTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- 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
-
- 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
-
- getBuffersPerRegion() - 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.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getCache() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getCachePeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getCacheSeconds() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- getCacheStatistics(CacheManager, C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, C) - Method in interface org.springframework.boot.actuate.cache.CacheStatisticsProvider
-
Return the current
CacheStatistics
snapshot for the specified
Cache
or
null
if the given cache could not be handled.
- getCacheStatistics(CacheManager, CaffeineCache) - Method in class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, ConcurrentMapCache) - Method in class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, EhCacheCache) - Method in class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, GuavaCache) - Method in class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
-
Deprecated.
- getCacheStatistics(CacheManager, HazelcastCache) - Method in class org.springframework.boot.actuate.cache.HazelcastCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
-
- 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.autoconfigure.liquibase.LiquibaseProperties
-
- getChangeLogs() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
-
- getChangeSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
-
Return details of the files that changed.
- getChannel() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
-
- getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getCharset() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- 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.endpoint.FlywayEndpoint.FlywayMigration
-
- getCheckTokenAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- getCiphers() - Method in class org.springframework.boot.context.embedded.Ssl
-
- 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.Module
-
Deprecated.
- 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.context.embedded.JspServlet
-
- 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
-
- getClientAuth() - Method in class org.springframework.boot.context.embedded.Ssl
-
- 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.Producer
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getClosest(Color) - Static method in class org.springframework.boot.ansi.AnsiColors
-
- getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getClusterConfiguration() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
Create a RedisClusterConfiguration
if necessary.
- 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.
- getCollectionName() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Mongo
-
- getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getComment() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- 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
.
- getCompiler() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- 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.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getCompressionType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- 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.endpoint.AutoConfigurationReportEndpoint.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.JolokiaProperties
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
-
Deprecated.
- 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
-
- getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getConfigurableWebBindingInitializer() - Method in class org.springframework.boot.autoconfigure.web.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(LoggerContext, ConfigurationSource) - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
-
- getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
-
- getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getConfiguredLevel() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint.LoggerLevels
-
- getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
-
Returns the configured level of the logger.
- 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
-
- getConnectTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getConsistency() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- getConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getConsumer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getContainerType() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
-
- getContent() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
-
- getContents() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
- getContentSecurityPolicy() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- getContentSecurityPolicyMode() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getContextLifecycleListeners() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Return the context path with no trailing slash (i.e.
- getContextPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.ManagementServletContext
-
Return the context path of the management server.
- getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the context path for the embedded servlet container.
- getContextPath() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getContextValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable collection of the
Valve
s that will be applied to the
Tomcat
Context
.
- getConversionService() - Method in class org.springframework.boot.bind.PropertySourcesBinder
-
- getConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
Return an immutable list of the converters in the order that they will be
registered.
- getCookie() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- getCorsHandlerExecutionChain(HttpServletRequest, HandlerExecutionChain, CorsConfiguration) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- getCouchbase() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the number of times the value has been set.
- getCounterSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- getCredential() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- getCuries() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getData(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- getData(String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- getData(String, String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
-
- 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.AbstractDatabaseInitializer
-
- getDatabaseName() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
-
- 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.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- 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 interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvider
-
- getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
-
- getDataUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getDate(String) - Method in class org.springframework.boot.info.InfoProperties
-
Return the value of the specified property as a
Date
or
null
if the
value is not a valid
Long
representation of an epoch time.
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- getDebug() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- getDecodedFile(URL) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- 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
-
- getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- getDefaultJtaTimeout() - 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
-
- getDefaultPropertyInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- 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
-
- getDelayMillis() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getDeliveryDelay() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getDeliveryMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getDescription() - Method in class org.springframework.boot.actuate.endpoint.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.diagnostics.FailureAnalysis
-
Returns a description of the failure.
- getDescription(HttpServletRequest) - Method in class org.springframework.boot.web.support.ErrorPageFilter
-
Return the description for the given request.
- 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.
- 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.ApplicationHome
-
Returns the application home directory.
- getDir(String) - Method in class org.springframework.boot.ApplicationTemp
-
Return a sub-directory of the application temp.
- getDir() - Method in class org.springframework.boot.ApplicationTemp
-
Return the directory to be used for application specific temp files.
- getDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getDisabledCommands() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getDisabledResponse() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
Returns the response that should be returned when the endpoint is disabled.
- getDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getDisplayName() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
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.EndpointMBeanExportProperties
-
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
Deprecated.
- getDomain() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.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.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the driver class name.
- getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the driver class name.
- getEffectiveLevel() - Method in class org.springframework.boot.actuate.endpoint.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
-
- getEmbedded() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerFactory
-
- getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getEnableAutoCommit() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getEnabled() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- 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.MultipartProperties
-
- 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.ServerProperties.Undertow.Accesslog
-
- getEnabled() - Method in class org.springframework.boot.context.embedded.Compression
-
- getEnabledProtocols() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getEncoding() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- getEndpointClass() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getEndpointMBean(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Return the endpoints.
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- getEndpoints(Class<E>) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
Return the endpoints of the specified type.
- getEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
-
Return the type of
Endpoint
exposed, or
null
if this
JmxEndpoint
exposes information that cannot be represented as a traditional
Endpoint
.
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return the type of
Endpoint
exposed, or
null
if this
MvcEndpoint
exposes information that cannot be represented as a traditional
Endpoint
.
- getEngineValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
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.actuate.endpoint.AbstractEndpoint
-
- getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- 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.
- getError(RequestAttributes) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getError(RequestAttributes) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
-
Return the underlying cause of the error or null
if the error cannot be
extracted.
- getError() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- getErrorAttributes(RequestAttributes, boolean) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getErrorAttributes(RequestAttributes, boolean) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
-
Returns a
Map
of the error attributes.
- getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns a mutable set of
ErrorPages
that will be used when
handling exceptions.
- getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- getErrorPath() - Method in interface org.springframework.boot.autoconfigure.web.ErrorController
-
Returns the path of the error page.
- getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
Provide access to the error properties.
- 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.servlet.ErrorPage
-
Returns the exception type (or null
for a page that matches by status).
- getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
-
- getExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
-
- getExceptionName() - Method in class org.springframework.boot.web.servlet.ErrorPage
-
The exception type name.
- getExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getExcludedUserAgents() - Method in class org.springframework.boot.context.embedded.Compression
-
- getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getExcludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getExclusions() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- 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.
- getExecutionTime() - Method in class org.springframework.boot.actuate.endpoint.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
-
- getExpirationSeconds() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
-
Return the expiration in seconds.
- getExpiryScanners() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getExpiryTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getExporters() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getExtension() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- getExternalFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- 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
-
- 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.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
-
- 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.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.web.servlet.DelegatingFilterProxyRegistrationBean
-
- getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
-
- getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- 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
-
- getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
-
- getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
-
- 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 .
- 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 .
- getGaugeSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getGit() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
-
- getGit() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
-
- 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
-
- getGuava() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getHalBrowserLocation(ResourceLoader) - Static method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- 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
-
- getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- getHazelcast() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
Deprecated.
- getHazelcast() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
-
Get the HazelcastInstance
.
- getHeaders() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getHibernate() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getHibernateProperties(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
Get configuration properties for the initialization of the main Hibernate
EntityManagerFactory.
- getHitRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the ratio of cache requests which were hits as a value between 0 and 1 where
0 means that the hit ratio is 0% and 1 means it is 100%.
- getHitRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- 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.metrics.export.MetricExportProperties.Statsd
-
- 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
-
- getHsts() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- getHtmlFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
-
- getHttpOnly() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- getId() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
The logical ID of the endpoint.
- getId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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 the identifier for the specified details.
- getIdentity() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- getIdentity() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getIdentity() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
-
Return the MBean identity for this endpoint.
- getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- getIdleTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- getIgnored() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- getInclude() - Method in class org.springframework.boot.actuate.trace.TraceProperties
-
- getIncludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- getIndices() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- getInfinispan() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
-
- getInit() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getInit() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
-
- getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getInitializer() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getInitializer() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
-
- getInitializers() - Method in class org.springframework.boot.SpringApplication
-
- 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.context.embedded.JspServlet
-
- getInitParameters() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Returns a mutable Map of the registration init-parameters.
- getInitParameters() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getInlinedProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
-
- getInputStream(RandomAccessData.ResourceAccess) - Method in interface org.springframework.boot.loader.data.RandomAccessData
-
Returns an
InputStream
that can be used to read the underlying data.
- getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getInputStream(ZipEntry, RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getInstalledOn() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
-
- 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
-
- getIoThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJavaVersion() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
-
- getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getJdbc() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- getJetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- 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
-
- 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.
- getJspServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Return the JTA transaction manager.
- getJwk() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getKey() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
-
- getKeyAlias() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getKeyPassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
- getKeyPassword() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- getKeyPattern() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- getKeySerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getKeySetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
-
- 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.context.embedded.Ssl
-
- getKeyStore() - Method in interface org.springframework.boot.context.embedded.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.context.embedded.Ssl
-
- getKeyStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- getKind() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
- getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getLastModified() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
Return the time that the file was last modified.
- getLastUpdated() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- 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.Module
-
Deprecated.
- 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
-
- 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.Module
-
Deprecated.
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- 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
-
- 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
-
- 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.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.WebMvcProperties
-
- getLocaleCharsetMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Return the Locale to Charset mappings.
- getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getLocalPort() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
-
- 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.MultipartProperties
-
- 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
-
- getLogDir() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- getLogDir() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getLogger(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- getLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- 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.
- getLoggers() - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- getLoginPath() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLogWriter() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- 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
-
- getManagementServletContext() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- 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.SessionProperties.Hazelcast
-
- getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getMapping() - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
-
- getMapping() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- getMatched() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndConditions
-
- 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
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
-
- getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the maximum value of the gauge.
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
Deprecated.
- getMax() - Method in interface org.springframework.boot.autoconfigure.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.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.autoconfigure.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.EndpointCorsProperties
-
- getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- 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
-
- getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
Deprecated.
- 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
-
- getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getMaxWait() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMBeanServer() - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return an outcome message or null
.
- getMessage() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
-
- getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- getMigrations() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayReport
-
- getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the mime-type mappings.
- getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- getMimeTypes() - Method in class org.springframework.boot.context.embedded.Compression
-
- getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the minimum value of the gauge.
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
Deprecated.
- getMin() - Method in interface org.springframework.boot.autoconfigure.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.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMinResponseSize() - Method in class org.springframework.boot.context.embedded.Compression
-
- getMinSpareThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMissRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the ratio of cache requests which were misses as value between 0 and 1 where
0 means that the miss ratio is 0% and 1 means it is 100%.
- getMissRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- getMobilePrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getMobileSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getMode() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
-
- 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.jms.artemis.ArtemisProperties
-
- getMode() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
-
- getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getMongo() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- getMvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
-
- getName() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- getName() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayReport
-
- getName() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
-
- getName() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getName() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
-
- getName() - Method in interface org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint
-
Return the logical name of the endpoint.
- getName() - Method in class org.springframework.boot.actuate.metrics.Metric
-
Returns the name of the metric.
- getName(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
- getName(String) - Method in interface org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbNamingStrategy
-
- getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the name of the gauge.
- 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.autoconfigure.web.ServerProperties.Session.Cookie
-
- getName() - Method in class org.springframework.boot.bind.PropertyOrigin
-
- 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.
- getNames() - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- getNamespace() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
-
- getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- 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.
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the collection of non-option arguments parsed.
- getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getNormalPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getNormalSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getNotMatched() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndConditions
-
- getObject() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- getObject() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObject() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- 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(C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
Return the
ObjectName
of the MBean that is managing the specified cache or
null
if none is found.
- getObjectName(SpringCache) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- getObjectName(JCacheCache) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
-
- getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- getObjectType() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- 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
-
- 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.RegistrationBean
-
Deduces the name for this registration.
- getOrDeduceUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
-
- getOrder() - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
- getOrder() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- 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.oauth2.client.OAuth2SsoDefaultConfiguration
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
-
- 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.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.properties.ConfigurationPropertiesBindingPostProcessor
-
Return the order of the bean.
- 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.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.logging.ClasspathLoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.system.ApplicationPidFileWriter
-
- 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.web.filter.OrderedCharacterEncodingFilter
-
- getOrder() - Method in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
-
- getOrder() - Method in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
-
- getOrder() - Method in class org.springframework.boot.web.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.support.ServletContextApplicationContextInitializer
-
- getOrFindConfigurationClasses(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- 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
-
- getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getParameters() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
The parent report (from a parent BeanFactory if there is one).
- 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
-
- getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- 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.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
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
Deprecated.
- getPath(MvcEndpoint) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Return the path that should be used to map the given
MvcEndpoint
.
- getPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Get the path of the endpoint.
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return the MVC path of the endpoint.
- getPath() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- getPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getPath() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
-
- getPath() - Method in class org.springframework.boot.web.servlet.ErrorPage
-
The path to render (usually implemented as a forward), starting with "/".
- getPathFromRoot() - Method in class org.springframework.boot.loader.jar.JarFile
-
- 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
-
- getPathsArray(String[]) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- 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.
- getPeriodicRecoveryPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getPhysicalStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- getPlatform() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- 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.data.redis.RedisProperties
-
- getPool() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Returns the management port or
null
if the
server port
should be used.
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- getPort() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- 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.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
The port that the embedded server listens on.
- getPort() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
Return the port this server is listening on.
- getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- getPort() - Method in exception org.springframework.boot.context.embedded.PortInUseException
-
Returns the port that was in use.
- getPort() - Method in exception org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException
-
- getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
-
- 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.RemoteDebugPortProvider
-
- getPort() - Method in class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
-
- getPortFile(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.system.EmbeddedServerPortFileWriter
-
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.endpoint.AutoConfigurationReportEndpoint.Report
-
- getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Get the prefix used in mappings.
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- 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 class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
-
- 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(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
Return the principal that should be used for the token.
- 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
-
- getProducer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
- 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
-
- 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(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- 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(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, Class<T>, T) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String) - Method in class org.springframework.boot.context.config.RandomValuePropertySource
-
- getProperty(String) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- 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(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
Deprecated.
- getPropertyName() - Method in exception org.springframework.boot.context.config.ResourceNotFoundException
-
Return the name of the property that defines the resource.
- getPropertyName(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
-
- getPropertyNames() - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- getPropertyNames() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getPropertyOrigin() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
-
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getPropertySources() - Method in class org.springframework.boot.bind.PropertySourcesBinder
-
- getPropertySources() - Method in class org.springframework.boot.env.PropertySourcesLoader
-
- getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getProtocol() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getProvider() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- 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() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- 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
-
- getQuery() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
Return the validation query or null
.
- getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getQuietPeriod() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getReadTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- getReadTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getRealm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- getRealm() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- 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
-
- 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
-
- getRedis() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getRedis() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- getRegistered() - Method in class org.springframework.boot.context.embedded.JspServlet
-
- getRelativeName() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
-
Return the name of the file relative to the source folder.
- getRemote() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
-
- 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
-
- getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The RepositoryConfigurationExtension
for the particular repository support.
- 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
-
- getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
-
- getRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
-
- getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
-
- getRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
-
- getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
-
- getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
-
Helper method to return a JsonNode
from the tree.
- getRequiredProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getRequiredProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getReservoir(String) - Method in interface org.springframework.boot.actuate.metrics.dropwizard.ReservoirFactory
-
Return the Reservoir
instance to use or null
if a custom reservoir
is not needed.
- getResolver() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- getResource() - Method in exception org.springframework.boot.context.config.ResourceNotFoundException
-
- getResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- getResource(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
-
- getResourceBasePathLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
-
- getResourceByPath(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getResourceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
-
- 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.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Return the underlying response.
- getResponseTimeout() - Method in class org.springframework.boot.actuate.health.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.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- getRestTemplate() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Returns the underlying
RestTemplate
that is actually used to perform the
REST operations.
- 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.Listener
-
Deprecated.
- getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- 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
-
- getRole() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- 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
-
- getRootUri() - Method in class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
-
- getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
-
- 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.jdbc.DataSourceProperties
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
-
- getSchemaAction() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
-
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
-
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDatabaseInitializer
-
- 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.loader.tools.Library
-
Return the scope of the library.
- getScript() - Method in class org.springframework.boot.actuate.endpoint.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.autoconfigure.web.ServerProperties.Session.Cookie
-
- getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- 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
-
- getSensitive() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getSentinelConfig() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- 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
-
- getServer() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
Returns access to the underlying Jetty Server.
- getServer() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- getServer(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
- getServerCustomizers() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServerHeader() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- 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
-
- getServiceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getServlet() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
-
- getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Returns the servlet being registered.
- getServletConfig() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getServletConfig() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
-
- getServletContext() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
-
- getServletContextInitializerBeans() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Returns the servlet name that will be registered.
- getServletPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- getSessions() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getSessionStoreDir() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Return the session timeout in seconds.
- 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
-
- getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
-
Return the abbreviated id of the commit or null
.
- 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.
- getSimple() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getSize() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the size of the cache or null
if that information is not available.
- getSize() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- 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 class org.springframework.boot.loader.data.ByteArrayRandomAccessData
-
- 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
-
- getSocketConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getSource() - Method in class org.springframework.boot.ApplicationHome
-
Returns the underlying source used to find the home directory.
- getSource() - Method in class org.springframework.boot.bind.PropertyOrigin
-
- getSource() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- 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
-
- 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.SpringApplication
-
- getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
-
- getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
-
Deprecated.
- getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getSpringApplication() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- 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
-
- getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getSsl() - Method in class org.springframework.boot.actuate.autoconfigure.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.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.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getSslStoreProvider() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- 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
-
- getState() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getStatsd() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
Return the status of the health.
- getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- getStatus() - Method in class org.springframework.boot.web.servlet.ErrorPage
-
The HTTP status value that this error page matches (or null
for a page that
matches by exception).
- getStatusCode() - Method in class org.springframework.boot.web.servlet.ErrorPage
-
The HTTP status value that this error page matches.
- getStorage() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- getStoreDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- getStoreType() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- getStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- getStrategy() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
-
Return a Map of all values from the specified
PropertySources
that start
with a particular key.
- getSubProperties(PropertySources, String, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
-
Return a Map of all values from the specified
PropertySources
that start
with a particular key.
- getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
Return a Map of all values from all underlying properties that start with the
specified key.
- getSubsection(long, long) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
-
- 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.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.SessionProperties.Jdbc
-
- getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getTabletPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getTabletSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- 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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getThreshold() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- getTime() - Method in class org.springframework.boot.info.BuildProperties
-
Return the timestamp of the build or null
.
- getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- 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 in seconds.
- getTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.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 even was logged.
- getTimestamp() - Method in class org.springframework.boot.actuate.metrics.Metric
-
- getTimestamp() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
-
- getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
Time to live for cached result.
- getTimeToLive() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getTldSkipPatterns() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
- getTokenInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getTokenKeyAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- getTokenType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getTomcat() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
Returns access to the underlying Tomcat server.
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- getTrackingModes() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- 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.AmqpContainer
-
- getTransactionSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- getTransactionTimeout() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- getTriggerFile() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- getTriggers() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
Configuration for triggers on individual named writers.
- getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
-
- getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
-
- getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getTrustStore() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStore() - Method in interface org.springframework.boot.context.embedded.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.context.embedded.Ssl
-
- getTrustStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
- getType() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getType() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
- getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getType() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
-
Return the type of change.
- getType() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the type under test.
- getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that were evaluated but were not conditional.
- getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getUndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getUri() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getUriEncoding() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns the character encoding to use for URL decoding.
- getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- 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.jdbc.DataSourceProperties
-
Return the configured url or null
if none was configured.
- getUrl() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the URL for the connection using the default database name.
- getUrl(String) - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the URL for the connection using the specified databaseName
.
- getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- 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.
- 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.
- getUrlPrefixes() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
- getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- 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.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getUsage() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getUsage() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not
limited).
- getUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
-
- getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- 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
-
- getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
-
- getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
-
- getUserInfoRestTemplate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
-
- getUserInfoRestTemplate() - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateFactory
-
Return the OAuth2RestTemplate
used for extracting user info during
authentication if none is available.
- getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getValidation() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- getValidationQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
Deprecated.
- getValidationQuery() - Method in interface org.springframework.boot.autoconfigure.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.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getValidationQuery() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the validation query.
- getValidDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
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.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.Metric
-
Returns the value of the metric.
- getValue() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the current value of the gauge.
- getValue() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
-
- getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
-
- getValueDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- getValueSerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- getVendorCallback() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- 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.endpoint.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() - 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
-
- getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- getView() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- 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
-
- getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Return the Jetty
Configuration
s that should be applied to the server.
- getWebEnvironment(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- getWelcomePage() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- 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.InfoContributorProperties.Git
-
- Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
-
- gitInfoContributor(GitProperties) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
-
- GitInfoContributor - Class in org.springframework.boot.actuate.info
-
- GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
-
- GitInfoContributor(GitProperties) - 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
-
- gridFsTemplate(MongoDbFactory, MongoTemplate) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
-
- 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
-
- 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
-
- GroovyWebConfiguration(GroovyTemplateProperties) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
-
- groups() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Generate a group of metrics to iterate over in the form of a set of Strings (e.g.
- groups() - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
- groups() - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- groups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- groups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
The names of all the groups known to this repository.
- groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- gson() - 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
-
- GsonJsonParser - Class in org.springframework.boot.json
-
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
-
- 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
-
- Guava() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
-
- GuavaCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- GuavaCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
-
Deprecated.
- IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order applied to the WebSecurityConfigurer that ignores standard static resource
paths.
- ignoredPathsWebSecurityConfigurerAdapter(List<IgnoredRequestCustomizer>) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- IgnoredRequestCustomizer - Interface in org.springframework.boot.autoconfigure.security
-
Customizer that can be implemented by beans to configure paths that need to be ignored
by Spring Boot's default Spring Security configuration.
- ignoringUnresolvableNestedPlaceholders(Environment, String) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
Return a property resolver for the environment, preferring one that ignores
unresolvable nested placeholders.
- 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(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.
- increment(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
-
- increment(String, long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Increment the specified counter by 1.
- increment(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- increment(String, long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- increment(long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
-
Create a new
Metric
with an incremented value.
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
-
Increment the value of a metric (or decrement if the delta is negative).
- increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- increment(String, Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Increment the value of a metric (or decrement if the delta is negative).
- InetAddressEditor - Class in org.springframework.boot.bind
-
- InetAddressEditor() - Constructor for class org.springframework.boot.bind.InetAddressEditor
-
- 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
-
- InfinispanCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- InfinispanCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- Info - Class in org.springframework.boot.actuate.info
-
Carries information of the application.
- 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
-
- InfoContributorAutoConfiguration(InfoContributorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
-
- InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Configuration properties for core info contributors.
- InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
-
- InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure
-
- infoEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- InfoEndpoint - Class in org.springframework.boot.actuate.endpoint
-
Endpoint
to expose arbitrary application information.
- InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- 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() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
Deprecated.
- init() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
-
- init() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
-
- 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(List<KafkaMetric>) - Method in class org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.MyConsumerMetricsReporter
-
- init(List<KafkaMetric>) - Method in class org.springframework.boot.kafka.KafkaSpecialProducerConsumerConfigExample.MyProducerMetricsReporter
-
- init(FilterConfig) - Method in class org.springframework.boot.web.support.ErrorPageFilter
-
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- 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
-
- initialise(String) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- initialize() - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
-
- initialize() - Method in class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
-
- initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
-
- 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(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
-
- 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() - 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(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Initialize the logging system according to preferences expressed through the
Environment
and the classpath.
- 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<?>, ResolvableType) - 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, ResolvableType) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Initialize the marshal tester for use.
- initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
-
- 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.logging.LoggingApplicationListener
-
- Initializer() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
-
- Initializer() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
-
- 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).
- InitParameterConfiguringServletContextInitializer - Class in org.springframework.boot.context.embedded
-
A ServletContextInitializer
that configures init parameters on the
ServletContext
.
- InitParameterConfiguringServletContextInitializer(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
-
- 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
-
- InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
-
- InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- InMemoryMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
-
- InMemoryMultiMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- InMemoryMultiMetricRepository(InMemoryMetricRepository) - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- InMemoryRichGaugeRepository - Class in org.springframework.boot.actuate.metrics.rich
-
- InMemoryRichGaugeRepository() - Constructor for class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
-
- InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- instantiate(Class<T>) - Static method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
-
- IntegrationAutoConfiguration.IntegrationComponentScanAutoConfiguration - 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.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
-
- IntegrationComponentScanAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanAutoConfiguration
-
- IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
-
- 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
-
- 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
-
- InvalidLogLevelException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.InvalidLogLevelException
-
- inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return the inverse of the specified condition outcome.
- invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
-
- invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Called to invoke the endpoint.
- invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
-
- invoke(String) - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- invoke(HttpServletRequest, Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- invoke(boolean, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
-
- invoke(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
-
- isAccessLogEnabled() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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
-
- isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- isAsyncSupported() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Returns if asynchronous operations are support for this registration.
- isAsyncSupported() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- isAutoStartup() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- isBlockIfFull() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
- isBuffered() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isCache() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- 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
-
- 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
-
- isContentType() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- 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
-
- isDefaultPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- isDefaultSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
-
Returns true
if the entry represents a directory.
- isDisabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Returns if this mapping is disabled.
- 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.WebMvcProperties
-
- isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isEmbedded(String) - Static method in enum org.springframework.boot.autoconfigure.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.autoconfigure.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.bind.PropertySourcesPropertyValues
-
- isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- isEnableCsrf() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Return if the endpoint is enabled.
- isEnabled(Environment, Boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
Determine if an endpoint is enabled based on its specific property and taking into
account the global default.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
-
Return if the JMX endpoint is enabled.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- isEnabled() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
-
- 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.batch.BatchDatabaseInitializer
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
-
- isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
Deprecated.
- 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.ldap.embedded.EmbeddedLdapProperties.Validation
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDatabaseInitializer
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
-
- 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.ResourceProperties.Content
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isEnabled() - Method in class org.springframework.boot.context.embedded.Ssl
-
- 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.Debug
-
- isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
-
- isEnabled() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Return if the registration is enabled.
- isEnableFallback() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- isEnableLogging() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- 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.Module
-
Deprecated.
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.None
-
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- 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
-
- isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isForce() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- isForceRequest() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- isForceResponse() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- isForceShutdownOnVmExit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isFrame() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- 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.servlet.ErrorPage
-
Return if this error page is a global one (matches all unmatched status and
exception types).
- isGzipped() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Since all handler beans are passed into the constructor there is no need to detect
anything here.
- isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
Determine if the stacktrace attribute should be included.
- isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isInitialize() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- isMain(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
Returns if the thread is for a main invocation.
- 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.
- isMultiThreaded() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- 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.
- isOlderThan(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Determine if a connection is older than the specified time.
- isOnePhaseCommit() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- isOpen() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
-
- isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- isPersistent() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- isPersistSession() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- isPreferTokenInfo() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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
-
- isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- 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.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Flag to indicate that the default servlet should be registered.
- isRemoteDebugRunning() - Static method in class org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
-
- isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isRequireSsl() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.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
-
- isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- isSameRM(XAResource) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- isSendLatest() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Return if the endpoint is sensitive, i.e.
- isSensitive(Environment, Boolean, boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
Determine if an endpoint is sensitive based on its specific property and taking
into account the global default.
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return if the endpoint exposes sensitive information.
- isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- isSingleton() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- isSingleton() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- isSkippedStackElement(StackTraceElement) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
- 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.JspTemplateAvailabilityProvider
-
- 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.WebMvcProperties
-
- isTrace() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- 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.EndpointMBeanExportProperties
-
- 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
-
- 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.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- isUseNewIdGeneratorMappings() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- isUsingForwardHeaders() - Method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns if the platform is behind a load balancer and uses
X-Forwarded-For headers.
- isValidateServerCertificate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- isWebEnvironment() - Method in class org.springframework.boot.SpringApplication
-
- isWithin(ConditionalOnJava.Range, ConditionalOnJava.JavaVersion) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
-
Determines if this version is within the specified range of versions.
- isWrapperFor(Class<?>) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- isXss() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- 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
-
- iterator() - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- iterator() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
- iterator() - Method in class org.springframework.boot.bind.RelaxedNames
-
- iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
-
- 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.servlet.ServletContextInitializerBeans
-
- OAuth2AuthorizationServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
Configuration for a Spring Security OAuth2 authorization server.
- OAuth2AuthorizationServerConfiguration(BaseClientDetails, AuthenticationManager, ObjectProvider<TokenStore>, ObjectProvider<AccessTokenConverter>, AuthorizationServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
- OAuth2AuthorizationServerConfiguration.ClientDetailsLogger - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
- OAuth2AutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2
-
- OAuth2AutoConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
-
- oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
-
- oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
-
- oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
-
- oauth2ClientDetails() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
-
- oauth2ClientFilterRegistration(OAuth2ClientContextFilter, SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
-
- OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2
-
Configuration properties for OAuth2 Client.
- OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- OAuth2MethodSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.method
-
Auto-configure an expression handler for method-level security (if the user already has
@EnableGlobalMethodSecurity
).
- OAuth2MethodSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
-
- oauth2RemoteResource() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
-
- OAuth2ResourceServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Auto-configure a Spring Security OAuth2 resource server.
- OAuth2ResourceServerConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
-
- OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- OAuth2ResourceServerConfiguration.ResourceServerCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- OAuth2RestOperationsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration for OAuth2 Single Sign On REST operations.
- OAuth2RestOperationsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration
-
- OAuth2RestOperationsConfiguration.RequestScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2RestOperationsConfiguration.SessionScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2RestOperationsConfiguration.SingletonScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2SsoCustomConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration for OAuth2 Single Sign On (SSO) when there is an existing
WebSecurityConfigurerAdapter
provided by the user and annotated with
@EnableOAuth2Sso
.
- OAuth2SsoCustomConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- OAuth2SsoDefaultConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration for OAuth2 Single Sign On (SSO).
- OAuth2SsoDefaultConfiguration(ApplicationContext, OAuth2SsoProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
-
- OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2SsoProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration properties for OAuth2 Single Sign On (SSO).
- OAuth2SsoProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- 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, 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.
- 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(ApplicationReadyEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- 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.AutoConfigurationReportLoggingInitializer
-
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- 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(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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(ApplicationEvent) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
-
- onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.system.EmbeddedServerPortFileWriter
-
- 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() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- onClose(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
-
Called when a socket channel is closed.
- onCounterAdded(String, Counter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onCounterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onGaugeAdded(String, Gauge<?>) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onGaugeRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onHistogramAdded(String, Histogram) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onHistogramRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onMeterAdded(String, Meter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onMeterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onOpen(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
-
Called when a socket channel is opened.
- onRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- onStartup(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
-
- onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
-
- 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.ServletListenerRegistrationBean
-
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- onStartup(ServletContext) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
-
- onTimerAdded(String, Timer) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onTimerRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- 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
-
- OpenTsdbData - Class in org.springframework.boot.actuate.metrics.opentsdb
-
OpenTSDB Data.
- OpenTsdbData() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(String, Number) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(String, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(OpenTsdbName, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbGaugeWriter - Class in org.springframework.boot.actuate.metrics.opentsdb
-
A
GaugeWriter
for the Open TSDB database (version 2.0), writing metrics to the
HTTP endpoint provided by the server.
- OpenTsdbGaugeWriter() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
Creates a new OpenTsdbGaugeWriter
with the default connect (10 seconds) and
read (30 seconds) timeouts.
- OpenTsdbGaugeWriter(int, int) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
Creates a new OpenTsdbGaugeWriter
with the given millisecond
connectTimeout
and readTimeout
.
- OpenTsdbName - Class in org.springframework.boot.actuate.metrics.opentsdb
-
OpenTSDB Name.
- OpenTsdbName() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- OpenTsdbName(String) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- OpenTsdbNamingStrategy - Interface in org.springframework.boot.actuate.metrics.opentsdb
-
Strategy used to convert a metric name into an
OpenTsdbName
.
- OptionalLiveReloadServer - Class in org.springframework.boot.devtools.autoconfigure
-
- OptionalLiveReloadServer(LiveReloadServer) - Constructor for class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
-
- 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
-
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.filter
-
- OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.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.filter
-
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
-
- OrderedHttpPutFormContentFilter - Class in org.springframework.boot.web.filter
-
- OrderedHttpPutFormContentFilter() - Constructor for class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
-
- OrderedRequestContextFilter - Class in org.springframework.boot.web.filter
-
- OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.filter.OrderedRequestContextFilter
-
- org.springframework.boot - package org.springframework.boot
-
Core Spring Boot classes.
- 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
-
Auto-configuration for the actuator.
- org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
-
- org.springframework.boot.actuate.cloudfoundry - package org.springframework.boot.actuate.cloudfoundry
-
- org.springframework.boot.actuate.condition - package org.springframework.boot.actuate.condition
-
@Condition
annotations and supporting classes.
- org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
-
Endpoints used to expose actuator information.
- org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
-
Actuator JMX endpoint support.
- org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
-
Actuator Spring MVC endpoint support.
- org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
-
Actuator health indicators.
- org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
-
- org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
-
Core metrics classes.
- org.springframework.boot.actuate.metrics.aggregate - package org.springframework.boot.actuate.metrics.aggregate
-
- org.springframework.boot.actuate.metrics.buffer - package org.springframework.boot.actuate.metrics.buffer
-
Metrics buffering support.
- org.springframework.boot.actuate.metrics.dropwizard - package org.springframework.boot.actuate.metrics.dropwizard
-
Metrics integration with Dropwizard Metrics.
- org.springframework.boot.actuate.metrics.export - package org.springframework.boot.actuate.metrics.export
-
Metrics export support.
- org.springframework.boot.actuate.metrics.integration - package org.springframework.boot.actuate.metrics.integration
-
- org.springframework.boot.actuate.metrics.jmx - package org.springframework.boot.actuate.metrics.jmx
-
Metrics integration with JMX.
- org.springframework.boot.actuate.metrics.opentsdb - package org.springframework.boot.actuate.metrics.opentsdb
-
Metrics integration with OpenTSDB.
- org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
-
Metrics readers.
- org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
-
Metrics repository support.
- org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
-
Metrics Redis repository support.
- org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
-
Metrics rich gauge support.
- org.springframework.boot.actuate.metrics.statsd - package org.springframework.boot.actuate.metrics.statsd
-
Metrics integration with Statsd.
- org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
-
Metrics utility classes.
- org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
-
Support for writing metrics.
- org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
-
Metrics integration with Dropwizard Metrics.
- org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
-
Actuator 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.diagnostics.analyzer - package org.springframework.boot.autoconfigure.diagnostics.analyzer
-
- 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
-
- 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.info - package org.springframework.boot.autoconfigure.info
-
- 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.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
-
- 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.mobile - package org.springframework.boot.autoconfigure.mobile
-
Auto-configuration for Spring Mobile.
- 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
-
- org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
-
Auto-configuration for Mustache.
- org.springframework.boot.autoconfigure.mustache.web - package org.springframework.boot.autoconfigure.mustache.web
-
Auto-configuration for Mustache with Spring MVC.
- org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
-
Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.autoconfigure.reactor - package org.springframework.boot.autoconfigure.reactor
-
Auto-configuration for Project Reactor.
- org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
-
Auto-configuration for Spring Security.
- org.springframework.boot.autoconfigure.security.oauth2 - package org.springframework.boot.autoconfigure.security.oauth2
-
- org.springframework.boot.autoconfigure.security.oauth2.authserver - package org.springframework.boot.autoconfigure.security.oauth2.authserver
-
- org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
-
- org.springframework.boot.autoconfigure.security.oauth2.method - package org.springframework.boot.autoconfigure.security.oauth2.method
-
- org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
-
- org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
-
- org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
-
Auto-configuration for Spring Session.
- org.springframework.boot.autoconfigure.social - package org.springframework.boot.autoconfigure.social
-
Auto-configuration for Spring Social.
- 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 embedded servlet containers and Spring MVC.
- org.springframework.boot.autoconfigure.webservices - package org.springframework.boot.autoconfigure.webservices
-
Auto-configuration for Spring Web Services.
- org.springframework.boot.autoconfigure.websocket - package org.springframework.boot.autoconfigure.websocket
-
Auto-configuration for Spring WebSocket.
- org.springframework.boot.bind - package org.springframework.boot.bind
-
Classes and utilities to help when binding spring based configuration files to objects.
- org.springframework.boot.builder - package org.springframework.boot.builder
-
- org.springframework.boot.cloud - package org.springframework.boot.cloud
-
Low level support for Cloud deployments.
- org.springframework.boot.cloudfoundry - package org.springframework.boot.cloudfoundry
-
- 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.embedded - package org.springframework.boot.context.embedded
-
- org.springframework.boot.context.embedded.jetty - package org.springframework.boot.context.embedded.jetty
-
- org.springframework.boot.context.embedded.tomcat - package org.springframework.boot.context.embedded.tomcat
-
- org.springframework.boot.context.embedded.undertow - package org.springframework.boot.context.embedded.undertow
-
- org.springframework.boot.context.event - package org.springframework.boot.context.event
-
- org.springframework.boot.context.properties - package org.springframework.boot.context.properties
-
Support for external configuration binding via the @ConfigurationProperties
annotation.
- 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
-
- 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
-
- org.springframework.boot.devtools.tunnel - package org.springframework.boot.devtools.tunnel
-
Provides support for tunneling TCP traffic over HTTP.
- 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.elasticsearch - package org.springframework.boot.elasticsearch
-
- org.springframework.boot.elasticsearch.jest - package org.springframework.boot.elasticsearch.jest
-
- org.springframework.boot.env - package org.springframework.boot.env
-
- org.springframework.boot.info - package org.springframework.boot.info
-
- 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
-
- org.springframework.boot.jersey - package org.springframework.boot.jersey
-
- org.springframework.boot.json - package org.springframework.boot.json
-
Support for parsing JSON.
- org.springframework.boot.jta - package org.springframework.boot.jta
-
Support for the Java Transaction API.
- 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.kafka - package org.springframework.boot.kafka
-
- 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.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.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.mongo - package org.springframework.boot.test.autoconfigure.data.mongo
-
- 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
-
- 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
-
- 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.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.filter - package org.springframework.boot.test.context.filter
-
- 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 - package org.springframework.boot.test.web
-
- 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
-
- 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
-
- org.springframework.boot.web.filter - package org.springframework.boot.web.filter
-
Spring Boot specific
Filter
implementations.
- org.springframework.boot.web.security - package org.springframework.boot.web.security
-
- 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.support - package org.springframework.boot.web.support
-
- org.springframework.boot.yaml - package org.springframework.boot.yaml
-
Spring Boot extensions to Spring Framework's support for parsing YAML.
- 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
-
- Packages() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
-
- packages(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The names of packages to scan for @Entity
annotations.
- packages(Class<?>...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The classes whose packages should be scanned for @Entity
annotations.
- parent(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add a parent application with the provided sources.
- parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add an already running parent context to an existing application.
- ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
-
- ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
-
- ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
-
- ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
-
Listener that closes the application context if its parent is closed.
- ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
-
- parse(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
- parse(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
- parseList(String) - Method in class org.springframework.boot.json.BasicJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.GsonJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.JsonJsonParser
-
- parseList(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a List.
- parseList(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.YamlJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.BasicJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.GsonJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.JsonJsonParser
-
- parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a Map.
- parseMap(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.YamlJsonParser
-
- parseObject(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the object created from parsing the specific JSON bytes.
- parseObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return the object created from parsing the specific JSON String.
- parseURL(URL, String, int, int) - Method in class org.springframework.boot.loader.jar.Handler
-
- password(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- patchForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Update a resource by PATCHing the given object to the URI template, and returns the
representation found in the response.
- patchForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Update a resource by PATCHing the given object to the URI template, and returns the
representation found in the response.
- patchForObject(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Update a resource by PATCHing the given object to the URL, and returns the
representation found in the response.
- path() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
-
- PATH - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for classpath entries (directories possibly containing jars or
jars).
- PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
-
The name of the Spring property that contains the directory where log files are
written.
- PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
- PathBasedTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.template
-
- PathBasedTemplateAvailabilityProvider(String, Class<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
-
- PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.template
-
- PatternClassPathRestartStrategy - Class in org.springframework.boot.devtools.classpath
-
- PatternClassPathRestartStrategy(String[]) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
-
- PatternClassPathRestartStrategy(String) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
-
- PERMIT_ALL - Static variable in interface org.springframework.boot.devtools.remote.server.AccessManager
-
- persist(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent.
- persistAndFlush(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent then synchronize the persistence context to
the underlying database.
- persistAndGetId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent then return it's ID.
- persistAndGetId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent then return it's ID.
- PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.autoconfigure.dao
-
- PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
-
- persistenceExceptionTranslationPostProcessor(Environment) - Static method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
-
- persistenceUnit(String) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The name of the persistence unit.
- persistFlushFind(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Make an instance managed and persistent, synchronize the persistence context to the
underlying database and finally find the persisted entity by its ID.
- persistSessions(String, Map<String, SessionPersistenceManager.PersistentSession>) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
-
- PID_KEY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the process ID.
- PLACEHOLDER_PREFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Prefix for system property placeholders: "${".
- PLACEHOLDER_SUFFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Suffix for system property placeholders: "}".
- PlatformTransactionManagerCustomizer<T extends PlatformTransactionManager> - Interface in org.springframework.boot.autoconfigure.transaction
-
Callback interface that can be implemented by beans wishing to customize
PlatformTransactionManagers
whilst retaining default
auto-configuration.
- platformTransactionManagerCustomizers(ObjectProvider<List<PlatformTransactionManagerCustomizer<?>>>) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
-
- Pool() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- Pool() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- PooledDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
-
- PoolingConnectionFactoryBean - Class in org.springframework.boot.jta.bitronix
-
Spring friendly version of PoolingConnectionFactory
.
- PoolingConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- PoolingConnectionFactoryBean.DirectXAConnectionFactory - Class in org.springframework.boot.jta.bitronix
-
- PoolingDataSourceBean - Class in org.springframework.boot.jta.bitronix
-
Spring friendly version of PoolingDataSource
.
- PoolingDataSourceBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- PoolingDataSourceBean.DirectXADataSource - Class in org.springframework.boot.jta.bitronix
-
- PortInUseException - Exception in org.springframework.boot.context.embedded
-
A PortInUseException
is thrown when an embedded servlet container fails to
start due to a port already being in use.
- PortInUseException(int) - Constructor for exception org.springframework.boot.context.embedded.PortInUseException
-
Creates a new port in use exception for the given port
.
- PortProvider - Interface in org.springframework.boot.devtools.tunnel.server
-
Strategy interface to provide access to a port (which may change if an existing
connection is closed).
- postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns
the response as
ResponseEntity
.
- postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns
the response as
HttpEntity
.
- postForEntity(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URL, and returns the
response as
ResponseEntity
.
- postForLocation(String, Object, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns
the value of the Location
header.
- postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns
the value of the Location
header.
- postForLocation(URI, Object) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URL, and returns the value
of the Location
header.
- postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns
the representation found in the response.
- postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URI template, and returns
the representation found in the response.
- postForObject(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new resource by POSTing the given object to the URL, and returns the
representation found in the response.
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
-
- postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
Register ServletContextAwareProcessor.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
-
- postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
Called to post-process archive entries before they are used.
- postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
-
- postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
-
Post-process the content to expose.
- postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Post-process the content to expose.
- postProcessContext(Context) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Post process the Tomcat
Context
before it used with the Tomcat Server.
- postProcessConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
- postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) - Method in interface org.springframework.boot.test.context.DefaultTestExecutionListenersPostProcessor
-
- postProcessEndpoints(Set<E>) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Post process the endpoint setting before they are used.
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.EnvironmentPostProcessorExample
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.env.EnvironmentPostProcessor
-
Post-process the given environment
.
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- postProcessPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
- postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
- postProcessRequestHeaders(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
Post process request headers before they are added to the trace.
- postProcessSourceProperties(String, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
Apply any post processing to source data before it is added.
- postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Post process the Jetty
WebAppContext
before it used with the Jetty Server.
- prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
Log file name prefix.
- prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
Log file name prefix.
- PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
-
- PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
Create a new exporter for metrics to a writer based on an empty prefix for the
metric names.
- PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
Create a new exporter for metrics to a writer based on a prefix for the metric
names.
- PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
-
Interface for extracting metrics as a group whose name starts with a prefix.
- PrefixMetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
A writer for metrics that allows efficient storage of groups of metrics with a common
name prefix (their group name).
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpointSecurityInterceptor
-
- prepare(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- prepareEmbeddedWebApplicationContext(ServletContext) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- prepareRefresh() - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
-
- prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-
- preserveErrorControllerTargetClassPostProcessor() - Static method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
-
- PrincipalExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- printBanner(Environment, Class<?>, PrintStream) - Method in interface org.springframework.boot.Banner
-
Print the banner to the specified print stream.
- printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ImageBanner
-
- printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ResourceBanner
-
- PRIORITY - Static variable in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- PROCESS_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
The process key.
- processBuilder(String...) - Method in class org.springframework.boot.loader.tools.JavaExecutable
-
- processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
- processMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
- processPropertySourceProperties(MergedContextConfiguration, List<String>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
Post process the property source properties, adding or removing elements as
required.
- Producer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add to the active Spring profiles for this app (and its parent and children).
- ProjectDetails(String, String, String, String, Map<String, String>) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
-
- ProjectInfoAutoConfiguration - Class in org.springframework.boot.autoconfigure.info
-
- ProjectInfoAutoConfiguration(ProjectInfoProperties) - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
-
- ProjectInfoProperties - Class in org.springframework.boot.autoconfigure.info
-
Configuration properties for project information.
- ProjectInfoProperties() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
-
- ProjectInfoProperties.Build - Class in org.springframework.boot.autoconfigure.info
-
Build specific info properties.
- ProjectInfoProperties.Git - Class in org.springframework.boot.autoconfigure.info
-
Git specific info properties.
- properties - Variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
-
- properties(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment in the form key=value
or
key:value
.
- properties(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment in the form key=value
or
key:value
.
- properties(Map<String, Object>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment.
- properties(Map<String, ?>) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Generic properties for standard JPA or vendor-specific configuration.
- PROPERTIES_PREFIX - Static variable in class org.springframework.boot.jta.narayana.NarayanaProperties
-
Prefix for Narayana specific properties.
- PropertiesConfigurationFactory<T> - Class in org.springframework.boot.bind
-
- PropertiesConfigurationFactory(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- PropertiesLauncher - Class in org.springframework.boot.loader
-
Launcher
for archives with user-configured classpath and main class via a
properties file.
- PropertiesLauncher() - Constructor for class org.springframework.boot.loader.PropertiesLauncher
-
- PropertiesPropertySourceLoader - Class in org.springframework.boot.env
-
- PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- PropertyMapping - Annotation Type in org.springframework.boot.test.autoconfigure.properties
-
Indicates that attributes from a test annotation should be mapped into a
PropertySource
.
- PropertyOrigin - Class in org.springframework.boot.bind
-
The origin of a property, specifically its source and its name before any prefix was
removed.
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
- PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
-
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
-
- PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
-
Deprecated.
- PropertySourceLoader - Interface in org.springframework.boot.env
-
- PropertySourcesBinder - Class in org.springframework.boot.bind
-
- PropertySourcesBinder(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
-
Create a new instance.
- PropertySourcesBinder(PropertySource<?>) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
-
- PropertySourcesBinder(ConfigurableEnvironment) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
-
Create a new instance using the
Environment
as the property sources.
- PropertySourcesLoader - Class in org.springframework.boot.env
-
- PropertySourcesLoader() - Constructor for class org.springframework.boot.env.PropertySourcesLoader
-
- PropertySourcesLoader(MutablePropertySources) - Constructor for class org.springframework.boot.env.PropertySourcesLoader
-
- propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
-
- propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
-
- PropertySourcesPropertyValues - Class in org.springframework.boot.bind
-
- PropertySourcesPropertyValues(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
-
Create a new PropertyValues from the given PropertySources.
- PropertySourcesPropertyValues(PropertySources, boolean) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
-
Create a new PropertyValues from the given PropertySources that will optionally
resolve placeholders.
- PropertySourcesPropertyValues(PropertySources, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
-
Create a new PropertyValues from the given PropertySources.
- PropertySourceUtils - Class in org.springframework.boot.bind
-
Convenience class for manipulating PropertySources.
- PropertySourceUtils() - Constructor for class org.springframework.boot.bind.PropertySourceUtils
-
- PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is needed for compile but is usually provided when running.
- Proxy() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
-
- Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- Proxy() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
-
- PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
-
- PublicMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- PublicMetricsAutoConfiguration(ObjectProvider<List<MetricReader>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
-
- publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- put(String, Object, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Create or update a resource by PUTting the given object to the URI.
- put(String, Object, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Creates a new resource by PUTting the given object to URI template.
- put(URI, Object) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Creates a new resource by PUTting the given object to URL.
- 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
-
- rabbitConnectionFactory(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
-
- RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
-
- rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
-
- RabbitHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of a
HealthIndicator
returning status information for the
RabbitMQ messaging system.
- RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.health.RabbitHealthIndicator
-
- RabbitHealthIndicatorConfiguration(Map<String, RabbitTemplate>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
-
- rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
-
- 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.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.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.context.config.RandomValuePropertySource
-
- RandomAccessData - Interface in org.springframework.boot.loader.data
-
Interface that provides read-only random access to some underlying data.
- RandomAccessData.ResourceAccess - Enum in org.springframework.boot.loader.data
-
Lock modes for accessing the underlying resource.
- RandomAccessDataFile - Class in org.springframework.boot.loader.data
-
- RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
-
- RandomAccessDataFile(File, int) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
-
- RandomPortExampleTests - Class in org.springframework.boot.test.web
-
- RandomPortExampleTests() - Constructor for class org.springframework.boot.test.web.RandomPortExampleTests
-
- RandomValuePropertySource - Class in org.springframework.boot.context.config
-
PropertySource
that returns a random value for any property that starts with
"random.".
- RandomValuePropertySource(String) - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
-
- RandomValuePropertySource() - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
-
- ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
-
- ReactorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
-
- ReactorAutoConfiguration.ReactorConfiguration - Class in org.springframework.boot.autoconfigure.reactor
-
- ReactorConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration.ReactorConfiguration
-
- 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
-
- readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
-
- readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- 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
-
- 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
-
- redirect() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- Redis() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- Redis() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
-
- RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
- RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
-
- RedisAutoConfiguration.RedisConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
Standard Redis configuration.
- RedisAutoConfiguration.RedisConnectionConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
Redis connection configuration.
- RedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
-
- RedisConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- redisConnectionFactory() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- redisHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
-
- RedisHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of a
HealthIndicator
returning status information for
Redis data stores.
- RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.health.RedisHealthIndicator
-
- RedisHealthIndicatorConfiguration(Map<String, RedisConnectionFactory>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
-
- RedisMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
-
- RedisMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Create a RedisMetricRepository with a default prefix to apply to all metric names.
- RedisMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Create a RedisMetricRepository with a prefix to apply to all metric names (ideally
unique to this repository or to a logical repository contributed to by multiple
instances, where they all see the same values).
- RedisMetricRepository(RedisConnectionFactory, String, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Allows user to set the prefix and key to use to store the index of other keys.
- RedisMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
-
- RedisMultiMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- RedisMultiMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- 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.Pool - Class in org.springframework.boot.autoconfigure.data.redis
-
Pool properties.
- RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
-
Redis sentinel properties.
- RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
- RedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
-
- redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
-
- refresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- 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.
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Programmatically registers the auto-configuration package names.
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Register the specified entity scan packages with the system.
- register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Register the specified entity scan packages with the system.
- register(Class<?>...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
Register one or more annotated classes to be processed.
- 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_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.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.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
- registerEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- registerErrorPages(ErrorPageRegistry) - Method in interface org.springframework.boot.web.servlet.ErrorPageRegistrar
-
Register pages as required with the given registry.
- registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Deprecated.
- 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.
- registerPublicMetrics(PublicMetrics) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
-
- 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.
- 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
-
- 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.
- RelaxedBindingNotWritablePropertyException - Exception in org.springframework.boot.bind
-
- RelaxedDataBinder - Class in org.springframework.boot.bind
-
Binder implementation that allows caller to bind to maps and also allows property names
to match a bit loosely (if underscores or dashes are removed and replaced with camel
case for example).
- RelaxedDataBinder(Object) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
-
- RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
-
- RelaxedNames - Class in org.springframework.boot.bind
-
Generates relaxed name variations from a given source.
- RelaxedNames(String) - Constructor for class org.springframework.boot.bind.RelaxedNames
-
- RelaxedPropertyResolver - Class in org.springframework.boot.bind
-
- RelaxedPropertyResolver(PropertyResolver) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
-
- RelaxedPropertyResolver(PropertyResolver, String) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
-
- 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
-
- RemoteDebugPortProvider - Class in org.springframework.boot.devtools.tunnel.server
-
PortProvider
that provides the port being used by the Java remote debugging.
- RemoteDebugPortProvider() - Constructor for class org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
-
- 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.Debug - Class in org.springframework.boot.devtools.autoconfigure
-
- 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.
- remoteTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
-
- RemoteTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration
-
- remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- remove(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Remove an existing mapping.
- 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.
- 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
-
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.mustache.web.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(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- 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
-
- 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
-
- 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.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- requestFactory(ClientHttpRequestFactory) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- requestMappingEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
-
- RequestMappingEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- RequestMappingEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- RequestMappingEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
-
- requestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- requestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- RequestScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
-
- requiredViewClass() - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
-
- ReservoirFactory - Interface in org.springframework.boot.actuate.metrics.dropwizard
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
-
- reset() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Reset the specified counter.
- reset(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
-
Reset the value of a metric, usually to zero value.
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Rest the values of all metrics in the group.
- reset() - Static method in class org.springframework.boot.system.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
-
- 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
-
- resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
Resolve any specific error views.
- resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
-
- resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.web.ErrorViewResolver
-
Resolve an error view for the specified details.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- resolvePlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- 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.
- resolveRequiredPlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- 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, 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
-
- ResourceNotFoundException - Exception in org.springframework.boot.context.config
-
Exception thrown when a
Resource
defined by a property is not found.
- ResourceNotFoundException(String, Resource) - Constructor for exception org.springframework.boot.context.config.ResourceNotFoundException
-
- 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.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.
- ResourceSecurityConfigurer(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
-
- resourceServer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
-
- ResourceServerCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
-
- resourceServerFilterChainOrderProcessor(ResourceServerProperties) - Static method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
-
- resourceServerProperties() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
-
- ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Configuration properties for OAuth2 Resources.
- ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- ResourceServerProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- ResourceServerProperties.Jwk - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Configuration for an OAuth2 resource server.
- ResourceServerTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
-
- ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
-
- resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig
-
- 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.
- 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
.
- restDocsMockMvcConfigurer(ObjectProvider<RestDocsMockMvcConfigurationCustomizer>, RestDocumentationContextProvider) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
-
- 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
-
- restDocumentationConfigurer(MockMvcRestDocumentationConfigurer, ObjectProvider<RestDocumentationResultHandler>) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
-
- restore() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
-
- restTemplate(RestTemplateBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
-
- restTemplateBuilder() - Method in class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration.RestTemplateConfiguration
-
- 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
-
- RestTemplateConfiguration(ObjectProvider<HttpMessageConverters>, ObjectProvider<List<RestTemplateCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration.RestTemplateConfiguration
-
- RestTemplateCustomizer - Interface in org.springframework.boot.web.client
-
Callback interface that can be used to customize a
RestTemplate
.
- RestTemplateProxyCustomizationExample - Class in org.springframework.boot.web.client
-
- RestTemplateProxyCustomizationExample() - Constructor for class org.springframework.boot.web.client.RestTemplateProxyCustomizationExample
-
- 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
-
- RichGauge - Class in org.springframework.boot.actuate.metrics.rich
-
A gauge which stores the maximum, minimum and average in addition to the current value.
- RichGauge(String) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Creates an "empty" gauge.
- RichGauge(String, double) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- RichGaugeExporter - Class in org.springframework.boot.actuate.metrics.export
-
Exporter or converter for
RichGauge
data to a metric-based back end.
- RichGaugeExporter(RichGaugeReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- RichGaugeExporter(RichGaugeReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- richGaugePublicMetrics(RichGaugeReader) - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
-
- RichGaugeReader - Interface in org.springframework.boot.actuate.metrics.rich
-
A basic set of read operations for
RichGauge
instances.
- RichGaugeReaderPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
- RichGaugeReaderPublicMetrics(RichGaugeReader) - Constructor for class org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics
-
- RichGaugeRepository - Interface in org.springframework.boot.actuate.metrics.rich
-
Convenient combination of reader and writer concerns for
RichGauge
instances.
- 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
-
- 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.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(Object, 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(Object[], 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(SpringApplication) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
-
- 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.EnvironmentEndpoint
-
- 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.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
Perform a scan within the specified base packages.
- SearchStrategy - Enum in org.springframework.boot.autoconfigure.condition
-
Some named search strategies for beans in the bean factory hierarchy.
- Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- SecurityAuthorizeMode - Enum in org.springframework.boot.autoconfigure.security
-
- SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
-
- 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.ThymeleafSecurityDialectConfiguration
-
- securityEvaluationContextExtension() - Method in class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
-
- SecurityFilterAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
-
- securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
-
- SecurityPrerequisite - Interface in org.springframework.boot.autoconfigure.security
-
Marker interface for beans that need to be initialized before any security
configuration is evaluated.
- securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-
- securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
-
- securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
-
- SecurityProperties - Class in org.springframework.boot.autoconfigure.security
-
Properties for the security aspects of an application.
- SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- SecurityProperties.Basic - Class in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.Headers - Class in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.Headers.ContentSecurityPolicyMode - Enum in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.Headers.HSTS - Enum in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
-
- selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
- 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
-
- 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.
- serverCustomization() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.context.embedded
-
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
-
- serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-
- ServerProperties - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
-
- serverProperties() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- ServerProperties.Jetty - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Session - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Session.Cookie - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Tomcat.Accesslog - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Undertow - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Undertow.Accesslog - Class in org.springframework.boot.autoconfigure.web
-
- ServerPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- ServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- 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
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
-
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.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.support
-
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
-
- ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.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.context.embedded.jetty
-
- ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- 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
-
- ServletRegistrationBean - Class in org.springframework.boot.web.servlet
-
- ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletRegistrationBean(Servlet, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- session(CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- Session() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
-
- SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
-
- 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.Hazelcast - Class in org.springframework.boot.autoconfigure.session
-
- SessionProperties.Jdbc - Class in org.springframework.boot.autoconfigure.session
-
- SessionProperties.Jdbc.Initializer - Class in org.springframework.boot.autoconfigure.session
-
- SessionProperties.Mongo - Class in org.springframework.boot.autoconfigure.session
-
- SessionProperties.Redis - Class in org.springframework.boot.autoconfigure.session
-
- SessionScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
-
- set(String, Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
-
- set(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- set(String, double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- set(S) - Method in class org.springframework.boot.actuate.metrics.Metric
-
Create a new
Metric
with a different value.
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- set(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- set(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.GaugeWriter
-
Set the value of a metric.
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- set(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Save some metric values and associate them with a group name.
- 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 class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Set the number of acceptor threads to use.
- setAccessLogDirectory(File) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAccessLogPattern(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAccessLogPrefix(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAccessLogRotate(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAccessLogSuffix(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- 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(Long) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setAddApplicationContextHeader(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- 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.ManagementServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the specific network address that the server should bind to.
- setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setAggregate(MetricExportProperties.Aggregate) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setAllowCredentials(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- setApiKey(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setAppId(String) - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
-
- 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.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- 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
-
- 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
-
- setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- setAppSecret(String) - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
-
- setAsText(String) - Method in class org.springframework.boot.bind.InetAddressEditor
-
- setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Sets if asynchronous operations are support for this registration.
- setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setAuthoritiesExtractor(AuthoritiesExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- setAuthorizeMode(SecurityAuthorizeMode) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setAuthTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setAutoCommitInterval(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-
- 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.amqp.RabbitProperties.Listener
-
Deprecated.
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Sets the background processor delay in seconds.
- 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 class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set the Tomcat base directory.
- setBaseDn(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-
- setBaseEnvironment(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- setBasename(String) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setBasic(SecurityProperties.Basic) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setBatchSize(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- 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.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- 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.security.oauth2.resource.ResourceServerProperties
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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.servlet.ErrorPageRegistrarBeanPostProcessor
-
- setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the bean meta-data store.
- 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.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
-
Sets the bean name generator that should be used when generating bean names.
- setBlockIfFull(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setBlockIfFullTimeout(long) - 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(int) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setBufferSize(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setBufferSize(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setBuffersPerRegion(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setBuffersPerRegion(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
Deprecated.
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- 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
-
- setCacheNames(List<String>) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- setCachePeriod(Integer) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setCacheSeconds(int) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
An optional callback for new entity manager factory beans.
- 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.InMemoryTraceRepository
-
Set the capacity of the in-memory repository.
- setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
Set the charset.
- setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
-
Set the charset.
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- setCheckChangeLogLocation(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setCheckoutTimeout(Long) - 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
-
- setCheckTokenAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- setCiphers(String[]) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setClassName(String) - Method in class org.springframework.boot.context.embedded.JspServlet
-
- setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- 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.OAuth2ClientProperties
-
- setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- setCloseTimeout(int) - 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.SessionProperties.Mongo
-
- setCollector(Mustache.Collector) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setComment(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setCompiler(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
-
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
-
Set the compiler.
- setCompression(ProtocolOptions.Compression) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setCompression(Compression) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setCompression(Compression) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the compression configuration that will be applied to the container'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.AmqpContainer
-
- setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- 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(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
-
Deprecated.
- 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
-
- setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setConnect(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- setConnectionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setConnectionTimeout(int) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setConnectionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setConnectTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- setConnectTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- 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.
- setContactPoints(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setContentSecurityPolicy(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setContentSecurityPolicyMode(SecurityProperties.Headers.ContentSecurityPolicyMode) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setContentType(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setContextPath(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setContextPath(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the context path for the embedded servlet container.
- setContextPath(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-
- setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the conversion service.
- setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertySourcesBinder
-
- setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the conversion service used to convert property values.
- setConverters(List<Converter<?, ?>>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
- setCounterSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- 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.health.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.jackson.JacksonProperties
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- 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(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
The default timeout for JTA transactions (optional, defaults to 10000
ms).
- setDefaultMediaType(MediaType) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- 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
-
- setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDefaultTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
-
- setDefaultTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setDefaultTopic(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
-
- setDefaultValue(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- setDelayMillis(long) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setDelims(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- setDeliveryDelay(Long) - 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.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setDestinationLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
Sets the destination logger that will be used to send remapped events.
- 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
-
- setDirectBuffers(Boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Sets if this mapping is disabled.
- setDisabledCommands(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- 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.
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setDisplayName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setDisplayName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setDisplayName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the display name of the application deployed in the embedded servlet
container.
- setDocumentRoot(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
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.EndpointMBeanExportProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
Deprecated.
- setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setDomain(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- setDomain(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
Debugging feature.
- setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
The earliest time for which data will be exported.
- setEmptyStringIsFalse(Boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- setEnableAutoCommit(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setEnableCsrf(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- 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.batch.BatchProperties.Initializer
-
- 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.ldap.embedded.EmbeddedLdapProperties.Validation
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
-
- 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.MultipartProperties
-
- 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.Tomcat.Accesslog
-
- setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Compression
-
- setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Ssl
-
- 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.Debug
-
- setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
-
- 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.context.embedded.Ssl
-
- setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setEnableFallback(boolean) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if disk logging should be enabled or not.
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set
Valve
s that should be applied to the Tomcat
Engine
.
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- 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.actuate.endpoint.AbstractEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- 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.jdbc.DataSourceProperties
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
- setEnvironment(Environment) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
-
Sets the underlying environment that should be used with the created application
context.
- setErrorAttributes(ErrorAttributes) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setErrorPages(Set<? extends ErrorPage>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setErrorPages(Set<? extends ErrorPage>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the error pages that will be used when handling exceptions.
- setEscaper(Mustache.Escaper) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setExcludedUserAgents(String[]) - Method in class org.springframework.boot.context.embedded.Compression
-
- setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setExcludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
-
Set the exclude patterns used to filter metrics.
- setExcludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setExpiration(int) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
-
- setExpiryScanners(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setExpiryTimeout(long) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setExporters(Map<String, Exporter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setExposedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- 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
-
- setExternalFile(File) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
-
- setFeatures(Set<Feature>) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- setFetchMaxWait(Integer) - 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
-
- setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setFileSizeThreshold(String) - Method in class org.springframework.boot.autoconfigure.web.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(Filter) - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
-
Set the filter to be registered.
- setFilterDispatcherTypes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setFilterOrder(Integer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setFlushMode(HazelcastFlushMode) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
-
- setFlushMode(RedisFlushMode) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
-
- setForce(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- setForceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- setForceResponse(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether VM shutdown should trigger forced shutdown of the transaction
core.
- setFormatter(Mustache.Formatter) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- setFrame(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setGaugeSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setGenericConverters(List<GenericConverter>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
- setGetCacheCounts(long, long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setGroupId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
The groups to export.
- setGzipped(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
Set the handler mappings.
- setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application is headless and should not instantiate AWT.
- setHeartbeatInterval(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setHibernate(JpaProperties.Hibernate) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setHitRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setHost(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- 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
-
- setHsts(SecurityProperties.Headers.HSTS) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setHtmlApplicationCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setHttpOnly(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setIdleEventInterval(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setIdleEventInterval(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- setIdleTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setIdleTimeout(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setIgnored(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setIgnoreInvalidFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set whether to ignore invalid fields, that is, whether to ignore bind parameters
that have corresponding fields in the target object which are not accessible (for
example because of null values in the nested path).
- setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Flag to disable binding of nested properties (i.e.
- setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
Flag to disable binding of nested properties (i.e.
- setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Ignore timestamps (export all metrics).
- setIgnoreUnknownFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set whether to ignore unknown fields, that is, whether to ignore bind parameters
that do not have corresponding fields in the target object.
- setImplicitStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- setInclude(Set<TraceProperties.Include>) - Method in class org.springframework.boot.actuate.trace.TraceProperties
-
- setIncludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
-
Set the include patterns used to filter metrics.
- setIncludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setIncludeStacktrace(ErrorProperties.IncludeStacktrace) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setIndices(List<String>) - Method in class org.springframework.boot.actuate.health.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(long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setInitialize(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
-
- setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.JspServlet
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Set init-parameters for this registration.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- 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 class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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
-
- setJodaDateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setJspServlet(JspServlet) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setJspServlet(JspServlet) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setJspServlet(JspServlet) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the configuration that will be applied to the container's JSP servlet.
- setJwk(ResourceServerProperties.Jwk) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setJwt(ResourceServerProperties.Jwt) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setKey(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- setKeyAlias(String) - Method in class org.springframework.boot.context.embedded.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.context.embedded.Ssl
-
- setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
Pattern that tells the aggregator what to do with the keys from the source
repository.
- setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- setKeySerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- setKeySetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
-
- 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.context.embedded.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.context.embedded.Ssl
-
- setKeyStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- setKeyUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- setKeyValue(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- setKeyValue(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setKeyValue(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- 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
-
- 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
-
- setLoader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.web.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.WebMvcProperties
-
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the Locale to Charset mappings.
- setLocaleResolver(WebMvcProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setLocalPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
-
- 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.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.
- setLogDir(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- setLogDir(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setLoginPath(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- setLogLevel(String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
-
- 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.logging.LoggingApplicationListener
-
- setLogResolvedException(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- 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.
- 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.SessionProperties.Hazelcast
-
- setMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
-
- setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- setMaster(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- 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(Long) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setMaxAge(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- 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
-
- setMaxFileSize(String) - Method in class org.springframework.boot.autoconfigure.web.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
-
- setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
Deprecated.
- 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(long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-
- setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setMaxRedirects(Integer) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- setMaxRequestSize(String) - Method in class org.springframework.boot.autoconfigure.web.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.
- setMaxThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMaxTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum timeout (in milliseconds) that can be allowed for
transactions.
- setMaxWait(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMediaType(MediaType) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the message source.
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the message source.
- setMethodMappings(List<AbstractHandlerMethodMapping<?>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
Set the method mappings.
- setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- setMimeMappings(MimeMappings) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the mime-type mappings.
- setMimeTypes(String[]) - Method in class org.springframework.boot.context.embedded.Compression
-
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMinResponseSize(int) - Method in class org.springframework.boot.context.embedded.Compression
-
- setMinSpareThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMissRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setMobilePrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setMobileSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setMode(InfoPropertiesInfoContributor.Mode) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
-
- 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
-
- 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
-
- setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- 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.autoconfigure.web.ServerProperties.Session.Cookie
-
- setName(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- setName(String) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Set the name of this registration.
- setName(String) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- setNameAliases(Map<String, List<String>>) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
Set name aliases.
- setNames(String[]) - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
-
- setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- setNamingStrategy(OpenTsdbNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-
- setNodes(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- setNonBlockingRedelivery(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setNormalPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setNormalSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setOnePhaseCommit(boolean) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setOplogSize(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
-
- setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- 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.web.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.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.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the order of the bean.
- 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.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
-
- setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.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.support.ServletContextApplicationContextInitializer
-
- setPageParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setParameters(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setParseArgs(boolean) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Sets if initialization arguments should be parsed for --debug and
--trace options.
- setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- 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.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
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
Deprecated.
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- setPath(File) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- setPath(String...) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
-
- 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
-
- setPeriodicRecoveryPeriod(int) - 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.autoconfigure.web.ServerProperties.Session
-
- setPersistSession(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setPersistSession(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets if session data should be persisted between restarts.
- setPhysicalStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setPollInterval(long) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setPollTimeout(Long) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-
- setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setPool(ActiveMQProperties.Pool) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Sets the port of the management server, use
null
if the
server port
should be used.
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- setPort(int) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- 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.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the port that the embedded servlet container should listen on.
- setPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
-
- setPort(Integer) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
-
- setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setPreferTokenInfo(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-
- setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Set the prefix used in mappings.
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
Prefix to apply to all output metrics.
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- 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.WebMvcProperties.View
-
- setPrincipalExtractor(PrincipalExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- 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.kafka.KafkaProperties
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setPropertyAliases(Map<Class<?>, Map<String, String>>) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the property aliases.
- setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the property sources.
- setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertySourcesBinder
-
- setPropertySources(PropertySources) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the property sources to bind.
- setProtocol(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setProtocol(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setProtocol(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
The Tomcat protocol to use when create the
Connector
.
- setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setProvider(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setPublisherConfirms(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPublisherReturns(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- setQosEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
Set a specific validation query to use to validate a connection.
- setQuery(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- setQuery(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setQuietPeriod(long) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
-
- setReader(MetricReader) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setReadTimeout(int) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setReadTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- setReadTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setReceiveTimeout(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-
- setReceiveTimeout(Long) - 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(int) - 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
-
- setRedis(MetricExportProperties.Redis) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Set if the DefaultServlet should be registered.
- setRegistered(boolean) - Method in class org.springframework.boot.context.embedded.JspServlet
-
- setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
-
- setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setRemapLevels(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
Set the remapped level.
- 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(Long) - 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(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setRequestTimeout(Long) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
-
- setRequireSsl(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setResolveLazily(boolean) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- setResolvePlaceholders(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Flag to indicate that placeholders should be replaced during binding.
- setResource(Resource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the resource.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- 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.ResourceProperties
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
-
- setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setResponseTimeout(long) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- setRestTemplate(RestOperations) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setRestTemplate(OAuth2RestOperations) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- setRetries(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
-
- 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.InMemoryTraceRepository
-
Flag to say that the repository lists traces in reverse order.
- setRole(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setRoles(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- 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
-
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- 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.session.SessionProperties.Jdbc
-
- 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
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- 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.autoconfigure.web.ServerProperties.Session.Cookie
-
- setSecurityInterceptor(HandlerInterceptor) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Set the handler interceptor that will be used for security.
- setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-
- setSelectors(int) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Set the number of selector threads to use.
- setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Send only the data that changed since the last export.
- setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setSendTimeout(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- 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
-
- 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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setServerHeader(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setServerHeader(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the server header value.
- setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager implementation that should be started.
- setServiceId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setServlet(Servlet) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Sets the servlet to be registered.
- setServletConfig(ServletConfig) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- setServletContext(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
-
- setServletPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setSession(ServerProperties.Session) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setSessions(ManagementServerProperties.SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setSessionStoreDir(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSessionStoreDir(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Set the directory used to store serialized session data.
- setSessionTimeout(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSessionTimeout(int, TimeUnit) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSessionTimeout(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The session timeout in seconds (default 30 minutes).
- setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The session timeout in the specified
TimeUnit
(default 30 minutes).
- setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setSize(Long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- 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
-
- setSocketConnect(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-
- setSortParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setSources(Set<Object>) - Method in class org.springframework.boot.SpringApplication
-
The sources that will be used to create an ApplicationContext.
- setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
-
- setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
-
Deprecated.
- setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.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.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.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSsl(Ssl) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the SSL configuration that will be applied to the container's default
connector.
- setSslStoreProvider(SslStoreProvider) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets a provider that will be used to obtain SSL stores.
- setStateless(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
-
- setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setStatsd(MetricExportProperties.Statsd) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
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.
- setStopWatcherOnRestart(boolean) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
- setStoreDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- setStoreType(StoreType) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
- setStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
-
- 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.WebMvcProperties.View
-
- setTableName(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
-
- setTablePrefix(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- setTabletPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setTabletSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the target name.
- setTemplate(Template) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheView
-
Set the Mustache template that should actually be rendered.
- setTemplateLoader(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
Deprecated.
- 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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setThreshold(long) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setTimeBetweenExpirationCheck(long) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- setTimeout(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- setTimestamp(Long) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setTimeToLive(long) - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
Set the time to live for cached results.
- setTimeToLive(Long) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-
- setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- 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.
- setTldSkip(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setTldSkipPatterns(Collection<String>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set the patterns that match jars to ignore for TLD scanning.
- setTokenInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setTokenKeyAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- 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<SessionTrackingMode>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- 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.AmqpContainer
-
- setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
Deprecated.
- setTransactionTimeout(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.system.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.context.embedded.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.context.embedded.Ssl
-
- setTrustStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setTrustStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setType(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
- 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
-
- setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setUpDefaults() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- 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 class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set the character encoding to use for URL decoding.
- setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
-
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
- setUrl(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- 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.jdbc.DataSourceProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Set the URL mappings for the servlet.
- setUrls(String[]) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
-
- setUseAnonymousProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
-
- 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 class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
Set if x-forward-* headers should be processed.
- setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
-
- setUseNewIdGeneratorMappings(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- 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
-
- setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setValidateServerCertificate(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setValidating(boolean) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
-
Set whether to use XML validation.
- setValidator(Validator) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the validator.
- setValidator(Validator) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the validator.
- setValidator(Validator) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the bean validator used to validate property fields.
- setValue(double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- setValue(double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- setValue(Number) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setValueDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-
- setValues(ConcurrentNavigableMap<String, Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- setValues(ConcurrentNavigableMap<String, T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- 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(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
-
- setView(long) - 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
-
- setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setWebAllowOthers(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-
- setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if this application is running within a web environment.
- setWorkerThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setWorkerThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setWriters(Map<String, GaugeWriter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setXaResourceOrphanFilters(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setXss(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the YAML.
- 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_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
-
Deprecated.
- shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
Deprecated.
- ShellProperties - Class in org.springframework.boot.actuate.autoconfigure
-
- ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- ShellProperties.Auth - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
- ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Base class for Auth specific properties.
- ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Base class for CRaSH properties.
- ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for JAAS authentication.
- ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for key authentication.
- ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for simple authentication.
- ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
- ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for Spring authentication.
- ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
SSH properties.
- ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Telnet properties.
- shouldRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns whether or not the JSP servlet should be registered with the embedded
container.
- shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Shutdown the application.
- shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
-
- ShutdownEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- ShutdownMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- ShutdownMvcEndpoint(ShutdownEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
-
- sibling(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- sibling(Object[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- SignalUtils - Class in org.springframework.boot.loader.tools
-
Utilities for working with signal handling.
- signInController(ConnectionFactoryLocator, UsersConnectionRepository, SignInAdapter) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- SimpleDataSourceExample - Class in org.springframework.boot.jdbc
-
Example configuration for configuring a simple
DataSource
.
- SimpleDataSourceExample() - Constructor for class org.springframework.boot.jdbc.SimpleDataSourceExample
-
- 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
-
- SimpleInMemoryRepository<T> - Class in org.springframework.boot.actuate.metrics.util
-
Repository utility that stores stuff in memory with period-separated String keys.
- SimpleInMemoryRepository() - Constructor for class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- SimpleInMemoryRepository.Callback<T> - Interface in org.springframework.boot.actuate.metrics.util
-
Callback used to update a value.
- SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
-
Configure RabbitListenerContainerFactory
with sensible defaults.
- SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-
- SimpleTwoDataSourcesExample - Class in org.springframework.boot.jdbc
-
Example configuration for configuring a configurable secondary
DataSource
while
keeping the auto-configuration defaults for the primary one.
- SimpleTwoDataSourcesExample() - Constructor for class org.springframework.boot.jdbc.SimpleTwoDataSourcesExample
-
- SingletonScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
-
- SitePreferenceAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- SitePreferenceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
-
- SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- sitePreferenceHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
-
- sitePreferenceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
-
- SitePreferenceMvcConfiguration(SitePreferenceHandlerInterceptor, SitePreferenceHandlerMethodArgumentResolver) - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- 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
-
- SocialAutoConfigurationAdapter(ObjectProvider<List<ConnectInterceptor<?>>>, ObjectProvider<List<DisconnectInterceptor<?>>>, ObjectProvider<List<ProviderSignInInterceptor<?>>>) - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- SocialAutoConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
-
Base class for auto-configured SocialConfigurerAdapter
s.
- SocialAutoConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
-
- SocialProperties - Class in org.springframework.boot.autoconfigure.social
-
- SocialProperties() - Constructor for class org.springframework.boot.autoconfigure.social.SocialProperties
-
- socialTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
-
- SocialTokenServicesConfiguration(ResourceServerProperties, ObjectProvider<OAuth2ConnectionFactory<?>>, UserInfoRestTemplateFactory, ObjectProvider<AuthoritiesExtractor>, ObjectProvider<PrincipalExtractor>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
-
- SocialWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration
-
- SocialWebAutoConfiguration.AnonymousUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.SocialAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.SpringSocialThymeleafConfig - Class in org.springframework.boot.autoconfigure.social
-
- 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.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
-
- SolrHealthIndicator - Class in org.springframework.boot.actuate.health
-
- SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.health.SolrHealthIndicator
-
- SolrHealthIndicatorConfiguration(Map<String, SolrClient>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
-
- 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
-
- SourceFolderUrlFilter - Interface in org.springframework.boot.devtools.restart.server
-
Filter URLs based on a source folder name.
- sources(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add more sources to use in this application.
- sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add more sources (configuration classes and components) to this application.
- SpecificTriggerProperties - Class in org.springframework.boot.actuate.metrics.export
-
Trigger for specific names or patterns.
- SpecificTriggerProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- SpringApplication - Class in org.springframework.boot
-
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
- SpringApplication(Object...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplication(ResourceLoader, Object...) - 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
-
A 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(Object...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-
- SpringApplicationBuilderExample - Class in org.springframework.boot.builder
-
- SpringApplicationBuilderExample() - Constructor for class org.springframework.boot.builder.SpringApplicationBuilderExample
-
- 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
-
- SpringApplicationRunListener - Interface in org.springframework.boot
-
- springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
-
Deprecated.
- SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- SpringBootApplication - Annotation Type in org.springframework.boot.autoconfigure
-
- springBootAuthenticationConfigurerAdapter(SecurityProperties, List<SecurityPrerequisite>) - Static method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- 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
-
- SpringBootDependencyInjectionTestExecutionListener - Class in org.springframework.boot.test.autoconfigure
-
- SpringBootDependencyInjectionTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
-
- 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.support
-
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.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
-
Configuration for security of a web application or service.
- SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
-
- SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
-
- SpringDataWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
-
- 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
-
- SpringIntegrationMetricReader - Class in org.springframework.boot.actuate.metrics.integration
-
A
MetricReader
for Spring Integration metrics (as provided by
IntegrationManagementConfigurer
).
- SpringIntegrationMetricReader(IntegrationManagementConfigurer) - Constructor for class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
-
- SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
-
- SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-
- SpringNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
-
Hibernate NamingStrategy
that follows Spring recommended
naming conventions.
- SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
-
- 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
-
- SpringProfileDocumentMatcher - Class in org.springframework.boot.yaml
-
- SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- SpringProfileDocumentMatcher(String...) - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
-
- springSocialDialect() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
-
- SpringSocialThymeleafConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
-
- SpringSocialTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
ResourceServerTokenServices
backed by Spring Social.
- SpringSocialTokenServices(OAuth2ConnectionFactory<?>, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
-
- 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
-
- 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.
- Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- 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.context.embedded
-
Simple container-independent abstraction for SSL configuration.
- Ssl() - Constructor for class org.springframework.boot.context.embedded.Ssl
-
- Ssl.ClientAuth - Enum in org.springframework.boot.context.embedded
-
Client authentication types.
- SslStoreProvider - Interface in org.springframework.boot.context.embedded
-
- start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- start() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
Starts the embedded servlet container.
- start() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- start() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- start() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
-
- 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 on the port.
- start(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- startAsync() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
- startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
- 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.
- startServer() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
-
- StaticPortProvider - Class in org.springframework.boot.devtools.tunnel.server
-
- StaticPortProvider(int) - Constructor for class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
-
- Statsd() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- StatsdMetricWriter - Class in org.springframework.boot.actuate.metrics.statsd
-
- StatsdMetricWriter(String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer instance with the given parameters.
- StatsdMetricWriter(String, String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer with the given parameters.
- StatsdMetricWriter(StatsDClient) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer with the given client.
- 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.
- stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- stop() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
Stops the embedded servlet container.
- stop() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- stop() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- stop() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
-
- 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.
- stopAcceptingConnections() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
-
- Storage() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
-
- 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
-
- stringHttpMessageConverter() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-
- StringHttpMessageConverterConfiguration(HttpEncodingProperties) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-
- stringOrNumberMigrationVersionConverter() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
-
- stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
-
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
-
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- submit(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
-
Set the specified gauge value.
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.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.
- 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
-
- systemPublicMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
-
- SystemPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
A
PublicMetrics
implementation that provides various system-related metrics.
- SystemPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
- VAL - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for value gauges.
- validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- validateConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
-
- validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
Basic validation of applied CRaSH shell configuration.
- validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
Basic validation of applied CRaSH shell configuration.
- 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
-
- ValidationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
-
- 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.
- value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
-
- 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.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
-
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.TraceProperties.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.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.JavaVersion
-
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.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.jdbc.EmbeddedDatabaseConnection
-
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.security.SecurityAuthorizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.ContentSecurityPolicyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
-
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.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.cloud.CloudPlatform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.context.embedded.Ssl.ClientAuth
-
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.loader.data.RandomAccessData.ResourceAccess
-
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.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.orm.jpa.AutoConfigureTestDatabase.Replace
-
Deprecated.
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.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.web.client.TestRestTemplate.HttpClientOption
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
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.ManagementServerProperties.SessionCreationPolicy
-
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.MetricsFilterSubmission
-
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.TraceProperties.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.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.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.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.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.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.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.security.SecurityAuthorizeMode
-
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.SecurityProperties.Headers.ContentSecurityPolicyMode
-
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.SecurityProperties.Headers.HSTS
-
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.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.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.embedded.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.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.loader.data.RandomAccessData.ResourceAccess
-
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.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.orm.jpa.AutoConfigureTestDatabase.Replace
-
Deprecated.
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.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.web.client.TestRestTemplate.HttpClientOption
-
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
-
- View() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
-
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-