Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- labels() - Method in interface org.springframework.boot.docker.compose.core.RunningService
-
Return the labels attached to the service.
- LambdaSafe - Class in org.springframework.boot.util
-
Utility that can be used to invoke lambdas in a safe way.
- LambdaSafe.Callback<C,
A> - Class in org.springframework.boot.util -
Represents a single callback that can be invoked in a lambda safe way.
- LambdaSafe.Callbacks<C,
A> - Class in org.springframework.boot.util -
Represents a collection of callbacks that can be invoked in a lambda safe way.
- LambdaSafe.Filter<C,
A> - Interface in org.springframework.boot.util -
A filter that can be used to restrict when a callback is used.
- 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, - Class in org.springframework.boot.utilSELF> -
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.
- launch(ClassLoader, String, String[]) - Method in class org.springframework.boot.loader.launch.Launcher
-
Launch the application given the archive file and a fully configured classloader.
- launch(String[]) - Method in class org.springframework.boot.loader.launch.Launcher
-
Launch the application.
- LaunchedClassLoader - Class in org.springframework.boot.loader.launch
-
ClassLoaderused by theLauncher. - LaunchedClassLoader(boolean, URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.launch.LaunchedClassLoader
-
Create a new
LaunchedClassLoaderinstance. - LaunchedClassLoader(boolean, Archive, URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.launch.LaunchedClassLoader
-
Create a new
LaunchedClassLoaderinstance. - Launcher - Class in org.springframework.boot.loader.launch
-
Base class for launchers that can start an application with a fully configured classpath.
- Launcher() - Constructor for class org.springframework.boot.loader.launch.Launcher
- launchJobFromProperties(Properties) - Method in class org.springframework.boot.batch.autoconfigure.JobLauncherApplicationRunner
- LAX - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
-
SameSite attribute will be set to Lax.
- 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. - 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) - 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.
- 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
-
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.ldap.autoconfigure
-
Auto-configurationfor LDAP. - LdapAutoConfiguration() - Constructor for class org.springframework.boot.ldap.autoconfigure.LdapAutoConfiguration
- LdapConnectionDetails - Interface in org.springframework.boot.ldap.autoconfigure
-
Details required to establish a connection to an LDAP service.
- LdapHealthContributorAutoConfiguration - Class in org.springframework.boot.ldap.autoconfigure.health
- LdapHealthIndicator - Class in org.springframework.boot.ldap.health
-
HealthIndicatorfor configured LDAP server(s). - LdapHealthIndicator(LdapOperations) - Constructor for class org.springframework.boot.ldap.health.LdapHealthIndicator
- LdapProperties - Class in org.springframework.boot.ldap.autoconfigure
-
Configuration properties for LDAP.
- LdapProperties() - Constructor for class org.springframework.boot.ldap.autoconfigure.LdapProperties
- LdapProperties.Referral - Enum Class in org.springframework.boot.ldap.autoconfigure
-
Define the methods to handle referrals.
- LdapProperties.Template - Class in org.springframework.boot.ldap.autoconfigure
-
settings. - LEGACY_STRICT - Enum constant in enum class org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
-
Strict compliance with some small deviations for legacy reasons.
- length() - Method in interface org.springframework.boot.test.system.CapturedOutput
- LENIENT - Enum constant in enum class org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
-
Lenient compliance.
- Lettuce() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce
- LETTUCE - Enum constant in enum class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.ClientType
-
Use the Lettuce redis client.
- LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
LettuceClientConfiguration.LettuceClientConfigurationBuilderto fine-tune its auto-configuration before it creates theLettuceClientConfiguration. - LettuceClientOptionsBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
ClientOptions.Builderto fine-tune its auto-configuration before it creates theClientOptionsof theLettuceClientConfiguration. - LettuceObservationAutoConfiguration - Class in org.springframework.boot.data.redis.autoconfigure.observation
-
Auto-configuration for Lettuce observability.
- LettuceObservationAutoConfiguration() - Constructor for class org.springframework.boot.data.redis.autoconfigure.observation.LettuceObservationAutoConfiguration
- LEVEL_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the log level pattern.
- 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
- LifecycleManagement - Enum Class in org.springframework.boot.docker.compose.lifecycle
-
Docker Compose lifecycle management.
- LifecycleProperties - Class in org.springframework.boot.autoconfigure.context
-
Configuration properties for lifecycle processing.
- LifecycleProperties() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleProperties
- LIMITED - Enum constant in enum class org.springframework.boot.reactor.autoconfigure.ReactorProperties.ContextPropagationMode
-
Context Propagation is only applied to "tap" and "handle" Reactor operators.
- Link - Class in org.springframework.boot.actuate.endpoint.web
-
Details for a link in a HAL-formatted response.
- Link(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.Link
-
Creates a new
Linkwith the givenhref. - links(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping.LinksHandler
- links(ServerWebExchange) - Method in interface org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping.LinksHandler
- LinksRequestMatcher() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- LiquibaseAutoConfiguration - Class in org.springframework.boot.liquibase.autoconfigure
-
Auto-configurationfor Liquibase. - LiquibaseAutoConfiguration() - Constructor for class org.springframework.boot.liquibase.autoconfigure.LiquibaseAutoConfiguration
- LiquibaseBeanDescriptor(List) - Constructor for class org.springframework.boot.liquibase.actuate.endpoint.LiquibaseEndpoint.LiquibaseBeanDescriptor
- liquibaseBeans() - Method in class org.springframework.boot.liquibase.actuate.endpoint.LiquibaseEndpoint
- LiquibaseConnectionDetails - Interface in org.springframework.boot.liquibase.autoconfigure
-
Details required for Liquibase to establish a connection to an SQL service using JDBC.
- LiquibaseDataSource - Annotation Interface in org.springframework.boot.liquibase.autoconfigure
-
Qualifier annotation for a DataSource to be injected in to Liquibase.
- LiquibaseEndpoint - Class in org.springframework.boot.liquibase.actuate.endpoint
-
@Endpointto expose liquibase info. - LiquibaseEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.liquibase.actuate.endpoint.LiquibaseEndpoint
- LiquibaseEndpoint.ChangeSetDescriptor - Class in org.springframework.boot.liquibase.actuate.endpoint
-
Description of a Liquibase change set.
- LiquibaseEndpoint.ContextExpressionDescriptor - Class in org.springframework.boot.liquibase.actuate.endpoint
-
Description of a context expression in a
LiquibaseEndpoint.ChangeSetDescriptor. - LiquibaseEndpoint.ContextLiquibaseBeansDescriptor - Class in org.springframework.boot.liquibase.actuate.endpoint
-
Description of an application context's
SpringLiquibasebeans. - LiquibaseEndpoint.LiquibaseBeanDescriptor - Class in org.springframework.boot.liquibase.actuate.endpoint
-
Description of a
SpringLiquibasebean. - LiquibaseEndpoint.LiquibaseBeansDescriptor - Class in org.springframework.boot.liquibase.actuate.endpoint
-
Description of an application's
SpringLiquibasebeans. - LiquibaseEndpointAutoConfiguration - Class in org.springframework.boot.liquibase.autoconfigure
- LiquibaseEndpointAutoConfiguration() - Constructor for class org.springframework.boot.liquibase.autoconfigure.LiquibaseEndpointAutoConfiguration
- LiquibaseProperties - Class in org.springframework.boot.liquibase.autoconfigure
-
Configuration properties to configure
SpringLiquibase. - LiquibaseProperties() - Constructor for class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties
- LiquibaseProperties.ShowSummary - Enum Class in org.springframework.boot.liquibase.autoconfigure
-
Enumeration of types of summary to show.
- LiquibaseProperties.ShowSummaryOutput - Enum Class in org.springframework.boot.liquibase.autoconfigure
-
Enumeration of destinations to which the summary should be output.
- LiquibaseProperties.UiService - Enum Class in org.springframework.boot.liquibase.autoconfigure
-
Enumeration of types of UIService.
- list() - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SpanExporters
-
Returns the list of
span exporters. - list() - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SpanProcessors
-
Returns the list of
span processors. - Listener() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Listener
- Listener() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- Listener() - Constructor for class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Listener
- Listener() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Listener
- ListenerRetry() - Constructor for class org.springframework.boot.amqp.autoconfigure.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.micrometer.metrics.actuate.endpoint.MetricsEndpoint
- listOf(Class) - 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 - Class in org.springframework.boot.health.application
-
A
HealthIndicatorthat checks theLivenessStateof the application. - LivenessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.health.application.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(InputStream) - Static method in class org.springframework.boot.ssl.pem.PemContent
-
Load
PemContentfrom the givenInputStream. - 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.server.servlet.context.XmlServletWebServerApplicationContext
-
Load bean definitions from the given XML resources.
- load(String...) - Method in class org.springframework.boot.web.server.servlet.context.XmlServletWebServerApplicationContext
-
Load bean definitions from the given XML resources.
- load(String, Resource) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
- load(String, Resource) - Method in interface org.springframework.boot.env.PropertySourceLoader
-
Load the resource into one or more property sources.
- load(String, Resource) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
- load(Path) - Static method in class org.springframework.boot.ssl.pem.PemContent
-
Load
PemContentfrom the givenPath. - load(ImageArchive, UpdateListener) - 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(PemSslStoreDetails) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
-
Return a
PemSslStoreinstance loaded using the givenPemSslStoreDetails. - load(PemSslStoreDetails, ResourceLoader) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
-
Return a
PemSslStoreinstance loaded using the givenPemSslStoreDetails. - 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.server.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.launch.LaunchedClassLoader
- loadClass(String, boolean) - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
- loadClass(String, boolean) - Method in class org.springframework.boot.test.context.FilteredClassLoader
- loadClass(String, boolean) - Method in class org.springframework.boot.tomcat.TomcatEmbeddedWebappClassLoader
- loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- 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, RuntimeHints) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
- loadContextForAotRuntime(MergedContextConfiguration, ApplicationContextInitializer) - 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, LoadImageUpdateEvent.ErrorDetail) - Constructor for class org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
- LoadImageUpdateEvent.ErrorDetail - Class in org.springframework.boot.buildpack.platform.docker
-
Details of an error embedded in a response stream.
- loadOnStartup() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
-
The
loadOnStartuppriority. - loadOnStartup(Container[]) - Method in class org.springframework.boot.tomcat.TomcatEmbeddedContext
- LocalDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
-
Auto-configurationfor local development support. - LocalDevToolsAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
- 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.
- LocalTestWebServer - Class in org.springframework.boot.test.http.server
-
Provides details of a locally running test web server which may have been started on a dynamic port.
- LocalTestWebServer.BaseUriDetails - Record Class in org.springframework.boot.test.http.server
-
Details of the base URI to the local test web server.
- LocalTestWebServer.Provider - Interface in org.springframework.boot.test.http.server
-
Internal strategy used to provide the running
LocalTestWebServer. - LocalTestWebServer.Scheme - Enum Class in org.springframework.boot.test.http.server
-
Supported HTTP schemes.
- locateTransactionManager() - Method in class org.springframework.boot.hibernate.SpringJtaPlatform
- locateUserTransaction() - Method in class org.springframework.boot.hibernate.SpringJtaPlatform
- location() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
-
Returns the value of the
locationrecord component. - location() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksKeyStore
-
The location of the resource containing the store content.
- location() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksTrustStore
-
The location of the resource containing the store content.
- Location(int, int) - Constructor for class org.springframework.boot.origin.TextResourceOrigin.Location
-
Create a new
TextResourceOrigin.Locationinstance. - LOCATION - Static variable in class org.springframework.boot.loader.tools.NativeImageArgFile
-
Location of the argfile.
- LOCCRC - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCEXT - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCFLG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCHDR - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCHOW - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCLEN - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCNAM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCSIG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCSIZ - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCTIM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCVER - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- log() - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- log(String) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- log(String) - Method in interface org.springframework.boot.buildpack.platform.docker.DockerLog
-
Logs a given message.
- log(String) - Method in class org.springframework.boot.loader.log.DebugLogger
-
Log a message.
- log(String, Object) - Method in class org.springframework.boot.loader.log.DebugLogger
-
Log a formatted message.
- log(String, Object, Object) - Method in class org.springframework.boot.loader.log.DebugLogger
-
Log a formatted message.
- log(String, Object, Object, Object) - Method in class org.springframework.boot.loader.log.DebugLogger
-
Log a formatted message.
- log(String, Object, Object, Object, Object) - Method in class org.springframework.boot.loader.log.DebugLogger
-
Log a formatted message.
- log(Log, Object, Throwable) - Method in enum class org.springframework.boot.logging.LogLevel
-
Log a message to the given logger at this level.
- log(Log, Object) - Method in enum class org.springframework.boot.logging.LogLevel
-
Log a message to the given logger at this level.
- LOG - Enum constant in enum class org.springframework.boot.Banner.Mode
-
Print the banner to the log file.
- LOG - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.ShowSummaryOutput
-
Log the summary.
- LOG_DEBUG - Enum constant in enum class org.springframework.boot.webmvc.test.autoconfigure.MockMvcPrint
-
Log MVC interactions at the
DEBUGlevel. - LOG_FILE - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the log file.
- LOG_FILE_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
-
The name of the
LogFilebean. - LOG_PATH - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the log path.
- Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
-
LoggingSystemfor Log4j 2. - Log4J2LoggingSystem.Factory - Class in org.springframework.boot.logging.log4j2
-
LoggingSystemFactorythat returnsLog4J2LoggingSystemif possible. - Log4J2MetricsAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure.logging.log4j2
-
Auto-configuration for Log4J2 metrics.
- Log4J2MetricsAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.logging.log4j2.Log4J2MetricsAutoConfiguration
- 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) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
-
Create a new
LogbackLoggingSystemPropertiesinstance. - LogbackLoggingSystemProperties(Environment, Function, BiConsumer) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
-
Create a new
LoggingSystemPropertiesinstance. - LogbackMetricsAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure.logging.logback
-
Auto-configurationfor Logback metrics. - LogbackMetricsAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.logging.logback.LogbackMetricsAutoConfiguration
- logError(ServerRequest, ServerResponse, Throwable) - Method in class org.springframework.boot.webflux.autoconfigure.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 - 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.support.SpringBootServletInitializer
- LOGGER - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.UiService
-
Logging-based UIService.
- 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. - LoggerConfiguration(String, LoggerConfiguration.LevelConfiguration, LoggerConfiguration.LevelConfiguration) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
-
Create a new
instance. - LoggerConfiguration.ConfigurationScope - Enum Class in org.springframework.boot.logging
-
Supported logger configuration scopes.
- LoggerConfiguration.LevelConfiguration - Class in org.springframework.boot.logging
-
Logger level configuration.
- LoggerGroup - Class in org.springframework.boot.logging
-
A single logger group.
- LoggerGroups - Class in org.springframework.boot.logging
-
Logger groups configured through the Spring Environment.
- LoggerGroups() - Constructor for class org.springframework.boot.logging.LoggerGroups
- LoggerGroups(Map) - 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, Map, Map) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
- 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.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-configurationfor theLoggersEndpoint. - LoggersEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
- Logging() - Constructor for class org.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointProperties.Logging
- 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) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
-
Create a new
LoggingSystemPropertiesinstance. - LoggingSystemProperties(Environment, Function, BiConsumer) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
-
Create a new
LoggingSystemPropertiesinstance. - LoggingSystemProperty - Enum Class in org.springframework.boot.logging
-
Logging system properties that can later be used by log configuration files.
- LogLevel - Enum Class in org.springframework.boot.logging
-
Logging levels supported by a
LoggingSystem. - LogLevels() - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- LOGOUT_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Logout success event type.
- logOutcome(String, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
- logs(ContainerReference, UpdateListener) - 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(ConfigurableApplicationContext) - 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.
- LOGSTASH - Enum constant in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
-
The Logstash log format.
- LogUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
-
An update event used to provide log updates.
- LogUpdateEvent.StreamType - Enum Class in org.springframework.boot.buildpack.platform.docker
-
Stream types supported by the event.
- lookup(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
- LZ4 - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Compression
-
Requires 'net.jpountz.lz4:lz4'.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form