Skip navigation links
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 

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 org.springframework.boot.actuate.endpoint.http.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
ClassLoader used by the Launcher.
LaunchedURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
LaunchedURLClassLoader(boolean, URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
LaunchedURLClassLoader(boolean, Archive, URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
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.
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 Layer instance with the specified name.
LAYER_TOOLS - Static variable in class org.springframework.boot.loader.tools.JarModeLibrary
JarModeLibrary for 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(Layer...) - Constructor for class org.springframework.boot.loader.tools.LayersIndex
Create a new LayersIndex backed by the given layers.
LayersIndex(Iterable<Layer>) - Constructor for class org.springframework.boot.loader.tools.LayersIndex
Create a new LayersIndex backed 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
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
 
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
 
LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
Callback interface that can be implemented by beans wishing to customize the LettuceClientConfiguration via a LettuceClientConfiguration.LettuceClientConfigurationBuilder whilst retaining default auto-configuration.
Libraries - Interface in org.springframework.boot.loader.tools
Encapsulates information about libraries that may be packed into the archive.
Library - Class in org.springframework.boot.loader.tools
Encapsulates information about a single library that may be packed into the archive.
Library(File, LibraryScope) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(String, File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(String, File, LibraryScope, LibraryCoordinates, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(String, File, LibraryScope, LibraryCoordinates, boolean, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
library(Library) - Method in interface org.springframework.boot.loader.tools.LibraryCallback
Callback for a single library backed by a File.
LibraryCallback - Interface in org.springframework.boot.loader.tools
Callback interface used to iterate Libraries.
LibraryContentFilter - Class in org.springframework.boot.loader.tools.layer
ContentFilter that matches Library items 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-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 given href.
links(ServerWebExchange) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
links(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 
LinksRequestMatcher() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
 
liquibase(DataSourceProperties, 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
 
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
@Endpoint to 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 SpringLiquibase beans, 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 SpringLiquibase beans, primarily intended for serialization to JSON.
LiquibaseEndpoint.LiquibaseBean - Class in org.springframework.boot.actuate.liquibase
Description of a SpringLiquibase bean, 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
 
LiquibaseServiceLocatorApplicationListener - Class in org.springframework.boot.liquibase
ApplicationListener that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorApplicationListener() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
listDependencies(ClassLoader) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
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
 
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 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(ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port with a specific ThreadFactory.
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.
load(ImageArchive, UpdateListener<LoadImageUpdateEvent>) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
Load an ImageArchive into Docker.
load(ConfigDataLoaderContext, R) - Method in interface org.springframework.boot.context.config.ConfigDataLoader
Load ConfigData for the given resource.
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(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(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.
load(String...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - 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(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load a specific configuration.
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
loadContext(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadContext(String...) - 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 CustomLoaderLayouts to 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 ProgressUpdateEvent fired 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-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 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.Location instance.
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
 
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
 
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_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.
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
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.
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_GROUPS_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of theLoggerGroups 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 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
@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.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
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 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.
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 HandlerInterceptor that supports Micrometer's long task timers configured on a handler using @Timed with longTask set to true.
LongTaskTimingHandlerInterceptor(MeterRegistry, WebMvcTagsProvider) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
Creates a new LongTaskTimingHandlerInterceptor that will create LongTaskTimers using the given registry.
lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
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 
Skip navigation links