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,
nullor 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 org.springframework.boot.actuate.endpoint.ApiVersion
 - 
The latest API version.
 - launch(Class<?>[], String[]) - Method in class org.springframework.boot.cli.app.SpringApplicationLauncher
 - 
Launches the application created using the given
sources. - launch(String[]) - Method in class org.springframework.boot.loader.Launcher
 - 
Launch the application.
 - launch(String[], String, ClassLoader) - Method in class org.springframework.boot.loader.Launcher
 - 
Launch the application given the archive file and a fully configured classloader.
 - LaunchedURLClassLoader - Class in org.springframework.boot.loader
 - 
ClassLoaderused by theLauncher. - LaunchedURLClassLoader(boolean, URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
 - 
Create a new
LaunchedURLClassLoaderinstance. - LaunchedURLClassLoader(boolean, Archive, URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
 - 
Create a new
LaunchedURLClassLoaderinstance. - LaunchedURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
 - 
Create a new
LaunchedURLClassLoaderinstance. - Launcher - Class in org.springframework.boot.loader
 - 
Base class for launchers that can start an application with a fully configured classpath backed by one or more
Archives. - Launcher() - Constructor for class org.springframework.boot.loader.Launcher
 - launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 - LaunchScript - Interface in org.springframework.boot.loader.tools
 - 
A script that can be prepended to the front of a JAR file to make it executable.
 - LAX - Enum constant in enum org.springframework.boot.web.server.Cookie.SameSite
 - 
Cookies are sent in a first-party context, also when following a link to the origin site.
 - Layer - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
A layer that can be written to an
ImageArchive. - Layer - Class in org.springframework.boot.loader.tools
 - 
A named layer used to separate the jar when creating a Docker image.
 - Layer(String) - Constructor for class org.springframework.boot.loader.tools.Layer
 - 
Create a new
Layerinstance with the specified name. - LAYER_TOOLS - Static variable in class org.springframework.boot.loader.tools.JarModeLibrary
 - 
JarModeLibraryfor layer tools. - LayerId - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
A layer ID as used inside a Docker image of the form
algorithm: hash. - Layers - Interface in org.springframework.boot.loader.tools
 - 
Interface to provide information about layers to the
Repackager. - LayersIndex - Class in org.springframework.boot.loader.tools
 - 
Index describing the layer to which each entry in a jar belongs.
 - LayersIndex(Iterable<Layer>) - Constructor for class org.springframework.boot.loader.tools.LayersIndex
 - 
Create a new
LayersIndexbacked by the given layers. - LayersIndex(Layer...) - Constructor for class org.springframework.boot.loader.tools.LayersIndex
 - 
Create a new
LayersIndexbacked by the given layers. - Layout - Interface in org.springframework.boot.buildpack.platform.io
 - 
Interface that can be used to write a file/directory layout.
 - Layout - Interface in org.springframework.boot.loader.tools
 - 
Strategy interface used to determine the layout for a particular type of archive.
 - LayoutFactory - Interface in org.springframework.boot.loader.tools
 - 
Factory interface used to create a
Layout. - Layouts - Class in org.springframework.boot.loader.tools
 - 
Common
Layouts. - Layouts.Expanded - Class in org.springframework.boot.loader.tools
 - 
Executable expanded archive layout.
 - Layouts.Jar - Class in org.springframework.boot.loader.tools
 - 
Executable JAR layout.
 - Layouts.None - Class in org.springframework.boot.loader.tools
 - 
No layout.
 - Layouts.War - Class in org.springframework.boot.loader.tools
 - 
Executable WAR layout.
 - 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
 - 
BeanFactoryPostProcessorto set lazy-init on bean definitions that are notexcludedand 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-initset by theLazyInitializationBeanFactoryPostProcessor. - LdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap
 - 
Auto-configurationfor 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
 - 
HealthIndicatorfor 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-configurationfor 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 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
LettuceClientConfigurationvia aLettuceClientConfiguration.LettuceClientConfigurationBuilderwhilst retaining default auto-configuration. - lettuceMetrics(MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration
 - 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
 - Libraries - Interface in org.springframework.boot.loader.tools
 - 
Encapsulates information about libraries that may be packed into the archive.
 - library(Library) - Method in interface org.springframework.boot.loader.tools.LibraryCallback
 - 
Callback for a single library backed by a
File. - Library - Class in org.springframework.boot.loader.tools
 - 
Encapsulates information about a single library that may be packed into the archive.
 - Library(File, LibraryScope) - Constructor for class org.springframework.boot.loader.tools.Library
 - 
Create a new
Library. - Library(String, File, LibraryScope, LibraryCoordinates, boolean, boolean, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
 - 
Create a new
Library. - LibraryCallback - Interface in org.springframework.boot.loader.tools
 - 
Callback interface used to iterate
Libraries. - LibraryContentFilter - Class in org.springframework.boot.loader.tools.layer
 - 
ContentFilterthat matchesLibraryitems based on a coordinates pattern. - LibraryContentFilter(String) - Constructor for class org.springframework.boot.loader.tools.layer.LibraryContentFilter
 - LibraryCoordinates - Interface in org.springframework.boot.loader.tools
 - 
Encapsulates information about the artifact coordinates of a library.
 - LibraryScope - Interface in org.springframework.boot.loader.tools
 - 
The scope of a library.
 - LifecycleAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
 - 
Auto-configurationrelating 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
Linkwith 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-configurationfor Liquibase. - LiquibaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 - LiquibaseAutoConfiguration.LiquibaseConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
 - LiquibaseBean(List<LiquibaseEndpoint.ChangeSet>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 - liquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 - LiquibaseConfiguration(LiquibaseProperties) - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 - LiquibaseDataSource - Annotation Type 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
 - 
@Endpointto expose liquibase info. - LiquibaseEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 - LiquibaseEndpoint.ApplicationLiquibaseBeans - Class in org.springframework.boot.actuate.liquibase
 - 
Description of an application's
SpringLiquibasebeans, primarily intended for serialization to JSON. - LiquibaseEndpoint.ChangeSet - Class in org.springframework.boot.actuate.liquibase
 - 
A Liquibase change set.
 - LiquibaseEndpoint.ContextExpression - Class in org.springframework.boot.actuate.liquibase
 - 
A context expression in a
LiquibaseEndpoint.ChangeSet. - LiquibaseEndpoint.ContextLiquibaseBeans - Class in org.springframework.boot.actuate.liquibase
 - 
Description of an application context's
SpringLiquibasebeans, primarily intended for serialization to JSON. - LiquibaseEndpoint.LiquibaseBean - Class in org.springframework.boot.actuate.liquibase
 - 
Description of a
SpringLiquibasebean, primarily intended for serialization to JSON. - 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
 - listDependencies(ClassLoader) - Method in class org.springframework.boot.cli.compiler.grape.MavenResolverGrapeEngine
 - 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 org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
 - 
AbstractMessageListenerContainertarget. - 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 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
HealthIndicatorthat checks theLivenessStateof 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
LiveReloadServerlistening on the default port. - LiveReloadServer(int) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
 - 
Create a new
LiveReloadServerlistening on the specified port. - LiveReloadServer(int, ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
 - 
Create a new
LiveReloadServerlistening on the specified port with a specificThreadFactory. - LiveReloadServer(ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
 - 
Create a new
LiveReloadServerlistening 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(ImageArchive, UpdateListener<LoadImageUpdateEvent>) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
 - 
Load an
ImageArchiveinto Docker. - 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
ConfigDatafor 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.loader.LaunchedURLClassLoader
 - 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
 - loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 - loadContext(String...) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 - loadContext(MergedContextConfiguration) - 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
 - LoaderClassesWriter - Interface in org.springframework.boot.loader.tools
 - 
Writer used by
CustomLoaderLayoutsto write classes into a repackaged JAR. - loadFrom(Resource, String, Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 - LoadImageUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
 - 
A
ProgressUpdateEventfired as an image is loaded. - LoadImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
 - LocalDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
 - 
Auto-configurationfor 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
 - 
UriTemplateHandlerwill automatically prefix relative URIs withlocalhost:${local.server.port}. - LocalHostUriTemplateHandler(Environment) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
 - 
Create a new
LocalHostUriTemplateHandlerthat will generatehttpURIs using the givenenvironmentto determine the context path and port. - LocalHostUriTemplateHandler(Environment, String) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
 - 
Create a new
LocalHostUriTemplateHandlerthat will generate URIs with the givenschemeand use the givenenvironmentto determine the context-path and port. - LocalHostUriTemplateHandler(Environment, String, UriTemplateHandler) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
 - 
Create a new
LocalHostUriTemplateHandlerthat will generate URIs with the givenscheme, use the givenenvironmentto determine the context-path and port and delegate to the given templatehandler. - LocalHostWebClient - Class in org.springframework.boot.test.web.htmlunit
 - 
WebClientwill 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
 - 
LocalHostWebConnectionHtmlUnitDriverwill 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 Type in org.springframework.boot.actuate.autoconfigure.web.server
 - 
Annotation at the field or method/constructor parameter level that injects the HTTP management port that got allocated at runtime.
 - LocalRSocketServerPort - Annotation Type in org.springframework.boot.rsocket.context
 - 
Annotation at the field or method/constructor parameter level that injects the RSocket port that got allocated at runtime.
 - LocalServerPort - Annotation Type in org.springframework.boot.web.server
 - 
Annotation at the field or method/constructor parameter level that injects the HTTP port that got 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.Locationinstance. - LOCCRC - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCEXT - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCFLG - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCHDR - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCHOW - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCLEN - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCNAM - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCSIG - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCSIZ - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCTIM - Static variable in class org.springframework.boot.loader.jar.JarFile
 - LOCVER - Static variable in class org.springframework.boot.loader.jar.JarFile
 - log() - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
 - log(String) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
 - Log - Class in org.springframework.boot.cli.util
 - 
Simple logger used by the CLI.
 - Log() - Constructor for class org.springframework.boot.cli.util.Log
 - LOG - Enum constant in enum 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 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
 - 
Log MVC interactions at the
DEBUGlevel. - 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
LogFilebean. - 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
 - 
LoggingSystemfor Log4j 2. - Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 - Log4J2LoggingSystem.Factory - Class in org.springframework.boot.logging.log4j2
 - 
LoggingSystemFactorythat returnsLog4J2LoggingSystemif 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
 - logAutoConfigurationReport(boolean) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 - LogbackInitializer - Class in org.springframework.boot.loader.tools
 - 
Utility to initialize logback (when present) to use INFO level logging.
 - LogbackInitializer() - Constructor for class org.springframework.boot.loader.tools.LogbackInitializer
 - LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
 - 
LoggingSystemfor logback. - LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
 - LogbackLoggingSystem.Factory - Class in org.springframework.boot.logging.logback
 - 
LoggingSystemFactorythat returnsLogbackLoggingSystemif possible. - LogbackLoggingSystemProperties - Class in org.springframework.boot.logging.logback
 - 
LoggingSystemPropertiesfor 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
LogbackLoggingSystemPropertiesinstance. - logbackMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration
 - LogbackMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
 - 
Auto-configurationfor 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
throwableerror for the givenrequestandresponseexchange. - 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
@Endpointthat 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
LoggerGroupsbean. - 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 via 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
 - LoggerLevels(LogLevel) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 - loggers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 - loggersEndpoint(LoggingSystem, ObjectProvider<LoggerGroups>) - Method in class org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 - LoggersEndpoint - Class in org.springframework.boot.actuate.logging
 - 
@Endpointto expose a collection ofLoggerConfigurations. - LoggersEndpoint(LoggingSystem, LoggerGroups) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint
 - 
Create a new
LoggersEndpointinstance. - LoggersEndpoint.GroupLoggerLevels - Class in org.springframework.boot.actuate.logging
 - LoggersEndpoint.LoggerLevels - Class in org.springframework.boot.actuate.logging
 - 
Levels configured for a given logger exposed in a JSON friendly way.
 - LoggersEndpoint.SingleLoggerLevels - Class in org.springframework.boot.actuate.logging
 - LoggersEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.logging
 - 
Auto-configurationfor theLoggersEndpoint. - LoggersEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 - LOGGING_SYSTEM_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
 - 
The name of the
LoggingSystembean. - LoggingApplicationListener - Class in org.springframework.boot.context.logging
 - 
An
ApplicationListenerthat configures theLoggingSystem. - LoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.LoggingApplicationListener
 - LoggingFailureAnalysisReporter - Class in org.springframework.boot.diagnostics
 - 
FailureAnalysisReporterthat logs the failure analysis. - LoggingFailureAnalysisReporter() - Constructor for class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 - LoggingInitializationContext - Class in org.springframework.boot.logging
 - 
Context passed to the
LoggingSystemduring initialization. - LoggingInitializationContext(ConfigurableEnvironment) - Constructor for class org.springframework.boot.logging.LoggingInitializationContext
 - 
Create a new
LoggingInitializationContextinstance. - 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
LoggingSystemPropertiesinstance. - LoggingSystemProperties(Environment, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
 - 
Create a new
LoggingSystemPropertiesinstance. - logIncoming() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
 - 
Log incoming payload information at trace level to aid diagnostics.
 - LogLevel - Enum 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.
 - logs(ContainerReference, UpdateListener<LogUpdateEvent>) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
 - 
Return and follow logs for a specific container.
 - 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.
 - LogUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
 - 
An update event used to provide log updates.
 - LogUpdateEvent.StreamType - Enum in org.springframework.boot.buildpack.platform.docker
 - 
Stream types supported by the event.
 - LongTaskTimingHandlerInterceptor - Class in org.springframework.boot.actuate.metrics.web.servlet
 - 
A
HandlerInterceptorthat supports Micrometer's long task timers configured on a handler using@TimedwithlongTaskset totrue. - LongTaskTimingHandlerInterceptor(MeterRegistry, WebMvcTagsProvider) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 - 
Creates a new
LongTaskTimingHandlerInterceptorthat will createLongTaskTimersusing the given registry. - lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 - LZ4 - Enum constant in enum org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
 - 
Requires 'net.jpountz.lz4:lz4'.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form