- AbstractConfigurableEmbeddedServletContainer - Class in org.springframework.boot.context.embedded
-
- AbstractConfigurableEmbeddedServletContainer() - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
-
Create an instance with the data source to use.
- 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
-
- AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
-
Base
HealthAggregator
implementation to allow subclasses to focus on
aggregating the
Status
instances and not deal with contextual details etc.
- AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
- AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
-
- AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- 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
-
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
-
- AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Order after the basic authentication access control provided automatically for the
management endpoints.
- ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order before the basic authentication access control provided by Boot.
- ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
-
- ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
-
- ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
-
Configuration properties for ActiveMQ
- ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- 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.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- add(String, String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Add a new mime mapping.
- add(PropertySource<?>) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- addActiveProfiles(String...) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Add Connector
s in addition to the default connector, e.g.
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
-
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceAutoConfigurationAdapter
-
- addBasicMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add basic system metrics.
- addClassLoadingMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add class loading metrics.
- addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate that command line arguments should be added to the environment.
- addConfigurations(Configuration...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
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
.
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Add Jetty's DefaultServlet
to the given WebAppContext
.
- addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
-
- addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
-
Add additional (high priority) values to an
Environment
.
- addEnvironment(String, 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.AbstractConfigurableEmbeddedServletContainer
-
- addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Adds error pages that will be used when handling exceptions.
- addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addGarbageCollectionMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add garbage collection metrics.
- addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- addHeapMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add JVM heap metrics.
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
- addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
-
- addInitParameter(String, String) - Method in class org.springframework.boot.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.mobile.SitePreferenceAutoConfiguration.SitePreferenceAutoConfigurationAdapter
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
-
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Add Jetty's JspServlet
to the given WebAppContext
.
- addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
-
- addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add appropriate post-processors to post-configure the property-sources.
- addPropertyAlias(String, Class<?>, String) - Method in class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
-
Adds an alias for a Javabean property name on a particular type.
- addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add config file property sources to the specified environment.
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- 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
-
- addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add specfic status mappings to the existing set.
- addStatusMapping(Status, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add a status mapping to the existing set.
- addStatusMapping(String, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add a status mapping to the existing set.
- addThreadMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add thread metrics.
- addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.RandomValuePropertySource
-
- addURL(URL) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-
- addUrlMappings(String...) - Method in class org.springframework.boot.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.actuate.health.DataSourceHealthIndicator
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- afterPropertiesSet() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- afterPropertiesSet() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- afterRefresh(ConfigurableApplicationContext, String[]) - Method in class org.springframework.boot.SpringApplication
-
- AgentAttacher - Class in org.springframework.boot.loader.tools
-
Utility class to attach an instrumentation agent to the running JVM.
- AgentAttacher() - Constructor for class org.springframework.boot.loader.tools.AgentAttacher
-
- aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
- aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
-
Aggregate several given
Health
instances into one.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the single 'aggregate' status that should be used from the specified
candidates.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- ALPHA - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- amqpAdmin(CachingConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- AnnotationConfigEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
-
- AnnotationConfigEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- AnnotationConfigEmbeddedWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- 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
-
- AnsiOutputApplicationListener - Class in org.springframework.boot.ansi
-
- AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.ansi.AnsiOutputApplicationListener
-
- anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified conditions match.
- AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
-
Condition
that will match when any nested class condition matches.
- AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
-
- AopAutoConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- AopAutoConfiguration.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.util.AsciiBytes
-
- append(AsciiBytes) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- append(byte[]) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- append(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- 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
-
- ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
-
- ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
-
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
-
- applicationHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
-
- ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
-
- ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
-
- ApplicationHome - Class in org.springframework.boot
-
Provides access to the application home directory.
- ApplicationHome() - Constructor for class org.springframework.boot.ApplicationHome
-
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.ApplicationHome
-
- ApplicationPid - Class in org.springframework.boot
-
An application process ID.
- ApplicationPid() - Constructor for class org.springframework.boot.ApplicationPid
-
- ApplicationPid(String) - Constructor for class org.springframework.boot.ApplicationPid
-
- ApplicationPidFileWriter - Class in org.springframework.boot.actuate.system
-
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
-
- ApplicationPidListener - Class in org.springframework.boot.actuate.system
-
- ApplicationPidListener() - Constructor for class org.springframework.boot.actuate.system.ApplicationPidListener
-
Deprecated.
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
-
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
-
- ApplicationStartedEvent - Class in org.springframework.boot.context.event
-
- ApplicationStartedEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
-
- 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
-
- applyContentType(HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.groovy.template.web.GroovyTemplateView
-
Apply this view's content type as specified in the "contentType" bean property to
the given response.
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- applyProperties(FreeMarkerConfigurationFactory) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
-
- applyProperties(JedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- applyProperties(VelocityEngineFactory) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
-
Apply the properties to a CRaSH configuration.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
- applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
Apply the given properties to a AbstractTemplateViewResolver
.
- applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- 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
.
- ARGS - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for default command line arguments.
- ArrayDocumentMatcher - Class in org.springframework.boot.yaml
-
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.yaml.ArrayDocumentMatcher
-
- AsciiBytes - Class in org.springframework.boot.loader.util
-
Simple wrapper around a byte array that represents an ASCII.
- AsciiBytes(String) - Constructor for class org.springframework.boot.loader.util.AsciiBytes
-
Create a new
AsciiBytes
from the specified String.
- AsciiBytes(byte[]) - Constructor for class org.springframework.boot.loader.util.AsciiBytes
-
- AsciiBytes(byte[], int, int) - Constructor for class org.springframework.boot.loader.util.AsciiBytes
-
- asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Return a properties file configured from these settings that can be applied to a
CRaSH shell instance.
- asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Returns the properties as a
Properties
object that can be used with
Atomikos.
- AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of com.atomikos.jms.AtomikosConnectionFactoryBean
.
- AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of com.atomikos.jdbc.AtomikosDataSourceBean
.
- AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
-
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- AtomikosLoggingLevel - Enum in org.springframework.boot.jta.atomikos
-
Logging levels supported by Atomikos.
- AtomikosProperties - Class in org.springframework.boot.jta.atomikos
-
- AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
-
- AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
-
- attach(File) - Static method in class org.springframework.boot.loader.tools.AgentAttacher
-
- attachSignalHandler(Runnable) - Static method in class org.springframework.boot.loader.tools.SignalUtils
-
Handle INT signals by calling the specified
Runnable
- AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
-
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- AuditAutoConfiguration() - 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
-
- AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
-
- authenticationManager(AuthenticationManagerBuilder) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- 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
-
- AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener - Class in org.springframework.boot.autoconfigure.security
-
- AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
-
- authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- 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
-
- 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(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint.Report(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure.logging
-
- AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
-
- AutoConfigureAfter - Annotation Type in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configuration
should be applied
after other specified auto-configuration classes.
- AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configuration
should be applied
before other specified auto-configuration classes.
- AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
-
- captureOutput() - Method in class org.springframework.boot.test.OutputCapture
-
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
-
- checkLocationExists() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration
-
- child(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a child application with the provided sources.
- ClasspathLoggingApplicationListener - Class in org.springframework.boot.logging
-
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- clearPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
-
- close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
-
- close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- close() - Method in class org.springframework.boot.loader.jar.JarFile
-
- close() - Method in class org.springframework.boot.loader.tools.JarWriter
-
Close the writer.
- CloudAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
-
- CloudAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
-
- 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
-
- commandLineArguments() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
-
- CommandLineRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- CommonsDbcpDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- CommonsDbcpDataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is used at compile time and runtime.
- CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
-
HealthIndicator
that returns health indications from all registered delegates.
- CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- CompositeMetricReader - Class in org.springframework.boot.actuate.metrics.reader
-
- CompositeMetricReader(MetricReader...) - Constructor for class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
-
- CompositeMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
-
Composite implementation of
MetricWriter
that just sends its input to all of
the delegates that have been registered.
- CompositeMetricWriter(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- 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.
- ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that matches based on the JVM version the application is running
on.
- ConditionalOnJava.JavaVersion - Enum in org.springframework.boot.autoconfigure.condition
-
Java versions.
- ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
-
Range options.
- ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
-
- ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified bean classes and/or names are
not already contained in the
BeanFactory
.
- ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified classes are not on the
classpath.
- ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the application context is a not a web
application context.
- ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that checks if the specified properties have a specific value.
- ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified resources are on the
classpath.
- ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the application context is a web application
context.
- ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
-
Records condition evaluation details for reporting and logging.
- ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionEvaluationReport.ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionEvaluationReport.ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- 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).
- ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test
-
- ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ConfigFileApplicationContextInitializer
-
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
-
ApplicationListener
that configures the context environment by loading
properties from well known file locations.
- ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- ConfigurableEmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
-
- ConfigurationBeanFactoryMetaData - Class in org.springframework.boot.context.properties
-
Utility class to memorize @Bean
definition meta data during initialization
of the bean factory.
- ConfigurationBeanFactoryMetaData() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
-
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
-
Annotation for externalized configuration.
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- configurationPropertiesReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.endpoint
-
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
-
- configure(ClassLoader, TemplateConfiguration) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateResolver
-
- configure(LocalContainerEntityManagerFactoryBean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- configure(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.context.web.SpringBootServletInitializer
-
Configure the application.
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Configure the Tomcat Context
.
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
- 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
-
- configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Configure which profiles are active (or active by default) for this application
environment.
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Add, remove or re-order any
PropertySource
s in this application's
environment.
- configureSsl(SslContextFactory, Ssl) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Configure the SSL connection.
- configureSsl(<any>, Ssl) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Configure Tomcat's AbstractHttp11JsseProtocol
for SSL.
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Configure the given Jetty WebAppContext
for use.
- connectController(ConnectionFactoryLocator, ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- connectionFactory() - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
-
- 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
-
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the application context has been loaded but before it has been
refreshed.
- contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the
ApplicationContext
has been created and prepared, but
before sources have been loaded.
- convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- count() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
-
- count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
-
The number of metrics known to this reader.
- count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
-
- COUNT - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- 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.
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- create() - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- create(ClassLoader) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
- createArchive() - Method in class org.springframework.boot.loader.Launcher
-
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
-
- createClassLoader(URL[]) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- 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
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookAutoConfigurationAdapter
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInAutoConfigurationAdapter
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterAutoConfigurationAdapter
-
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
Subclasses may override to create their own subclass of ContextCloserListener.
- createFileSystem(String[], String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- 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.
- createMongoClient(MongoClientOptions) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
Create a new MultipartConfigElement
using the
- createMultipartConfig() - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Create a new MultipartConfigElement
instance.
- createParentLoaderForTemplates() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.BaseGroovyTemplateConfiguration
-
- createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- createPrefix(String, DataSource, boolean) - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
-
Create the prefix to use for the metrics to associate with the given
DataSource
.
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
-
- createSpringApplication(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- 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(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
-
- customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.hornetq.HornetQConfigurationCustomizer
-
Customize the configuration.
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
-
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- customize(ConfigurableEmbeddedServletContainer) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
-
- customize(Server) - Method in interface org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
-
- 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
-
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Customize vendor properties before they are used.
- 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.
- generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
Creates the minimal transport parameters for an embedded transport
configuration.
- 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.condition.ConditionEvaluationReport
-
- 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
-
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getActive() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the current number of active connections that have been allocated from the
data source or null
if that information is not available.
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable collection of the Connector
s that will be added to the
Tomcat
- getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getAddress() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Returns all defined mappings.
- getAllFileExtensions() - Method in class org.springframework.boot.env.PropertySourcesLoader
-
Returns all file extensions that could be loaded.
- 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.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- getApplicationContext() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
Access the application context that the container was created in.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
-
- 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.context.event.SpringApplicationEvent
-
- getArgs(String...) - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- 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.autoconfigure.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
-
- getBasename() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
-
- getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getCachePeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getCacheSeconds() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- getCertificates() - Method in class org.springframework.boot.loader.jar.JarEntry
-
- getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getCharSet() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getCharSet() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getCiphers() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the location of classes within the archive.
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getClassLoader() - Method in class org.springframework.boot.SpringApplication
-
Either the ClassLoader that will be used in the ApplicationContext (if
resourceLoader
is set, or the context
class loader (if not null), or the loader of the Spring
ClassUtils
class.
- getClassPathArchives() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- getClassPathArchives() - Method in class org.springframework.boot.loader.Launcher
-
Returns the archives that will be used to construct the class path.
- getClassPathArchives() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getClientAuth() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getClusterName() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-
- getClusterNodes() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-
- getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- getCode() - Method in class org.springframework.boot.actuate.health.Status
-
- getCodeSigners() - Method in class org.springframework.boot.loader.jar.JarEntry
-
- getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.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.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns condition outcomes from this report, grouped by the source.
- getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
-
- getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The configuration class that will be used by Spring Boot as a template.
- getConfiguration() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- 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.
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getContext() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
-
- 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.autoconfigure.ManagementServerProperties
-
- getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the context path for the embedded servlet container.
- getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
Return an immutable list of the converters in the order that they will be
registered.
- 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
-
- getData() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getData() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- getDataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getDataSourceClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvider
-
- getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getDateToolAttribute() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- getDescription() - Method in class org.springframework.boot.actuate.health.Status
-
- getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDetails() - Method in class org.springframework.boot.actuate.health.Health
-
- getDir() - Method in class org.springframework.boot.ApplicationHome
-
Returns the application home folder.
- getDisabledCommands() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the document root which will be used by the web context to serve static
files.
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getDriverClassName() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the driver class name.
- getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerFactory
-
- getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getEncoding() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- 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.context.event.ApplicationEnvironmentPreparedEvent
-
- getEnvironmentProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getError(RequestAttributes) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getError(RequestAttributes) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
-
Return the underlying cause of the error or null
if the error cannot be
extracted.
- getErrorAttributes(RequestAttributes, boolean) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getErrorAttributes(RequestAttributes, boolean) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
-
Returns a
Map
of the error attributes.
- getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns a mutable set of
ErrorPage
s that will be used when handling
exceptions.
- getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- getErrorPath() - Method in interface org.springframework.boot.autoconfigure.web.ErrorController
-
Returns the path of the error page.
- getException() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
Returns the exception type (or null
for a page that matches by status)
- getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
- getExceptionName() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The exception type name.
- getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- 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.
- getFile() - Method in class org.springframework.boot.loader.tools.Library
-
- getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
-
Returns the file extensions that the loader supports (excluding the '.').
- getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
-
- getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- 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.
- getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getGridFsDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getHeaders() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getHibernate() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getHibernateProperties(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
Get configuration properties for the initialization of the main Hibernate
EntityManagerFactory.
- getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- 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
-
- getInitializer() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getInitializers() - Method in class org.springframework.boot.SpringApplication
-
- getInitParameters() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Returns a mutable Map of the registration init-parameters.
- getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- 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
-
- getInternalProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJarEntryData(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJarEntryData(AsciiBytes) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getJavaVersion() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
-
- getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- getJob() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-
- getJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
-
Static factory for the "best" JSON parser available on the classpath.
- getJspServletClassName() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getKeyAlias() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyPassword() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- getKeyStore() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
-
- 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
-
- getLocale() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getLocation() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getLogDir() - Method in class org.springframework.boot.autoconfigure.jta.JtaProperties
-
- getLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- 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
-
- getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getMapping() - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
-
- getMaster() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Sentinel
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Determine the outcome of the match along with suitable log output.
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration.ResourceBundleCondition
-
- getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getMax() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the maximum number of active connections that can be allocated at the same
time or -1
if there is no limit.
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxIdle() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxWait() - Method in class org.springframework.boot.autoconfigure.redis.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
.
- getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getMethod() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the mime-type mappings.
- getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getMin() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the minimum number of idle connections in the pool or null
if that
information is not available.
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- getMobilePrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getMobileSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getMode() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- 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.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
- 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.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
-
- getName() - Method in class org.springframework.boot.loader.tools.Library
-
- getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getNamingStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getNestedArchives(Archive.EntryFilter) - Method in 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) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a nested
JarFile
loaded from the specified entry.
- getNestedJarFile(JarEntryData) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a nested
JarFile
loaded from the specified entry.
- getNodes() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Sentinel
-
- getNormalPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getNormalSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getNumberToolAttribute() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- getObject() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObject() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- 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.endpoint.SystemPublicMetrics
-
- getOrder() - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
-
- getOrder() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getOrder() - Method in class org.springframework.boot.ansi.AnsiOutputApplicationListener
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- getOrder() - Method in class org.springframework.boot.cloudfoundry.VcapApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
- getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.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.condition.ConditionEvaluationReport
-
The parent report (from a parent BeanFactory if there is one).
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
- 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.actuate.health.DiskSpaceHealthIndicatorProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPath() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The path to render (usually implemented as a forward), starting with "/".
- getPathsArray(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPathsArray(String[]) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getPlatform() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getPool() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Returns the management port or
null
if the
server port
should be used.
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
- getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPort() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
The port that the embedded server listens on.
- getPort() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- getPortFile(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
-
Return the actual port file that should be written for the given application
context.
- getPortHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the user principal responsible for the event or null
.
- getProperties() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- getProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, Class<T>, T) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String) - Method in class org.springframework.boot.context.config.RandomValuePropertySource
-
- getProperty(String) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- getProperty(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
- getProperty(String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
- getProperty(String, String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Search the System properties and environment variables for a value with the
provided key.
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getPropertyName(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.test.ServerPortInfoApplicationContextInitializer
-
- getPropertyNames() - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getPropertySources() - Method in class org.springframework.boot.env.PropertySourcesLoader
-
- getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getProtocol() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getQuery() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
Return the validation query or null
.
- getQueues() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- 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.
- getRequestConfig() - Method in class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- 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.
- getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- 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.autoconfigure.ManagementServerProperties.Security
-
- getRole() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
- getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getRootJarFileFromUrl(URL) - Method in class org.springframework.boot.loader.jar.Handler
-
- getRunningProcess() - Method in class org.springframework.boot.loader.tools.RunProcess
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getScope() - Method in class org.springframework.boot.loader.tools.Library
-
- getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getSentinel() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getSentinelConfig() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getServer() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
Returns access to the underlying Jetty Server.
- getServerCustomizers() - 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.
- getServerId() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- 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
-
- getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- 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.
- getServletPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServletRegistrationBeans() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.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.AbstractConfigurableEmbeddedServletContainer
-
- getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- 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.ApplicationHome
-
Returns the underlying source used to find the home folder.
- 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.context.event.SpringApplicationEvent
-
- getSpringApplication() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getSqlScriptEncoding() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSsl() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getStartUpException() - Method in class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
-
- getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
- getStatus() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The HTTP status value that this error page matches (or null
for a page that
matches by exception).
- getStatusCode() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The HTTP status value that this error page matches.
- getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
-
Return a Map of all values from the specified
PropertySources
that start
with a particular key.
- getSubProperties(PropertySources, String, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
-
Return a Map of all values from the specified
PropertySources
that start
with a particular key.
- getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
Return a Map of all values from all underlying properties that start with the
specified key.
- getSubsection(long, long) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
-
- getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
-
- getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getSupportedTypes() - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- getTabletPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getTabletSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- getThreshold() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- 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
-
- getToolboxConfigLocation() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- getTopics() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getTrustStore() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the EmbeddedDatabaseType
for the connection.
- getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getUriEncoding() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns the character encoding to use for URL decoding.
- getUrl() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getUrl() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the URL for the connection.
- getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- 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.JarEntry
-
- 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.
- getUsage() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getUsage() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not
limited).
- getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
-
- getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getValidationQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getValidationQuery() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the query to use to validate that a connection is valid or null
if
that information is not available.
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- 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
.
- getVendorCallback() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- 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.
- getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getZkHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- gitInfo() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
-
- GREEN - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- gridFsTemplate(MongoDbFactory, MongoTemplate) - Method in class org.springframework.boot.autoconfigure.mongo.MongoDataAutoConfiguration
-
- GroovyTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
Autoconfiguration support for Groovy templates in MVC.
- GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
-
- GroovyTemplateAutoConfiguration.BaseGroovyTemplateConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAutoConfiguration.BaseGroovyTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.BaseGroovyTemplateConfiguration
-
- GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- GroovyTemplateAutoConfiguration.GroovySimpleConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAutoConfiguration.GroovySimpleConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovySimpleConfiguration
-
- GroovyTemplateAutoConfiguration.GroovyWebConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAutoConfiguration.GroovyWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
-
- GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
-
- groovyTemplateConfiguration() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- groovyTemplateEngine() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- groovyTemplateEngine() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovySimpleConfiguration
-
- GroovyTemplateProperties - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- GroovyTemplateResolver - Class in org.springframework.boot.autoconfigure.groovy.template
-
A custom template resolver
which resolves
templates using the locale found in the thread locale.
- GroovyTemplateResolver() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateResolver
-
- GroovyTemplateView - Class in org.springframework.boot.autoconfigure.groovy.template.web
-
Spring MVC View
that can render Groovy templates.
- GroovyTemplateView(Template) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.web.GroovyTemplateView
-
- groovyTemplateViewResolver(TemplateEngine) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
-
- GroovyTemplateViewResolver - Class in org.springframework.boot.autoconfigure.groovy.template.web
-
- GroovyTemplateViewResolver() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.web.GroovyTemplateViewResolver
-
- 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
-
The names of all the groups known to this repository
- groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- gson() - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
-
- GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
-
- GsonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
-
- gsonHttpMessageConverter(Gson) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.GsonHttpMessageConverterConfiguration
-
- IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order applied to the WebSecurityConfigurer that ignores standard static resource
paths.
- ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
-
- ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Increment the specified counter by 1.
- increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
-
Create a new
Metric
with an incremented value.
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
-
Increment the value of a metric (or decrement if the delta is negative).
- increment(String, Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Increment the value of a metric (or decrement if the delta is negative).
- InetAddressEditor - Class in org.springframework.boot.bind
-
- InetAddressEditor() - Constructor for class org.springframework.boot.bind.InetAddressEditor
-
- infoEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- InfoEndpoint - Class in org.springframework.boot.actuate.endpoint
-
Endpoint
to expose arbitrary application information.
- InfoEndpoint(Map<String, ? extends Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- infoMap() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
-
- init() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- initBeanPropertyAccess() - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
- initialize() - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
-
- initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- initialize() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
-
- initialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- initialize(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- initialize(String) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
- initialize(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- initialize(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Initialize the logging system according to preferences expressed through the
Environment
and the classpath.
- initialize() - Method in class org.springframework.boot.logging.LoggingSystem
-
Initialize the logging system using sensible defaults.
- initialize(String) - Method in class org.springframework.boot.logging.LoggingSystem
-
Initialize the logging system from a logging configuration location.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.ConfigFileApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.ServerPortInfoApplicationContextInitializer
-
- initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add some initializers to the application (applied to the
ApplicationContext
before any bean definitions are loaded).
- initializeWithSensibleDefaults() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
-
- InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
-
- InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- InMemoryRichGaugeRepository - Class in org.springframework.boot.actuate.metrics.rich
-
- InMemoryRichGaugeRepository() - Constructor for class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
-
- InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- InputArgumentsJavaAgentDetector - Class in org.springframework.boot.loader
-
A
JavaAgentDetector
that detects jars supplied via the
-javaagent
JVM
input argument.
- InputArgumentsJavaAgentDetector() - Constructor for class org.springframework.boot.loader.InputArgumentsJavaAgentDetector
-
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
-
- IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationAutoConfiguration.IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
-
- IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationAutoConfiguration.IntegrationJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- IntegrationTest - Annotation Type in org.springframework.boot.test
-
Test class annotation signifying that the tests are integration tests (and therefore
require an application to startup "fully leaded" and listening on its normal ports).
- invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
-
- invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Called to invoke the endpoint.
- invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
-
- isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isAsyncSupported() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Returns if asynchronous operations are support for this registration.
- isAutoStartup() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- isCache() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- isCache() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- isCache() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isCache() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isCheckChangeLogLocation() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isCheckLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isContentType() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- isDefaultPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
-
Returns true
if the entry represents a directory.
- isDirectory() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- isDisabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
Returns if this mapping is disabled.
- isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isDynamic() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- isEmbedded(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given driver class name represents an embedded
database type.
- isEmbedded(DataSource) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given data source represents an embedded
database type.
- isEmpty() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- isEnableCsrf() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Return if the endpoint is enabled.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- isEnabled() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
- isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isFrame() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
Return true
if all outcomes match.
- isGenerateDdl() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- isGlobal() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
- isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
Since all handler beans are passed into the constructor there is no need to detect
anything here
- isInitialize() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
Specify if the default broker url should be in memory.
- isJavaAgentJar(URL) - Method in class org.springframework.boot.loader.InputArgumentsJavaAgentDetector
-
- isJavaAgentJar(URL) - Method in interface org.springframework.boot.loader.JavaAgentDetector
-
Returns true
if url
points to a Java agent jar file, otherwise
false
is returned.
- isJsonPrettyPrint() - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
-
- isJsonSortKeys() - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
-
- isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Returns if a JTA PlatformTransactionManager
is being used.
- isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return true
if the outcome was a match.
- isMatchAfter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Return if filter mappings should be matched after any declared Filter mappings of
the ServletContext.
- isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
Determine if the specified
JarEntry
is a nested item that should be added
to the classpath.
- isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
-
- isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
-
- isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- isPooled() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- isRegisterDefaultServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Flag to indicate that the default servlet should be registered.
- isRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Flag to indicate that the JSP servlet should be registered if available on the
classpath.
- isRequireSsl() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Return if the endpoint is sensitive, i.e.
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return if the endpoint exposes sensitive information.
- isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- isSingleton() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- isSingleton() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- isSupportedType(EventListener) - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
Returns true
if the specified listener is one of the supported types.
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
-
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
-
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
-
Returns true
if a template is available for the given view
.
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
-
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityTemplateAvailabilityProvider
-
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.JspTemplateAvailabilityProvider
-
- isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- isUnpackRequired() - Method in class org.springframework.boot.loader.tools.Library
-
- isWithin(ConditionalOnJava.Range, ConditionalOnJava.JavaVersion) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
-
Determines if this version is within the specified range of versions.
- isXss() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- ITALIC - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- iterator() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
- iterator() - Method in class org.springframework.boot.bind.RelaxedNames
-
- iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
-
- iterator() - Method in class org.springframework.boot.loader.jar.JarFile
-
- packages(String...) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The names of packages to scan for @Entity
annotations.
- packages(Class<?>...) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The classes whose packages should be scanned for @Entity
annotations.
- parent(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add a parent application with the provided sources.
- parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add an already running parent context to an existing application.
- ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
-
- ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
-
- ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
-
- ParentContextApplicationContextInitializer.ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
-
Listener that closes the application context if its parent is closed.
- ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
-
- ParentContextCloserApplicationListener.ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
-
- parseList(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a List.
- parseList(String) - Method in class org.springframework.boot.json.SimpleJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.YamlJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
-
- parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a Map.
- parseMap(String) - Method in class org.springframework.boot.json.SimpleJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.YamlJsonParser
-
- password(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- path() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
-
- PATH - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for classpath entries (directories possibly containing jars).
- PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.autoconfigure.dao
-
- PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
-
- persistenceExceptionTranslationPostProcessor() - Method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
-
- persistenceUnit(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The name of the persistence unit.
- PID_KEY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
- 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: "}"
- PoolingConnectionFactoryBean - Class in org.springframework.boot.jta.bitronix
-
Spring friendly version of PoolingConnectionFactory
.
- PoolingConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- PoolingConnectionFactoryBean.DirectXAConnectionFactory - Class in org.springframework.boot.jta.bitronix
-
- PoolingConnectionFactoryBean.DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- PoolingDataSourceBean - Class in org.springframework.boot.jta.bitronix
-
Spring friendly version of PoolingDataSource
.
- PoolingDataSourceBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- PoolingDataSourceBean.DirectXADataSource - Class in org.springframework.boot.jta.bitronix
-
- PoolingDataSourceBean.DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- 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
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
Register ServletContextAwareProcessor.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- 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.
- postProcessConverters(List<<any>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
Method that can be used to post-process the HttpMessageConverter
list
before it is used.
- postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Post process the Jetty WebAppContext
before it used with the Jetty Server.
- PREFIX - Static variable in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- PREFIX - Static variable in class org.springframework.boot.autoconfigure.jta.JtaProperties
-
- PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
-
- PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
Create a new exporter for metrics to a writer based on an empty prefix for the
metric names.
- PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
Create a new exporter for metrics to a writer based on a prefix for the metric
names.
- PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
-
Interface for extracting metrics as a group whose name starts with a prefix.
- PrefixMetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
A writer for metrics that allows efficient storage of groups of metrics with a common
name prefix (their group name).
- 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(Environment, Class<?>, PrintStream) - Method in interface org.springframework.boot.Banner
-
Print the banner to the specified print stream.
- printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ResourceBanner
-
- printBanner(Environment) - Method in class org.springframework.boot.SpringApplication
-
Print a custom banner message to the console, optionally extracting its location or
content from the Environment (banner.location and banner.charset).
- printBanner() - Method in class org.springframework.boot.SpringApplication
-
- processBuilder(String...) - Method in class org.springframework.boot.loader.tools.JavaExecutable
-
- processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- 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 - Variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
-
- properties(Map<String, ?>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Generic properties for standard JPA or vendor-specific configuration.
- properties - Variable in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- properties - Variable in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
-
- 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
-
- 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.env
-
- PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
-
- PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
-
- PropertySourceLoader - Interface in org.springframework.boot.env
-
- PropertySourcesLoader - Class in org.springframework.boot.env
-
- PropertySourcesLoader() - Constructor for class org.springframework.boot.env.PropertySourcesLoader
-
- PropertySourcesLoader(MutablePropertySources) - Constructor for class org.springframework.boot.env.PropertySourcesLoader
-
- propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
-
- PropertySourcesPropertyValues - Class in org.springframework.boot.bind
-
- PropertySourcesPropertyValues(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
-
Create a new PropertyValues from the given PropertySources
- PropertySourcesPropertyValues(PropertySources, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
-
Create a new PropertyValues from the given PropertySources
- PropertySourceUtils - Class in org.springframework.boot.bind
-
Convenience class for manipulating PropertySources.
- PropertySourceUtils() - Constructor for class org.springframework.boot.bind.PropertySourceUtils
-
- PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is needed for compile but is usually provided when running.
- PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
-
- RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration.MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
-
- RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration.RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
-
- rabbitConnectionFactory(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
-
- rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
-
- rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
-
- RabbitHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of a
HealthIndicator
returning status information for the
RabbitMQ messaging system.
- RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.health.RabbitHealthIndicator
-
- RabbitProperties - Class in org.springframework.boot.autoconfigure.amqp
-
Configuration properties for Rabbit.
- RabbitProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- rabbitTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- RandomAccessData - Interface in org.springframework.boot.loader.data
-
Interface that provides read-only random access to some underlying data.
- RandomAccessData.ResourceAccess - Enum in org.springframework.boot.loader.data
-
Lock modes for accessing the underlying resource.
- RandomAccessDataFile - Class in org.springframework.boot.loader.data
-
- RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
-
- RandomAccessDataFile(File, int) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
-
- RandomValuePropertySource - Class in org.springframework.boot.context.config
-
PropertySource
that returns a random value for any property that starts with
"random.".
- RandomValuePropertySource(String) - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
-
- ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
-
- ReactorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
-
- ReactorAutoConfiguration.ReactorConfiguration - Class in org.springframework.boot.autoconfigure.reactor
-
- ReactorAutoConfiguration.ReactorConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration.ReactorConfiguration
-
- recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Record the occurrence of condition evaluation.
- RED - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.redis
-
- RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration
-
- RedisAutoConfiguration.AbstractRedisConfiguration - Class in org.springframework.boot.autoconfigure.redis
-
Base class for Redis configurations.
- RedisAutoConfiguration.AbstractRedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- RedisAutoConfiguration.RedisConfiguration - Class in org.springframework.boot.autoconfigure.redis
-
Standard Redis configuration.
- RedisAutoConfiguration.RedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisConfiguration
-
- RedisAutoConfiguration.RedisConnectionConfiguration - Class in org.springframework.boot.autoconfigure.redis
-
Redis connection configuration.
- RedisAutoConfiguration.RedisConnectionConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- RedisAutoConfiguration.RedisPooledConnectionConfiguration - Class in org.springframework.boot.autoconfigure.redis
-
Redis pooled connection configuration.
- RedisAutoConfiguration.RedisPooledConnectionConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisPooledConnectionConfiguration
-
- redisConnectionFactory() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- redisConnectionFactory() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisPooledConnectionConfiguration
-
- redisHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
-
- RedisHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of a
HealthIndicator
returning status information for
Redis data stores.
- RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.health.RedisHealthIndicator
-
- RedisMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
-
- RedisMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Create a RedisMetricRepository with a default prefix to apply to all metric names.
- RedisMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Create a RedisMetricRepository with a prefix to apply to all metric names (ideally
unique to this repository or to a logical repository contributed to by multiple
instances, where they all see the same values).
- RedisMetricRepository(RedisConnectionFactory, String, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Allows user to set the prefix and key to use to store the index of other keys.
- RedisMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
-
- RedisMultiMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- RedisMultiMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- redisProperties() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration
-
- RedisProperties - Class in org.springframework.boot.autoconfigure.redis
-
Configuration properties for Redis.
- RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.redis
-
Pool properties.
- RedisProperties.Pool() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.redis
-
Redis sentinel properties.
- RedisProperties.Sentinel() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisProperties.Sentinel
-
- redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisConfiguration
-
- refresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- register(Class<?>...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
Register one or more annotated classes to be processed.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- registerEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- registerUrlProtocolHandler() - Static method in class org.springframework.boot.loader.jar.JarFile
-
Register a 'java.protocol.handler.pkgs' property so that a
URLStreamHandler
will be located to deal with jar URLs.
- RegistrationBean - Class in org.springframework.boot.context.embedded
-
Base class for Servlet 3.0+ based registration beans.
- RegistrationBean() - Constructor for class org.springframework.boot.context.embedded.RegistrationBean
-
- RelaxedDataBinder - Class in org.springframework.boot.bind
-
Binder implementation that allows caller to bind to maps and also allows property names
to match a bit loosely (if underscores or dashes are removed and replaced with camel
case for example).
- RelaxedDataBinder(Object) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
-
- RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
-
- RelaxedNames - Class in org.springframework.boot.bind
-
Generates relaxed name variations from a given source.
- RelaxedNames(String) - Constructor for class org.springframework.boot.bind.RelaxedNames
-
- RelaxedPropertyResolver - Class in org.springframework.boot.bind
-
- RelaxedPropertyResolver(PropertyResolver) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
-
- RelaxedPropertyResolver(PropertyResolver, String) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
-
- releaseOutput() - Method in class org.springframework.boot.test.OutputCapture
-
- remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- remove(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Remove an existing mapping.
- removeDuplicatesFromOutputDirectory(File, File) - Static method in class org.springframework.boot.loader.tools.FileUtils
-
Utility to remove duplicate files from an "output" directory if they already exist
in an "origin".
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.groovy.template.web.GroovyTemplateView
-
- repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
-
Repackage the source file so that it can be run using 'java -jar'
- repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
-
Repackage to the given destination so that it can be launched using '
java -jar'
- Repackager - Class in org.springframework.boot.loader.tools
-
Utility class that can be used to repackage an archive so that it can be executed using
'java -jar'.
- Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
-
- RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
-
- RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
-
- requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
-
- requestContextListener() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- requestMappingEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
-
- RequestMappingEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- RequestMappingEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Reset the specified counter.
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
-
Reset the value of a metric, usually to zero value.
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Rest the values of all metrics in the group.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- resolvePlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- resolvePlaceholders(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
system property values.
- resolvePlaceholders(Properties, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding
system property values.
- resolveRequiredPlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- resolveTemplate(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateResolver
-
- ResourceBanner - Class in org.springframework.boot
-
Banner implementation that prints from a source
Resource
.
- ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
-
- resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- ResourceProperties - Class in org.springframework.boot.autoconfigure.web
-
Properties used to configure resource handling.
- ResourceProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- RichGauge - Class in org.springframework.boot.actuate.metrics.rich
-
A gauge which stores the maximum, minimum and average in addition to the current value.
- RichGauge(String) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Creates an "empty" gauge.
- RichGauge(String, double) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- RichGaugeExporter - Class in org.springframework.boot.actuate.metrics.export
-
Exporter or converter for
RichGauge
data to a metric-based back end.
- RichGaugeExporter(RichGaugeReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- RichGaugeExporter(RichGaugeReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- richGaugePublicMetrics(RichGaugeReader) - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
-
- RichGaugeReader - Interface in org.springframework.boot.actuate.metrics.rich
-
A basic set of read operations for
RichGauge
instances.
- RichGaugeReaderPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
- RichGaugeReaderPublicMetrics(RichGaugeReader) - Constructor for class org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics
-
- RichGaugeRepository - Interface in org.springframework.boot.actuate.metrics.rich
-
Convenient combination of reader and writer concerns for
RichGauge
instances.
- rootReactor(Environment) - Method in class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
-
- run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create an application context (and its parent if specified) with the command line
args provided.
- run(String...) - Method in interface org.springframework.boot.CommandLineRunner
-
Callback used to run the bean.
- run() - Method in class org.springframework.boot.loader.MainMethodRunner
-
- run(String...) - Method in class org.springframework.boot.loader.tools.RunProcess
-
- run(Collection<String>) - Method in class org.springframework.boot.loader.tools.RunProcess
-
- run(String...) - Method in class org.springframework.boot.SpringApplication
-
- run(Object, String...) - Static method in class org.springframework.boot.SpringApplication
-
Static helper that can be used to run a
SpringApplication
from the
specified source using default settings.
- run(Object[], String[]) - Static method in class org.springframework.boot.SpringApplication
-
Static helper that can be used to run a
SpringApplication
from the
specified sources using default settings and user supplied arguments.
- RunProcess - Class in org.springframework.boot.loader.tools
-
Utility used to run a process.
- RunProcess(String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
-
- RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is used at runtime but not needed for compile.
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- 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
-
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.test
-
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ServerPortInfoApplicationContextInitializer
-
- serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-
- ServerProperties - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
-
- serverProperties() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- ServerProperties.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.web
-
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.web.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(String, Collection<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(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- set(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 the value of a metric.
- set(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Save some metric values and associate them with a group name.
- set(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Programmatically set the auto-configuration package names.
- 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
-
- setAddApplicationContextHeader(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication
-
Set additional profile values to use (on top of those set in system or command line
properties).
- setAdditionalProperties(ShellProperties.CrshShellProperties[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the specific network address that the server should bind to.
- setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- 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.jmx.EndpointMBeanExporter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- 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
-
- 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.autoconfigure.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.
- setBanner(Banner) - Method in class org.springframework.boot.SpringApplication
-
Sets the
Banner
instance which will be used to print the banner when no
static banner file is provided.
- 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.
- setBasename(String) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- setBasic(SecurityProperties.Basic) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.BaseGroovyTemplateConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
-
- 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.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
-
Sets the bean name generator that should be used when generating bean names.
- setBranch(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setCachePeriod(Integer) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setCacheSeconds(int) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder
-
An optional callback for new entity manager factory beans.
- setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCharSet(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setCharSet(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setCheckChangeLogLocation(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setCheckpointInterval(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the interval between checkpoints.
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setCiphers(String[]) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setClusterName(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-
- setClusterNodes(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-
- setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
-
- setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setConfiguration(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setConfigurationBeanFactoryMetaData(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- 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.
- setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
Set the XAConnectionFactory
directly, instead of calling
#setClassName(String)
.
- setConsoleFileCount(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies how many debug logs files can be created.
- setConsoleFileLimit(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies how many bytes can be stored at most in debug logs files.
- setConsoleFileName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the debug logs file name.
- setConsoleLogLevel(AtomikosLoggingLevel) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the console log level.
- setContentType(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setContentType(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setContentType(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setContentType(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setContext(Object) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
-
- 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.autoconfigure.ManagementServerProperties
-
- setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setContextPath(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setContextPath(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the context path for the embedded servlet container.
- setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set Valve
s that should be applied to the Tomcat Context
.
- setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setData(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setDatabase(Database) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setDatabase(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- setDatabasePlatform(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setDataDirectory(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- setDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
Set the
XADataSource
directly, instead of calling
#setClassName(String)
.
- setDataSourceClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setDateToolAttribute(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setDdlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- setDefaultJtaTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
The default timeout for JTA transactions (optional, defaults to 10000
ms).
- 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
-
- setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDestinationLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
Sets the destination logger that will be used to send remapped events.
- setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
Sets if this mapping is disabled.
- setDisabledCommands(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Sets the dispatcher types that should be used with the registration.
- setDocumentRoot(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the document root folder which will be used by the web context to serve static
files.
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
Debugging feature.
- setDynamic(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- 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.EndpointMBeanExportProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- 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.batch.BatchProperties.Initializer
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Flag to indicate that the registration is enabled.
- setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if disk logging should be enabled or not.
- setEncoding(String) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- setEncoding(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- 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.data.AbstractRepositoryConfigurationSourceSupport
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
- setEnvironment(Environment) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
-
Sets the underlying environment that should be used with the created application
context.
- setErrorAttributes(ErrorAttributes) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setErrorPages(Set<ErrorPage>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setErrorPages(Set<ErrorPage>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
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
-
- setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setFileSizeThreshold(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- 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.
- setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether VM shutdown should trigger forced shutdown of the transaction
core.
- setFrame(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
- setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application is headless and should not instantiate AWT.
- setHibernate(JpaProperties.Hibernate) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- 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.
- setInitialize(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
-
- setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Set init-parameters for this registration.
- setInitSqls(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setInternalProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Allows the DataSource to be managed by the container and obtained via JNDI.
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- setJobNames(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJsonPrettyPrint(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
-
- setJsonSortKeys(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
-
- setJspServletClassName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setJspServletClassName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The class name for the jsp servlet if used.
- setKeyAlias(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyPassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- setKeyStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- 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
-
- 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.
- setLocale(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setLocation(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- setLocation(String) - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Sets the directory location where files will be stored.
- setLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setLogBaseDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the directory in which the log files should be stored.
- setLogBaseName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transactions log file base name.
- setLogDir(String) - Method in class org.springframework.boot.autoconfigure.jta.JtaProperties
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- 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.log4j2.Log4J2LoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
-
Sets the logging level for a given logger.
- setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application information should be logged when the application starts.
- setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- 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.
- setMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
-
- setMaster(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Sentinel
-
- 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.
- setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum number of active transactions.
- setMaxFileSize(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- 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.
- setMaxHttpHeaderSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- setMaxRequestSize(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- 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
-
- setMaxTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum timeout (in milliseconds) that can be allowed for
transactions.
- setMaxWait(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setMethodMappings(List<<any>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- setMimeMappings(MimeMappings) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the mime-type mappings.
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- setMobilePrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setMobileSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setMode(HornetQMode) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- 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.autoconfigure.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.
- setNameAliases(Map<String, List<String>>) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
Set name aliases.
- setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- setNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- setNamingstrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
Deprecated.
- setNodes(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Sentinel
-
- setNormalPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setNormalSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setNumberToolAttribute(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setOrder(int) - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
-
- setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.cloudfoundry.VcapApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
- setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- setOutputDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the directory in which to store the debug log files.
- setParseArgs(boolean) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Sets if initialization arguments should be parsed for --debug and
--trace options.
- setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setPassword(char[]) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setPath(File) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- setPath(String...) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- setPooled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Sets the port of the management server, use
null
if the
server port
should be used.
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setPort(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the port that the embedded servlet container should listen on.
- setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setProperties(Properties) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setPropertyAliases(Map<Class<?>, Map<String, String>>) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- 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.Ssl
-
- setProtocol(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
The Tomcat protocol to use when create the Connector
.
- setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- setQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
Set a specific validation query to use to validate a connection.
- setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Set if the DefaultServlet should be registered.
- setRegisterJspServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setRegisterJspServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Set if the JspServlet should be registered if it is on the classpath.
- setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setRemapLevels(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
Set the remapped level.
- setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setRequireSsl(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setResource(Resource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
-
- 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
-
- setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setRole(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setRole(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Set the search locations that will be considered as a comma-separated list.
- setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Sets the names of the files that should be loaded (excluding file extension) as a
comma-separated list.
- setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setSentinel(RedisProperties.Sentinel) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- setSeparator(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSerialJtaTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if subtransactions should be joined when possible.
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager implementation that should be started.
- 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.
- setServletPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setServletRegistrationBeans(Collection<? extends ServletRegistrationBean>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.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.AbstractConfigurableEmbeddedServletContainer
-
- setSessionTimeout(int, TimeUnit) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSessionTimeout(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The session timeout in seconds (default 30).
- setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The session timeout in the specified
TimeUnit
(default 30 seconds).
- setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setShowBanner(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the Spring banner should be displayed when the application runs.
- setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- 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.logging.LoggingApplicationListener
-
Sets a custom logging level to be used for Spring Boot and related libraries.
- setSqlScriptEncoding(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setSsl(Ssl) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSsl(Ssl) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the SSL configuration that will be applied to the container's default
connector.
- setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Set specific status mappings.
- setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setTabletPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setTabletSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setTemplateEngine(TemplateEngine) - Method in class org.springframework.boot.autoconfigure.groovy.template.web.GroovyTemplateViewResolver
-
- setTemplateLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setThreadedTwoPhaseCommit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether or not to use different (and concurrent) threads for two-phase
commit on the participating resources.
- setThreshold(long) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- setTime(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- setTldSkip(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
A comma-separated list of jars to ignore for TLD scanning.
- 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
-
- setToolboxConfigLocation(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager's unique name.
- setTrustStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setTrustStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setTrustStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setTrustStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setUriEncoding(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setUriEncoding(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set the character encoding to use for URL decoding.
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.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.
- setUseFastConnectionExceptions(boolean) - Static method in class org.springframework.boot.loader.jar.Handler
-
Set if a generic static exception can be thrown when a URL cannot be connected.
- setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setUser(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setValidating(boolean) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
-
Set whether to use XML validation.
- setValidator(Validator) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setValidator(Validator) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setValidator(Validator) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setValues(ConcurrentNavigableMap<String, Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- setValues(ConcurrentNavigableMap<String, T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if this application is running within a web environment.
- setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setXss(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setZkHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- sha1Hash(File) - Static method in class org.springframework.boot.loader.tools.FileUtils
-
Generate a SHA.1 Hash for a given file.
- 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.autoconfigure
-
Configuration properties for the shell subsystem.
- ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Base class for Auth specific properties.
- ShellProperties.CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
-
- ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Base class for CRaSH properties.
- ShellProperties.CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
-
- ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for JAAS authentication
- ShellProperties.JaasAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
- ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for key authentication
- ShellProperties.KeyAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
- ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for simple authentication
- ShellProperties.SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
- ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
-
- ShellProperties.SimpleAuthenticationProperties.User() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
- ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for Spring authentication
- ShellProperties.SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
- ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
-
SSH properties
- ShellProperties.Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
-
Telnet properties
- ShellProperties.Telnet() - Constructor for class org.springframework.boot.actuate.autoconfigure.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
-
- 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).
- SignalUtils - Class in org.springframework.boot.loader.tools
-
Utilities for working with signal handling.
- SignalUtils() - Constructor for class org.springframework.boot.loader.tools.SignalUtils
-
- signInController(ConnectionFactoryLocator, UsersConnectionRepository, SignInAdapter) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- 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
-
- 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.json
-
Really basic JSON parser for when you have nothing else available.
- SimpleJsonParser() - Constructor for class org.springframework.boot.json.SimpleJsonParser
-
- SitePreferenceAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- SitePreferenceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
-
- SitePreferenceAutoConfiguration.SitePreferenceAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.mobile
-
- SitePreferenceAutoConfiguration.SitePreferenceAutoConfigurationAdapter() - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceAutoConfigurationAdapter
-
- sitePreferenceHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceAutoConfigurationAdapter
-
- sitePreferenceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceAutoConfigurationAdapter
-
- size() - Method in class org.springframework.boot.loader.jar.JarFile
-
- SocialWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration
-
- SocialWebAutoConfiguration.AnonymousUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.AnonymousUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
-
- SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
-
- SocialWebAutoConfiguration.SocialAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.SocialAutoConfigurationAdapter() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- SocialWebAutoConfiguration.SpringSocialThymeleafConfig - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.SpringSocialThymeleafConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
-
- SolrAutoConfiguration - Class in org.springframework.boot.autoconfigure.solr
-
- SolrAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
-
- SolrHealthIndicator - Class in org.springframework.boot.actuate.health
-
- SolrHealthIndicator(SolrServer) - Constructor for class org.springframework.boot.actuate.health.SolrHealthIndicator
-
- SolrProperties - Class in org.springframework.boot.autoconfigure.solr
-
- SolrProperties() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- SolrRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.solr
-
Enables auto configuration for Spring Data Solr repositories.
- SolrRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
-
- solrServer() - Method in class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
-
- 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
-
- SpringApplicationBuilder - Class in org.springframework.boot.builder
-
- 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
-
- SpringApplicationEvent - Class in org.springframework.boot.context.event
-
- SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
-
- SpringApplicationRunListener - Interface in org.springframework.boot
-
- 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.context.web
-
A handy opinionated WebApplicationInitializer
for applications that starts a
Spring Boot application and lets it bind to the servlet and filter mappings.
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.context.web.SpringBootServletInitializer
-
- SpringBootWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
-
- SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
-
- 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
-
- SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
-
Generic Hibernate AbstractJtaPlatform
implementation that simply resolves the
JTA UserTransaction
and TransactionManager
from the Spring-configured
JtaTransactionManager
implementation.
- SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-
- SpringNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
-
Hibernate NamingStrategy
that follows Spring recommended naming conventions.
- SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
-
- SpringNamingStrategy - Class in org.springframework.boot.orm.jpa
-
- SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.SpringNamingStrategy
-
Deprecated.
- SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
-
Liquibase PackageScanClassResolver
implementation that uses Spring's resource
scanning to locate classes.
- SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
-
- SpringProfileDocumentMatcher - Class in org.springframework.boot.yaml
-
- SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- SpringProfileDocumentMatcher(String...) - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
-
- springSocialDialect() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
-
- Ssl - Class in org.springframework.boot.context.embedded
-
Simple container-independent abstraction for SSL configuration.
- Ssl() - Constructor for class org.springframework.boot.context.embedded.Ssl
-
- Ssl.ClientAuth - Enum in org.springframework.boot.context.embedded
-
- 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
-
- started() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- started() - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called immediately when the run method has first started.
- startsWith(AsciiBytes) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given statusCode
.
- status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given
Status
instance
- status(String) - Static method in class org.springframework.boot.actuate.health.Health
-
- status(Status) - Static method in class org.springframework.boot.actuate.health.Health
-
- Status - Class in org.springframework.boot.actuate.health
-
Value object to express state of a component or subsystem.
- Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and an empty description.
- Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and description.
- stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- stop() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
Stops the embedded servlet container.
- stop() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- stop() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisConfiguration
-
- 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.util.AsciiBytes
-
- substring(int, int) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.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
-
- SystemPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
A
PublicMetrics
implementation that provides various system-related metrics.
- SystemPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
- VAL - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.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.ConditionalOnJava.JavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.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.jms.hornetq.HornetQMode
-
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.context.embedded.Ssl.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jta.atomikos.AtomikosLoggingLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.loader.data.RandomAccessData.ResourceAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.test.TestRestTemplate.HtppClientOption
-
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.ConditionalOnJava.JavaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.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.jms.hornetq.HornetQMode
-
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.context.embedded.Ssl.ClientAuth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jta.atomikos.AtomikosLoggingLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.loader.data.RandomAccessData.ResourceAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.test.TestRestTemplate.HtppClientOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
- VanillaPublicMetrics(MetricReader) - Constructor for class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
-
Deprecated.
- VcapApplicationListener - Class in org.springframework.boot.cloudfoundry
-
- VcapApplicationListener() - Constructor for class org.springframework.boot.cloudfoundry.VcapApplicationListener
-
- VelocityAutoConfiguration - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration
-
- VelocityAutoConfiguration.VelocityConfiguration - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityAutoConfiguration.VelocityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
-
- VelocityAutoConfiguration.VelocityNonWebConfiguration - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityAutoConfiguration.VelocityNonWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityNonWebConfiguration
-
- VelocityAutoConfiguration.VelocityWebConfiguration - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityAutoConfiguration.VelocityWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
-
- velocityConfiguration() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityNonWebConfiguration
-
- velocityConfigurer() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
-
- velocityEngine(VelocityConfigurer) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
-
- VelocityProperties - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityProperties() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- VelocityTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityTemplateAvailabilityProvider
-
- velocityViewResolver() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
-
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-