Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

L

labels() - Method in interface org.springframework.boot.docker.compose.core.RunningService
Return the labels attached to the service.
LambdaSafe - Class in org.springframework.boot.util
Utility that can be used to invoke lambdas in a safe way.
LambdaSafe.Callback<C,A> - Class in org.springframework.boot.util
Represents a single callback that can be invoked in a lambda safe way.
LambdaSafe.Callbacks<C,A> - Class in org.springframework.boot.util
Represents a collection of callbacks that can be invoked in a lambda safe way.
LambdaSafe.InvocationResult<R> - Class in org.springframework.boot.util
The result of a callback which may be a value, null or absent entirely if the callback wasn't suitable.
LambdaSafe.LambdaSafeCallback<C,A,SELF extends LambdaSafe.LambdaSafeCallback<C,A,SELF>> - Class in org.springframework.boot.util
Abstract base class for lambda safe callbacks.
lastModified() - Method in class org.springframework.boot.origin.OriginTrackedResource
 
LATEST - Static variable in enum class org.springframework.boot.actuate.endpoint.ApiVersion
The latest API version.
launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
LAX - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
Cookies are sent in a first-party context, also when following a link to the origin site.
lazyCopy(MimeMappings) - Static method in class org.springframework.boot.web.server.MimeMappings
Create a new lazy copy of the given mappings that will only copy entries if the mappings are mutated.
lazyInitialization(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to control whether the application should be initialized lazily.
LazyInitializationBeanFactoryPostProcessor - Class in org.springframework.boot
BeanFactoryPostProcessor to set lazy-init on bean definitions that are not excluded and have not already had a value explicitly set.
LazyInitializationBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
 
LazyInitializationExcludeFilter - Interface in org.springframework.boot
Filter that can be used to exclude beans definitions from having their lazy-init set by the LazyInitializationBeanFactoryPostProcessor.
LdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap
LdapAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
LdapConnectionDetails - Interface in org.springframework.boot.autoconfigure.ldap
Details required to establish a connection to an LDAP service.
ldapContextSource(LdapConnectionDetails, LdapProperties, ObjectProvider<DirContextAuthenticationStrategy>) - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
ldapHealthContributor(Map<String, LdapOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.ldap.LdapHealthContributorAutoConfiguration
 
LdapHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.ldap
LdapHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ldap.LdapHealthContributorAutoConfiguration
 
LdapHealthIndicator - Class in org.springframework.boot.actuate.ldap
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - Constructor for class org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
LdapProperties - Class in org.springframework.boot.autoconfigure.ldap
Configuration properties for LDAP.
LdapProperties() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
LdapProperties.Template - Class in org.springframework.boot.autoconfigure.ldap
settings.
LdapRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.ldap
Auto-configuration for Spring Data's LDAP Repositories.
LdapRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.ldap.LdapRepositoriesAutoConfiguration
 
ldapTemplate(LdapProperties, ContextSource) - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
length() - Method in interface org.springframework.boot.test.system.CapturedOutput
 
Lettuce() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
LETTUCE - Enum constant in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
Use the Lettuce redis client.
LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
Callback interface that can be implemented by beans wishing to customize the LettuceClientConfiguration through a LettuceClientConfiguration.LettuceClientConfigurationBuilder whilst retaining default auto-configuration.
LettuceMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.redis
Auto-configuration for Lettuce metrics.
LettuceMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration
 
LEVEL_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the log level pattern.
LifecycleAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration relating to the application context's lifecycle.
LifecycleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
 
LifecycleManagement - Enum Class in org.springframework.boot.docker.compose.lifecycle
Docker Compose lifecycle management.
LifecycleProperties - Class in org.springframework.boot.autoconfigure.context
Configuration properties for lifecycle processing.
LifecycleProperties() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleProperties
 
LIMITED - Enum constant in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
Context Propagation is only applied to "tap" and "handle" Reactor operators.
Link - Class in org.springframework.boot.actuate.endpoint.web
Details for a link in a HAL-formatted response.
Link(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.Link
Creates a new Link with the given href.
links(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 
links(ServerWebExchange) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
LinksRequestMatcher() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
 
liquibase(ObjectProvider<DataSource>, ObjectProvider<DataSource>, LiquibaseProperties, LiquibaseConnectionDetails) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
LiquibaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
LiquibaseAutoConfiguration.LiquibaseConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
 
LiquibaseBeanDescriptor(List<LiquibaseEndpoint.ChangeSetDescriptor>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBeanDescriptor
 
liquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseConnectionDetails - Interface in org.springframework.boot.autoconfigure.liquibase
Details required for Liquibase to establish a connection to an SQL service using JDBC.
LiquibaseDataSource - Annotation Interface in org.springframework.boot.autoconfigure.liquibase
Qualifier annotation for a DataSource to be injected in to Liquibase.
liquibaseDefaultDdlModeProvider(ObjectProvider<SpringLiquibase>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
liquibaseEndpoint(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 
LiquibaseEndpoint - Class in org.springframework.boot.actuate.liquibase
@Endpoint to expose liquibase info.
LiquibaseEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint.ChangeSetDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of a Liquibase change set.
LiquibaseEndpoint.ContextExpressionDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of a context expression in a LiquibaseEndpoint.ChangeSetDescriptor.
LiquibaseEndpoint.ContextLiquibaseBeansDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of an application context's SpringLiquibase beans.
LiquibaseEndpoint.LiquibaseBeanDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of a SpringLiquibase bean.
LiquibaseEndpoint.LiquibaseBeansDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of an application's SpringLiquibase beans.
LiquibaseEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.liquibase
LiquibaseEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 
LiquibaseProperties - Class in org.springframework.boot.autoconfigure.liquibase
Configuration properties to configure SpringLiquibase.
LiquibaseProperties() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
LiquibaseProperties.ShowSummary - Enum Class in org.springframework.boot.autoconfigure.liquibase
Enumeration of types of summary to show.
LiquibaseProperties.ShowSummaryOutput - Enum Class in org.springframework.boot.autoconfigure.liquibase
Enumeration of destinations to which the summary should be output.
LiquibaseProperties.UIService - Enum Class in org.springframework.boot.autoconfigure.liquibase
Enumeration of types of UIService.
list() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters
Returns the list of span exporters.
list() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanProcessors
Returns the list of span processors.
Listener() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
LISTENER - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
AbstractMessageListenerContainer target.
ListenerRetry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
listeners(ApplicationListener<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
listNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
listOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable List of the specified element type.
LivenessState - Enum Class in org.springframework.boot.availability
"Liveness" state of the application.
livenessStateHealthIndicator(ApplicationAvailability) - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
 
livenessStateHealthIndicator(ApplicationAvailability) - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
 
LivenessStateHealthIndicator - Class in org.springframework.boot.actuate.availability
A HealthIndicator that checks the LivenessState of the application.
LivenessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
 
Livereload() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
LiveReloadServer - Class in org.springframework.boot.devtools.livereload
A livereload server.
LiveReloadServer() - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port.
LiveReloadServer(int) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port.
LiveReloadServer(int, ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port with a specific ThreadFactory.
LiveReloadServer(ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port with a specific ThreadFactory.
load(Class<?>, ClassLoader) - Static method in class org.springframework.boot.context.annotation.ImportCandidates
Loads the names of import candidates from the classpath.
load(Class<?>, String...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(String, Resource) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource) - Method in interface org.springframework.boot.env.PropertySourceLoader
Load the resource into one or more property sources.
load(String, Resource) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
load(Path) - Static method in class org.springframework.boot.ssl.pem.PemContent
Load PemContent from the given Path.
load(ConfigDataLoaderContext, ConfigTreeConfigDataResource) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataLoader
 
load(ConfigDataLoaderContext, StandardConfigDataResource) - Method in class org.springframework.boot.context.config.StandardConfigDataLoader
 
load(ConfigDataLoaderContext, R) - Method in interface org.springframework.boot.context.config.ConfigDataLoader
Load ConfigData for the given resource.
load(PemSslStoreDetails) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
Return a PemSslStore instance loaded using the given PemSslStoreDetails.
load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
Load beans into the application context.
load(Resource...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
loadClass(String, boolean) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(String, LogFile, List<String>) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
Load the configuration from the given location, creating a composite using the configuration from the given overrides.
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load a specific configuration.
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadContext(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadContextForAotProcessing(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadContextForAotRuntime(MergedContextConfiguration, ApplicationContextInitializer<ConfigurableApplicationContext>) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load sensible defaults for the logging system.
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadFrom(Resource, String, Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
LocalDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for local development support.
LocalDevToolsAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
 
localeCharsetMappingsCustomizer() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
localeContextResolver() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
localeResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
LocalHostUriTemplateHandler - Class in org.springframework.boot.test.web.client
UriTemplateHandler will automatically prefix relative URIs with localhost:${local.server.port}.
LocalHostUriTemplateHandler(Environment) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate http URIs using the given environment to determine the context path and port.
LocalHostUriTemplateHandler(Environment, String) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme and use the given environment to determine the context-path and port.
LocalHostUriTemplateHandler(Environment, String, UriTemplateHandler) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme, use the given environment to determine the context-path and port and delegate to the given template handler.
LocalHostWebClient - Class in org.springframework.boot.test.web.htmlunit
WebClient will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebClient(Environment) - Constructor for class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
 
LocalHostWebConnectionHtmlUnitDriver - Class in org.springframework.boot.test.web.htmlunit.webdriver
LocalHostWebConnectionHtmlUnitDriver will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebConnectionHtmlUnitDriver(Environment) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, boolean) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, BrowserVersion) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, Capabilities) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalManagementPort - Annotation Interface in org.springframework.boot.test.web.server
Annotation at the field or method/constructor parameter level that injects the HTTP management port that was allocated at runtime.
LocalRSocketServerPort - Annotation Interface in org.springframework.boot.test.rsocket.server
Annotation at the field or method/constructor parameter level that injects the RSocket port that was allocated at runtime.
LocalServerPort - Annotation Interface in org.springframework.boot.test.web.server
Annotation at the field or method/constructor parameter level that injects the HTTP server port that was allocated at runtime.
locateTransactionManager() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
locateUserTransaction() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
location() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
Returns the value of the location record component.
Location(int, int) - Constructor for class org.springframework.boot.origin.TextResourceOrigin.Location
Create a new TextResourceOrigin.Location instance.
log(Log, Object) - Method in enum class org.springframework.boot.logging.LogLevel
Log a message to the given logger at this level.
log(Log, Object, Throwable) - Method in enum class org.springframework.boot.logging.LogLevel
Log a message to the given logger at this level.
LOG - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
Log the summary.
LOG - Enum constant in enum class org.springframework.boot.Banner.Mode
Print the banner to the log file.
LOG_DATEFORMAT_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
LOG_DEBUG - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Log MVC interactions at the DEBUG level.
LOG_FILE - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the log file.
LOG_FILE - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of calling LoggingSystemProperty.getEnvironmentVariableName() on LoggingSystemProperty.LOG_FILE
LOG_FILE_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LogFile bean.
LOG_LEVEL_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of calling LoggingSystemProperty.getEnvironmentVariableName() on LoggingSystemProperty.LEVEL_PATTERN
LOG_PATH - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the log path.
LOG_PATH - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of calling LoggingSystemProperty.getEnvironmentVariableName() on LoggingSystemProperty.LOG_PATH
Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
Log4J2LoggingSystem.Factory - Class in org.springframework.boot.logging.log4j2
LoggingSystemFactory that returns Log4J2LoggingSystem if possible.
log4j2Metrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration
 
Log4J2MetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for Log4J2 metrics.
Log4J2MetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration
 
LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LogbackLoggingSystem.Factory - Class in org.springframework.boot.logging.logback
LoggingSystemFactory that returns LogbackLoggingSystem if possible.
LogbackLoggingSystemProperties - Class in org.springframework.boot.logging.logback
LogbackLoggingSystemProperties(Environment) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 
LogbackLoggingSystemProperties(Environment, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
Create a new LogbackLoggingSystemProperties instance.
LogbackLoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
Create a new LoggingSystemProperties instance.
logbackMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration
 
LogbackMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for Logback metrics.
LogbackMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration
 
logError(ServerRequest, ServerResponse, Throwable) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Logs the throwable error for the given request and response exchange.
logFile() - Method in class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFile - Class in org.springframework.boot.logging
A reference to a log output file.
logFileWebEndpoint(ObjectProvider<LogFile>, LogFileWebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration
 
LogFileWebEndpoint - Class in org.springframework.boot.actuate.logging
Web @Endpoint that provides access to an application's log file.
LogFileWebEndpoint(LogFile, File) - Constructor for class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.logging
LogFileWebEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration
 
LogFileWebEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.logging
Configuration properties for LogFileWebEndpoint.
LogFileWebEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
 
logger - Variable in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
logger - Variable in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
LOGGER - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UIService
Logging-based UIService.
LOGGER_GROUPS_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LoggerGroups bean.
LoggerConfiguration - Class in org.springframework.boot.logging
Immutable class that represents the configuration of a LoggingSystem's logger.
LoggerConfiguration(String, LoggerConfiguration.LevelConfiguration, LoggerConfiguration.LevelConfiguration) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
Create a new instance.
LoggerConfiguration(String, LogLevel, LogLevel) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
Create a new instance.
LoggerConfiguration.ConfigurationScope - Enum Class in org.springframework.boot.logging
Supported logger configuration scopes.
LoggerConfiguration.LevelConfiguration - Class in org.springframework.boot.logging
Logger level configuration.
LoggerGroup - Class in org.springframework.boot.logging
A single logger group.
LoggerGroups - Class in org.springframework.boot.logging
Logger groups configured through the Spring Environment.
LoggerGroups() - Constructor for class org.springframework.boot.logging.LoggerGroups
 
LoggerGroups(Map<String, List<String>>) - Constructor for class org.springframework.boot.logging.LoggerGroups
 
loggerLevels(String) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggerLevelsDescriptor(LogLevel) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
 
loggers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggersDescriptor(NavigableSet<LogLevel>, Map<String, LoggersEndpoint.LoggerLevelsDescriptor>, Map<String, LoggersEndpoint.GroupLoggerLevelsDescriptor>) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
 
loggersEndpoint(LoggingSystem, ObjectProvider<LoggerGroups>) - Method in class org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 
LoggersEndpoint - Class in org.springframework.boot.actuate.logging
@Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem, LoggerGroups) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.GroupLoggerLevelsDescriptor - Class in org.springframework.boot.actuate.logging
Description of levels configured for a given group logger.
LoggersEndpoint.LoggerLevelsDescriptor - Class in org.springframework.boot.actuate.logging
Description of levels configured for a given logger.
LoggersEndpoint.LoggersDescriptor - Class in org.springframework.boot.actuate.logging
Description of loggers.
LoggersEndpoint.SingleLoggerLevelsDescriptor - Class in org.springframework.boot.actuate.logging
Description of levels configured for a given single logger.
LoggersEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.logging
LoggersEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 
Logging() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Logging
 
LOGGING_SYSTEM_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LoggingSystem bean.
LoggingApplicationListener - Class in org.springframework.boot.context.logging
An ApplicationListener that configures the LoggingSystem.
LoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.LoggingApplicationListener
 
LoggingFailureAnalysisReporter - Class in org.springframework.boot.diagnostics
FailureAnalysisReporter that logs the failure analysis.
LoggingFailureAnalysisReporter() - Constructor for class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
LoggingInitializationContext - Class in org.springframework.boot.logging
Context passed to the LoggingSystem during initialization.
LoggingInitializationContext(ConfigurableEnvironment) - Constructor for class org.springframework.boot.logging.LoggingInitializationContext
Create a new LoggingInitializationContext instance.
LoggingSystem - Class in org.springframework.boot.logging
Common abstraction over logging systems.
LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
 
LoggingSystemFactory - Interface in org.springframework.boot.logging
Factory class used by LoggingSystem.get(ClassLoader) to find an actual implementation.
LoggingSystemProperties - Class in org.springframework.boot.logging
Utility to set system properties that can later be used by log configuration files.
LoggingSystemProperties(Environment) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
LoggingSystemProperties(Environment, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
LoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
LoggingSystemProperty - Enum Class in org.springframework.boot.logging
Logging system properties that can later be used by log configuration files.
LogLevel - Enum Class in org.springframework.boot.logging
Logging levels supported by a LoggingSystem.
LogLevels() - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
logOutcome(String, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.
logStartupProfileInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Called to log active profile information.
lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
LZ4 - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Requires 'net.jpountz.lz4:lz4'.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form