- AbstractDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
Base class for configuration of a database pool.
- AbstractDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- 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
-
- AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- AbstractLoggingSystem - Class in org.springframework.boot.logging
-
- AbstractLoggingSystem(ClassLoader, String...) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
-
- 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
-
- AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
-
Base ImportBeanDefinitionRegistrar
used to auto-configure Spring Data
Repositories.
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- 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(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.AutoConfigurationReport.ConditionAndOutcomes
-
- add(String, String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Add a new mime mapping.
- addActiveProfiles(String...) - Method in class org.springframework.boot.config.SpringProfileDocumentMatcher
-
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
-
- 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
-
Add Configuration
s that will be applied to the WebAppContext
before
the server is started.
- 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
-
Add LifecycleListener
s that should be added to the Tomcat Context
.
- addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Add Valve
s that should be applied to the Tomcat Context
.
- addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
-
Add additional (high priority) values to an Environment
owned by an
ApplicationContext
.
- addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
-
Add additional (high priority) values to an Environment
.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Adds error pages that will be used when handling exceptions.
- addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
- addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
-
Add ApplicationContextInitializer
s to be applied to the Spring
ApplicationContext
.
- addInitParameter(String, String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Add a single init-parameter, replacing any existing parameter with the same name.
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
-
- addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
-
Add ApplicationListener
s to be applied to the SpringApplication and
registered with the ApplicationContext
.
- addPropertyAlias(String, Class<?>, String) - Method in class org.springframework.boot.bind.CustomPropertyConstructor
-
Adds an alias for a Javabean property name on a particular type.
- addPropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Add any PropertySource
s to the environment.
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addServletNames(String...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Add servlet names for the filter.
- addServletRegistrationBeans(ServletRegistrationBean...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- addUrlMappings(String...) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Add URL mappings for the servlet.
- addUrlPatterns(String...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Add URL patterns that the filter will be registered against.
- addViewControllers(ViewControllerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- 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.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- 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
-
- amqpAdmin(CachingConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- AnnotationConfigEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
-
EmbeddedWebApplicationContext
that accepts annotated classes as input - in
particular
@Configuration
-annotated classes, but also plain
@Component
classes and
JSR-330 compliant classes using
javax.inject
annotations.
- 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
-
- AnsiElement - Interface in org.springframework.boot.ansi
-
An ANSI encodable element.
- AnsiElement.DefaultAnsiElement - Class in org.springframework.boot.ansi
-
- AnsiElement.DefaultAnsiElement(String) - Constructor for class org.springframework.boot.ansi.AnsiElement.DefaultAnsiElement
-
- 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
-
- anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified conditions match.
- 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.CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
-
- AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- AopAutoConfiguration.JdkDynamicAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.JdkDynamicAutoProxyConfiguration
-
- append(String) - Method in class org.springframework.boot.loader.AsciiBytes
-
- append(byte[]) - Method in class org.springframework.boot.loader.AsciiBytes
-
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application.
- applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
-
- apply(AsciiBytes, Archive.Entry) - Method in interface org.springframework.boot.loader.archive.Archive.EntryRenameFilter
-
Apply the jar entry filter.
- apply(AsciiBytes, JarEntryData) - Method in interface org.springframework.boot.loader.jar.JarEntryFilter
-
Apply the jar entry filter.
- apply(Statement, Description) - Method in class org.springframework.boot.test.OutputCapture
-
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
Apply any ApplicationContextInitializer
s to the context before it is
refreshed.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties.CrshShellProperties
-
Apply the properties to a CRaSH configuration.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties.JaasAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties.KeyAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties.SpringAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties.Ssh
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties.Telnet
-
- Archive - Class in org.springframework.boot.loader.archive
-
An archive that can be launched by the
Launcher
.
- Archive() - Constructor for class org.springframework.boot.loader.archive.Archive
-
- 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
.
- Archive.EntryRenameFilter - Interface in org.springframework.boot.loader.archive
-
Strategy interface to filter or rename
Entries
.
- ArrayDocumentMatcher - Class in org.springframework.boot.config
-
Matches a document containing a given key and where the value of that key is an array
containing one of the given values, or where one of the values matches one of the given
values (interpreted as regexes).
- ArrayDocumentMatcher(String, String...) - Constructor for class org.springframework.boot.config.ArrayDocumentMatcher
-
- AsciiBytes - Class in org.springframework.boot.loader
-
Simple wrapper around a byte array that represents an ASCII.
- AsciiBytes(String) - Constructor for class org.springframework.boot.loader.AsciiBytes
-
Create a new
AsciiBytes
from the specified String.
- AsciiBytes(byte[]) - Constructor for class org.springframework.boot.loader.AsciiBytes
-
- AsciiBytes(byte[], int, int) - Constructor for class org.springframework.boot.loader.AsciiBytes
-
- asCrshShellConfig() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
Return a properties file configured from these settings that can be applied to a
CRaSH shell instance.
- AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
-
Spring
ApplicationEvent
to encapsulate
AuditEvent
s.
- 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() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- AuditAutoConfiguration.AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- 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.
- AuditEventRepository - Interface in org.springframework.boot.actuate.audit
-
- auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- 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
-
- authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
-
ApplicationListener
expose Spring Security
authentication events
as
AuditEvent
s.
- AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- authenticationEventPublisher() - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- authenticationManager(<any>) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- authenticationManager() - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- AuthenticationManagerConfiguration - Class in org.springframework.boot.autoconfigure.security
-
Configuration for a Spring Security in-memory AuthenticationManager
.
- AuthenticationManagerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
ApplicationListener
expose Spring Security
authorization events
as
AuditEvent
s.
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- autoConfigurationAuditEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- 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
-
- AutoConfigurationReport - Class in org.springframework.boot.autoconfigure
-
Records auto-configuration details for reporting and logging.
- AutoConfigurationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure
-
- AutoConfigurationReport.ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationReport.ConditionAndOutcome
-
- AutoConfigurationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure
-
- AutoConfigurationReport.ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationReport.ConditionAndOutcomes
-
- 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.MessageAndCondition(AutoConfigurationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint.Report(AutoConfigurationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure
-
- AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.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.
- captureOutput() - Method in class org.springframework.boot.test.OutputCapture
-
- changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- child(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a child application with the provided sources.
- ClasspathLoggingApplicationListener - Class in org.springframework.boot.context.listener
-
A
SmartApplicationListener
that reacts to
start events
by logging the classpath of the thread context class loader (TCCL) at
DEBUG
level and to
error events
by logging
the TCCL's classpath at
INFO
level.
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.context.listener.ClasspathLoggingApplicationListener
-
- close() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoRepositoriesConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.CommonsDataSourceConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.TomcatDataSourceConfiguration
-
- close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- close() - Method in class org.springframework.boot.loader.jar.JarFile
-
- CodahaleMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
-
- CodahaleMetricWriter(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
-
- 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
-
- CommandLineRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- CommonsDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
Configuration for a Commons DBCP database pool.
- CommonsDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.CommonsDataSourceConfiguration
-
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is used at compile time and runtime.
- 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
-
- 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.
- ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Configuration annotation for a conditional element that depends on the value of a SpEL
expression.
- 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.
- ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified resources are on the
classpath.
- ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the application context is a web application
context.
- 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
-
- 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_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for name of external configuration file (excluding suffix).
- ConfigFileApplicationListener - Class in org.springframework.boot.context.listener
-
ApplicationContextInitializer
that configures the context environment by
loading properties from well known file locations.
- ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.listener.ConfigFileApplicationListener
-
- ConfigFileApplicationListener.PropertySourceLoaderFactory - Interface in org.springframework.boot.context.listener
-
- ConfigurableEmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
-
- CONFIGURATION_PREFIX - Static variable in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
-
Annotation for externalized configuration.
- 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
-
- configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
-
- configure(LocalContainerEntityManagerFactoryBean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- configure(LocalContainerEntityManagerFactoryBean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Configure registration settings.
- configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- configure(Registration.Dynamic) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Configure registration base settings.
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Configure registration settings.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.SpringBootServletInitializer
-
Configure the application.
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Configure the Tomcat Context
.
- configureHeaders(<any>, SecurityProperties.Headers) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- configureMessageConverters(List<<any>>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- contains(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- containsAutoConfiguredDataSource(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
- containsProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- 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.
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context.initializer
-
ApplicationContextInitializer
that set the Spring
ApplicationContext ID
.
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
-
- ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
-
- convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- count() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- counterService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
-
- CounterService - Interface in org.springframework.boot.actuate.metrics
-
A service that can be used to increment, decrement and reset a named counter value.
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
Strategy method used to create the ApplicationContext
.
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
-
Factory method used to create the BeanDefinitionLoader
.
- 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
-
- createFileSystem(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- 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
-
- createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
-
Create the MainMethodRunner
used to launch the application.
- createMultipartConfig() - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Create a new MultipartConfigElement
instance.
- createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.SpringBootServletInitializer
-
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- CrshAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
Auto-configuration
for embedding an extensible shell
into a Spring Boot enabled application.
- CrshAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
- CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
Class to configure CRaSH to authenticate against Spring Security.
- CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
-
- CrshAutoConfiguration.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
-
Spring Bean used to bootstrap the CRaSH shell.
- CrshAutoConfiguration.CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
Marker for custom scope when custom configuration is used.
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
-
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
-
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
-
- customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
-
- customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
-
- customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- CustomPropertyConstructor - Class in org.springframework.boot.bind
-
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML
keys to Javabean property names.
- CustomPropertyConstructor(Class<?>) - Constructor for class org.springframework.boot.bind.CustomPropertyConstructor
-
- CustomPropertyConstructor(Class<?>, Map<Class<?>, Map<String, String>>) - Constructor for class org.springframework.boot.bind.CustomPropertyConstructor
-
- CYAN - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- gaugeService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
-
- GaugeService - Interface in org.springframework.boot.actuate.metrics
-
A service that can be used to submit a named double value for storage and analysis.
- get(BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
- 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.AutoConfigurationReport
-
- 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(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
-
Detect and return the logging system in use.
- getAccessLogEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAccessLogPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- getAdditionalProperties() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getAddress() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-
- getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getAddress() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Returns all defined mappings.
- getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The Spring Data annotation used to enable the particular repository support.
- 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.SpringApplicationBeforeRefreshEvent
-
- getApplicationContext() - Method in class org.springframework.boot.SpringApplicationErrorEvent
-
- getApplicationLog() - Method in class org.springframework.boot.SpringApplication
-
Returns the Log
for the application.
- getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- getArgs() - Method in class org.springframework.boot.SpringApplicationBeforeRefreshEvent
-
- getArgs() - Method in class org.springframework.boot.SpringApplicationEnvironmentAvailableEvent
-
- getArgs() - Method in class org.springframework.boot.SpringApplicationErrorEvent
-
- getArgs() - Method in class org.springframework.boot.SpringApplicationStartEvent
-
- getAsText() - Method in class org.springframework.boot.bind.InetAddressEditor
-
- getAttributes() - Method in class org.springframework.boot.loader.jar.JarEntry
-
- getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- getAuth() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
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
-
- getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- getBrokerURL() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
-
- getCertificates() - Method in class org.springframework.boot.loader.jar.JarEntry
-
- getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the location of classes within the archive.
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getClassLoader() - Method in class org.springframework.boot.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.
- 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
-
- getCodeSigners() - Method in class org.springframework.boot.loader.jar.JarEntry
-
- getCommandPathPatterns() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getComment() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getCommit() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- getCompressedSize() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getCondition() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- getCondition() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationReport.ConditionAndOutcome
-
- getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationReport
-
Returns condition outcomes from this report, grouped by the source.
- getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration.JolokiaProperties
-
- getConfigPathPatterns() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The configuration class that will be used by Spring Boot as a template.
- getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Returns a mutable collection of Jetty Configuration
s that will be applied
to the WebAppContext
before the server is created.
- getContextLifecycleListeners() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable collection of the LifecycleListener
s that will be applied
to the Tomcat Context
.
- getContextPath() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-
- getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns the context path for the embedded servlet container.
- getConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
Return a mutable list of the converters in the order that they will be registered.
- getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- getCrc() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getDisabledPlugins() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
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.EndpointMBeanExportAutoConfiguration.EndpointMBeanExportProperties
-
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getDriverClassName() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the driver class name.
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerFactory
-
- 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
-
- getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- 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.EndpointHandlerMapping
-
Return the endpoints
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- 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
.
- getEntries() - Method in class org.springframework.boot.loader.archive.Archive
-
Returns all entries from the archive.
- getEntries() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getEntries() - Method in class org.springframework.boot.loader.archive.FilteredArchive
-
- getEntries() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getEnvironment() - Method in class org.springframework.boot.SpringApplicationEnvironmentAvailableEvent
-
- getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns a mutable set of
ErrorPage
s that will be used when handling
exceptions.
- getErrorPath() - Method in class org.springframework.boot.actuate.web.BasicErrorController
-
- getErrorPath() - Method in interface org.springframework.boot.actuate.web.ErrorController
-
Returns the path of the error page.
- getException() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
- getException() - Method in class org.springframework.boot.SpringApplicationErrorEvent
-
- getExceptionName() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The exception type name.
- getExitCode() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
-
- getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
-
Returns the exit code that should be returned from the application.
- getExtension() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- getExtra() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
Returns the underling File.
- getFilter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Returns the filter being registered.
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.Archive
-
Returns a filtered version of the archive.
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.FilteredArchive
-
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getFilteredArchive() - Method in class org.springframework.boot.loader.WarLauncher
-
Filter the specified WAR file to exclude elements that should not appear on the
classpath.
- getFilteredJarFile(JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a new jar based on the filtered contents of this file.
- getHeaders() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- getHsts() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- getId() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- 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.
- getIgnored() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getIgnored(SecurityProperties) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
-
- getInitializers() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getInitializers() - Method in class org.springframework.boot.SpringApplication
-
Returns readonly set of the ApplicationContextInitializer
s that will be
applied to the Spring ApplicationContext
.
- getInitialSize() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getInitParameters() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Returns a mutable Map of the registration init-parameters.
- 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 underling data.
- getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJarEntryData(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-
- getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJsonParser() - Static method in class org.springframework.boot.config.JsonParserFactory
-
Static factory for the "best" JSON parser available on the classpath.
- getJspServletClassName() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getKeysToSanitize() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the launcher class name for this layout.
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Expanded
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.None
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getLibraryDestination(String, LibraryScope) - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the destination path for a given library.
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getListener() - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- getListeners() - Method in class org.springframework.boot.SpringApplication
-
Returns readonly set of the ApplicationListener
s that will be applied to
the SpringApplication and registered with the ApplicationContext
.
- getLoaders(Environment) - Method in interface org.springframework.boot.context.listener.ConfigFileApplicationListener.PropertySourceLoaderFactory
-
- getMainClass() - Method in class org.springframework.boot.loader.archive.Archive
-
Obtain the main class that should be used to launch the application.
- getMainClass() - Method in class org.springframework.boot.loader.archive.FilteredArchive
-
- 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
-
- getManifest() - Method in class 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.FilteredArchive
-
- getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getManifest() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.OnExpressionCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Determine the outcome of the match along with suitable log output.
- getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- getMaxIdle() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getMaxIdle() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxWait() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- 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
.
- getMethod() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns the mime-type mappings.
- getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- getMostSpecific(YamlProcessor.MatchStatus, YamlProcessor.MatchStatus) - Static method in enum org.springframework.boot.config.YamlProcessor.MatchStatus
-
- getMultipartConfig() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Returns the multi-part configuration
to be applied
or null
.
- getName() - Method in class org.springframework.boot.actuate.metrics.Metric
-
Returns the name of the metric.
- getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- getName() - Method in class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties.User
-
- getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- 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.JarEntryData
-
- getName() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- 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 class 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.FilteredArchive
-
- getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getNestedJarFile(ZipEntry, JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a nested
JarFile
loaded from the specified entry.
- getNestedJarFile(JarEntryData, JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a nested
JarFile
loaded from the specified entry.
- 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.config.YamlMapFactoryBean
-
- getObject() - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- getObjectType() - Method in class org.springframework.boot.config.YamlMapFactoryBean
-
- getObjectType() - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
-
- getOrDeduceName(Object) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Deduces the name for this registration.
- getOrder() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationReportLoggingInitializer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-
- getOrder() - Method in class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.listener.ClasspathLoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.listener.ConfigFileApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.listener.EnvironmentDelegateApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.listener.LoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.listener.VcapApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- getOutcome() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationReport.ConditionAndOutcome
-
- getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getParent() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationReport
-
The parent report (from a parent BeanFactory if there is one).
- getPassword() - Method in class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties.User
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- 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.autoconfigure.security.SecurityProperties.Basic
-
- getPath() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The path to render (usually implemented as a forward), starting with "/".
- getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getPool() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- getPort() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-
Returns the management port or
null
if the
server port
should be used.
- getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPort() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns the port that the embedded servlet container should listen on.
- getPort() - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
The port that the embedded server listens on.
- getPort() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the user principal responsible for the event or null
.
- 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) - 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.
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getRealm() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The RepositoryConfigurationExtension
for the particular repository support.
- getRequiredProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getRequiredProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getResource(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-
- getResourceByPath(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getResourceLoader() - Method in class org.springframework.boot.SpringApplication
-
The ResourceLoader that will be used in the ApplicationContext.
- getResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-
- getResourceSuffix() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getRole() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties.Security
-
- getRole() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getSecurity() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-
- getServer() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
Returns access to the underlying Jetty Server.
- getServlet() - Method in class org.springframework.boot.context.embedded.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
-
- getServletName() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Returns the servlet name that will be registered.
- getServletNames() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Return a mutable collection of servlet names that the filter will be registered
against.
- getServletRegistrationBeans() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- getSessions() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties.Security
-
- getSessions() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getSessionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- 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
-
- getSize() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getSource() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- getSource() - Method in class org.springframework.boot.loader.jar.JarEntry
-
Return the source
JarEntryData
that was used to create this entry.
- getSources() - Method in class org.springframework.boot.SpringApplication
-
- getSpringApplication() - Method in class org.springframework.boot.SpringApplicationBeforeRefreshEvent
-
- getSpringApplication() - Method in class org.springframework.boot.SpringApplicationEnvironmentAvailableEvent
-
- getSpringApplication() - Method in class org.springframework.boot.SpringApplicationErrorEvent
-
- getSpringApplication() - Method in class org.springframework.boot.SpringApplicationStartEvent
-
- getSsh() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration.EndpointMBeanExportProperties
-
- getStatus() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The HTTP status value that this error page matches.
- getStatusCode() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The HTTP status value that this error page matches.
- 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.
- getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
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.RelaxedPropertyResolver
-
Return a Map of all values from the specified PropertySources
that start
with a particular 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
-
- getSupportedTypes() - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- getTelnet() - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- getTime() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- getTime() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- 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.trace.Trace
-
- 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
-
- getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the EmbeddedDatabaseType
for the connection.
- getUri() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getUrl() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the URL for the connection.
- getUrl() - Method in class 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.FilteredArchive
-
- 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.context.embedded.ServletRegistrationBean
-
Return a mutable collection of the URL mappings for the servlet.
- getUrlPatterns() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Return a mutable collection of URL patterns that the filter will be registered
against.
- getUser() - Method in class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- getValidDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns the absolute document root when it points to a valid folder, logging a
warning and returning null
otherwise.
- 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.rich.RichGauge
-
- getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- getValves() - 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
.
- getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- 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.
- gitInfo() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
-
- GREEN - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- 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.InMemoryMetricRepository
-
- groups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
- groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- 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.
- ParentContextApplicationContextInitializer - Class in org.springframework.boot.context.initializer
-
ApplicationContextInitializer
for setting the parent context.
- ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
-
- parseList(String) - Method in class org.springframework.boot.config.JacksonJsonParser
-
- parseList(String) - Method in interface org.springframework.boot.config.JsonParser
-
Parse the specified JSON string into a List.
- parseList(String) - Method in class org.springframework.boot.config.SimpleJsonParser
-
- parseList(String) - Method in class org.springframework.boot.config.YamlJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.config.JacksonJsonParser
-
- parseMap(String) - Method in interface org.springframework.boot.config.JsonParser
-
Parse the specified JSON string into a Map.
- parseMap(String) - Method in class org.springframework.boot.config.SimpleJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.config.YamlJsonParser
-
- PATH - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for classpath entries (directories possibly containing jars).
- 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: "}"
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
Apply any relevant post processing the ApplicationContext
.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
Register ServletContextAwareProcessor.
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
Called to post-process archive entries before they are used.
- postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.JarLauncher
-
- postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.WarLauncher
-
- postProcessContext(Context) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Post process the Tomcat Context
before it used with the Tomcat Server.
- postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Post process the Jetty WebAppContext
before it used with the Jetty Server.
- PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
-
- PrefixMetricGroupExporter(PrefixMetricReader, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
- PrefixMetricGroupExporter(PrefixMetricReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
- PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
-
Interface for extracting metrics as a group whose name starts with a prefix.
- prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- prepareEmbeddedWebApplicationContext(ServletContext) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
Prepare the WebApplicationContext
with the given fully loaded
ServletContext
.
- prepareRefresh() - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- printBanner() - Method in class org.springframework.boot.SpringApplication
-
Print a simple banner message to the console.
- process(Properties, Map<String, Object>) - Method in interface org.springframework.boot.config.YamlProcessor.MatchCallback
-
Process the properties.
- process(YamlProcessor.MatchCallback) - Method in class org.springframework.boot.config.YamlProcessor
-
Provides an opportunity for subclasses to process the Yaml parsed from the supplied
resources.
- profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add to the active Spring profiles for this app (and its parent and children).
- 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.
- PropertiesConfigurationFactory<T> - Class in org.springframework.boot.bind
-
Validate some
Properties
(or optionally
PropertySources
) by binding
them to an object of a specified type and then optionally running a
Validator
over it.
- PropertiesConfigurationFactory(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Create a new factory for an object of the given type.
- 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.config
-
Strategy to load '.properties' files into a PropertySource
.
- PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.config.PropertiesPropertySourceLoader
-
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
-
- PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
-
- PropertySourceLoader - Interface in org.springframework.boot.config
-
Strategy interface used to load a PropertySource
.
- propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
-
- PropertySourcesPropertyValues - Class in org.springframework.boot.bind
-
A PropertyValues
implementation backed by a PropertySources
, bridging
the two abstractions and allowing (for instance) a regular DataBinder
to be
used with the latter.
- PropertySourcesPropertyValues(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
-
Create a new PropertyValues from the given PropertySources
- PropertySourcesPropertyValues(PropertySources, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
-
Create a new PropertyValues from the given PropertySources
- PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is needed for compile but is usually provided when running.
- PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
-
- sanitize(String, Object) - Static method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- save(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- save(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
- save(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- 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.
- SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
-
- securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
-
- SecurityPrequisite - 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 - 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.Basic() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- SecurityProperties.Headers - Class in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.Headers() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- SecurityProperties.Headers.HSTS - Enum in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.User() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- 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.Tomcat - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Tomcat() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- ServerPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- ServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- ServletContextApplicationContextInitializer - Class in org.springframework.boot.context.initializer
-
ApplicationContextInitializer
for setting the servlet context.
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
-
- ServletContextInitializer - Interface in org.springframework.boot.context.embedded
-
Interface used to configure a Servlet 3.0+ context
programmatically.
- ServletContextInitializerConfiguration - Class in org.springframework.boot.context.embedded.jetty
-
- ServletContextInitializerConfiguration(ContextHandler, ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- ServletContextInitializerLifecycleListener - Class in org.springframework.boot.context.embedded.tomcat
-
- ServletContextInitializerLifecycleListener(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
-
- ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.context.embedded
-
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- ServletRegistrationBean - Class in org.springframework.boot.context.embedded
-
- ServletRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- 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.repository.InMemoryMetricRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
-
- 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).
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setAccessLogPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if a CommandLinePropertySource
should be added to the application
context in order to expose arguments.
- setAdditionalProfiles(Collection<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).
- setAdditionalProperties(ShellProperties.CrshShellProperties[]) - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Sets the specific network address that the server should bind to.
- setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- 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.mvc.JolokiaMvcEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.SpringApplication
-
Sets the type of Spring ApplicationContext
that will be created.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setAsText(String) - Method in class org.springframework.boot.bind.InetAddressEditor
-
- setAsyncSupported(boolean) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Sets if asynchronous operations are support for this registration.
- setAuth(String) - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setBackupSource(boolean) - Method in class org.springframework.boot.loader.tools.Repackager
-
Sets if source files should be backed up when they would be overwritten.
- 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.
- setBasic(SecurityProperties.Basic) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
Provide a custom BeanNameGenerator
for use with
AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
, if any.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
-
Sets the bean name generator that should be used when generating bean names.
- setBranch(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- setBrokerURL(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration.JolokiaProperties
-
- setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Sets Jetty Configuration
s that will be applied to the WebAppContext
before the server is created.
- setContentType(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set LifecycleListener
s that should be applied to the Tomcat Context
.
- setContextPath(String) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-
- setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setContextPath(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setContextPath(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Sets the context path for the embedded servlet container.
- setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set Valve
s that should be applied to the Tomcat Context
.
- setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setDatabase(String) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
-
- 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
-
- setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
Sets if this mapping is disabled.
- setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
- setDocumentMatchers(List<? extends YamlProcessor.DocumentMatcher>) - Method in class org.springframework.boot.config.YamlProcessor
-
A map of document matchers allowing callers to selectively use only some of the
documents in a YAML resource.
- setDocumentRoot(File) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Sets the document root folder which will be used by the web context to serve static
files.
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration.EndpointMBeanExportProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setDomain(String) - Method in class org.springframework.boot.actuate.properties.ShellProperties.JaasAuthenticationProperties
-
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
Debugging feature.
- setDynamic(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
The earliest time for which data will be exported.
- setEnableCsrf(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration.EndpointMBeanExportProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties.Security
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.properties.ShellProperties.Ssh
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.properties.ShellProperties.Telnet
-
- 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.security.SecurityProperties.Basic
-
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration
-
- 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.
- setErrorController(BasicErrorController) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setErrorPages(Set<ErrorPage>) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setErrorPages(Set<ErrorPage>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Sets the error pages that will be used when handling exceptions.
- setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Flag to indicate that an exception should be raised if a Validator is available and
validation fails.
- setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setFileSizeThreshold(int) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Sets the size threshold after which files will be written to disk.
- setFileSizeThreshold(String) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Sets the size threshold after which files will be written to disk.
- setFilter(Filter) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set the filter to be registered.
- setFrame(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
- setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application is headless and should not instantiate AWT.
- setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- setHsts(SecurityProperties.Headers.HSTS) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setId(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setIgnored(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- 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.
- setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
-
Sets the ApplicationContextInitializer
that will be applied to the Spring
ApplicationContext
.
- setInitialSize(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Set init-parameters for this registration.
- setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
-
- setJobName(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJspServletClassName(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setJspServletClassName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
The class name for the jsp servlet if used.
- setKeyPath(String) - Method in class org.springframework.boot.actuate.properties.ShellProperties.Ssh
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Repackager
-
Sets the layout to use for the jar.
- setListener(T) - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
Set the listener that will be registered.
- setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
-
Sets the ApplicationListener
s that will be applied to the SpringApplication
and registered with the ApplicationContext
.
- setLoader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Sets the loadOnStartup
priority.
- setLocation(String) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Sets the directory location where files will be stored.
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
- 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.
- setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application information should be logged when the application starts.
- 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.
- setMatchAfter(boolean) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set if the filter mappings should be matched after any declared filter mappings of
the ServletContext.
- setMatchDefault(boolean) - Method in class org.springframework.boot.config.YamlProcessor
-
Flag indicating that a document for which all the
document matchers
abstain will nevertheless
match.
- setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- setMaxFileSize(long) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Sets the maximum size allowed for uploaded files.
- setMaxFileSize(String) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Sets the maximum size allowed for uploaded files.
- setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- setMaxRequestSize(long) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Sets the maximum size allowed for multipart/form-data requests.
- setMaxRequestSize(String) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
-
Sets the maximum size allowed for multipart/form-data requests.
- setMaxThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMaxWait(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setMimeMappings(MimeMappings) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Sets the mime-type mappings.
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties.Pool
-
- setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Set the the multi-part configuration
.
- setName(String) - Method in class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties.User
-
- setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setName(String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Set the name of this registration.
- setNames(String) - Method in class org.springframework.boot.context.listener.ConfigFileApplicationListener
-
Sets the names of the files that should be loaded (excluding file extension) as a
comma separated list.
- setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setOrder(int) - Method in class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.listener.ConfigFileApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.listener.EnvironmentDelegateApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.listener.LoggingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.listener.VcapApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setParseArgs(boolean) - Method in class org.springframework.boot.context.listener.LoggingApplicationListener
-
Sets if initialization arguments should be parsed for --debug and
--trace options.
- setPassword(String) - Method in class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties.User
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setPath(String) - Method in class org.springframework.boot.actuate.properties.ShellProperties.KeyAuthenticationProperties
-
- setPath(String...) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setPool(RedisAutoConfiguration.RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- setPooled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.properties.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.properties.ShellProperties.Ssh
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.properties.ShellProperties.Telnet
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setPort(int) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Sets the port that the embedded servlet container should listen on.
- setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
The prefix for all metrics keys.
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
The prefix for all metrics keys.
- setProperties(Properties) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setPropertyAliases(Map<Class<?>, Map<String, String>>) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setPropertySourceLoaderFactory(ConfigFileApplicationListener.PropertySourceLoaderFactory) - Method in class org.springframework.boot.context.listener.ConfigFileApplicationListener
-
- setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setPropertySources(PropertySources) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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
-
- setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.JmsTemplateProperties
-
- setQuery(String) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
-
- setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Set if the DefaultServlet should be registered.
- setRegisterJspServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setRegisterJspServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
Set if the JspServlet should be registered if it is on the classpath.
- setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setRequireSsl(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setResolutionMethod(YamlProcessor.ResolutionMethod) - Method in class org.springframework.boot.config.YamlProcessor
-
Method to use for resolving resources.
- setResource(Resource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- 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.properties.ConfigurationPropertiesBindingPostProcessor
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
-
Sets the ResourceLoader
that should be used when loading resources.
- setResources(Resource[]) - Method in class org.springframework.boot.config.YamlProcessor
-
- setRole(String) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties.Security
-
- setRoles(String[]) - Method in class org.springframework.boot.actuate.properties.ShellProperties.SpringAuthenticationProperties
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
Set the ScopeMetadataResolver
to use for detected bean classes.
- setSearchLocations(String[]) - Method in class org.springframework.boot.context.listener.ConfigFileApplicationListener
-
Set the search locations that will be considered.
- setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setServlet(Servlet) - Method in class org.springframework.boot.context.embedded.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
-
- setServletNames(Collection<String>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set servlet names that the filter will be registered against.
- setServletRegistrationBeans(Collection<? extends ServletRegistrationBean>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties.Security
-
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setSessionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setSessionTimeout(int) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setSessionTimeout(int, TimeUnit) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- setSessionTimeout(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
The session timeout in seconds (default 30).
- setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
-
The session timeout in the specified
TimeUnit
(default 30 seconds).
- setShowBanner(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the Spring banner should be displayed when the application runs.
- setSingleton(boolean) - Method in class org.springframework.boot.config.YamlMapFactoryBean
-
Set if a singleton should be created, or a new object on each request otherwise.
- setSingleton(boolean) - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
-
Set if a singleton should be created, or a new object on each request otherwise.
- setSources(Set<Object>) - Method in class org.springframework.boot.SpringApplication
-
The sources that will be used to create an ApplicationContext.
- setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.context.listener.LoggingApplicationListener
-
Sets a custom logging level to be used for Spring Boot and related libraries.
- setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration.EndpointMBeanExportProperties
-
- setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setTestOnBorrow(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setTestOnReturn(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setTime(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- 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
-
- setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration.EndpointMBeanExportProperties
-
- setUri(String) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Set the URL mappings for the servlet.
- setUrlPatterns(Collection<String>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set the URL patterns that the filter will be registered against.
- setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setValidating(boolean) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
-
Set whether to use XML validation.
- setValidationQuery(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-
- setValidator(Validator) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setValidator(Validator) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setValidator(Validator) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryProperties
-
- setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if this application is running within a web environment.
- setXss(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
-
- shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
- ShellProperties - Class in org.springframework.boot.actuate.properties
-
Configuration properties for the shell subsystem.
- ShellProperties() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties
-
- ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.properties
-
Base class for Auth specific properties.
- ShellProperties.CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.CrshShellAuthenticationProperties
-
- ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.properties
-
Base class for CRaSH properties.
- ShellProperties.CrshShellProperties() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.CrshShellProperties
-
- ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.properties
-
Auth specific properties for JAAS authentication
- ShellProperties.JaasAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.JaasAuthenticationProperties
-
- ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.properties
-
Auth specific properties for key authentication
- ShellProperties.KeyAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.KeyAuthenticationProperties
-
- ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.properties
-
Auth specific properties for simple authentication
- ShellProperties.SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties
-
- ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.properties
-
- ShellProperties.SimpleAuthenticationProperties.User() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.SimpleAuthenticationProperties.User
-
- ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.properties
-
Auth specific properties for Spring authentication
- ShellProperties.SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.SpringAuthenticationProperties
-
- ShellProperties.Ssh - Class in org.springframework.boot.actuate.properties
-
SSH properties
- ShellProperties.Ssh() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.Ssh
-
- ShellProperties.Telnet - Class in org.springframework.boot.actuate.properties
-
Telnet properties
- ShellProperties.Telnet() - Constructor for class org.springframework.boot.actuate.properties.ShellProperties.Telnet
-
- showBanner(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate the startup banner should be printed.
- shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
-
Endpoint
to shutdown the
ApplicationContext
.
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
-
- ShutdownEndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- 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).
- simpleAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
- SimpleFormatter - Class in org.springframework.boot.logging.java
-
- SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
-
- SimpleHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of
HealthIndicator
that returns a status and also
attempts a simple database test.
- SimpleHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.SimpleHealthIndicator
-
- 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
-
- SimpleJsonParser - Class in org.springframework.boot.config
-
Really basic JSON parser for when you have nothing else available.
- SimpleJsonParser() - Constructor for class org.springframework.boot.config.SimpleJsonParser
-
- size() - Method in class org.springframework.boot.loader.jar.JarFile
-
- 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
- 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
-
- SpringApplicationBeforeRefreshEvent - Class in org.springframework.boot
-
Event published as when a
SpringApplication
is starting up and the
ApplicationContext
is about to refresh.
- SpringApplicationBeforeRefreshEvent(SpringApplication, ConfigurableApplicationContext, String[]) - Constructor for class org.springframework.boot.SpringApplicationBeforeRefreshEvent
-
- SpringApplicationBuilder - Class in org.springframework.boot.builder
-
Builder for
SpringApplication
and
ApplicationContext
instances with
convenient fluent API and context hierarchy support.
- SpringApplicationBuilder(Object...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-
- SpringApplicationConfiguration - Annotation Type in org.springframework.boot.test
-
Class-level annotation that is used to determine how to load and configure an
ApplicationContext for integration tests.
- SpringApplicationContextLoader - Class in org.springframework.boot.test
-
A
ContextLoader
that can be used to test Spring Boot applications (those that
normally startup using
SpringApplication
).
- SpringApplicationContextLoader() - Constructor for class org.springframework.boot.test.SpringApplicationContextLoader
-
- SpringApplicationEnvironmentAvailableEvent - Class in org.springframework.boot
-
Event published when a
SpringApplication
is starting up and the
Environment
is first available for inspection and modification.
- SpringApplicationEnvironmentAvailableEvent(SpringApplication, ConfigurableEnvironment, String[]) - Constructor for class org.springframework.boot.SpringApplicationEnvironmentAvailableEvent
-
- SpringApplicationErrorEvent - Class in org.springframework.boot
-
- SpringApplicationErrorEvent(SpringApplication, ConfigurableApplicationContext, String[], Throwable) - Constructor for class org.springframework.boot.SpringApplicationErrorEvent
-
- SpringApplicationStartEvent - Class in org.springframework.boot
-
Event published as early as conceivably possible as soon as a
SpringApplication
has been started - before the
Environment
or
ApplicationContext
is
available, but after the
ApplicationListener
s have been registered.
- SpringApplicationStartEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.SpringApplicationStartEvent
-
- springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
-
- 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
-
- SpringBootServletInitializer - Class in org.springframework.boot.web
-
A handy opinionated WebApplicationInitializer
for applications that only have
one Spring servlet, and no more than a single filter (which itself is only enabled when
Spring Security is detected).
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.SpringBootServletInitializer
-
- SpringBootWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration
-
- SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions
-
- SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions.DefaultWebMvcSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions.DefaultWebMvcSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions.DefaultWebMvcSecurityConfiguration
-
- SpringNamingStrategy - Class in org.springframework.boot.orm.jpa
-
Hibernate NamingStrategy
that follows Spring recommended naming conventions.
- SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.SpringNamingStrategy
-
- SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
-
Liquibase PackageScanClassResolver
implementation that uses Spring's resource
scanning to locate classes.
- SpringPackageScanClassResolver() - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
-
- springProfileAwareLoader(String[]) - Static method in class org.springframework.boot.config.YamlPropertySourceLoader
-
A property source loader that matches documents that have no explicit profile or
which have an explicit "spring.profiles.active" value in the current active
profiles.
- SpringProfileDocumentMatcher - Class in org.springframework.boot.config
-
- SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.config.SpringProfileDocumentMatcher
-
- springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
-
- 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
-
- startsWith(AsciiBytes) - Method in class org.springframework.boot.loader.AsciiBytes
-
- 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
-
- 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
-
- substring(int) - Method in class org.springframework.boot.loader.AsciiBytes
-
- substring(int, int) - Method in class org.springframework.boot.loader.AsciiBytes
-
- supports(Resource) - Method in class org.springframework.boot.config.PropertiesPropertySourceLoader
-
- supports(Resource) - Method in interface org.springframework.boot.config.PropertySourceLoader
-
Returns true
if the Resource
is supported.
- supports(Resource) - Method in class org.springframework.boot.config.YamlPropertySourceLoader
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationReportLoggingInitializer
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.listener.ClasspathLoggingApplicationListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.listener.LoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationReportLoggingInitializer
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.listener.ClasspathLoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.listener.LoggingApplicationListener
-
- 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
-
- validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.properties.ShellProperties
-
Basic validation of applied CRaSH shell configuration.
- VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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.ansi.AnsiOutput.Enabled
-
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.security.SecurityProperties.Headers.HSTS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.config.YamlProcessor.MatchStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.config.YamlProcessor.ResolutionMethod
-
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.
- 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.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.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.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.config.YamlProcessor.MatchStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.config.YamlProcessor.ResolutionMethod
-
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.
- VanillaHealthIndicator - Class in org.springframework.boot.actuate.health
-
- VanillaHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.VanillaHealthIndicator
-
- VanillaPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
- VanillaPublicMetrics(MetricReader) - Constructor for class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
-
- VcapApplicationListener - Class in org.springframework.boot.context.listener
-
An ApplicationContextInitializer
that knows where to find VCAP (a.k.a.
- VcapApplicationListener() - Constructor for class org.springframework.boot.context.listener.VcapApplicationListener
-
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-