Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- 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 notexcluded
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 theLazyInitializationBeanFactoryPostProcessor
. - LdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap
-
Auto-configuration
for LDAP. - LdapAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
- ldapContextSource(LdapProperties, Environment, 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 aLettuceClientConfiguration.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
- 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
- LifecycleProperties - Class in org.springframework.boot.autoconfigure.context
-
Configuration properties for lifecycle processing.
- LifecycleProperties() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleProperties
- 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 givenhref
. - 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>) - 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(LiquibaseProperties) - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
- 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
- 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 - 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
- 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 theLivenessState
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 specificThreadFactory
. - LiveReloadServer(ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
-
Create a new
LiveReloadServer
listening on the default port with a specificThreadFactory
. - 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(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(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 givenoverrides
. - 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 withlocalhost:${local.server.port}
. - LocalHostUriTemplateHandler(Environment) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
-
Create a new
LocalHostUriTemplateHandler
that will generatehttp
URIs using the givenenvironment
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 givenscheme
and use the givenenvironment
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 givenscheme
, use the givenenvironment
to determine the context-path and port and delegate to the given templatehandler
. - LocalHostWebClient - Class in org.springframework.boot.test.web.htmlunit
-
WebClient
will automatically prefix relative URLs withlocalhost:${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 withlocalhost:${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(int, int) - Constructor for class org.springframework.boot.origin.TextResourceOrigin.Location
-
Create a new
TextResourceOrigin.Location
instance. - 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
-
The name of the System property that contains the log date-format pattern.
- LOG_DEBUG - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
-
Log MVC interactions at the
DEBUG
level. - LOG_FILE - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
The name of the System property that contains the 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
-
The name of the System property that contains the log level pattern.
- LOG_PATH - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
The name of the System property that contains the log path.
- Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
-
LoggingSystem
for Log4j 2. - Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- Log4J2LoggingSystem.Factory - Class in org.springframework.boot.logging.log4j2
-
LoggingSystemFactory
that returnsLog4J2LoggingSystem
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
-
LoggingSystem
for logback. - LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
- LogbackLoggingSystem.Factory - Class in org.springframework.boot.logging.logback
-
LoggingSystemFactory
that returnsLogbackLoggingSystem
if possible. - LogbackLoggingSystemProperties - Class in org.springframework.boot.logging.logback
-
LoggingSystemProperties
for 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. - 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 givenrequest
andresponse
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_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, LogLevel, LogLevel) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
-
Create a new
instance
. - 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 ofLoggerConfiguration
s. - 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
-
Auto-configuration
for theLoggersEndpoint
. - 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 theLoggingSystem
. - 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. - logIncoming() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
-
Log incoming payload information at trace level to aid diagnostics.
- 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
- logOutgoing() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
-
Log incoming payload information at trace level to aid diagnostics.
- 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'.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form