- 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.
- 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.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
-
- ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor
-
- 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
-
- actuatorDocsEndpoint(ManagementServletContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
-
- ActuatorDocsEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- ActuatorDocsEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ActuatorDocsEndpoint
-
- ActuatorDocsEndpoint.Curies - Class in org.springframework.boot.actuate.endpoint.mvc
-
Properties of the default CurieProvider (used for adding docs links).
- ActuatorEndpointLinksAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- ActuatorHalBrowserEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- ActuatorHalBrowserEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ActuatorHalBrowserEndpoint
-
- ActuatorHalBrowserEndpoint.HalBrowserLocation - Class in org.springframework.boot.actuate.endpoint.mvc
-
- ActuatorHalJsonEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- ActuatorHalJsonEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ActuatorHalJsonEndpoint
-
- 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).
- actuatorMvcEndpoint(ManagementServletContext, ResourceProperties, ResourceLoader) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
-
- 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.ConfigFileEnvironmentPostProcessor
-
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.ConfigFileEnvironmentPostProcessor
-
Add config file property sources to the specified environment.
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.ActuatorDocsEndpoint
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.ActuatorHalBrowserEndpoint
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- addServletNames(String...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Add servlet names for the filter.
- addServletRegistrationBeans(ServletRegistrationBean...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add 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.
- addUrlPatterns(String...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Add URL patterns that the filter will be registered against.
- addViewControllers(ViewControllerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.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.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
-
- 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
-
- 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.
- 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 folder.
- 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(FreeMarkerConfigurationFactory) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
-
- applyProperties(JedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- applyProperties(VelocityEngineFactory) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
-
- 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
-
- 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
-
- 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.
- available() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
- CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-
- 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
-
- 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
-
- 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
-
- ClientDetailsLogger() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
-
- 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
-
- 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
-
- 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.
- ComponentScanDefaultPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanDefaultPackageCheck
-
- 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.ConfigFileEnvironmentPostProcessor
-
- 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.ConfigFileEnvironmentPostProcessor
-
- 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
-
- ConfigFileEnvironmentPostProcessor - Class in org.springframework.boot.context.config
-
- ConfigFileEnvironmentPostProcessor() - Constructor for class org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor
-
- 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.ComponentScanDefaultPackageCheck - 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(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(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(FilterRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Configure registration settings.
- configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- configure(Registration.Dynamic) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Configure registration base settings.
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Configure registration settings.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
-
Configure the application.
- configureAsyncSupport(AsyncSupportConfigurer) - 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
-
- configurePrimaryObjectMapper() - Method in class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration.HalObjectMapperConfiguration
-
- 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
-
- 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
-
- count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
-
- 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.
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
- countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- create() - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- create(ClassLoader) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
-
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
- createArchive() - Method in class org.springframework.boot.loader.Launcher
-
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
-
- 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
-
- 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.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns the absolute temp dir for given web server.
- 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, ActuatorDocsEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
-
- Curies() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ActuatorDocsEndpoint.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(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.ErrorMvcAutoConfiguration
-
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- customize(ConfigurableEmbeddedServletContainer) - Method in 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(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
-
- customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
-
- customize(Undertow.Builder) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer
-
- customize(DeploymentInfo) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer
-
- customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Customize vendor properties before they are used.
- CYAN - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- 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.elasticsearch
-
- ElasticsearchAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchAutoConfiguration
-
- elasticsearchClient() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchAutoConfiguration
-
- ElasticsearchDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch
-
- ElasticsearchDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.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.elasticsearch
-
Configuration properties for Elasticsearch.
- ElasticsearchProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-
- ElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
-
- ElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration
-
- elasticsearchTemplate(Client) - Method in class org.springframework.boot.autoconfigure.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, IRuntimeConfig) - 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
-
- 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
-
- EndpointWebMvcChildContextConfiguration.SecureEndpointHandlerMappingConfiguration - 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
-
Convenient builder for JPA EntityManagerFactory instances.
- EntityManagerFactoryBuilder(JpaVendorAdapter, JpaProperties, PersistenceUnitManager) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder
-
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.Builder - Class in org.springframework.boot.autoconfigure.orm.jpa
-
A fluent builder for a LocalContainerEntityManagerFactoryBean.
- EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback - Interface in org.springframework.boot.autoconfigure.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.
- EnvironmentPostProcessingApplicationListener - Class in org.springframework.boot.env
-
- EnvironmentPostProcessingApplicationListener() - Constructor for class org.springframework.boot.env.EnvironmentPostProcessingApplicationListener
-
- 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
-
- 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) - 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
-
- ErrorPageFilter - Class in org.springframework.boot.context.web
-
- ErrorPageFilter() - Constructor for class org.springframework.boot.context.web.ErrorPageFilter
-
- 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
-
- 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.
- 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.
- extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- 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.
- 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.CommonsDbcpDataSourcePoolMetadata
-
- getActive() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the current number of active connections that have been allocated from the
data source or null
if that information is not available.
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable collection of the
Connector
s that will be added to the
Tomcat
- getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getAddress() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getAggregate() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getAggregatePrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- 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
-
- 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
-
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
-
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
-
- getApplicationLog() - Method in class org.springframework.boot.SpringApplication
-
Returns the Log
for the application.
- 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
-
- 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
-
- getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Either an exponential weighted moving average or a simple mean, respectively,
depending on whether the weight 'alpha' has been set for this gauge.
- getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getBasename() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-
- getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
- getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- 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
-
- 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.elasticsearch.ElasticsearchProperties
-
- getClusterNodes() - Method in class org.springframework.boot.autoconfigure.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
-
- 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
-
- getCompressedSize() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- 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
-
- 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
-
- getCrc() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getCuries() - Method in class org.springframework.boot.actuate.endpoint.mvc.ActuatorDocsEndpoint
-
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
-
- getData() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getData() - Method in class org.springframework.boot.loader.jar.JarEntryData
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDatabase() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
-
- getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.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
-
- 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.EndpointMvcAdapter
-
- 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
-
- getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getDetails() - Method in class org.springframework.boot.actuate.health.Health
-
- getDir() - Method in class org.springframework.boot.ApplicationHome
-
Returns the application home folder.
- 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.EndpointMvcAdapter
-
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.autoconfigure.h2.H2ConsoleProperties
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
-
- getEnabled() - Method in class org.springframework.boot.context.embedded.Compression
-
- 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.ActuatorDocsEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.ActuatorHalJsonEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- 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 class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return the type of
Endpoint
exposed, or
null
if this
MvcEndpoint
exposes information that cannot be represented as a traditional
Endpoint
.
- getEntries() - Method in class org.springframework.boot.loader.archive.Archive
-
Returns all entries from the archive.
- getEntries() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getEntries() - Method in class org.springframework.boot.loader.archive.FilteredArchive
-
- getEntries() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-
- getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- getEnvironment() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
-
- getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
- 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.
- getErrorAttributes(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- 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.
- getException() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
Returns the exception type (or null
for a page that matches by status)
- getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
- getExceptionName() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The exception type name.
- 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 name 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 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
-
- getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
Returns the underling File.
- getFile() - Method in class org.springframework.boot.loader.tools.Library
-
- getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
-
Returns the file extensions that the loader supports (excluding the '.').
- getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
-
- getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
-
- getFilter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Returns the filter being registered.
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.Archive
-
Returns a filtered version of the archive.
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.FilteredArchive
-
- getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- 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
-
- getFolder(String) - Method in class org.springframework.boot.ApplicationTemp
-
Return a subfolder of the application temp.
- getFolder() - Method in class org.springframework.boot.ApplicationTemp
-
Return the folder to be used for application specific temp files.
- 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.ActuatorHalBrowserEndpoint
-
- 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.autoconfigure.amqp.RabbitProperties
-
- 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.redis.RedisProperties
-
- 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.ActuatorHalBrowserEndpoint.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
-
- getIgnored() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
- getIgnored(SecurityProperties) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
-
- getIncludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- 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 underling data.
- getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-
- getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.ActuatorHalJsonEndpoint
-
- getManifest() - Method in class org.springframework.boot.loader.archive.Archive
-
Returns the manifest of the archive.
- getManifest() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
-
- getManifest() - Method in class org.springframework.boot.loader.archive.FilteredArchive
-
- getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-
- getManifest() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getMapping() - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
-
- getMaster() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Sentinel
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.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
-
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getMax() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the maximum number of active connections that can be allocated at the same
time or -1
if there is no limit.
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- 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.redis.RedisProperties.Pool
-
- getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
-
- getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
- getMaxWait() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- getMBeanServer() - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- 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
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
-
- getMin() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
-
Return the minimum number of idle connections in the pool or null
if that
information is not available.
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
-
- 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
-
- 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
-
- 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.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.
- 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.jdbc.DataSourceTransactionManagerAutoConfiguration
-
- 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.ErrorMvcAutoConfiguration
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-
- 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.cloudfoundry.VcapEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor
-
- 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
-
- 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
-
- 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.ServletContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.env.EnvironmentPostProcessingApplicationListener
-
- 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
-
- getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
The parent report (from a parent BeanFactory if there is one).
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- 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.ActuatorDocsEndpoint
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.ActuatorHalJsonEndpoint
-
- getPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- 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 class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
-
- getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return the MVC path of the endpoint.
- getPath() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
-
- getPath() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- getPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getPath() - Method in class org.springframework.boot.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.redis.RedisProperties
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Returns the management port or
null
if the
server port
should be used.
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
- getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
- getPort() - Method in class org.springframework.boot.autoconfigure.jms.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.redis.RedisProperties
-
- 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
-
- 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
-
- 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.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
.
- getPriority() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- getProperties() - Method in class org.springframework.boot.autoconfigure.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
-
- 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
-
- getRealm() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
-
- 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
-
- 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.ActuatorHalBrowserEndpoint.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
-
- getResourceSuffix() - 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.OpenTsdbMetricWriter
-
- getRole() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- getRole() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
- getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
-
- getRootJarFileFromUrl(URL) - Method in class org.springframework.boot.loader.jar.Handler
-
- getRunningProcess() - Method in class org.springframework.boot.loader.tools.RunProcess
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
-
- getSchema() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getScope() - Method in class org.springframework.boot.loader.tools.Library
-
- 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.
- getSentinel() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
-
- getSentinelConfig() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.AbstractRedisConfiguration
-
- getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-
- 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
-
- 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.
- getServletNames() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Return a mutable collection of servlet names that the filter will be registered
against.
- getServletPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getServletRegistrationBeans() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- 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
-
- getSessionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- getSize() - Method in 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
-
- getSource() - Method in class org.springframework.boot.ApplicationHome
-
Returns the underlying source used to find the home folder.
- getSource() - Method in class org.springframework.boot.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
-
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
- getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
-
- 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.
- 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
-
- 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
-
- 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.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
-
- 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
-
- getTrackingModes() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
-
- 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 name 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.
- 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.