- AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
-
- AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- AbstractConfigurableEmbeddedServletContainer - Class in org.springframework.boot.context.embedded
-
- AbstractConfigurableEmbeddedServletContainer() - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
-
Create an instance with the data source to use.
- AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
-
Abstract base class for a
BeanFactoryPostProcessor
that can be used to
dynamically declare that all beans of a specific type should depend on one or more
specific beans.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
- AbstractEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded
-
- AbstractEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- AbstractEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
-
Abstract base for
Endpoint
implementations.
- AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new sensitive endpoint instance.
- AbstractEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new endpoint instance.
- AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new endpoint instance.
- AbstractEndpointMvcAdapter<E extends Endpoint<?>> - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractEndpointMvcAdapter(E) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- AbstractErrorController - Class in org.springframework.boot.autoconfigure.web
-
Abstract base class for error
Controller
implementations.
- AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- 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
-
- AbstractJmxCacheStatisticsProvider<C extends Cache> - Class in org.springframework.boot.actuate.cache
-
- AbstractJmxCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- AbstractLoggingSystem - Class in org.springframework.boot.logging
-
- AbstractLoggingSystem(ClassLoader) - 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
-
- AbstractRedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
-
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
-
- AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
-
- AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- 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.
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- accessTokenRequest - Variable in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
-
- ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "active profiles" property name.
- ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
-
- ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
-
- ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
-
Configuration properties for ActiveMQ.
- ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- ActuatorEndpointLinksAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- ActuatorMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
Qualifier annotation for a metric repository that is used by the actuator (to
distinguish it from others that might be installed by the user).
- add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
-
Log an event.
- add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- add(long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- add(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- add(Map<String, Object>) - Method in interface org.springframework.boot.actuate.trace.TraceRepository
-
Add a new
Trace
object at the current time.
- add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- add(String, String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Add a new mime mapping.
- add(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.DeviceResolverMvcConfiguration
-
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- addBasicMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add basic system metrics.
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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
-
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.web.ErrorPageFilter
-
- 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.DeviceResolverMvcConfiguration
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
-
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- 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.actuate.endpoint.mvc.DocsMvcEndpoint
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add specific status mappings to the existing set.
- addStatusMapping(Status, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add a status mapping to the existing set.
- addStatusMapping(String, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add a status mapping to the existing set.
- addThreadMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add thread metrics.
- 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.
- addViewControllers(ViewControllerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
-
- 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.admin.SpringApplicationAdminMXBeanRegistrar
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- afterPropertiesSet() - Method in class org.springframework.boot.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, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
-
Called after the context has been refreshed.
- afterRefresh(ConfigurableApplicationContext, String[]) - Method in class org.springframework.boot.SpringApplication
-
- afterSingletonsInstantiated() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- afterSingletonsInstantiated() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
-
- 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.
- Aggregate() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the map of 'aggregate' details that should be used from the specified
healths.
- AggregateMetricReader - Class in org.springframework.boot.actuate.metrics.aggregate
-
A metric reader that aggregates values from a source reader, normally one that has been
collecting data from many sources in the same form (like a scaled-out application).
- AggregateMetricReader(MetricReader) - Constructor for class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the single 'aggregate' status that should be used from the specified
candidates.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
-
Condition
that will match when all nested class conditions match.
- AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
-
- ALPHA - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for alpha gauges.
- amqpAdmin(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- 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
-
- AnonymousUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
-
- AnsiBackground - Enum in org.springframework.boot.ansi
-
- AnsiColor - Enum in org.springframework.boot.ansi
-
- AnsiElement - Interface in org.springframework.boot.ansi
-
An ANSI encodable element.
- AnsiElement.DefaultAnsiElement - Class in org.springframework.boot.ansi
-
- AnsiOutput - Class in org.springframework.boot.ansi
-
Generates ANSI encoded output, automatically attempting to detect if the terminal
supports ANSI.
- AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
-
- AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
-
- AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
-
- AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- AnsiPropertySource - Class in org.springframework.boot.ansi
-
- AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
-
- AnsiStyle - Enum in org.springframework.boot.ansi
-
- anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified conditions match.
- AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
-
Condition
that will match when any nested class condition matches.
- AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
-
- AopAutoConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
- append(String) - Method in class org.springframework.boot.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
-
- AppendableLogger(Logger) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
-
- appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
-
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application.
- APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- ApplicationArguments - Interface in org.springframework.boot
-
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
-
- 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
-
- ApplicationNoWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
-
- ApplicationPid - Class in org.springframework.boot
-
An application process ID.
- ApplicationPid() - Constructor for class org.springframework.boot.ApplicationPid
-
- ApplicationPid(String) - Constructor for class org.springframework.boot.ApplicationPid
-
- ApplicationPidFileWriter - Class in org.springframework.boot.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
-
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
-
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
-
- ApplicationReadyEvent - Class in org.springframework.boot.context.event
-
Event published as late as conceivably possible to indicate that the application is
ready to service requests.
- ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
-
- ApplicationRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- ApplicationStartedEvent - Class in org.springframework.boot.context.event
-
- ApplicationStartedEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
-
- ApplicationTemp - Class in org.springframework.boot
-
Provides access to an application specific temporary directory.
- ApplicationTemp() - Constructor for class org.springframework.boot.ApplicationTemp
-
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.ApplicationTemp
-
- ApplicationWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- 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
-
- applyConfigurationProperties() - Method in class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration.SessionRedisHttpConfiguration
-
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- applyProperties(JedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- applyProperties(FreeMarkerConfigurationFactory) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
-
- applyProperties(VelocityEngineFactory) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
-
- applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
-
Apply log file details to LOG_PATH
and LOG_FILE
map entries.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
-
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
-
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
-
Apply log file details to LOG_PATH
and LOG_FILE
system properties.
- applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- 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
-
- ArtemisAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.artemis
-
- ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
-
- ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
-
Callback interface that can be implemented by beans wishing to customize the Artemis
JMS server Configuration
before it is used by an auto-configured
EmbeddedJMS
instance.
- ArtemisMode - Enum in org.springframework.boot.autoconfigure.jms.artemis
-
Define the mode in which Artemis can operate.
- ArtemisNoOpBindingRegistry - Class in org.springframework.boot.autoconfigure.jms.artemis
-
A no-op implementation of the BindingRegistry
.
- ArtemisNoOpBindingRegistry() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
-
- ArtemisProperties - Class in org.springframework.boot.autoconfigure.jms.artemis
-
Configuration properties for Artemis.
- ArtemisProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- ArtemisProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.artemis
-
Configuration for an embedded Artemis server.
- 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.
- asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Returns the properties as a
Properties
object that can be used with
Atomikos.
- Async() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
-
- AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosConnectionFactoryBean
.
- AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosDataSourceBean
.
- AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
-
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- 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
-
- 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
-
- AuditEventRepositoryConfiguration() - Constructor for 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(AuthenticationConfiguration) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- AuthenticationManagerAdapterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
-
- AuthenticationManagerConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- AuthenticationManagerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener - Class in org.springframework.boot.autoconfigure.security
-
- AuthenticationManagerConfigurationListener() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
-
- AuthenticationUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
-
- AuthoritiesExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
Configuration properties for OAuth2 Authorization server.
- AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- AutoConfigurationPackage - Annotation Type in org.springframework.boot.autoconfigure
-
- AutoConfigurationPackages - Class in org.springframework.boot.autoconfigure
-
Class for storing auto-configuration packages for reference later (e.g.
- AutoConfigurationPackages() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
- autoConfigurationReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
-
- AutoConfigurationReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure.logging
-
- AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
-
- AutoConfigureAfter - Annotation Type in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configuration
should be applied
after other specified auto-configuration classes.
- AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configuration
should be applied
before other specified auto-configuration classes.
- AutoConfigureOrder - Annotation Type in org.springframework.boot.autoconfigure
-
Auto-configuration specific variant of Spring Framework's
Order
annotation.
- AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for average value gauges.
- CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
- CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-
- CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
- cacheAutoConfigurationValidator() - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-
- cacheAutoConfigurationValidatorPostProcessor() - Static method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-
- cacheManager(EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
-
- CacheManagerCustomizer<T extends CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
-
Callback interface that can be implemented by beans wishing to customize the cache
manager before it is fully initialized, in particular to tune its configuration.
- CacheManagerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration
-
- CacheProperties - Class in org.springframework.boot.autoconfigure.cache
-
Configuration properties for the cache abstraction.
- CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- CacheProperties.EhCache - Class in org.springframework.boot.autoconfigure.cache
-
EhCache specific cache properties.
- CacheProperties.Guava - Class in org.springframework.boot.autoconfigure.cache
-
Guava specific cache properties.
- CacheProperties.Hazelcast - Class in org.springframework.boot.autoconfigure.cache
-
Hazelcast specific cache properties.
- CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
-
Infinispan specific cache properties.
- CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
-
JCache (JSR-107) specific cache properties.
- CachePublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
- CachePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.CachePublicMetrics
-
- CacheStatistics - Interface in org.springframework.boot.actuate.cache
-
Snapshot of the statistics of a given cache.
- CacheStatisticsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- CacheStatisticsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CacheStatisticsAutoConfiguration
-
- CacheStatisticsProvider<C extends Cache> - Interface in org.springframework.boot.actuate.cache
-
- CacheType - Enum in org.springframework.boot.autoconfigure.cache
-
Supported cache types (defined in order of precedence).
- callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
-
- captureOutput() - Method in class org.springframework.boot.test.OutputCapture
-
- CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
-
- CassandraAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-
- cassandraConverter(CassandraMappingContext) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
-
- CassandraDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- cassandraHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
-
- CassandraHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of a
HealthIndicator
returning status information for
Cassandra data stores.
- CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.health.CassandraHealthIndicator
-
- CassandraHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
-
- cassandraMapping() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
-
Configuration properties for Cassandra.
- CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
-
- CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
-
- cassandraTemplate(Session, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
-
- Chain() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- 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
-
- characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
-
- checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
-
- checkLocationExists() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
-
- 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
-
- cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
-
Clean up the logging system.
- cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
- clear(String) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
-
- clearPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- ClientContextConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
-
- ClientDetailsLogger() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
-
- close() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
- close() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- close() - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
-
- close() - Method in class org.springframework.boot.autoconfigure.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
-
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
-
- CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- CloudPlatform - Enum in org.springframework.boot.cloud
-
Simple detection for well known cloud platforms.
- cluster() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-
- ColorConverter - Class in org.springframework.boot.logging.log4j2
-
Log4j2
LogEventPatternConverter
colors output using the
AnsiOutput
class.
- ColorConverter - Class in org.springframework.boot.logging.logback
-
Logback
CompositeConverter
colors output using the
AnsiOutput
class.
- ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
-
- commandLineArguments() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
-
- CommandLineRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.boot.autoconfigure.security.Http401AuthenticationEntryPoint
-
- Commit() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- CommonsDbcpDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
- CommonsDbcpDataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- CommonsLoggingLiquibaseLogger - Class in org.springframework.boot.liquibase
-
Liquibase Logger
that delegates to an Apache Commons Log
.
- CommonsLoggingLiquibaseLogger() - Constructor for class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is used at compile time and runtime.
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- compositeHandlerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- compositeHandlerExceptionResolver() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- compositeHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
-
HealthIndicator
that returns health indications from all registered delegates.
- CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CompositeHealthIndicatorConfiguration
-
- CompositeMetricReader - Class in org.springframework.boot.actuate.metrics.reader
-
- CompositeMetricReader(MetricReader...) - Constructor for class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
-
- CompositeMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
-
Composite implementation of
MetricWriter
that just sends its input to all of
the delegates that have been registered.
- CompositeMetricWriter(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- Compression - Class in org.springframework.boot.context.embedded
-
Simple container-independent abstraction for compression configuration.
- Compression() - Constructor for class org.springframework.boot.context.embedded.Compression
-
- ConcurrentMapCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- ConcurrentMapCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
-
- conditionalCommentsDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafConditionalCommentsDialectConfiguration
-
- 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.
- ConditionalOnEnabledEndpoint - Annotation Type in org.springframework.boot.actuate.condition
-
Conditional
that checks whether or not an endpoint is enabled.
- ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
Conditional
that checks whether or not a default health indicator is enabled.
- ConditionalOnEnabledResourceChain - Annotation Type in org.springframework.boot.autoconfigure.web
-
Conditional
that checks whether or not the Spring resource handling chain is
enabled.
- ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Configuration annotation for a conditional element that depends on the value of a SpEL
expression.
- ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that matches based on the JVM version the application is running
on.
- ConditionalOnJava.JavaVersion - Enum in org.springframework.boot.autoconfigure.condition
-
Java versions.
- ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
-
Range options.
- ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
-
- ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified bean classes and/or names are
not already contained in the
BeanFactory
.
- ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified classes are not on the
classpath.
- ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the application context is a not a web
application context.
- ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that checks if the specified properties have a specific value.
- ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified resources are on the
classpath.
- ConditionalOnSingleCandidate - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the specified bean class is already
contained in the
BeanFactory
and a single candidate can be determined.
- ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
-
Conditional
that only matches when the application context is a web application
context.
- ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
-
Records condition evaluation details for reporting and logging.
- ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
-
- ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
-
- 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_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config location" property name.
- CONFIG_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for name of external configuration file (excluding suffix).
- CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config name" property name.
- CONFIG_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the Spring property that contains a reference to the logging
configuration to load.
- ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test
-
- ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ConfigFileApplicationContextInitializer
-
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
-
- 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.
- ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
- ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
-
- ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- configurationPropertiesReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.endpoint
-
BeanSerializerModifier
to return only relevant configuration properties.
- ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
-
- ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-
- ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
-
A single check that can be applied.
- ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
-
- ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
-
- ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
-
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-
Configure the specified rabbit listener container factory.
- configure(ClassLoader, TemplateConfiguration) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateResolver
-
Deprecated.
- configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
-
Configure the specified jms listener container factory.
- configure(ClientDetailsServiceConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- configure(AuthorizationServerEndpointsConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
-
- configure(JwtAccessTokenConverter) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterConfigurer
-
Configure the JwtAccessTokenConverter
.
- configure(ResourceServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
-
- configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
-
- configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- configure(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.
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
- configureHeaders(HeadersConfigurer<?>, SecurityProperties.Headers) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Configure which profiles are active (or active by default) for this application
environment.
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Add, remove or re-order any
PropertySource
s in this application's
environment.
- configureSsl(SslContextFactory, Ssl) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Configure the SSL connection.
- configureSsl(AbstractHttp11JsseProtocol<?>, Ssl) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- configureTasks(ScheduledTaskRegistrar) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- connectController(ConnectionFactoryLocator, ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- connectionFactory() - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
-
- CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the console log pattern.
- contains(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- containsAutoConfiguredDataSource(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
- containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
-
Return whether the set of option arguments parsed from the arguments contains an
option with the given name.
- containsProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application context.
- contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Explicitly set the context class to be used.
- ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
-
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the application context has been loaded but before it has been
refreshed.
- contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the
ApplicationContext
has been created and prepared, but
before sources have been loaded.
- convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- Cookie() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- count() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
-
- count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
-
The number of metrics known to this reader.
- count() - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- count() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
-
- COUNT - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for count gauges.
- count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
-
Return the number of gauge values available.
- count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- CounterBuffer - Class in org.springframework.boot.actuate.metrics.buffer
-
Mutable buffer containing a long adder (Java 8) and a timestamp.
- CounterBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- CounterBuffers - Class in org.springframework.boot.actuate.metrics.buffer
-
- CounterBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- CounterService - Interface in org.springframework.boot.actuate.metrics
-
A service that can be used to increment, decrement and reset a named counter value.
- CounterWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
Simple writer for counters (metrics that increment).
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
The number of groups available in this repository.
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- create() - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- create(ClassLoader) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
- createArchive() - Method in class org.springframework.boot.loader.Launcher
-
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
-
- createBeanPropertyBindingResult() - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
- createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- 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.FacebookConfigurerAdapter
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
-
- createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
-
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
Subclasses may override to create their own subclass of ContextCloserListener.
- createFetcher(Object, String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
-
- createFileSystem(String[], String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CompositeHealthIndicatorConfiguration
-
- createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CompositeHealthIndicatorConfiguration
-
- createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
-
- createHealthIndicator(Client) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.ElasticsearchHealthIndicatorConfiguration
-
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- createJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- createLogger(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
Factory method used to create the logger.
- createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
-
Create the MainMethodRunner
used to launch the application.
- createMongoClient(MongoClientOptions) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- createMongoClient(MongoClientOptions, Environment) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
Creates a MongoClient
using the given options
and
environment
.
- createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- createMultipartConfig() - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
- 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
-
- createSpringApplicationBuilder() - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
-
Returns the
SpringApplicationBuilder
that is used to configure and create
the
SpringApplication
.
- createTempDir(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns the absolute temp dir for given servlet container.
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityToolboxView
-
- 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.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
-
Spring Bean used to bootstrap the CRaSH shell.
- CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
- CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
-
- CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
-
- curieProvider(ServerProperties, ManagementServerProperties, DocsMvcEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
-
- Curies() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
Marker for custom scope when custom configuration is used.
- CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[]) - Constructor for class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- customize(EndpointHandlerMapping) - Method in interface org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMappingCustomizer
-
- customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
-
Customize the cache manager.
- customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
-
Customize the cache manager.
- customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
-
Customize the configuration.
- customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.hornetq.HornetQConfigurationCustomizer
-
Customize the configuration.
- customize(OAuth2RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateCustomizer
-
Customize the rest template before it is initialized.
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
-
- customize(ConfigurableEmbeddedServletContainer) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
-
- customize(Server) - Method in interface org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
-
Customize the server.
- customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
-
Customize the connector.
- customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
-
Customize the context.
- customize(Undertow.Builder) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer
-
Customize the builder.
- customize(DeploymentInfo) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer
-
Customize the deployment info.
- customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Customize the data binder.
- customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- 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
-
- EhCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
-
- EhCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- EhCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
-
- ElasticsearchAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
-
- ElasticsearchAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
-
- elasticsearchClient() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
-
- elasticsearchConverter(SimpleElasticsearchMappingContext) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
-
- ElasticsearchDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
-
- ElasticsearchDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
-
- elasticsearchHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.ElasticsearchHealthIndicatorConfiguration
-
- ElasticsearchHealthIndicator - Class in org.springframework.boot.actuate.health
-
- ElasticsearchHealthIndicator(Client, ElasticsearchHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
-
- ElasticsearchHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.ElasticsearchHealthIndicatorConfiguration
-
- ElasticsearchHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
-
- ElasticsearchHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- ElasticsearchProperties - Class in org.springframework.boot.autoconfigure.data.elasticsearch
-
Configuration properties for Elasticsearch.
- ElasticsearchProperties() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- ElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
-
- ElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration
-
- elasticsearchTemplate(Client, ElasticsearchConverter) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
-
- Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- EmbeddedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.EmbeddedConfiguration
-
- EmbeddedDatabaseConnection - Enum in org.springframework.boot.autoconfigure.jdbc
-
- EmbeddedDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
Configuration for embedded data sources.
- EmbeddedDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-
- EmbeddedJetty() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
-
- EmbeddedMongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
-
- EmbeddedMongoAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
-
- EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
-
Additional configuration to ensure that MongoClient
beans depend on the
embeddedMongoServer
bean.
- embeddedMongoConfiguration() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
-
- EmbeddedMongoDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration
-
- EmbeddedMongoProperties - Class in org.springframework.boot.autoconfigure.mongo.embedded
-
Configuration properties for Embedded Mongo.
- EmbeddedMongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- embeddedMongoRuntimeConfig() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
-
- embeddedMongoServer(IMongodConfig) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
-
- EmbeddedServerPortFileWriter - Class in org.springframework.boot.actuate.system
-
- EmbeddedServerPortFileWriter() - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
-
- EmbeddedServerPortFileWriter(String) - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
-
- EmbeddedServerPortFileWriter(File) - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
-
- EmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
-
Simple interface that represents a fully configured embedded servlet container (for
example Tomcat or Jetty).
- EmbeddedServletContainerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- EmbeddedServletContainerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration
-
- EmbeddedServletContainerAutoConfiguration.EmbeddedJetty - Class in org.springframework.boot.autoconfigure.web
-
Nested configuration if Jetty is being used.
- EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar - Class in org.springframework.boot.autoconfigure.web
-
- EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat - Class in org.springframework.boot.autoconfigure.web
-
Nested configuration for if Tomcat is being used.
- EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow - Class in org.springframework.boot.autoconfigure.web
-
Nested configuration if Undertow is being used.
- EmbeddedServletContainerCustomizer - Interface in org.springframework.boot.context.embedded
-
Strategy interface for customizing auto-configured embedded servlet containers.
- EmbeddedServletContainerCustomizerBeanPostProcessor - Class in org.springframework.boot.context.embedded
-
- EmbeddedServletContainerCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar
-
- EmbeddedServletContainerException - Exception in org.springframework.boot.context.embedded
-
Exceptions thrown by an embedded servlet container.
- EmbeddedServletContainerException(String, Throwable) - Constructor for exception org.springframework.boot.context.embedded.EmbeddedServletContainerException
-
- EmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
-
- EmbeddedServletContainerInitializedEvent - Class in org.springframework.boot.context.embedded
-
- EmbeddedServletContainerInitializedEvent(EmbeddedWebApplicationContext, EmbeddedServletContainer) - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- EmbeddedTomcat() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
-
- EmbeddedUndertow() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
-
- EmbeddedVelocityToolboxView - Class in org.springframework.boot.web.servlet.view.velocity
-
Extended version of
VelocityToolboxView
that can load toolbox locations from
the classpath as well as the servlet context.
- EmbeddedVelocityToolboxView() - Constructor for class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityToolboxView
-
- EmbeddedVelocityViewResolver - Class in org.springframework.boot.web.servlet.view.velocity
-
- EmbeddedVelocityViewResolver() - Constructor for class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityViewResolver
-
- EmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
-
- EmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- EmbeddedWebApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.context.embedded
-
Utility class to store and restore any user defined scopes.
- EnableAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
-
Enable auto-configuration of the Spring Application Context, attempting to guess and
configure beans that you are likely to need.
- EnableAutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
-
- EnableAutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- EnableConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
-
- EnableOAuth2Sso - Annotation Type in org.springframework.boot.autoconfigure.security.oauth2.client
-
Enable OAuth2 Single Sign On (SSO).
- EnableWebMvcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- encode(AnsiElement) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
- Endpoint<T> - Interface in org.springframework.boot.actuate.endpoint
-
An endpoint that can be used to expose useful information to operations.
- EndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- EndpointAutoConfiguration.GitInfo - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointAutoConfiguration.GitInfo.Commit - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointAutoConfiguration.InfoPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointAutoConfiguration.RequestMappingEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointCorsProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Configuration properties for MVC endpoints' CORS support.
- EndpointCorsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- endpointHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- EndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.mvc
-
- EndpointHandlerMapping(Collection<? extends MvcEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- EndpointHandlerMapping(Collection<? extends MvcEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- EndpointHandlerMappingConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
-
- EndpointHandlerMappingCustomizer - Interface in org.springframework.boot.actuate.endpoint.mvc
-
- EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
-
Simple wrapper around
Endpoint
implementations to enable JMX export.
- EndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- EndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- EndpointMBeanExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointMBeanExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
-
- endpointMBeanExporter(MBeanServer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
-
- EndpointMBeanExporter - Class in org.springframework.boot.actuate.endpoint.jmx
-
- EndpointMBeanExporter() - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- EndpointMBeanExporter(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- EndpointMBeanExportProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Configuration properties for JMX.
- EndpointMBeanExportProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- EndpointMvcAdapter - Class in org.springframework.boot.actuate.endpoint.mvc
-
- EndpointMvcAdapter(Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- EndpointProperties - Class in org.springframework.boot.actuate.endpoint
-
Global endpoint properties.
- EndpointProperties() - Constructor for class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- EndpointWebMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointWebMvcAutoConfiguration.ManagementServerPort - Enum in org.springframework.boot.actuate.autoconfigure
-
- EndpointWebMvcChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointWebMvcChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- EndpointWebMvcChildContextSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
-
- EndpointWebMvcConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration
-
- EndpointWebMvcHypermediaManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
Configuration for hypermedia in HTTP endpoints.
- EndpointWebMvcHypermediaManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
-
- EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice - Class in org.springframework.boot.actuate.autoconfigure
-
Controller advice that adds links to the actuator endpoint's path.
- EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice - Class in org.springframework.boot.actuate.autoconfigure
-
Controller advice that adds links to the existing Actuator endpoints.
- EndpointWebMvcManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
Configuration to expose
Endpoint
instances over Spring MVC.
- EndpointWebMvcManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- endsWith(AsciiBytes) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- EntityLinksConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.EntityLinksConfiguration
-
- entityManagerFactory(EntityManagerFactoryBuilder) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- EntityManagerFactoryBuilder - Class in org.springframework.boot.autoconfigure.orm.jpa
-
- EntityManagerFactoryBuilder(JpaVendorAdapter, JpaProperties, PersistenceUnitManager) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder
-
Deprecated.
Create a new instance passing in the common pieces that will be shared if multiple
EntityManagerFactory instances are created.
- entityManagerFactoryBuilder(JpaVendorAdapter) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- EntityManagerFactoryBuilder - Class in org.springframework.boot.orm.jpa
-
Convenient builder for JPA EntityManagerFactory instances.
- EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
Create a new instance passing in the common pieces that will be shared if multiple
EntityManagerFactory instances are created.
- EntityManagerFactoryBuilder.Builder - Class in org.springframework.boot.autoconfigure.orm.jpa
-
- EntityManagerFactoryBuilder.Builder - Class in org.springframework.boot.orm.jpa
-
A fluent builder for a LocalContainerEntityManagerFactoryBean.
- EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback - Interface in org.springframework.boot.autoconfigure.orm.jpa
-
- EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback - Interface in org.springframework.boot.orm.jpa
-
A callback for new entity manager factory beans created by a Builder.
- EntityManagerFactoryDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.data.jpa
-
- EntityManagerFactoryDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
-
- EntityScan - Annotation Type in org.springframework.boot.orm.jpa
-
- entries() - Method in class org.springframework.boot.loader.jar.JarFile
-
- EnumerableCompositePropertySource - Class in org.springframework.boot.env
-
An mutable, enumerable, composite property source.
- EnumerableCompositePropertySource(String) - Constructor for class org.springframework.boot.env.EnumerableCompositePropertySource
-
- environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Environment for the application context.
- environmentEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- EnvironmentEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- EnvironmentEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- environmentMvcEndpoint(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- EnvironmentMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- EnvironmentMvcEndpoint(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- EnvironmentMvcEndpoint.NoSuchPropertyException - Exception in org.springframework.boot.actuate.endpoint.mvc
-
Exception thrown when the specified property cannot be found.
- EnvironmentPostProcessor - Interface in org.springframework.boot.env
-
Allows for customization of the application's
Environment
prior to the
application context being refreshed.
- environmentPrepared(ConfigurableEnvironment) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- environmentPrepared(ConfigurableEnvironment) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the environment has been prepared, but before the
ApplicationContext
has been created.
- EnvironmentTestUtils - Class in org.springframework.boot.test
-
Test utilities for setting environment values.
- EnvironmentTestUtils() - Constructor for class org.springframework.boot.test.EnvironmentTestUtils
-
- equals(Object) - Method in class org.springframework.boot.actuate.health.Health
-
- equals(Object) - Method in class org.springframework.boot.actuate.health.Status
-
- equals(Object) - Method in class org.springframework.boot.actuate.metrics.Metric
-
- equals(Object) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- equals(Object) - Method in class org.springframework.boot.ApplicationPid
-
- equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
- equals(Object) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- equals(Object) - Method in class org.springframework.boot.context.embedded.ErrorPage
-
- equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
- equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- equals(Object) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- error(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- error(Object) - Method in class org.springframework.boot.logging.DeferredLog
-
- error(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-
- ERROR_REQUEST_URI - Static variable in class org.springframework.boot.context.web.ErrorPageFilter
-
The name of the servlet attribute containing request URI.
- ErrorAttributes - Interface in org.springframework.boot.autoconfigure.web
-
Provides access to error attributes which can be logged or presented to the user.
- errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
-
- ErrorController - Interface in org.springframework.boot.autoconfigure.web
-
Marker interface used to indicate that a
@Controller
is used to
render errors.
- errorEndpoint(ErrorAttributes) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- ErrorMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- ErrorMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
-
- ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- ErrorPage - Class in org.springframework.boot.context.embedded
-
Simple container-independent abstraction for servlet error pages.
- ErrorPage(String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
-
- ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
-
- ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
-
- errorPageCustomizer() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
-
- ErrorPageFilter - Class in org.springframework.boot.context.web
-
- ErrorPageFilter() - Constructor for class org.springframework.boot.context.web.ErrorPageFilter
-
- ErrorProperties - Class in org.springframework.boot.autoconfigure.web
-
Configuration properties for web error handling.
- ErrorProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- ErrorProperties.IncludeStacktrace - Enum in org.springframework.boot.autoconfigure.web
-
Include Stacktrace attribute options.
- eventBus(Environment) - Method in class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
-
- EventPublishingRunListener - Class in org.springframework.boot.context.event
-
- EventPublishingRunListener(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.EventPublishingRunListener
-
- EXCEPTION_CONVERSION_WORD - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the exception conversion word.
- ExecutableArchiveLauncher - Class in org.springframework.boot.loader
-
Base class for executable archive
Launcher
s.
- ExecutableArchiveLauncher() - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- ExecutableArchiveLauncher(JavaAgentDetector) - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- ExecutableArchiveLauncher(Archive) - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- execute(Job, JobParameters) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- execute(LocalContainerEntityManagerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback
-
Deprecated.
- execute(LocalContainerEntityManagerFactoryBean) - Method in interface org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback
-
- ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
-
- exists(ResourcePatternResolver) - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
-
- exit(ApplicationContext, ExitCodeGenerator...) - Static method in class org.springframework.boot.SpringApplication
-
Static helper that can be used to exit a
SpringApplication
and obtain a
code indicating success (0) or otherwise.
- ExitCodeEvent - Class in org.springframework.boot
-
Event fired when an application exit code has been determined from an
ExitCodeGenerator
.
- ExitCodeEvent(Object, int) - Constructor for class org.springframework.boot.ExitCodeEvent
-
- ExitCodeExceptionMapper - Interface in org.springframework.boot
-
Strategy interface that can be used to provide a mapping between exceptions and exit
codes.
- ExitCodeGenerator - Interface in org.springframework.boot
-
Interface used to generate an 'exit code' from a running command line
SpringApplication
.
- Expanded() - Constructor for class org.springframework.boot.loader.tools.Layouts.Expanded
-
- expect(Matcher<? super String>) - Method in class org.springframework.boot.test.OutputCapture
-
Verify that the output is matched by the supplied matcher
.
- ExplodedArchive - Class in org.springframework.boot.loader.archive
-
Archive
implementation backed by an exploded archive directory.
- ExplodedArchive(File) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
-
- ExplodedArchive(File, boolean) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
-
- export() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
- export() - Method in interface org.springframework.boot.actuate.metrics.export.Exporter
-
Export metric data.
- Exporter - Interface in org.springframework.boot.actuate.metrics.export
-
Generic interface for metric exports.
- ExportMetricReader - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
Qualifier annotation for a metric reader that can be exported (to distinguish it from
others that might be installed by the user for other purposes).
- ExportMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
Qualifier annotation for a metric repository that is to be used to export metrics from
the
ExportMetricReader
readers.
- ExtendedWhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
-
ThrowablePatternConverter
that adds some additional whitespace around the stack
trace.
- ExtendedWhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
-
ExtendedThrowableProxyConverter
that adds some additional whitespace around the
stack trace.
- ExtendedWhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
-
- extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- extractAuthorities(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.AuthoritiesExtractor
-
Extract the authorities from the resource server's response.
- extractAuthorities(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
-
- extractHandlerMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- extractHandlerMappings(Collection<AbstractUrlHandlerMapping>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- extractMethodMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- extractMethodMappings(Collection<AbstractHandlerMethodMapping<?>>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- GaugeBuffer - Class in org.springframework.boot.actuate.metrics.buffer
-
Mutable buffer containing a double value and a timestamp.
- GaugeBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- GaugeBuffers - Class in org.springframework.boot.actuate.metrics.buffer
-
Fast writes to in-memory metrics store using
GaugeBuffer
.
- GaugeBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- GaugeService - Interface in org.springframework.boot.actuate.metrics
-
A service that can be used to submit a named double value for storage and analysis.
- GaugeWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
Writer for gauge values (simple metric with a number value).
- generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
Creates the minimal transport parameters for an embedded transport
configuration.
- generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
Creates the minimal transport parameters for an embedded transport
configuration.
- GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- get(Environment, BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
- get(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(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
-
- get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
-
Detect and return the logging system in use.
- getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getAccessLogDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getAccessLogEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAccessLogPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getAccessLogPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- 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
-
- getActive(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns the active
CloudPlatform
or
null
if one cannot be deduced.
- getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- 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
-
Return the address that the embedded container binds to.
- getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getAggregate() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getAggregatePrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Returns all defined mappings.
- getAllFileExtensions() - Method in class org.springframework.boot.env.PropertySourcesLoader
-
Returns all file extensions that could be loaded.
- getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the smoothing constant value.
- getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The Spring Data annotation used to enable the particular repository support.
- getAnnotationClass() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
Return the source annotation class used by the selector.
- getApplicationContext() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
-
- getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- getApplicationContext() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
Access the application context that the container was created in.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
-
Return the application context.
- getApplicationLog() - Method in class org.springframework.boot.SpringApplication
-
Returns the Log
for the application.
- getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- 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
-
- getAsync() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getAttribute(ObjectName, String, Class<T>) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- getAttributes() - Method in class org.springframework.boot.loader.jar.JarEntry
-
- getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Get the audit event.
- getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getAuthorizeMode() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getAuthTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return either an exponential weighted moving average or a simple mean,
respectively, depending on whether the weight 'alpha' has been set for this gauge.
- getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- 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
-
- getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- getBeanFactory() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
-
- getBootVersion() - Method in class org.springframework.boot.ResourceBanner
-
- getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getBuffersPerRegion() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getBuilderCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getCachePeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getCacheSeconds() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- getCacheStatistics(CacheManager, C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, C) - Method in interface org.springframework.boot.actuate.cache.CacheStatisticsProvider
-
Return the current
CacheStatistics
snapshot for the specified
Cache
or
null
if the given cache could not be handled.
- getCacheStatistics(CacheManager, ConcurrentMapCache) - Method in class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, EhCacheCache) - Method in class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, GuavaCache) - Method in class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, HazelcastCache) - Method in class org.springframework.boot.actuate.cache.HazelcastCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
-
- getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
Return the auto-configuration class names that should be considered.
- getCertificates() - Method in class org.springframework.boot.loader.jar.JarEntry
-
- getChain() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getCharset() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-
Returns the checks that should be applied.
- getChecksum() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getCheckTokenAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- getCiphers() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the location of classes within the archive.
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Module
-
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getClassLoader() - Method in class org.springframework.boot.SpringApplication
-
Either the ClassLoader that will be used in the ApplicationContext (if
resourceLoader
is set, or the context
class loader (if not null), or the loader of the Spring
ClassUtils
class.
- getClassName() - Method in class org.springframework.boot.context.embedded.JspServlet
-
- getClassPathArchives() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-
- getClassPathArchives() - Method in class org.springframework.boot.loader.Launcher
-
Returns the archives that will be used to construct the class path.
- getClassPathArchives() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getClientAuth() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getClusterName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getClusterName() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- getClusterNodes() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- getCode() - Method in class org.springframework.boot.actuate.health.Status
-
Return the code for this 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.autoconfigure.web.ServerProperties.Session.Cookie
-
- getComment() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getCommit() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- getComponentScanningPackages(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- getCompressedSize() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getCompression() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getCompression() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getCompression() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- getCondition() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
-
- getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns condition outcomes from this report, grouped by the source.
- getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- getConfig() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
-
- getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getConfigurableWebBindingInitializer() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The configuration class that will be used by Spring Boot as a template.
- getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
-
- getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- getConnectTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getContainerType() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
-
- getContent() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
-
- getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- 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
-
- getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Return the context path with no trailing slash (i.e.
- getContextPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.ManagementServletContext
-
Return the context path of the management server.
- getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the context path for the embedded servlet container.
- 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.
- getCookie() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the number of times the value has been set.
- getCrc() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getCuries() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getData() - 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.data.redis.RedisProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- 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
-
- getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getDefaultMediaType() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getDelayMillis() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getDescription() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getDescription() - Method in class org.springframework.boot.actuate.health.Status
-
Return the description of this status.
- getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDetails() - Method in class org.springframework.boot.actuate.health.Health
-
Return the details of the health.
- getDir() - Method in class org.springframework.boot.ApplicationHome
-
Returns the application home directory.
- getDir(String) - Method in class org.springframework.boot.ApplicationTemp
-
Return a sub-directory of the application temp.
- getDir() - Method in class org.springframework.boot.ApplicationTemp
-
Return the directory to be used for application specific temp files.
- getDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getDisabledCommands() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getDisabledResponse() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
Returns the response that should be returned when the endpoint is disabled.
- getDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getDisplayName() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the document root which will be used by the web context to serve static
files.
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
- getDomain() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- 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.
- getEhcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- 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
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getEnabled() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
Return whether the resource chain is enabled.
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- getEnabled() - Method in class org.springframework.boot.context.embedded.Compression
-
- getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- 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.AbstractEndpointMvcAdapter
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- 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.actuate.endpoint.AbstractEndpoint
-
- getEnvironment() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
Return the environment.
- getEnvironment() - Method in class org.springframework.boot.logging.LoggingInitializationContext
-
Return the Spring environment if available.
- 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.
- getError() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- getErrorAttributes(RequestAttributes, boolean) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getErrorAttributes(RequestAttributes, boolean) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
-
Returns a
Map
of the error attributes.
- getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns a mutable set of
ErrorPages
that will be used when
handling exceptions.
- getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- getErrorPath() - Method in interface org.springframework.boot.autoconfigure.web.ErrorController
-
Returns the path of the error page.
- getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
Provide access to the error properties.
- getException() - Method in class org.springframework.boot.context.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
-
Return the exception that caused the failure.
- getExceptionName() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The exception type name.
- getExcludedUserAgents() - Method in class org.springframework.boot.context.embedded.Compression
-
- getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getExcludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getExclusions() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getExclusions() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that have been excluded from condition evaluation.
- getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
Return any exclusions that limit the candidate configurations.
- getExecutionTime() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getExitCode() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
-
- getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
-
Return the exit code that will be used to exit the JVM.
- getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
-
Returns the exit code that should be returned from the application.
- getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
-
Returns the exit code that should be returned from the application.
- getExporters() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getExtension() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- getExtra() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getFeatures() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- getFetchSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
Returns the underlying File.
- getFile() - Method in class org.springframework.boot.loader.tools.Library
-
Return the library file.
- 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.autoconfigure.jersey.JerseyProperties
-
- getFilter() - Method in class org.springframework.boot.context.embedded.DelegatingFilterProxyRegistrationBean
-
- getFilter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- 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
-
- getFilteredJarFile(JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.JarFile
-
Return a new jar based on the filtered contents of this file.
- getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AllNestedConditions
-
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
-
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
-
- getFixed() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
-
- getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getGridFsDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getGuava() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getHalBrowserLocation(ResourceLoader) - Static method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- getHazelcast() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
-
Get the HazelcastInstance
.
- 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.
- getHitRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the ratio of cache requests which were hits as a value between 0 and 1 where
0 means that the hit ratio is 0% and 1 means it is 100%.
- getHitRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
-
- getHost() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getHost() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- getHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- getHsts() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- getHtmlFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
-
- getHttpOnly() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getId() - Method in class org.springframework.boot.actuate.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.
- getId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getIdleTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- getIgnored() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getIgnored(SecurityProperties) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- getInclude() - Method in class org.springframework.boot.actuate.trace.TraceProperties
-
- getIncludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- getIndices() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- getInfinispan() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
-
- getInit() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- 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.JspServlet
-
- 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 underlying data.
- getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getInstalledOn() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getInternalProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getIoThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- 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
-
- getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- getJndiName() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getJob() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-
Return the job execution.
- getJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getJodaDateTimeFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
-
Static factory for the "best" JSON parser available on the classpath.
- getJspServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Return the JTA transaction manager.
- getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getKey() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- 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
-
- getKeyPattern() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- getKeyspaceName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getKeyStore() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getKeyStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getKeyUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getLastUpdated() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns the launcher class name for this layout.
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Expanded
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Module
-
- 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.Module
-
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getListener() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- getListener() - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- getListeners() - Method in class org.springframework.boot.SpringApplication
-
- getLoadBalancingPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getLocale() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- 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.transaction.jta.JtaProperties
-
- getLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- getLoginPath() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
-
Returns the main application class that has been deduced or explicitly configured.
- getMainClass() - Method in class org.springframework.boot.loader.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
-
- getManagementServletContext() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- 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.data.redis.RedisProperties.Sentinel
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Determine the outcome of the match along with suitable log output.
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration.ResourceBundleCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration.WebSecurityEnhancerCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
-
- getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the maximum value of the gauge.
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getMax() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the maximum number of active connections that can be allocated at the same
time or -1
if there is no limit.
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- 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.data.redis.RedisProperties.Pool
-
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- 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.data.redis.RedisProperties.Pool
-
- getMBeanServer() - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return an outcome message or null
.
- getMessage() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
-
- getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getMethod() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns the mime-type mappings.
- getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
-
- getMimeTypes() - Method in class org.springframework.boot.context.embedded.Compression
-
- getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the minimum value of the gauge.
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getMin() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the minimum number of idle connections in the pool or null
if that
information is not available.
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- getMinResponseSize() - Method in class org.springframework.boot.context.embedded.Compression
-
- getMissRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the ratio of cache requests which were misses as value between 0 and 1 where
0 means that the miss ratio is 0% and 1 means it is 100%.
- getMissRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- getMobilePrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getMobileSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getMode() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- getMode() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
-
- 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
-
- getMvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
-
- 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(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
- getName(String) - Method in interface org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbNamingStrategy
-
- getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the name of the gauge.
- getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getName() - Method in class org.springframework.boot.bind.PropertyOrigin
-
- getName() - Method in 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
-
Return the name of file as it should be written.
- getNames() - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- getNamespace() - Method in class org.springframework.boot.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.data.redis.RedisProperties.Sentinel
-
- getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the collection of non-option arguments parsed.
- 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.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- getObject() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObject() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- getObjectName(C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
Return the
ObjectName
of the MBean that is managing the specified cache or
null
if none is found.
- getObjectName(SpringCache) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- getObjectName(JCacheCache) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
-
- getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- getObjectType() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- getOptionNames() - Method in interface org.springframework.boot.ApplicationArguments
-
Return then names of all option arguments.
- getOptionValues(String) - Method in interface org.springframework.boot.ApplicationArguments
-
Return the collection of values associated with the arguments option having the
given name.
- getOrDeduceName(Object) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Deduces the name for this registration.
- getOrDeduceUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationProperties
-
- 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.autoconfigure.flyway.FlywayMigrationInitializer
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
-
- getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- getOrder() - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Get the order of the registration bean.
- getOrder() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Return the order of the bean.
- getOrder() - Method in class org.springframework.boot.context.web.OrderedCharacterEncodingFilter
-
- getOrder() - Method in class org.springframework.boot.context.web.OrderedHiddenHttpMethodFilter
-
- getOrder() - Method in class org.springframework.boot.context.web.OrderedHttpPutFormContentFilter
-
- getOrder() - Method in class org.springframework.boot.context.web.OrderedRequestContextFilter
-
- getOrder() - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.test.IntegrationTestPropertiesListener
-
- 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
-
- getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getParameters() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
The parent report (from a parent BeanFactory if there is one).
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- 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.cassandra.CassandraProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- 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.mail.MailProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- getPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
Get the path of the endpoint.
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return the MVC path of the endpoint.
- getPath() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- getPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getPath() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The path to render (usually implemented as a forward), starting with "/".
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- getPathsArray(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPathsArray(String[]) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- 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.data.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.actuate.metrics.export.MetricExportProperties.Statsd
-
- getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPort() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
The port that the embedded server listens on.
- getPort() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
Return the port this server is listening on.
- getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
-
- 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
-
- getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
Get the prefix used in mappings.
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getPrefix() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
-
- getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the user principal responsible for the event or null
.
- getPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
Return the principal that should be used for the token.
- getPriority() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- 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 interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Return the value of the specified key from the application
Environment
.
- getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
-
- getProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, Class<T>, T) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String) - Method in class org.springframework.boot.context.config.RandomValuePropertySource
-
- getProperty(String) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- getProperty(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
- getProperty(String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
- getProperty(String, String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Search the System properties and environment variables for a value with the
provided key.
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getPropertyName(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.context.web.ServerPortInfoApplicationContextInitializer
-
- getPropertyNames() - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getPropertyOrigin() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
-
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getPropertySources() - Method in class org.springframework.boot.env.PropertySourcesLoader
-
- getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getProtocol() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getProvider() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- getProxy() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- getQuery() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
Return the validation query or null
.
- getQuery() - Method in enum org.springframework.boot.actuate.health.DataSourceHealthIndicator.Product
-
- getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getQueues() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- getReadTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getRealm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- getRealm() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getReconnectionPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getRedis() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getRegistered() - Method in class org.springframework.boot.context.embedded.JspServlet
-
- 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
-
- getRequestedHeartbeat() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
-
- 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
-
Gets the resource with the given name
.
- getResource(String) - Method in class org.springframework.boot.test.SpringBootMockServletContext
-
- getResourceBasePathLocation(String) - Method in class org.springframework.boot.test.SpringBootMockServletContext
-
- getResourceByPath(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getResourceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getResourceLoader() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- getResourceLoader() - Method in class org.springframework.boot.SpringApplication
-
The ResourceLoader that will be used in the ApplicationContext.
- getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- getResourceLocation() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
-
- getResourceLocation(String) - Method in class org.springframework.boot.test.SpringBootMockServletContext
-
- getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
Check if one of the default resource locations actually exists.
- getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
-
- getResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-
Gets the resources with the given name
.
- getResourceSuffix() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getResourceSuffixes() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getResponseTimeout() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- getRestTemplate() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- getRetryPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getReturnBodyOnCreate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getReturnBodyOnUpdate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getRole() - Method in class org.springframework.boot.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
-
Return the running process.
- 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
-
Return the scope of the library.
- getScript() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getSecure() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return any self initialization config that has been applied.
- getSensitive() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getSentinelConfig() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSerialConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getSerializationInclusion() - 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
-
- getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServerHeader() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getServerId() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- getServiceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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.
- getServletPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- getSessions() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getSessionStoreDir() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getSessionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Return the session timeout in seconds.
- getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- getShutdownHandler() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.LoggingSystem
-
Returns a
Runnable
that can handle shutdown of this logging system when the
JVM exits.
- getSize() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the size of the cache or null
if that information is not available.
- getSize() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- getSize() - Method in class org.springframework.boot.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
-
- getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- getSource() - Method in class org.springframework.boot.ApplicationHome
-
Returns the underlying source used to find the home directory.
- getSource() - Method in class org.springframework.boot.bind.PropertyOrigin
-
- getSource() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- getSource() - Method in class org.springframework.boot.loader.jar.JarEntry
-
Return the source
JarEntryData
that was used to create this entry.
- getSourceArgs() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the raw unprocessed arguments that were passed to the application.
- getSources() - Method in class org.springframework.boot.SpringApplication
-
- getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
-
- getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getSpringApplication() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return the spring config locations for this system.
- getSpringFactoriesLoaderFactoryClass() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return any spring specific initialization config that should be applied.
- getSqlDialect() - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
-
- getSqlScriptEncoding() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSsl() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return the standard config locations for this system.
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getState() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getStatsd() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
Return the status of the health.
- getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- getStatus() - Method in class org.springframework.boot.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.
- getStoreDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- getStrategy() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
-
Return a Map of all values from the specified
PropertySources
that start
with a particular key.
- getSubProperties(PropertySources, String, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
-
Return a Map of all values from the specified
PropertySources
that start
with a particular key.
- getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
Return a Map of all values from all underlying properties that start with the
specified key.
- getSubsection(long, long) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
-
- getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
-
- getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- getSuffix() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
-
- getSupportedTypes() - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
Return the supported types for this registration.
- getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getTabletPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getTabletSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- getTargetBeanName() - Method in class org.springframework.boot.context.embedded.DelegatingFilterProxyRegistrationBean
-
- getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getTemplate(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
- getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- getTemplateResolverOrder() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- 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
-
- getTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- getTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the date/time that the even was logged.
- getTimestamp() - Method in class org.springframework.boot.actuate.metrics.Metric
-
- getTimestamp() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
-
- getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
Time to live for cached result.
- getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getTokenInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getTokenKeyAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- getTokenType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getTomcat() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
Returns access to the underlying Tomcat server.
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getToolboxConfigLocation() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- getTopics() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
-
- getTrackingModes() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-
- getTransactionManagerId() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- getTransactionSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- getTriggers() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
Configuration for triggers on individual named writers.
- getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getTrustStore() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- getTrustStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getTrustStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getType() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
- getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that were evaluated but were not conditional.
- getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getUndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getUri() - Method in class org.springframework.boot.autoconfigure.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 using the default database name.
- getUrl(String) - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the URL for the connection using the specified databaseName
.
- getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getUrl() - Method in 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.
- getUsage() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getUsage() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not
limited).
- getUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
-
- getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
- 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
-
- getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getUsername() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- getValidationQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- 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 directory, logging a
warning and returning null
otherwise.
- getValidSessionStoreDir() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.Metric
-
Returns the value of the metric.
- getValue() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the current value of the gauge.
- 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
-
- getVersion() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getVersion() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- getVersion() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- getVersion() - Static method in class org.springframework.boot.SpringBootVersion
-
Return the full version string of the present Spring Boot codebase, or null
if it cannot be determined.
- getView() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
-
Returns a warning if the check fails or null
if there are no problems.
- getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Return the Jetty
Configuration
s that should be applied to the server.
- getWelcomePage() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- getWorkerThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getZkHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- GitInfo() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- 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.data.mongo.MongoDataAutoConfiguration
-
- GroovyMarkupConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- groovyMarkupConfigurer() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-
- groovyMarkupViewResolver() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
-
- GroovyTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
Auto-configuration support for Groovy templates in MVC.
- GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
-
- GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAutoConfiguration.GroovyWebConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
-
- GroovyTemplateProperties - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- GroovyTemplateResolver - Class in org.springframework.boot.autoconfigure.groovy.template
-
- GroovyTemplateResolver() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateResolver
-
Deprecated.
- GroovyWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
-
- groups() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Generate a group of metrics to iterate over in the form of a set of Strings (e.g.
- groups() - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
- groups() - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- groups() - Method in class org.springframework.boot.actuate.metrics.repository.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
-
- GsonJsonParser - Class in org.springframework.boot.json
-
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
-
- Guava() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
-
- GuavaCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- GuavaCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
-
- 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.ManagementWebSecurityAutoConfiguration
-
- ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- ImportAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure.test
-
Import and apply the selected auto-configuration classes for testing purposes.
- INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "includes profiles" property name.
- increment(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
-
- increment(String, long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Increment the specified counter by 1.
- increment(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- increment(String, long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- increment(long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
-
Create a new
Metric
with an incremented value.
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.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.statsd.StatsdMetricWriter
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
-
Increment the value of a metric (or decrement if the delta is negative).
- increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.DropwizardMetricWriter
-
Deprecated.
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- increment(String, Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Increment the value of a metric (or decrement if the delta is negative).
- InetAddressEditor - Class in org.springframework.boot.bind
-
- InetAddressEditor() - Constructor for class org.springframework.boot.bind.InetAddressEditor
-
- Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
-
- InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
Infinispan cache configuration.
- InfinispanCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
-
- infinispanCacheManager() - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
-
- InfinispanCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- InfinispanCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- info(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- info(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- info(Object) - Method in class org.springframework.boot.logging.DeferredLog
-
- info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-
- 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
-
- InfoPropertiesConfiguration() - Constructor for 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.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
-
- init() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
-
- init(FilterConfig) - Method in class org.springframework.boot.context.web.ErrorPageFilter
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- initApplicationContext() - Method in class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityViewResolver
-
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- 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.ConfigurationWarningsApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.web.ServerPortInfoApplicationContextInitializer
-
- initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
-
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Initialize the logging system according to preferences expressed through the
Environment
and the classpath.
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
-
Fully initialize the logging system.
- initialize(String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
-
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.ConfigFileApplicationContextInitializer
-
- initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- Initializer() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
-
- initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add some initializers to the application (applied to the
ApplicationContext
before any bean definitions are loaded).
- InitParameterConfiguringServletContextInitializer - Class in org.springframework.boot.context.embedded
-
A ServletContextInitializer
that configures init parameters on the
ServletContext
.
- InitParameterConfiguringServletContextInitializer(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
-
- InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
-
- InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
-
- InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- 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
-
- instantiate(Class<T>) - Static method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
-
- IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
- IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
-
- IntegrationJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- integrationMbeanExporter() - Method in 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 full startup in the same way as a production application.
- IntegrationTestPropertiesListener - Class in org.springframework.boot.test
-
Manipulate the TestContext to merge properties from @IntegrationTest
.
- IntegrationTestPropertiesListener() - Constructor for class org.springframework.boot.test.IntegrationTestPropertiesListener
-
- InternalResourceViewResolverDelegateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingViewResolverConfiguration.InternalResourceViewResolverDelegateConfiguration
-
- inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return the inverse of the specified condition outcome.
- invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
-
- invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Called to invoke the endpoint.
- invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- invoke(Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- invoke(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
-
- isAccessLogEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- isAccessLogEnabled() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- isActive(Environment) - Method in enum org.springframework.boot.cloud.CloudPlatform
-
Determines if the platform is active (i.e.
- isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isAllowSessionOverride() - 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
-
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
- isCache() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- isCache() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- isCache() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- 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.template.AbstractViewResolverProperties
-
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- 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
-
- isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- isDefaultPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- isDefaultSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
-
Returns true
if the entry represents a directory.
- 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.
- isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- isEmbedded(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given driver class name represents an embedded
database type.
- isEmbedded(DataSource) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given data source represents an embedded
database type.
- isEmbeddedWebApplication() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Specify if the application runs in an embedded web container.
- isEmpty() - Method in class org.springframework.boot.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(Environment, Boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
Determine if an endpoint is enabled based on its specific property and taking into
account the global default.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- 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.artemis.ArtemisProperties.Embedded
-
- 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.autoconfigure.template.AbstractViewResolverProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- isEnabled() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Return if the registration is enabled.
- isEnabled() - Method in class org.springframework.boot.context.embedded.Ssl
-
- isEnableFallback() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- isErrorEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isExecutable() - Method in interface org.springframework.boot.loader.tools.Layout
-
Returns if loader classes should be included to make the archive executable.
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.Module
-
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.None
-
- isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.War
-
- isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isForce() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- 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
-
Return if this error page is a global one (matches all unmatched status and
exception types).
- 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.
- isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
Determine if the stacktrace attribute should be included.
- isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isInitialize() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- 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.
- isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return true
if the outcome was a match.
- 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.artemis.ArtemisProperties.Embedded
-
- isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- isPersistent() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- isPersistSession() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- isPooled() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- isPreferTokenInfo() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- isReady() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Specify if the application has fully started and is now ready.
- isRegisterDefaultServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Flag to indicate that the default servlet should be registered.
- isRequireSsl() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- isSendLatest() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Return if the endpoint is sensitive, i.e.
- isSensitive(Environment, Boolean, boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
Determine if an endpoint is sensitive based on its specific property and taking
into account the global default.
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- 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.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- isSingleton() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- isSingleton() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- isSsl() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- 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 class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
-
- 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
-
- isTestConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- isUnpackRequired() - Method in class org.springframework.boot.loader.tools.Library
-
Return if the file cannot be used directly as a nested jar and needs to be
unpacked.
- isUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- isUseForwardHeaders() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- isUsingForwardHeaders() - Method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns if the platform is behind a load balancer and uses
X-Forwarded-For headers.
- isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- 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.actuate.metrics.writer.CompositeMetricWriter
-
- iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
- iterator() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
- iterator() - Method in class org.springframework.boot.bind.RelaxedNames
-
- iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
-
- iterator() - Method in class org.springframework.boot.loader.jar.JarFile
-
- launch(String[]) - Method in class org.springframework.boot.loader.Launcher
-
Launch the application.
- launch(String[], String, ClassLoader) - Method in class org.springframework.boot.loader.Launcher
-
Launch the application given the archive file and a fully configured classloader.
- LaunchedURLClassLoader - Class in org.springframework.boot.loader
-
- LaunchedURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
-
- Launcher - Class in org.springframework.boot.loader
-
Base class for launchers that can start an application with a fully configured
classpath backed by one or more
Archive
s.
- Launcher() - Constructor for class org.springframework.boot.loader.Launcher
-
- launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- LaunchScript - Interface in org.springframework.boot.loader.tools
-
A script that can be prepended to the front of a JAR file to make it executable.
- Layout - Interface in org.springframework.boot.loader.tools
-
Strategy interface used to determine the layout for a particular type of archive.
- layoutDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
-
- Layouts - Class in org.springframework.boot.loader.tools
-
- Layouts.Expanded - Class in org.springframework.boot.loader.tools
-
Executable expanded archive layout.
- Layouts.Jar - Class in org.springframework.boot.loader.tools
-
Executable JAR layout.
- Layouts.Module - Class in org.springframework.boot.loader.tools
-
Module layout (designed to be used as a "plug-in").
- Layouts.None - Class in org.springframework.boot.loader.tools
-
No layout.
- Layouts.War - Class in org.springframework.boot.loader.tools
-
Executable WAR layout.
- length() - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- LevelRemappingAppender - Class in org.springframework.boot.logging.logback
-
Appender
that can remap ILoggingEvent
Level
s as they are
written.
- LevelRemappingAppender() - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- LevelRemappingAppender(String) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- LevelRemappingAppender.AppendableLogger - Class in org.springframework.boot.logging.logback
-
Simple wrapper around a logger that can have events appended.
- Libraries - Interface in org.springframework.boot.loader.tools
-
Encapsulates information about libraries that may be packed into the archive.
- Library - Class in org.springframework.boot.loader.tools
-
Encapsulates information about a single library that may be packed into the archive.
- Library(File, LibraryScope) - Constructor for class org.springframework.boot.loader.tools.Library
-
- Library(File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
-
- Library(String, File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
-
- library(Library) - Method in interface org.springframework.boot.loader.tools.LibraryCallback
-
Callback to for a single library backed by a
File
.
- LibraryCallback - Interface in org.springframework.boot.loader.tools
-
Callback interface used to iterate
Libraries
.
- LibraryScope - Interface in org.springframework.boot.loader.tools
-
The scope of a library.
- linkedin(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
-
- LinkedInAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
-
- LinkedInAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration
-
- LinkedInAutoConfiguration.LinkedInConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
-
- LinkedInConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
-
- linkedInConnectView() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
-
- LinkedInProperties - Class in org.springframework.boot.autoconfigure.social
-
Properties for Spring Social LinkedIn.
- LinkedInProperties() - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInProperties
-
- links() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- liquibase() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
-
- LiquibaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
-
- LiquibaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
-
- LiquibaseAutoConfiguration.LiquibaseConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
-
- LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
-
- LiquibaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
-
- LiquibaseEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- LiquibaseEndpoint(SpringLiquibase) - Constructor for class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
-
- LiquibaseJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration
-
- LiquibaseProperties - Class in org.springframework.boot.autoconfigure.liquibase
-
Configuration properties to configure SpringLiquibase
.
- LiquibaseProperties() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- LiquibaseServiceLocatorApplicationListener - Class in org.springframework.boot.liquibase
-
ApplicationListener
that replaces the liquibase
ServiceLocator
with a
version that works with Spring Boot executable archives.
- LiquibaseServiceLocatorApplicationListener() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
-
- Listener() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- Listener() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- listeners(ApplicationListener<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add some listeners to the application (listening for SpringApplication events as
well as regular Spring events once the context is running).
- load(Resource...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
-
Load bean definitions from the given XML resources.
- load(String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
-
Load bean definitions from the given XML resources.
- load(Class<?>, String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
-
Load bean definitions from the given XML resources.
- load(String, Resource, String) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- load(String, Resource, String) - Method in interface org.springframework.boot.env.PropertySourceLoader
-
Load the resource into a property source.
- load(Resource) - Method in class org.springframework.boot.env.PropertySourcesLoader
-
Load the specified resource (if possible) and add it as the first source.
- load(Resource, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
-
Load the profile-specific properties from the specified resource (if any) and add
it as the first source.
- load(Resource, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
-
Load the profile-specific properties from the specified resource (if any), give the
name provided and add it as the first source.
- load(Resource, String, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
-
Load the profile-specific properties from the specified resource (if any), give the
name provided and add it to a group of property sources identified by the group
name.
- load(String, Resource, String) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
-
- load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
-
Load beans into the application context.
- loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
-
- loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- loadClass(String, boolean) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-
- loadClass(String, boolean) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-
Attempt to load classes from the URLs before delegating to the parent loader.
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Load a specific configuration.
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
- loadContext(MergedContextConfiguration) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- loadContext(String...) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Load sensible defaults for the logging system.
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- loadSessionAttributes(String, ClassLoader) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
-
- loadView(String, Locale) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
-
- localeResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- locateAndRegisterEndpoints() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- locateTransactionManager() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-
- locateUserTransaction() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-
- Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
-
- Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- Log4JLoggingSystem - Class in org.springframework.boot.logging.log4j
-
- Log4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- LOG_FILE - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the log file.
- LOG_LEVEL_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the log level pattern.
- LOG_PATH - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the log path.
- logAutoConfigurationReport(boolean) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
-
- LogbackInitializer - Class in org.springframework.boot.loader.tools
-
Utility to initialize logback (when present) to use INFO level logging.
- LogbackInitializer() - Constructor for class org.springframework.boot.loader.tools.LogbackInitializer
-
- LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
-
- LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- LogFile - Class in org.springframework.boot.logging
-
A reference to a log output file.
- logfileMvcEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- LogFileMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
Controller that provides an API for logfiles, i.e.
- LogFileMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- logger - Variable in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
-
- logger - Variable in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- logger - Variable in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- logger - Variable in class org.springframework.boot.context.web.SpringBootServletInitializer
-
- logger - Variable in class org.springframework.boot.loader.Launcher
-
- LOGGING_SYSTEM_BEAN_NAME - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
- LoggingApplicationListener - Class in org.springframework.boot.logging
-
- LoggingApplicationListener() - Constructor for class org.springframework.boot.logging.LoggingApplicationListener
-
- LoggingInitializationContext - Class in org.springframework.boot.logging
-
- LoggingInitializationContext(ConfigurableEnvironment) - Constructor for class org.springframework.boot.logging.LoggingInitializationContext
-
- LoggingSystem - Class in org.springframework.boot.logging
-
Common abstraction over logging systems.
- LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
-
- LogLevel - Enum in org.springframework.boot.logging
-
- logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate the startup information should be logged.
- logStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
-
Called to log startup information, subclasses may override to add additional
logging.
- logStartupProfileInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
Called to log active profile information.
- lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
-
- lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
-
- OAuth2AuthorizationServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
Configuration for a Spring Security OAuth2 authorization server.
- OAuth2AuthorizationServerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
-
- OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
- OAuth2AuthorizationServerConfiguration.ClientDetailsLogger - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
-
- OAuth2AutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2
-
- OAuth2AutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
-
- oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
-
- oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
-
- oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
-
- oauth2ClientDetails() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
-
- oauth2ClientFilterRegistration(OAuth2ClientContextFilter, SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
-
- OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2
-
Configuration properties for OAuth2 Client.
- OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- OAuth2MethodSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.method
-
Auto-configure an expression handler for method-level security (if the user already has
@EnableGlobalMethodSecurity
).
- OAuth2MethodSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
-
- oauth2RemoteResource() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
-
- oauth2RemoteResource() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
-
- oauth2RemoteResource() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
-
- OAuth2ResourceServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Auto-configure a Spring Security OAuth2 resource server.
- OAuth2ResourceServerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
-
- OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- OAuth2ResourceServerConfiguration.ResourceServerCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- OAuth2RestOperationsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration for OAuth2 Single Sign On REST operations.
- OAuth2RestOperationsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration
-
- OAuth2RestOperationsConfiguration.RequestScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2RestOperationsConfiguration.SessionScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2RestOperationsConfiguration.SingletonScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- oauth2RestTemplate(OAuth2ClientContext, OAuth2ProtectedResourceDetails) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration
-
- OAuth2SsoCustomConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration for OAuth2 Single Sign On (SSO) when there is an existing
WebSecurityConfigurerAdapter
provided by the user and annotated with
@EnableOAuth2Sso
.
- OAuth2SsoCustomConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- OAuth2SsoCustomConfiguration.WebSecurityEnhancerCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2SsoDefaultConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration for OAuth2 Single Sign On (SSO).
- OAuth2SsoDefaultConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
-
- OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
- OAuth2SsoProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
-
Configuration properties for OAuth2 Single Sign On (SSO).
- OAuth2SsoProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- objectNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
-
- onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
-
- onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
-
- onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
-
- onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
-
- onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
-
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.context.web.ServerPortInfoApplicationContextInitializer
-
- onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- onClose() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- onCounterAdded(String, Counter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onCounterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onGaugeAdded(String, Gauge<?>) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onGaugeRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onHistogramAdded(String, Histogram) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onHistogramRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onMeterAdded(String, Meter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onMeterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- onStartup(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
-
- onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
-
- onStartup(ServletContext) - Method in interface org.springframework.boot.context.embedded.ServletContextInitializer
-
Configure the given
ServletContext
with any servlets, filters, listeners
context-params and attributes necessary for initialization.
- onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- onStartup(ServletContext) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
-
- onTimerAdded(String, Timer) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onTimerRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- openConnection(URL) - Method in class org.springframework.boot.loader.jar.Handler
-
- openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
-
- OpenTsdbData - Class in org.springframework.boot.actuate.metrics.opentsdb
-
OpenTSDB Data.
- OpenTsdbData() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(String, Number) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(String, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(OpenTsdbName, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbGaugeWriter - Class in org.springframework.boot.actuate.metrics.opentsdb
-
A
GaugeWriter
for the Open TSDB database (version 2.0), writing metrics to the
HTTP endpoint provided by the server.
- OpenTsdbGaugeWriter() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
Creates a new OpenTsdbGaugeWriter
with the default connect (10 seconds) and
read (30 seconds) timeouts.
- OpenTsdbGaugeWriter(int, int) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
Creates a new OpenTsdbGaugeWriter
with the given millisecond
connectTimeout
and readTimeout
.
- OpenTsdbName - Class in org.springframework.boot.actuate.metrics.opentsdb
-
OpenTSDB Name.
- OpenTsdbName() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- OpenTsdbName(String) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- OpenTsdbNamingStrategy - Interface in org.springframework.boot.actuate.metrics.opentsdb
-
Strategy used to convert a metric name into an
OpenTsdbName
.
- ORDER - Static variable in class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
-
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.context.web
-
- OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.context.web.OrderedCharacterEncodingFilter
-
- OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
-
Default
HealthAggregator
implementation that aggregates
Health
instances and determines the final system state based on a simple ordered list.
- OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.context.web
-
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.context.web.OrderedHiddenHttpMethodFilter
-
- OrderedHttpPutFormContentFilter - Class in org.springframework.boot.context.web
-
- OrderedHttpPutFormContentFilter() - Constructor for class org.springframework.boot.context.web.OrderedHttpPutFormContentFilter
-
- OrderedRequestContextFilter - Class in org.springframework.boot.context.web
-
- OrderedRequestContextFilter() - Constructor for class org.springframework.boot.context.web.OrderedRequestContextFilter
-
- org.springframework.boot - package org.springframework.boot
-
Core Spring Boot classes.
- org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
-
Core actuator auditing classes.
- org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
-
Actuator auditing listeners.
- org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
-
Auto-configuration for the actuator.
- org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
-
- org.springframework.boot.actuate.condition - package org.springframework.boot.actuate.condition
-
@Condition
annotations and supporting classes.
- org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
-
Endpoints used to expose actuator information.
- org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
-
Actuator JMX endpoint support.
- org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
-
Actuator Spring MVC endpoint support.
- org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
-
Actuator health indicators.
- org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
-
Core metrics classes.
- org.springframework.boot.actuate.metrics.aggregate - package org.springframework.boot.actuate.metrics.aggregate
-
- org.springframework.boot.actuate.metrics.buffer - package org.springframework.boot.actuate.metrics.buffer
-
Metrics buffering support.
- org.springframework.boot.actuate.metrics.dropwizard - package org.springframework.boot.actuate.metrics.dropwizard
-
Metrics integration with Dropwizard Metrics.
- org.springframework.boot.actuate.metrics.export - package org.springframework.boot.actuate.metrics.export
-
Metrics export support.
- org.springframework.boot.actuate.metrics.integration - package org.springframework.boot.actuate.metrics.integration
-
- org.springframework.boot.actuate.metrics.jmx - package org.springframework.boot.actuate.metrics.jmx
-
Metrics integration with JMX.
- org.springframework.boot.actuate.metrics.opentsdb - package org.springframework.boot.actuate.metrics.opentsdb
-
Metrics integration with OpenTSDB.
- org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
-
Metrics readers.
- org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
-
Metrics repository support.
- org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
-
Metrics Redis repository support.
- org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
-
Metrics rich gauge support.
- org.springframework.boot.actuate.metrics.statsd - package org.springframework.boot.actuate.metrics.statsd
-
Metrics integration with Statsd.
- org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
-
Metrics utility classes.
- org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
-
Support for writing metrics.
- org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
-
Metrics integration with Dropwizard Metrics.
- org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
-
General actuator system support classes.
- org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
-
Actuator tracing support.
- org.springframework.boot.admin - package org.springframework.boot.admin
-
Administration support for Spring Boot applications.
- org.springframework.boot.ansi - package org.springframework.boot.ansi
-
Support classes to provide ANSI color output.
- org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
-
Spring Boot's auto-configuration capabilities.
- org.springframework.boot.autoconfigure.admin - package org.springframework.boot.autoconfigure.admin
-
Auto-configuration for admin-related features.
- org.springframework.boot.autoconfigure.amqp - package org.springframework.boot.autoconfigure.amqp
-
Auto-configuration for RabbitMQ.
- org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
-
Auto-configuration for Spring AOP.
- org.springframework.boot.autoconfigure.batch - package org.springframework.boot.autoconfigure.batch
-
Auto-configuration for Spring Batch.
- org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
-
Auto-configuration for the cache abstraction.
- org.springframework.boot.autoconfigure.cassandra - package org.springframework.boot.autoconfigure.cassandra
-
Auto-configuration for Cassandra.
- org.springframework.boot.autoconfigure.cloud - package org.springframework.boot.autoconfigure.cloud
-
Auto-configuration for Spring Cloud Connectors.
- org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
-
@Condition
annotations and supporting classes.
- org.springframework.boot.autoconfigure.context - package org.springframework.boot.autoconfigure.context
-
Auto-configuration for the Spring context.
- org.springframework.boot.autoconfigure.dao - package org.springframework.boot.autoconfigure.dao
-
Auto-configuration for Spring DAO.
- org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
-
Auto-configuration base classes for Spring Data.
- org.springframework.boot.autoconfigure.data.cassandra - package org.springframework.boot.autoconfigure.data.cassandra
-
Auto-configuration for Spring Data Cassandra.
- org.springframework.boot.autoconfigure.data.elasticsearch - package org.springframework.boot.autoconfigure.data.elasticsearch
-
Auto-configuration for Spring Data Elasticsearch.
- org.springframework.boot.autoconfigure.data.jpa - package org.springframework.boot.autoconfigure.data.jpa
-
Auto-configuration for Spring Data JPA.
- org.springframework.boot.autoconfigure.data.mongo - package org.springframework.boot.autoconfigure.data.mongo
-
Auto-configuration for Spring Data Mongo.
- org.springframework.boot.autoconfigure.data.redis - package org.springframework.boot.autoconfigure.data.redis
-
Auto-configuration for Spring Data Redis.
- org.springframework.boot.autoconfigure.data.rest - package org.springframework.boot.autoconfigure.data.rest
-
Auto-configuration for Spring Data REST.
- org.springframework.boot.autoconfigure.data.solr - package org.springframework.boot.autoconfigure.data.solr
-
Auto-configuration for Spring Data SOLR.
- org.springframework.boot.autoconfigure.data.web - package org.springframework.boot.autoconfigure.data.web
-
Auto-configuration for Spring Data's Web Support.
- org.springframework.boot.autoconfigure.flyway - package org.springframework.boot.autoconfigure.flyway
-
Auto-configuration for Flyway.
- org.springframework.boot.autoconfigure.freemarker - package org.springframework.boot.autoconfigure.freemarker
-
Auto-configuration for Freemarker.
- org.springframework.boot.autoconfigure.groovy.template - package org.springframework.boot.autoconfigure.groovy.template
-
Auto-configuration for Groovy templates.
- org.springframework.boot.autoconfigure.gson - package org.springframework.boot.autoconfigure.gson
-
Auto-configuration for GSON.
- org.springframework.boot.autoconfigure.h2 - package org.springframework.boot.autoconfigure.h2
-
- org.springframework.boot.autoconfigure.hateoas - package org.springframework.boot.autoconfigure.hateoas
-
Auto-configuration for Spring HATEOAS.
- org.springframework.boot.autoconfigure.hazelcast - package org.springframework.boot.autoconfigure.hazelcast
-
Auto-configuration for Hazelcast.
- org.springframework.boot.autoconfigure.integration - package org.springframework.boot.autoconfigure.integration
-
Auto-configuration for Spring Integration.
- org.springframework.boot.autoconfigure.jackson - package org.springframework.boot.autoconfigure.jackson
-
Auto-configuration for Jackson.
- org.springframework.boot.autoconfigure.jdbc - package org.springframework.boot.autoconfigure.jdbc
-
Auto-configuration for JDBC.
- org.springframework.boot.autoconfigure.jdbc.metadata - package org.springframework.boot.autoconfigure.jdbc.metadata
-
Auto-configuration for JDBC Metadata.
- org.springframework.boot.autoconfigure.jersey - package org.springframework.boot.autoconfigure.jersey
-
Auto-configuration for Jersey.
- org.springframework.boot.autoconfigure.jms - package org.springframework.boot.autoconfigure.jms
-
Auto-configuration for JMS.
- org.springframework.boot.autoconfigure.jms.activemq - package org.springframework.boot.autoconfigure.jms.activemq
-
Auto-configuration for ActiveMQ.
- org.springframework.boot.autoconfigure.jms.artemis - package org.springframework.boot.autoconfigure.jms.artemis
-
Auto-configuration for Artemis.
- org.springframework.boot.autoconfigure.jms.hornetq - package org.springframework.boot.autoconfigure.jms.hornetq
-
Auto-configuration for HornetQ.
- org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
-
Auto-configuration for JMX.
- org.springframework.boot.autoconfigure.jooq - package org.springframework.boot.autoconfigure.jooq
-
Auto-configuration for JOOQ.
- org.springframework.boot.autoconfigure.liquibase - package org.springframework.boot.autoconfigure.liquibase
-
Auto-configuration for Liquibase.
- org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
-
Auto-configuration for logging.
- org.springframework.boot.autoconfigure.mail - package org.springframework.boot.autoconfigure.mail
-
Auto-configuration for email support.
- org.springframework.boot.autoconfigure.mobile - package org.springframework.boot.autoconfigure.mobile
-
Auto-configuration for Spring Mobile.
- org.springframework.boot.autoconfigure.mongo - package org.springframework.boot.autoconfigure.mongo
-
Auto-configuration for MongoDB.
- org.springframework.boot.autoconfigure.mongo.embedded - package org.springframework.boot.autoconfigure.mongo.embedded
-
- org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
-
Auto-configuration for Mustache.
- org.springframework.boot.autoconfigure.mustache.web - package org.springframework.boot.autoconfigure.mustache.web
-
Auto-configuration for Mustache with Spring MVC.
- org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
-
Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.autoconfigure.reactor - package org.springframework.boot.autoconfigure.reactor
-
Auto-configuration for Project Reactor.
- org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
-
Auto-configuration for Spring Security.
- org.springframework.boot.autoconfigure.security.oauth2 - package org.springframework.boot.autoconfigure.security.oauth2
-
- org.springframework.boot.autoconfigure.security.oauth2.authserver - package org.springframework.boot.autoconfigure.security.oauth2.authserver
-
- org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
-
- org.springframework.boot.autoconfigure.security.oauth2.method - package org.springframework.boot.autoconfigure.security.oauth2.method
-
- org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
-
- org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
-
- org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
-
- org.springframework.boot.autoconfigure.social - package org.springframework.boot.autoconfigure.social
-
Auto-configuration for Spring Social.
- org.springframework.boot.autoconfigure.solr - package org.springframework.boot.autoconfigure.solr
-
Auto-configuration for Solr.
- org.springframework.boot.autoconfigure.template - package org.springframework.boot.autoconfigure.template
-
Base classes for template Auto-configuration.
- org.springframework.boot.autoconfigure.test - package org.springframework.boot.autoconfigure.test
-
Test utilities related to auto-configuration.
- org.springframework.boot.autoconfigure.thymeleaf - package org.springframework.boot.autoconfigure.thymeleaf
-
Auto-configuration for Thymeleaf.
- org.springframework.boot.autoconfigure.transaction - package org.springframework.boot.autoconfigure.transaction
-
Auto-configuration for transaction support.
- org.springframework.boot.autoconfigure.transaction.jta - package org.springframework.boot.autoconfigure.transaction.jta
-
Auto-configuration for JTA.
- org.springframework.boot.autoconfigure.velocity - package org.springframework.boot.autoconfigure.velocity
-
Auto-configuration for Velocity.
- org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
-
Auto-configuration for embedded servlet containers and Spring MVC.
- org.springframework.boot.autoconfigure.websocket - package org.springframework.boot.autoconfigure.websocket
-
Auto-configuration for Spring WebSocket.
- org.springframework.boot.bind - package org.springframework.boot.bind
-
Classes and utilities to help when binding spring based configuration files to objects.
- org.springframework.boot.builder - package org.springframework.boot.builder
-
- org.springframework.boot.cloud - package org.springframework.boot.cloud
-
Low level support for Cloud deployments.
- org.springframework.boot.cloudfoundry - package org.springframework.boot.cloudfoundry
-
- org.springframework.boot.context - package org.springframework.boot.context
-
- org.springframework.boot.context.config - package org.springframework.boot.context.config
-
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
- org.springframework.boot.context.embedded - package org.springframework.boot.context.embedded
-
Support for embedded servlet containers.
- org.springframework.boot.context.embedded.jetty - package org.springframework.boot.context.embedded.jetty
-
- org.springframework.boot.context.embedded.tomcat - package org.springframework.boot.context.embedded.tomcat
-
- org.springframework.boot.context.embedded.undertow - package org.springframework.boot.context.embedded.undertow
-
- org.springframework.boot.context.event - package org.springframework.boot.context.event
-
- org.springframework.boot.context.properties - package org.springframework.boot.context.properties
-
Support for external configuration binding via the @ConfigurationProperties
annotation.
- org.springframework.boot.context.web - package org.springframework.boot.context.web
-
- org.springframework.boot.env - package org.springframework.boot.env
-
- org.springframework.boot.json - package org.springframework.boot.json
-
Support for parsing JSON.
- org.springframework.boot.jta - package org.springframework.boot.jta
-
Support for the Java Transaction API.
- org.springframework.boot.jta.atomikos - package org.springframework.boot.jta.atomikos
-
Support classes for Atomikos JTA.
- org.springframework.boot.jta.bitronix - package org.springframework.boot.jta.bitronix
-
Support classes for Bitronix JTA.
- org.springframework.boot.lang - package org.springframework.boot.lang
-
Language feature annotations.
- org.springframework.boot.liquibase - package org.springframework.boot.liquibase
-
Custom support for Liquibase database migration.
- org.springframework.boot.loader - package org.springframework.boot.loader
-
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.
- org.springframework.boot.loader.archive - package org.springframework.boot.loader.archive
-
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
folder.
- org.springframework.boot.loader.data - package org.springframework.boot.loader.data
-
Classes and interfaces to allows random access to a block of data.
- org.springframework.boot.loader.jar - package org.springframework.boot.loader.jar
-
Support for loading and manipulating JAR/WAR files.
- org.springframework.boot.loader.tools - package org.springframework.boot.loader.tools
-
Tools for generating executable JAR/WAR files.
- org.springframework.boot.loader.util - package org.springframework.boot.loader.util
-
Utilities used by Spring Boot's JAR loading.
- org.springframework.boot.logging - package org.springframework.boot.logging
-
Support and abstractions across several logging libraries.
- org.springframework.boot.logging.java - package org.springframework.boot.logging.java
-
Support for 'Java Util Logging'.
- org.springframework.boot.logging.log4j - package org.springframework.boot.logging.log4j
-
Support for the Log4j logging library.
- org.springframework.boot.logging.log4j2 - package org.springframework.boot.logging.log4j2
-
Support for the Log4j 2 logging library.
- org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
-
Support for the Logback logging library.
- org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
-
JPA Support classes.
- org.springframework.boot.orm.jpa.hibernate - package org.springframework.boot.orm.jpa.hibernate
-
Hibernate Support classes.
- org.springframework.boot.test - package org.springframework.boot.test
-
Classes and utilities that are useful when unit-testing Spring Boot applications.
- org.springframework.boot.web.servlet - package org.springframework.boot.web.servlet
-
- org.springframework.boot.web.servlet.view.velocity - package org.springframework.boot.web.servlet.view.velocity
-
Velocity support classes.
- org.springframework.boot.yaml - package org.springframework.boot.yaml
-
Spring Boot extensions to Spring Framework's support for parsing YAML.
- OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
-
Convenient constant value representing out-of-service state.
- outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
-
- outOfService() - Static method in class org.springframework.boot.actuate.health.Health
-
- OutputCapture - Class in org.springframework.boot.test
-
JUnit @Rule
to capture output from System.out and System.err.
- OutputCapture() - Constructor for class org.springframework.boot.test.OutputCapture
-
- packages(String...) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Deprecated.
The names of packages to scan for @Entity
annotations.
- packages(Class<?>...) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Deprecated.
The classes whose packages should be scanned for @Entity
annotations.
- packages(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The names of packages to scan for @Entity
annotations.
- packages(Class<?>...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The classes whose packages should be scanned for @Entity
annotations.
- parent(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add a parent application with the provided sources.
- parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add an already running parent context to an existing application.
- ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
-
- ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
-
- ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
-
- ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
-
Listener that closes the application context if its parent is closed.
- ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
-
- parseList(String) - Method in class org.springframework.boot.json.BasicJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.GsonJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.JsonJsonParser
-
- parseList(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a List.
- parseList(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
-
- parseList(String) - Method in class org.springframework.boot.json.YamlJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.BasicJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.GsonJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.JsonJsonParser
-
- parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
-
Parse the specified JSON string into a Map.
- parseMap(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
-
- parseMap(String) - Method in class org.springframework.boot.json.YamlJsonParser
-
- 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).
- PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
-
The name of the Spring property that contains the directory where log files are
written.
- PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the Spring property that contains the directory where log files are
written.
- PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.autoconfigure.dao
-
- PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
-
- persistenceExceptionTranslationPostProcessor() - Static method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
-
- persistenceUnit(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Deprecated.
The name of the persistence unit.
- persistenceUnit(String) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The name of the persistence unit.
- persistSessions(String, Map<String, SessionPersistenceManager.PersistentSession>) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
-
- PID_KEY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the System property that contains the process ID.
- PLACEHOLDER_PREFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Prefix for system property placeholders: "${".
- PLACEHOLDER_SUFFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Suffix for system property placeholders: "}".
- Pool() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- PoolingConnectionFactoryBean - Class in org.springframework.boot.jta.bitronix
-
Spring friendly version of PoolingConnectionFactory
.
- PoolingConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- PoolingConnectionFactoryBean.DirectXAConnectionFactory - Class in org.springframework.boot.jta.bitronix
-
- PoolingDataSourceBean - Class in org.springframework.boot.jta.bitronix
-
Spring friendly version of PoolingDataSource
.
- PoolingDataSourceBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- PoolingDataSourceBean.DirectXADataSource - Class in org.springframework.boot.jta.bitronix
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
Register ServletContextAwareProcessor.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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
-
- postProcessContext(Context) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Post process the Tomcat
Context
before it used with the Tomcat Server.
- postProcessConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.env.EnvironmentPostProcessor
-
Post-process the given environment
.
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- postProcessPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
-
- 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.transaction.jta.JtaProperties
-
- prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
Log file name prefix.
- PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
-
- PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
Create a new exporter for metrics to a writer based on an empty prefix for the
metric names.
- PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
Create a new exporter for metrics to a writer based on a prefix for the metric
names.
- PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
-
Interface for extracting metrics as a group whose name starts with a prefix.
- PrefixMetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
A writer for metrics that allows efficient storage of groups of metrics with a common
name prefix (their group name).
- prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- prepareEmbeddedWebApplicationContext(ServletContext) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- prepareRefresh() - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.IntegrationTestPropertiesListener
-
- preserveErrorControllerTargetClassPostProcessor() - Static method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
-
- 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).
- PRIORITY - Static variable in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- PROCESS_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
The process key.
- processBuilder(String...) - Method in class org.springframework.boot.loader.tools.JavaExecutable
-
- processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.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.data.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- 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
-
Deprecated.
Generic properties for standard JPA or vendor-specific configuration.
- 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.
- properties(Map<String, ?>) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
Generic properties for standard JPA or vendor-specific configuration.
- PropertiesConfigurationFactory<T> - Class in org.springframework.boot.bind
-
- PropertiesConfigurationFactory(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- PropertiesLauncher - Class in org.springframework.boot.loader
-
Launcher
for archives with user-configured classpath and main class via a
properties file.
- PropertiesLauncher() - Constructor for class org.springframework.boot.loader.PropertiesLauncher
-
- PropertiesPropertySourceLoader - Class in org.springframework.boot.env
-
- PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- PropertyOrigin - Class in org.springframework.boot.bind
-
The origin of a property, specifically its source and its name before any prefix was
removed.
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
-
- 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.
- Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
-
- PublicMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- PublicMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
-
- publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
-
- rabbitConnectionFactory(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
-
- RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
-
- rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
-
- RabbitHealthIndicator - Class in org.springframework.boot.actuate.health
-
Simple implementation of a
HealthIndicator
returning status information for the
RabbitMQ messaging system.
- RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.health.RabbitHealthIndicator
-
- RabbitHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
-
- rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
-
- RabbitProperties - Class in org.springframework.boot.autoconfigure.amqp
-
Configuration properties for Rabbit.
- RabbitProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- RabbitProperties.Listener - Class in org.springframework.boot.autoconfigure.amqp
-
- RabbitProperties.Ssl - Class in org.springframework.boot.autoconfigure.amqp
-
- rabbitTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
-
- RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.RandomValuePropertySource
-
- RandomAccessData - Interface in org.springframework.boot.loader.data
-
Interface that provides read-only random access to some underlying data.
- RandomAccessData.ResourceAccess - Enum in org.springframework.boot.loader.data
-
Lock modes for accessing the underlying resource.
- RandomAccessDataFile - Class in org.springframework.boot.loader.data
-
- RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
-
- RandomAccessDataFile(File, int) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
-
- RandomValuePropertySource - Class in org.springframework.boot.context.config
-
PropertySource
that returns a random value for any property that starts with
"random.".
- RandomValuePropertySource(String) - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
-
- RandomValuePropertySource() - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
-
- ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
-
- ReactorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
-
- ReactorAutoConfiguration.ReactorConfiguration - Class in org.springframework.boot.autoconfigure.reactor
-
- ReactorConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration.ReactorConfiguration
-
- readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
-
- readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Record the occurrence of condition evaluation.
- recordEvaluationCandidates(List<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Records the names of the classes that are candidates for condition evaluation.
- recordExclusions(Collection<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Records the names of the classes that have been excluded from condition evaluation.
- RED - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- redirect() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- Redis() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
- RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
-
- RedisAutoConfiguration.AbstractRedisConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
Base class for Redis configurations.
- RedisAutoConfiguration.RedisConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
Standard Redis configuration.
- RedisAutoConfiguration.RedisConnectionConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
Redis connection configuration.
- RedisAutoConfiguration.RedisPooledConnectionConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
-
Redis pooled connection configuration.
- RedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
-
- RedisConnectionConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- redisConnectionFactory() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
-
- redisConnectionFactory() - Method in class org.springframework.boot.autoconfigure.data.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
-
- RedisHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
-
- RedisMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
-
- RedisMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Create a RedisMetricRepository with a default prefix to apply to all metric names.
- RedisMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Create a RedisMetricRepository with a prefix to apply to all metric names (ideally
unique to this repository or to a logical repository contributed to by multiple
instances, where they all see the same values).
- RedisMetricRepository(RedisConnectionFactory, String, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
Allows user to set the prefix and key to use to store the index of other keys.
- RedisMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
-
- RedisMultiMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- RedisMultiMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- RedisPooledConnectionConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisPooledConnectionConfiguration
-
- redisProperties() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
-
- RedisProperties - Class in org.springframework.boot.autoconfigure.data.redis
-
Configuration properties for Redis.
- RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.data.redis
-
Pool properties.
- RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
-
Redis sentinel properties.
- redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
-
- refresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Programmatically registers the auto-configuration package names.
- register(Class<?>...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
Register one or more annotated classes to be processed.
- REGISTER_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
-
The name of the Spring property that controls the registration of a shutdown hook
to shut down the logging system when the JVM exits.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.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
-
Deprecated.
- registerLoggedException(Throwable) - Method in class org.springframework.boot.SpringApplication
-
Register that the given exception has been logged.
- registerPublicMetrics(PublicMetrics) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
-
- registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- registerUrlProtocolHandler() - Static method in class org.springframework.boot.loader.jar.JarFile
-
Register a 'java.protocol.handler.pkgs' property so that a
URLStreamHandler
will be located to deal with jar URLs.
- RegistrationBean - Class in org.springframework.boot.context.embedded
-
Base class for Servlet 3.0+ based registration beans.
- RegistrationBean() - Constructor for class org.springframework.boot.context.embedded.RegistrationBean
-
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Reinitialize the logging system if required.
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- RelaxedBindingNotWritablePropertyException - Exception in org.springframework.boot.bind
-
- RelaxedDataBinder - Class in org.springframework.boot.bind
-
Binder implementation that allows caller to bind to maps and also allows property names
to match a bit loosely (if underscores or dashes are removed and replaced with camel
case for example).
- RelaxedDataBinder(Object) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
-
- RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
-
- RelaxedNames - Class in org.springframework.boot.bind
-
Generates relaxed name variations from a given source.
- RelaxedNames(String) - Constructor for class org.springframework.boot.bind.RelaxedNames
-
- RelaxedPropertyResolver - Class in org.springframework.boot.bind
-
- RelaxedPropertyResolver(PropertyResolver) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
-
- RelaxedPropertyResolver(PropertyResolver, String) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
-
- releaseOutput() - Method in class org.springframework.boot.test.OutputCapture
-
- remoteTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
-
- RemoteTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration
-
- remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- remove(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Remove an existing mapping.
- removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- 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".
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheView
-
- repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
-
Repackage the source file so that it can be run using 'java -jar'.
- repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
-
Repackage to the given destination so that it can be launched using '
java -jar'.
- repackage(File, Libraries, LaunchScript) - Method in class org.springframework.boot.loader.tools.Repackager
-
Repackage to the given destination so that it can be launched using '
java -jar'.
- Repackager - Class in org.springframework.boot.loader.tools
-
Utility class that can be used to repackage an archive so that it can be executed using
'java -jar'.
- Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
-
- replay(Log, Class<?>) - Static method in class org.springframework.boot.logging.DeferredLog
-
- replay(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
-
- replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
-
- replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
-
- Report(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
-
- RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
-
- RepositoryRestProperties - Class in org.springframework.boot.autoconfigure.data.rest
-
Configuration properties for Spring Data REST.
- RepositoryRestProperties() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Filters that wrap the servlet request should be ordered less than or equal to this.
- requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
-
- requestContextFilter() - 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
-
- RequestMappingEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
-
- requestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- requestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- RequestScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
-
- requiredViewClass() - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
-
- reset() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Reset the specified counter.
- reset(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
-
Reset the value of a metric, usually to zero value.
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DropwizardMetricWriter
-
Deprecated.
- reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Rest the values of all metrics in the group.
- resolveConfigLocation(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
Resolve the config location if set.
- resolveConfigLocation() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
-
Resolve the config location if set.
- 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
-
Deprecated.
- ResourceBanner - Class in org.springframework.boot
-
Banner implementation that prints from a source
Resource
.
- ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
-
- ResourceBundleCondition() - Constructor for class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration.ResourceBundleCondition
-
- ResourceCondition - Class in org.springframework.boot.autoconfigure.condition
-
SpringBootCondition
used to check if a resource can be found using a
configurable property and optional default location(s).
- ResourceCondition(String, String, String, String...) - Constructor for class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
Create a new condition.
- resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- ResourceProperties - Class in org.springframework.boot.autoconfigure.web
-
Properties used to configure resource handling.
- ResourceProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- ResourceProperties.Chain - Class in org.springframework.boot.autoconfigure.web
-
Configuration for the Spring Resource Handling chain.
- ResourceProperties.Content - Class in org.springframework.boot.autoconfigure.web
-
Version Strategy based on content hashing.
- ResourceProperties.Fixed - Class in org.springframework.boot.autoconfigure.web
-
Version Strategy based on a fixed version string.
- ResourceProperties.Strategy - Class in org.springframework.boot.autoconfigure.web
-
Strategies for extracting and embedding a resource version in its URL path.
- ResourceSecurityConfigurer(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
-
- resourceServer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
-
- ResourceServerCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
-
- resourceServerProperties() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
-
- ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Configuration properties for OAuth2 Resources.
- ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- ResourceServerProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Configuration for an OAuth2 resource server.
- ResourceServerTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
-
- ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- ResourceServerTokenServicesConfiguration.UserInfoRestTemplateConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
- resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig
-
- resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
-
- restore() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
-
- RichGauge - Class in org.springframework.boot.actuate.metrics.rich
-
A gauge which stores the maximum, minimum and average in addition to the current value.
- RichGauge(String) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Creates an "empty" gauge.
- RichGauge(String, double) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- RichGaugeExporter - Class in org.springframework.boot.actuate.metrics.export
-
Exporter or converter for
RichGauge
data to a metric-based back end.
- RichGaugeExporter(RichGaugeReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- RichGaugeExporter(RichGaugeReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- richGaugePublicMetrics(RichGaugeReader) - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
-
- RichGaugeReader - Interface in org.springframework.boot.actuate.metrics.rich
-
A basic set of read operations for
RichGauge
instances.
- RichGaugeReaderPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
- RichGaugeReaderPublicMetrics(RichGaugeReader) - Constructor for class org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics
-
- RichGaugeRepository - Interface in org.springframework.boot.actuate.metrics.rich
-
Convenient combination of reader and writer concerns for
RichGauge
instances.
- run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
-
Callback used to run the bean.
- run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create an application context (and its parent if specified) with the command line
args provided.
- run(String...) - Method in interface org.springframework.boot.CommandLineRunner
-
Callback used to run the bean.
- run(SpringApplication) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
-
- run() - Method in class org.springframework.boot.loader.MainMethodRunner
-
- run(boolean, String...) - Method in class org.springframework.boot.loader.tools.RunProcess
-
- run(boolean, Collection<String>) - Method in class org.springframework.boot.loader.tools.RunProcess
-
- run(String...) - Method in class org.springframework.boot.SpringApplication
-
- run(Object, String...) - Static method in class org.springframework.boot.SpringApplication
-
Static helper that can be used to run a
SpringApplication
from the
specified source using default settings.
- run(Object[], String[]) - Static method in class org.springframework.boot.SpringApplication
-
Static helper that can be used to run a
SpringApplication
from the
specified sources using default settings and user supplied arguments.
- 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.
- Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- SecurityAuthorizeMode - Enum in org.springframework.boot.autoconfigure.security
-
- SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
-
- SecurityDataConfiguration - Class in org.springframework.boot.autoconfigure.security
-
Automatically adds Spring Security's integration with Spring Data.
- SecurityDataConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
-
- securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
-
- securityEvaluationContextExtension() - Method in class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
-
- SecurityFilterAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
-
- SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
-
- securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
-
- SecurityPrerequisite - Interface in org.springframework.boot.autoconfigure.security
-
Marker interface for beans that need to be initialized before any security
configuration is evaluated.
- securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-
- securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
-
- securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
-
- SecurityProperties - Class in org.springframework.boot.autoconfigure.security
-
Properties for the security aspects of an application.
- SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- SecurityProperties.Basic - Class in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.Headers - Class in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.Headers.HSTS - Enum in org.springframework.boot.autoconfigure.security
-
- SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
-
- selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- sendGrid() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
-
- SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
-
- SendGridAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
-
- SendGridProperties - Class in org.springframework.boot.autoconfigure.sendgrid
-
- SendGridProperties() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- SendGridProperties.Proxy - Class in org.springframework.boot.autoconfigure.sendgrid
-
- Sentinel() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-
- serverCustomization() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.context.web
-
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.context.web.ServerPortInfoApplicationContextInitializer
-
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.test
-
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ServerPortInfoApplicationContextInitializer
-
Deprecated.
- serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-
- serverProperties() - Method in class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration.SessionRedisHttpConfiguration.ServerPropertiesConfiguration
-
- 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.Session - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Session.Cookie - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Tomcat.Accesslog - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Undertow - Class in org.springframework.boot.autoconfigure.web
-
- ServerProperties.Undertow.Accesslog - Class in org.springframework.boot.autoconfigure.web
-
- ServerPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
-
- ServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- ServerPropertiesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration.SessionRedisHttpConfiguration.ServerPropertiesConfiguration
-
- ServletComponentScan - Annotation Type in org.springframework.boot.web.servlet
-
- ServletContextApplicationContextInitializer - Class in org.springframework.boot.context.web
-
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- ServletContextApplicationContextInitializer(ServletContext, boolean) - 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(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- 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
-
- ServletRegistrationBean(Servlet, boolean, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- session(CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-
- Session() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
-
- SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
-
- SessionAutoConfiguration.SessionRedisHttpConfiguration - Class in org.springframework.boot.autoconfigure.session
-
- SessionAutoConfiguration.SessionRedisHttpConfiguration.ServerPropertiesConfiguration - Class in org.springframework.boot.autoconfigure.session
-
- SessionRedisHttpConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration.SessionRedisHttpConfiguration
-
- SessionScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
-
- set(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- set(String, double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- set(S) - Method in class org.springframework.boot.actuate.metrics.Metric
-
Create a new
Metric
with a different value.
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- set(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.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(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.DropwizardMetricWriter
-
Deprecated.
- set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.GaugeWriter
-
Set the value of a metric.
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- set(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
-
Save some metric values and associate them with a group name.
- SET_SYSTEM_PROPERTIES - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for boolean flag (default false) which if set will cause the
external configuration properties to be copied to System properties (assuming that
is allowed by Java security).
- setAccessLogDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setAccessLogDirectory(File) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAccessLogPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setAccessLogPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setAccessLogPattern(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- setAcknowledgeMode(JmsProperties.AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- 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).
- setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setAddress(InetAddress) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the specific network address that the server should bind to.
- setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setAggregate(MetricExportProperties.Aggregate) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setAllowCredentials(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.embedded.DelegatingFilterProxyRegistrationBean
-
- 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.AbstractAuthenticationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- 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
-
- setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setAuthoritiesExtractor(AuthoritiesExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- setAuthorizeMode(SecurityAuthorizeMode) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setAuthTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- 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.
- setBannerMode(Banner.Mode) - Method in class org.springframework.boot.SpringApplication
-
Sets the mode used to display the banner when the application runs.
- 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
-
- setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setBasic(SecurityProperties.Basic) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- 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.autoconfigure.EndpointWebMvcAutoConfiguration
-
- 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.EnableAutoConfigurationImportSelector
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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
-
Set the bean meta-data store.
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
-
Sets the bean name generator that should be used when generating bean names.
- setBranch(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-
- setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- setBufferSize(int) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setBufferSize(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setBufferSize(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setBuffersPerRegion(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setBuffersPerRegion(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setCacheNames(List<String>) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- setCachePeriod(Integer) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setCacheSeconds(int) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder
-
Deprecated.
An optional callback for new entity manager factory beans.
- setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
An optional callback for new entity manager factory beans.
- setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
Set the capacity of this event repository.
- setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
Set the capacity of the in-memory repository.
- setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
Set the charset.
- setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
-
Set the charset.
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- setCheckChangeLogLocation(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- 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.template.AbstractViewResolverProperties
-
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setCheckTokenAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- setCiphers(String[]) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setClassName(String) - Method in class org.springframework.boot.context.embedded.JspServlet
-
- setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
-
- setClusterName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setClusterName(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- setClusterNodes(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setCollector(Mustache.Collector) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setComment(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
-
Set the compiler.
- setCompression(ProtocolOptions.Compression) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setCompression(Compression) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setCompression(Compression) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the compression configuration that will be applied to the container's default
connector.
- setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
-
- setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- setConnectTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setConsoleAvailable(Boolean) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Sets if the System.console() is known to be available.
- 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.
- setContactPoints(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setContentType(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- 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
-
- 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
-
- setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the conversion service.
- setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the conversion service used to convert property values.
- setConverters(List<Converter<?, ?>>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
- setData(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setDatabase(Database) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setDatabasePlatform(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setDataDirectory(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- 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
ResourceBean.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
-
- setDefaultEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setDefaultJtaTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
The default timeout for JTA transactions (optional, defaults to 10000
ms).
- setDefaultMediaType(MediaType) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setDefaultProperties(Map<String, Object>) - Method in class org.springframework.boot.SpringApplication
-
Set default environment properties which will be used in addition to those in the
existing
Environment
.
- setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
-
- setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDefaultValue(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- setDelayMillis(long) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setDelims(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setDestinationLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
Sets the destination logger that will be used to send remapped events.
- setDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setDirectBuffers(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setDirectBuffers(Boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.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
-
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setDisplayName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setDisplayName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setDisplayName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the display name of the application deployed in the embedded servlet
container.
- setDocumentRoot(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the document root directory which will be used by the web context to serve
static files.
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setDomain(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- setDomain(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
Debugging feature.
- setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
The earliest time for which data will be exported.
- setEmptyStringIsFalse(Boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- 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.EndpointProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Sets if ANSI output is enabled.
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- 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.h2.H2ConsoleProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- 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.autoconfigure.template.AbstractViewResolverProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Compression
-
- setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Flag to indicate that the registration is enabled.
- setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setEnableFallback(boolean) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if disk logging should be enabled or not.
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- setEncoding(Charset) - 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
-
Set if unique runtime object names should be ensured.
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
-
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
- setEnvironment(Environment) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
-
Sets the underlying environment that should be used with the created application
context.
- setErrorAttributes(ErrorAttributes) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setErrorPages(Set<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.
- setEscaper(Mustache.Escaper) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set a 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
-
- setExcludedUserAgents(String[]) - Method in class org.springframework.boot.context.embedded.Compression
-
- setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setExcludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
-
Set the exclude patterns used to filter metrics.
- setExcludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setExporters(Map<String, Exporter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setExposedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- setFeatures(Set<Feature>) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- 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 in bytes 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(JerseyProperties.Filter) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- setFilter(Filter) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set the filter to be registered.
- setFilterDispatcherTypes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setFilterOrder(Integer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setForce(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
-
- setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether VM shutdown should trigger forced shutdown of the transaction
core.
- setFormatter(Mustache.Formatter) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- setFrame(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setGenericConverters(List<GenericConverter>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
- setGetCacheCounts(long, long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
The groups to export.
- setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
Set the handler mappings.
- setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application is headless and should not instantiate AWT.
- setHibernate(JpaProperties.Hibernate) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setHitRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setHost(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- setHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- setHsts(SecurityProperties.Headers.HSTS) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setHtmlApplicationCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- setHttpOnly(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setId(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setIdleTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- setIgnored(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setIgnoreInvalidFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set whether to ignore invalid fields, that is, whether to ignore bind parameters
that have corresponding fields in the target object which are not accessible (for
example because of null values in the nested path).
- setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Flag to disable binding of nested properties (i.e.
- setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
Flag to disable binding of nested properties (i.e.
- setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Ignore timestamps (export all metrics).
- setIgnoreUnknownFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set whether to ignore unknown fields, that is, whether to ignore bind parameters
that do not have corresponding fields in the target object.
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
-
- setInclude(Set<TraceProperties.Include>) - Method in class org.springframework.boot.actuate.trace.TraceProperties
-
- setIncludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
-
Set the include patterns used to filter metrics.
- setIncludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setIncludeStacktrace(ErrorProperties.IncludeStacktrace) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setIndices(List<String>) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- setInitialize(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
-
- setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.JspServlet
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.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
-
- setIoThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setIoThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Allows the DataSource to be managed by the container and obtained via JNDI.
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
-
- setJndiName(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setJobNames(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-
- setJodaDateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setJspServlet(JspServlet) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setJspServlet(JspServlet) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setJspServlet(JspServlet) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the configuration that will be applied to the container's JSP servlet.
- setJspServletClassName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setJspServletClassName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
- setJwt(ResourceServerProperties.Jwt) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setKey(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- setKeyAlias(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyPassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
Pattern that tells the aggregator what to do with the keys from the source
repository.
- setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- setKeyspaceName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setKeyStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setKeyStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeyStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- setKeyUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- setKeyValue(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
-
- setLabels(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Repackager
-
Sets the layout to use for the jar.
- setLimitParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- 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
-
- setLoadBalancingPolicy(Class<? extends LoadBalancingPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setLoader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setLoadOnStartup(int) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Sets the loadOnStartup
priority.
- setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- 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.transaction.jta.JtaProperties
-
- setLoginPath(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- setLogLevel(String, String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
-
Deprecated.
- 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.data.redis.RedisProperties.Sentinel
-
- setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum number of active transactions.
- setMaxAge(Long) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setMaxAge(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- 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 in bytes 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.data.redis.RedisProperties.Pool
-
- setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- 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 in bytes 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.data.redis.RedisProperties.Pool
-
- setMediaType(MediaType) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the message source.
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the message source.
- setMethodMappings(List<AbstractHandlerMethodMapping<?>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
Set the method mappings.
- setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- setMimeMappings(MimeMappings) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the mime-type mappings.
- setMimeTypes(String[]) - Method in class org.springframework.boot.context.embedded.Compression
-
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-
- setMinResponseSize(int) - Method in class org.springframework.boot.context.embedded.Compression
-
- setMissRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setMobilePrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setMobileSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setMode(ArtemisMode) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- 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
-
- setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
- setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setName(String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Set the name of this registration.
- setName(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- setNameAliases(Map<String, List<String>>) - Method in class org.springframework.boot.bind.RelaxedDataBinder
-
Set name aliases.
- setNames(String[]) - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-
- setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- setNamingStrategy(OpenTsdbNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
-
- setNodes(String) - Method in class org.springframework.boot.autoconfigure.data.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(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationProperties
-
- 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.autoconfigure.flyway.FlywayMigrationInitializer
-
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
-
- setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Set the order of the registration bean.
- setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the order of the bean.
- setOrder(int) - Method in class org.springframework.boot.context.web.OrderedCharacterEncodingFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.context.web.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.context.web.OrderedHttpPutFormContentFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.context.web.OrderedRequestContextFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- setOutputDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the directory in which to store the debug log files.
- setPageParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setParameters(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- setParseArgs(boolean) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Sets if initialization arguments should be parsed for --debug and
--trace options.
- setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- 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(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setPassword(char[]) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- setPath(File) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- setPath(String...) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-
- setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
- setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- setPersistSession(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setPersistSession(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets if session data should be persisted between restarts.
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.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.actuate.metrics.export.MetricExportProperties.Statsd
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-
- setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
-
- setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setPort(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the port that the embedded servlet container should listen on.
- setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setPreferTokenInfo(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
Set the prefix used in mappings.
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
Prefix to apply to all output metrics.
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setProperties(Properties) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the properties.
- setPropertyAliases(Map<Class<?>, Map<String, String>>) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the property aliases.
- setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the property sources.
- setPropertySources(PropertySources) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the property sources to bind.
- setProtocol(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setProtocol(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setProtocol(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
The Tomcat protocol to use when create the
Connector
.
- setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setProvider(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
-
- setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- 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.artemis.ArtemisProperties.Embedded
-
- setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setReader(MetricReader) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setReadTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- setReconnectionPolicy(Class<? extends ReconnectionPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setRedis(MetricExportProperties.Redis) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Set if the DefaultServlet should be registered.
- setRegistered(boolean) - Method in class org.springframework.boot.context.embedded.JspServlet
-
- setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
-
- setRegisterJspServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setRegisterJspServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
- 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
-
- setRequestedHeartbeat(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setRequestTimeout(Long) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
-
- setRequireSsl(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setResource(Resource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the resource.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
Set the resource loader.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
-
- setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-
- setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setResponseTimeout(long) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- setRestTemplate(RestOperations) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setRestTemplate(OAuth2RestOperations) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- setRetryPolicy(Class<? extends RetryPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setReturnBodyOnCreate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setReturnBodyOnUpdate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
Flag to say that the repository lists traces in reverse order.
- setRole(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.
- setSecure(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
-
- setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Send only the data that changed since the last export.
- setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- setSentinel(RedisProperties.Sentinel) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setSeparator(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setSerializationInclusion(JsonInclude.Include) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setSerialJtaTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if subtransactions should be joined when possible.
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setServerHeader(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setServerHeader(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Sets the server header value.
- setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- 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.
- setServiceId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- 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
-
- setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
-
- setServletPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setSession(ServerProperties.Session) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- setSessionStoreDir(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSessionStoreDir(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Set the directory used to store serialized session data.
- setSessionTimeout(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 minutes).
- setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The session timeout in the specified
TimeUnit
(default 30 minutes).
- setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setShowBanner(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- setSize(Long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setSortParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-
- setSources(Set<Object>) - Method in class org.springframework.boot.SpringApplication
-
The sources that will be used to create an ApplicationContext.
- setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
-
- setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Sets a custom logging level to be used for Spring Boot and related libraries.
- setSqlDialect(SQLDialect) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
-
- setSqlScriptEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- 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.
- setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
-
- setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setStatsd(MetricExportProperties.Statsd) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Set specific status mappings.
- setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
Set the ordering of the status.
- setStoreDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
-
- setTablePrefix(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- setTabletPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setTabletSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the target name.
- setTemplate(Template) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheView
-
Set the Mustache template that should actually be rendered.
- setTemplateLoader(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
-
- setTemplateLoaderPath(String...) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- setTemplateResolverOrder(Integer) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setTestConnection(boolean) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setThreadedTwoPhaseCommit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether or not to use different (and concurrent) threads for two-phase
commit on the participating resources.
- setThreshold(long) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
-
- setTime(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-
- setTimeout(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-
- setTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- setTimestamp(Long) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setTimeToLive(long) - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
- setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- setTldSkip(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
A comma-separated list of jars to ignore for TLD scanning.
- setTokenInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setTokenKeyAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
-
- setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
-
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setToolboxConfigLocation(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
-
- setToolboxConfigLocation(String) - Method in class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityViewResolver
-
- setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
-
- setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
-
- setTrackingModes(Set<SessionTrackingMode>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- setTransactionManagerId(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
-
- setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager's unique name.
- setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
-
- setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
-
Sets the type of application event that will trigger writing of the PID file.
- setTrustStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setTrustStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setTrustStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- setTrustStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setTrustStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setTrustStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setType(CacheType) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
-
- setType(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setType(JerseyProperties.Type) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setUpDefaults() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setUriEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- setUriEncoding(Charset) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set the character encoding to use for URL decoding.
- setUrl(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- 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.
- setUseFastConnectionExceptions(boolean) - Static method in class org.springframework.boot.loader.jar.Handler
-
Set if a generic static exception can be thrown when a URL cannot be connected.
- setUseForwardHeaders(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
Set if x-forward-* headers should be processed.
- setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
-
- 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
-
- setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
-
- setValidating(boolean) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
-
Set whether to use XML validation.
- setValidator(Validator) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Set the validator.
- setValidator(Validator) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the validator.
- setValidator(Validator) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Set the bean validator used to validate property fields.
- setValue(double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- setValue(double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- setValue(Number) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- 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
-
- setVersion(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
-
- setVersion(String) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-
- setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if this application is running within a web environment.
- setWorkerThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
- setWorkerThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setWriters(Map<String, GaugeWriter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- setXss(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
-
- setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
Set the YAML.
- setZkHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- severe(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- severe(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- sha1Hash(File) - Static method in class org.springframework.boot.loader.tools.FileUtils
-
Generate a SHA.1 Hash for a given file.
- 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.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Base class for CRaSH properties.
- ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for JAAS authentication.
- ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for key authentication.
- ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for simple authentication.
- ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
-
- ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Auth specific properties for Spring authentication.
- ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
-
SSH properties.
- ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
-
Telnet properties.
- shouldRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns whether or not the JSP servlet should be registered with the embedded
container.
- showBanner(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Shutdown the application.
- shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
-
- ShutdownEndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- ShutdownEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- ShutdownMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- ShutdownMvcEndpoint(ShutdownEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
-
- sibling(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- sibling(Object[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- SignalUtils - Class in org.springframework.boot.loader.tools
-
Utilities for working with signal handling.
- signInController(ConnectionFactoryLocator, UsersConnectionRepository, SignInAdapter) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- simpleAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
- SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
- 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
-
Callback used to update a value.
- SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
-
Configure RabbitListenerContainerFactory
with sensible defaults.
- SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-
- SingletonScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
-
- SitePreferenceAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- SitePreferenceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
-
- SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
-
- sitePreferenceHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- sitePreferenceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- SitePreferenceMvcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
-
- size() - Method in class org.springframework.boot.loader.jar.JarFile
-
- Slf4JLoggingSystem - Class in org.springframework.boot.logging
-
Abstract base class for
LoggingSystem
implementations that utilize SLF4J.
- Slf4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.Slf4JLoggingSystem
-
- SocialAutoConfigurationAdapter() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
-
- socialTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
-
- SocialTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
-
- SocialWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration
-
- SocialWebAutoConfiguration.AnonymousUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.SocialAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.social
-
- SocialWebAutoConfiguration.SpringSocialThymeleafConfig - Class in org.springframework.boot.autoconfigure.social
-
- SolrAutoConfiguration - Class in org.springframework.boot.autoconfigure.solr
-
- SolrAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
-
- solrHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
-
- SolrHealthIndicator - Class in org.springframework.boot.actuate.health
-
- SolrHealthIndicator(SolrServer) - Constructor for class org.springframework.boot.actuate.health.SolrHealthIndicator
-
- SolrHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
-
- SolrProperties - Class in org.springframework.boot.autoconfigure.solr
-
- SolrProperties() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrProperties
-
- SolrRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.solr
-
Enables auto configuration for Spring Data Solr repositories.
- SolrRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
-
- 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.
- SpecificTriggerProperties - Class in org.springframework.boot.actuate.metrics.export
-
Trigger for specific names or patterns.
- SpecificTriggerProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- SpringApplication - Class in org.springframework.boot
-
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
- SpringApplication(Object...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplication(ResourceLoader, Object...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
-
Register a JMX component that allows to administer the current application.
- SpringApplicationAdminJmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
-
- SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
-
A MBean contract to control and monitor a running SpringApplication
via JMX.
- SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
-
- SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- springApplicationAdminRegistrar() - Method in class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
-
- SpringApplicationBuilder - Class in org.springframework.boot.builder
-
- SpringApplicationBuilder(Object...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-
- 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
-
- 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
-
- SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
-
- SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- SpringApplicationRunListener - Interface in org.springframework.boot
-
- springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
-
- SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
- SpringBootApplication - Annotation Type in org.springframework.boot.autoconfigure
-
- springBootAuthenticationConfigurerAdapter(SecurityProperties, List<SecurityPrerequisite>) - Static method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
-
- SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
-
Base of all
Condition
implementations used with Spring Boot.
- SpringBootCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- SpringBootMockServletContext - Class in org.springframework.boot.test
-
- SpringBootMockServletContext(String) - Constructor for class org.springframework.boot.test.SpringBootMockServletContext
-
- SpringBootMockServletContext(String, ResourceLoader) - Constructor for class org.springframework.boot.test.SpringBootMockServletContext
-
- springBootRepositoryRestConfigurer() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
-
- SpringBootServletInitializer - Class in org.springframework.boot.context.web
-
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.context.web.SpringBootServletInitializer
-
- SpringBootVersion - Class in org.springframework.boot
-
Class that exposes the Spring Boot version.
- 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.ApplicationWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
-
- SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
-
- SpringDataWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
-
- SpringIntegrationMetricReader - Class in org.springframework.boot.actuate.metrics.integration
-
A
MetricReader
for Spring Integration metrics (as provided by
spring-integration-jmx).
- SpringIntegrationMetricReader(IntegrationMBeanExporter) - Constructor for class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
-
- SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
-
- SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-
- SpringNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
-
Hibernate NamingStrategy
that follows Spring recommended
naming conventions.
- SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
-
- SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
-
Liquibase PackageScanClassResolver
implementation that uses Spring's resource
scanning to locate classes.
- SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
-
- SpringProfileDocumentMatcher - Class in org.springframework.boot.yaml
-
- SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- SpringProfileDocumentMatcher(String...) - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
-
- springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
-
- springSocialDialect() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
-
- SpringSocialThymeleafConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
-
- SpringSocialTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
ResourceServerTokenServices
backed by Spring Social.
- SpringSocialTokenServices(OAuth2ConnectionFactory<?>, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
-
- Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- Ssl() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
- Ssl - Class in org.springframework.boot.context.embedded
-
Simple container-independent abstraction for SSL configuration.
- Ssl() - Constructor for class org.springframework.boot.context.embedded.Ssl
-
- Ssl.ClientAuth - Enum in org.springframework.boot.context.embedded
-
Client authentication types.
- start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- start() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
Starts the embedded servlet container.
- start() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- start() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- start() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
-
- 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
-
- Statsd() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- statsdMetricWriter() - Method in class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration
-
- StatsdMetricWriter - Class in org.springframework.boot.actuate.metrics.statsd
-
- StatsdMetricWriter(String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer instance with the given parameters.
- StatsdMetricWriter(String, String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer with the given parameters.
- status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given statusCode
.
- status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to given
Status
instance.
- status(String) - Static method in class org.springframework.boot.actuate.health.Health
-
- status(Status) - Static method in class org.springframework.boot.actuate.health.Health
-
- Status - Class in org.springframework.boot.actuate.health
-
Value object to express state of a component or subsystem.
- Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and an empty description.
- Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and description.
- stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- stop() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
-
Stops the embedded servlet container.
- stop() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- stop() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- stop() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
-
- Strategy() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
-
- stringHttpMessageConverter() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-
- StringHttpMessageConverterConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-
- stringOrNumberMigrationVersionConverter() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
-
- stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
-
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
-
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- submit(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
-
Set the specified gauge value.
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
-
- substring(int) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- substring(int, int) - Method in class org.springframework.boot.loader.util.AsciiBytes
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice
-
- supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
-
A System property that can be used to indicate the
LoggingSystem
to use.
- SystemPropertyUtils - Class in org.springframework.boot.loader.util
-
Helper class for resolving placeholders in texts.
- SystemPropertyUtils() - Constructor for class org.springframework.boot.loader.util.SystemPropertyUtils
-
- systemPublicMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
-
- SystemPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
A
PublicMetrics
implementation that provides various system-related metrics.
- SystemPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
- VAL - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for value gauges.
- validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
-
- validateConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
-
- validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Basic validation of applied CRaSH shell configuration.
- VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
The bean name of the configuration properties validator.
- value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
-
- VALUE_SEPARATOR - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
-
Value separator for system property placeholders: ":".
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.health.DataSourceHealthIndicator.Product
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiBackground
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.hornetq.HornetQMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.Banner.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.context.embedded.Ssl.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.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.HttpClientOption
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.health.DataSourceHealthIndicator.Product
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiBackground
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.jms.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.jms.JmsProperties.AcknowledgeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.Banner.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.context.embedded.Ssl.ClientAuth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.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.HttpClientOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VcapEnvironmentPostProcessor - Class in org.springframework.boot.cloudfoundry
-
- VcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloudfoundry.VcapEnvironmentPostProcessor
-
Deprecated.
- 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.VelocityNonWebConfiguration - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityAutoConfiguration.VelocityWebConfiguration - Class in org.springframework.boot.autoconfigure.velocity
-
- VelocityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
-
- 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
-
- VelocityNonWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityNonWebConfiguration
-
- 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
-
- VelocityWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
-
- View() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
-
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-