Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- Factory() - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem.Factory
- Factory() - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.Factory
- Factory() - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
- FAIL - Enum constant in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
-
Throw the exception to fail startup.
- failed(ConfigurableApplicationContext, Throwable) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called when a failure occurs when running the application.
- failedCleaningWorkDir(Cache, Exception) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- failedCleaningWorkDir(Cache, Exception) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that a cache cleanup step was not completed successfully.
- Failover() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Failover
- FailureAnalysis - Class in org.springframework.boot.diagnostics
-
The result of analyzing a failure.
- FailureAnalysis(String, String, Throwable) - Constructor for class org.springframework.boot.diagnostics.FailureAnalysis
-
Creates a new
FailureAnalysiswith the givendescriptionandaction, if any, that the user should take to address the problem. - FailureAnalysisReporter - Interface in org.springframework.boot.diagnostics
-
Reports a
FailureAnalysisto the user. - FailureAnalyzer - Interface in org.springframework.boot.diagnostics
-
A
FailureAnalyzeris used to analyze a failure and provide diagnostic information that can be displayed to the user. - FailureHandler - Interface in org.springframework.boot.devtools.restart
-
Strategy used to handle launch failures.
- FailureHandler.Outcome - Enum Class in org.springframework.boot.devtools.restart
-
Various outcomes for the handler.
- FAINT - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- fallback() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.info.ConditionalOnEnabledInfoContributor
-
Fallback behavior when
management.info.<name>.enabledhas not been set. - fatal(Object) - Method in class org.springframework.boot.logging.DeferredLog
- fatal(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- FATAL - Enum constant in enum class org.springframework.boot.logging.LogLevel
- FAVICON - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
The
"favicon.ico"resource. - FieldInitializer(Class) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
- file(String, Owner, int, Content) - Method in interface org.springframework.boot.buildpack.platform.io.Layout
-
Write a file to the content.
- file(String, Owner, Content) - Method in interface org.springframework.boot.buildpack.platform.io.Layout
-
Write a file to the content.
- File() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
- FILE_CHARSET - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the file log charset.
- FILE_NAME_PATTERN - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the rolled-over log file name pattern.
- FILE_NAME_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
-
The name of the Spring property that contains the name of the log file.
- FILE_PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
-
The name of the Spring property that contains the directory where log files are written.
- FILE_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the file log pattern.
- FILE_STRUCTURED_FORMAT - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the file structured logging format.
- FILE_THRESHOLD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the file log.
- FileChangeListener - Interface in org.springframework.boot.devtools.filewatch
-
Callback interface when file changes are detected.
- FileEncodingApplicationListener - Class in org.springframework.boot.context
-
An
ApplicationListenerthat halts application startup if the system file encoding does not match an expected value set in the environment. - FileEncodingApplicationListener() - Constructor for class org.springframework.boot.context.FileEncodingApplicationListener
- FilePermissions - Class in org.springframework.boot.buildpack.platform.io
-
Utilities for dealing with file permissions and attributes.
- FileSystemWatcher - Class in org.springframework.boot.devtools.filewatch
-
Watches specific directories for file changes.
- FileSystemWatcher() - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Create a new
FileSystemWatcherinstance. - FileSystemWatcher(boolean, Duration, Duration) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Create a new
FileSystemWatcherinstance. - FileSystemWatcher(boolean, Duration, Duration, SnapshotStateRepository) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Create a new
FileSystemWatcherinstance. - FileSystemWatcherFactory - Interface in org.springframework.boot.devtools.filewatch
-
Factory used to create new
FileSystemWatcherinstances. - FileUtils - Class in org.springframework.boot.loader.tools
-
Utilities for manipulating files and directories in Spring Boot tooling.
- FileUtils() - Constructor for class org.springframework.boot.loader.tools.FileUtils
- filter() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
-
The filter class used to determine when the extension applies.
- filter() - Method in interface org.springframework.boot.actuate.endpoint.SanitizingFunction
-
Return an optional filter that determines if the sanitizing function applies.
- filter(Predicate) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
Return a filtered variant of this source, containing only names that match the given
Predicate. - filter(Predicate) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.webflux.actuate.web.exchanges.HttpExchangesWebFilter
- FilteredClassLoader - Class in org.springframework.boot.test.context
-
Test
URLClassLoaderthat can filter the classes and resources it can load. - FilteredClassLoader(Class...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
Create a
FilteredClassLoaderthat hides the given classes. - FilteredClassLoader(ClassLoader, Class...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
Create a
FilteredClassLoaderwith the givenparentthat hides the given classes. - FilteredClassLoader(String...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
Create a
FilteredClassLoaderthat hides classes from the given packages. - FilteredClassLoader(Predicate...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
Create a
FilteredClassLoaderthat filters based on the given predicate. - FilteredClassLoader(ClassPathResource...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
Create a
FilteredClassLoaderthat hides resources from the givenclasspath resources. - FilteredClassLoader.ClassFilter - Class in org.springframework.boot.test.context
-
Filter to restrict the classes that can be loaded.
- FilteredClassLoader.ClassPathResourceFilter - Class in org.springframework.boot.test.context
-
Filter to restrict the resources that can be loaded.
- FilteredClassLoader.PackageFilter - Class in org.springframework.boot.test.context
-
Filter to restrict the packages that can be loaded.
- FilteredEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
-
Annotation that can be used on an
@Endpointto implement implicit filtering. - FilteredMethodValidationPostProcessor - Class in org.springframework.boot.validation.beanvalidation
-
Custom
MethodValidationPostProcessorthat appliesexclusion filters. - FilteredMethodValidationPostProcessor(Collection) - Constructor for class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
-
Creates a new
FilteredMethodValidationPostProcessorthat will apply the givenexcludeFilterswhen identifying beans that are eligible for method validation post-processing. - FilteredMethodValidationPostProcessor(Stream) - Constructor for class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
-
Creates a new
FilteredMethodValidationPostProcessorthat will apply the givenexcludeFilterswhen identifying beans that are eligible for method validation post-processing. - FilterRegistration - Annotation Interface in org.springframework.boot.web.servlet
-
Registers a
Filterin a Servlet 3.0+ container. - FilterRegistrationBean<T> - Class in org.springframework.boot.web.servlet
-
A
ServletContextInitializerto registerFilters in a Servlet 3.0+ container. - FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
-
Create a new
FilterRegistrationBeaninstance. - FilterRegistrationBean(T, ServletRegistrationBean...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
-
Create a new
FilterRegistrationBeaninstance to be registered with the specifiedServletRegistrationBeans. - FilterRegistrationMappingDescription - Class in org.springframework.boot.servlet.actuate.web.mappings
-
A
RegistrationMappingDescriptionderived from aFilterRegistration. - FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.FilterRegistrationMappingDescription
-
Creates a new
FilterRegistrationMappingDescriptionderived from the givenfilterRegistration. - FiltersMappingDescriptionProvider - Class in org.springframework.boot.servlet.actuate.web.mappings
-
A
MappingDescriptionProviderthat describes that mappings of anyFiltersregistered with aServletContext. - FiltersMappingDescriptionProvider() - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.FiltersMappingDescriptionProvider
- find(File) - Static method in class org.springframework.boot.docker.compose.core.DockerComposeFile
-
Find the Docker Compose file by searching in the given working directory.
- find(String, Instant, String) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
-
Find audit events of specified type relating to the specified principal that occurred
afterthe time provided. - find(String, Instant, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
- find(Class, Object) - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Find by primary key.
- find(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Attempt to find the
ConditionEvaluationReportfor the specified bean factory. - findAll() - Method in interface org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
-
Find all
HttpExchangeinstances contained in the repository. - findAll() - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
- findCause(Throwable, Class) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- findClass(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- findFromClass(Class) - Method in class org.springframework.boot.test.context.AnnotatedClassFinder
-
Find the first
Classthat is annotated with the target annotation, starting from the package defined by the givensourceup to the root. - findFromPackage(String) - Method in class org.springframework.boot.test.context.AnnotatedClassFinder
-
Find the first
Classthat is annotated with the target annotation, starting from the package defined by the givensourceup to the root. - findMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
-
Find the main class from a given directory.
- findMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
-
Find the main class in a given jar file.
- findMainMethod(JarFile) - Method in class org.springframework.boot.loader.tools.Packager
- findMimeMapping(String) - Method in class org.springframework.boot.tomcat.TomcatEmbeddedContext
- findMimeMappings() - Method in class org.springframework.boot.tomcat.TomcatEmbeddedContext
- findResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- findResource(String) - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
- findResource(String) - Method in class org.springframework.boot.tomcat.TomcatEmbeddedWebappClassLoader
- findResources(String) - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
- findResources(String) - Method in class org.springframework.boot.tomcat.TomcatEmbeddedWebappClassLoader
- findSingleMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
-
Find a single main class from the given
rootDirectory. - findSingleMainClass(File, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
-
Find a single main class from the given
rootDirectory. - findSingleMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
-
Find a single main class in a given jar file.
- findSingleMainClass(JarFile, String, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
-
Find a single main class in a given jar file.
- findType(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
Find the
DataSourcetype preferred for the given classloader. - finish(Clock, RecordableHttpResponse, Supplier, Supplier, Set) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
-
Finish the request and return a new
HttpExchangeinstance. - finish(Clock, RecordableHttpResponse, Supplier, Supplier, Include...) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
-
Finish the request and return a new
HttpExchangeinstance. - finish(RecordableHttpResponse, Supplier, Supplier, Set) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
-
Finish the request and return a new
HttpExchangeinstance. - finish(RecordableHttpResponse, Supplier, Supplier, Include...) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
-
Finish the request and return a new
HttpExchangeinstance. - FIREBIRD - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Firebird.
- Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- FIXED - Enum constant in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
-
Always use the configured locale.
- flat(String, Consumer) - Method in class org.springframework.boot.logging.structured.ContextPairs
-
Add pairs using flat naming.
- flat(ContextPairs.Joiner, Consumer) - Method in class org.springframework.boot.logging.structured.ContextPairs
-
Add pairs using flat naming.
- flavor() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
- flush() - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Synchronize the persistence context to the underlying database.
- FlywayAutoConfiguration - Class in org.springframework.boot.flyway.autoconfigure
-
Auto-configurationfor Flyway database migrations. - FlywayAutoConfiguration() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayAutoConfiguration
- flywayBeans() - Method in class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint
- FlywayConfigurationCustomizer - Interface in org.springframework.boot.flyway.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the flyway configuration.
- FlywayConnectionDetails - Interface in org.springframework.boot.flyway.autoconfigure
-
Details required for Flyway to establish a connection to an SQL service using JDBC.
- FlywayDataSource - Annotation Interface in org.springframework.boot.flyway.autoconfigure
-
Qualifier annotation for a DataSource to be injected in to Flyway.
- FlywayDescriptor(List) - Constructor for class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint.FlywayDescriptor
- FlywayEndpoint - Class in org.springframework.boot.flyway.actuate.endpoint
-
@Endpointto expose flyway info. - FlywayEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.flyway.actuate.endpoint.FlywayEndpoint
- FlywayEndpoint.ContextFlywayBeansDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
-
Description of an application context's
Flywaybeans. - FlywayEndpoint.FlywayBeansDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
-
Description of an application's
Flywaybeans. - FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
-
Description of a
Flywaybean. - FlywayEndpoint.FlywayMigrationDescriptor - Class in org.springframework.boot.flyway.actuate.endpoint
-
Description of a migration performed by Flyway.
- FlywayEndpointAutoConfiguration - Class in org.springframework.boot.flyway.autoconfigure
- FlywayEndpointAutoConfiguration() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayEndpointAutoConfiguration
- FlywayMigrationInitializer - Class in org.springframework.boot.flyway.autoconfigure
- FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
-
Create a new
FlywayMigrationInitializerinstance. - FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
-
Create a new
FlywayMigrationInitializerinstance. - FlywayMigrationStrategy - Interface in org.springframework.boot.flyway.autoconfigure
-
Strategy used to initialize
Flywaymigration. - FlywayProperties - Class in org.springframework.boot.flyway.autoconfigure
-
Configuration properties for Flyway database migrations.
- FlywayProperties() - Constructor for class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- FlywayProperties.Oracle - Class in org.springframework.boot.flyway.autoconfigure
-
OracleConfigurationExtensionproperties. - FlywayProperties.Postgresql - Class in org.springframework.boot.flyway.autoconfigure
-
PostgreSQLConfigurationExtensionproperties. - FlywayProperties.Sqlserver - Class in org.springframework.boot.flyway.autoconfigure
-
SQLServerConfigurationExtensionproperties. - FOLLOW - Enum constant in enum class org.springframework.boot.http.client.HttpRedirects
-
Follow redirects (fail if the underlying library has no support).
- FOLLOW - Enum constant in enum class org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
-
Follow referrals automatically.
- FOLLOW_WHEN_POSSIBLE - Enum constant in enum class org.springframework.boot.http.client.HttpRedirects
-
Follow redirects (if the underlying library has support).
- FONTS - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/fonts". - footerBytes() - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- forBeanTypes(Class...) - Static method in interface org.springframework.boot.LazyInitializationExcludeFilter
-
Factory method that creates a filter for the given bean types.
- forBindables(Iterable) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrarfor the specified bindables. - forBindables(Bindable...) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrarfor the specified bindables. - forBundle(String) - Static method in class org.springframework.boot.web.server.Ssl
-
Factory method to create an
Sslinstance for a specific bundle name. - FORCE - Enum constant in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
-
Create the task executor even if a user-defined executor is present.
- FORCE_STOP - Static variable in interface org.springframework.boot.docker.compose.core.DockerCompose
-
Timeout duration used to request a forced stop.
- forCertificate(String) - Static method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Factory method to create a new
PemSslStoreDetailsinstance for the given certificate. - forCertificates(String) - Static method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Factory method to create a new
PemSslStoreDetailsinstance for the given certificates. - forCondition(Class, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forCondition(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forDirectory(String) - Method in class org.springframework.boot.buildpack.platform.docker.ssl.SslContextFactory
-
Create an
SSLContextfrom files in the specified directory. - forEach(BiConsumer) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- foreground(int) - Static method in class org.springframework.boot.ansi.Ansi8BitColor
-
Return a foreground ANSI color code instance for the given code.
- forFile(File) - Static method in class org.springframework.boot.loader.tools.Layouts
-
Return a layout for the given source file.
- forJarFile(File) - Static method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Factory method to create a new
BuildRequestfrom a JAR file. - forJarFile(File) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
-
Create a new
ImageReferenceinstance deduced from a source JAR file that follows common Java naming conventions. - forJarFile(ImageReference, File) - Static method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Factory method to create a new
BuildRequestfrom a JAR file. - forLocation(String) - Static method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
-
Factory method to create a new
JksSslStoreDetailsinstance for the given location. - forLogLevel(LogLevel) - Static method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
Static factory method that creates a
ConditionEvaluationReportLoggingListenerwhich logs the report at the specified log level. - format - Variable in class org.springframework.boot.buildpack.platform.build.Cache
- format(E) - Method in class org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
- format(E) - Method in interface org.springframework.boot.logging.structured.StructuredLogFormatter
-
Formats the given log event to a String.
- format(UnaryOperator) - Method in class org.springframework.boot.logging.CorrelationIdFormatter
-
Format a correlation from the values in the given resolver.
- format(LogRecord) - Method in class org.springframework.boot.logging.java.SimpleFormatter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.CorrelationIdConverter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.EnclosedInSquareBracketsConverter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
- Format() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
- Format() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Format
- formatAsBytes(E, Charset) - Method in class org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
- formatAsBytes(E, Charset) - Method in interface org.springframework.boot.logging.structured.StructuredLogFormatter
-
Formats the given log event to a byte array.
- formatConcurrency() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- formatTo(UnaryOperator, Appendable) - Method in class org.springframework.boot.logging.CorrelationIdFormatter
-
Format a correlation from the values in the given resolver and append it to the given
Appendable. - forRestTemplate(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
-
Return
RequestExpectationManagerto be used for binding with the specifiedRestTemplate. - forTypes(Class...) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrarfor the specified types. - forTypes(Iterable) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrarfor the specified types. - forView(Class) - Method in class org.springframework.boot.test.json.Jackson2Tester
-
Deprecated.Returns a new instance of
Jackson2Testerwith the view that should be used for json serialization/deserialization. - forView(Class) - Method in class org.springframework.boot.test.json.JacksonTester
-
Returns a new instance of
JacksonTesterwith the view that should be used for json serialization/deserialization. - FORWARD - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
-
Apply the filter on "RequestDispatcher.forward()" calls.
- ForwardedHeaderFilterCustomizer - Interface in org.springframework.boot.web.server.autoconfigure.servlet
-
Customizer for the auto-configured
ForwardedHeaderFilter. - ForwardHeadersCustomizer - Class in org.springframework.boot.jetty
-
JettyServerCustomizerto addForwardedRequestCustomizer. - ForwardHeadersCustomizer() - Constructor for class org.springframework.boot.jetty.ForwardHeadersCustomizer
- found(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- found(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- foundExactly(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that an exact result was found.
- FRAMEWORK - Enum constant in enum class org.springframework.boot.web.server.autoconfigure.ServerProperties.ForwardHeadersStrategy
-
Use Spring's support for handling forwarded headers.
- FreeMarkerAutoConfiguration - Class in org.springframework.boot.freemarker.autoconfigure
-
Auto-configurationfor FreeMarker. - FreeMarkerProperties - Class in org.springframework.boot.freemarker.autoconfigure
-
@ConfigurationPropertiesfor configuring FreeMarker. - FreeMarkerProperties() - Constructor for class org.springframework.boot.freemarker.autoconfigure.FreeMarkerProperties
- FreeMarkerTemplateAvailabilityProvider - Class in org.springframework.boot.freemarker.autoconfigure
-
TemplateAvailabilityProviderthat provides availability information for FreeMarker view templates. - FreeMarkerTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.freemarker.autoconfigure.FreeMarkerTemplateAvailabilityProvider
- FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties - Class in org.springframework.boot.freemarker.autoconfigure
- FreeMarkerVariablesCustomizer - Interface in org.springframework.boot.freemarker.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the FreeMarker
shared variablesto fine-tune their auto-configuration before they are used by an auto-configuredFreeMarkerConfigurationFactory. - from(byte[]) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified JSON bytes.
- from(T) - Method in class org.springframework.boot.context.properties.PropertyMapper
-
Return a new
PropertyMapper.Sourcefrom the specified value that can be used to perform the mapping. - from(V) - Method in class org.springframework.boot.json.JsonWriter.Members
-
Add members from a static value.
- from(File) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified JSON file.
- from(InputStream) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified JSON input stream.
- from(Object) - Static method in interface org.springframework.boot.origin.Origin
-
Find the
Originthat an object originated from. - from(String) - Static method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
-
Factory method to create a new
WebServerNamespacefrom a value. - from(CharSequence) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified String source.
- from(Iterable) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
Return
Iterablecontaining newConfigurationPropertySourceinstances adapted from the given SpringPropertySources. - from(String) - Static method in class org.springframework.boot.health.actuate.endpoint.AdditionalHealthEndpointPath
-
Creates an
AdditionalHealthEndpointPathfrom the given input. - from(String, Class) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified resource path.
- from(String, String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Binding
-
Create a
Bindingfrom the specified source and destination. - from(Supplier) - Static method in interface org.springframework.boot.bootstrap.BootstrapRegistry.InstanceSupplier
-
Factory method that can be used to create an
BootstrapRegistry.InstanceSupplierfrom aSupplier. - from(Supplier) - Method in class org.springframework.boot.context.properties.PropertyMapper
-
Return a new
PropertyMapper.Sourcefrom the specified value supplier that can be used to perform the mapping. - from(Supplier) - Method in class org.springframework.boot.json.JsonWriter.Members
-
Add members from a supplied value.
- from(TrustManager...) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
-
Factory method to create a new
SslManagerBundleusing the givenTrustManagersand the defaultKeyManagerFactory. - from(TrustManagerFactory) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
-
Factory method to create a new
SslManagerBundleusing the givenTrustManagerFactoryand the defaultKeyManagerFactory. - from(BeanFactory, String, Class) - Static method in class org.springframework.boot.context.properties.ConstructorBound
-
Create an immutable
ConfigurationPropertiesinstance for the specifiedbeanNameandbeanTypeusing the specifiedBeanFactory. - from(DockerConnectionConfiguration) - Static method in class org.springframework.boot.buildpack.platform.docker.configuration.ResolvedDockerHost
-
Create a new
ResolvedDockerHostfrom the given host configuration. - from(Image) - Static method in class org.springframework.boot.buildpack.platform.docker.ImagePlatform
-
Create a new
ImagePlatformmatching the platform information from the providedImage. - from(Image) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
-
Create a new
ImageArchivebased on an existingImage. - from(Image, IOConsumer) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
-
Create a new
ImageArchivebased on an existingImage. - from(VolumeName, String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Binding
-
Create a
Bindingfrom the specified source and destination. - from(JsonWriter.Extractor) - Method in class org.springframework.boot.json.JsonWriter.Members
-
Add members from an extracted value.
- from(SslStoreBundle, SslBundleKey) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
- from(ServletWebServerSettings, ServletContextInitializer...) - Static method in class org.springframework.boot.web.server.servlet.ServletContextInitializers
-
Creates a new instance from the given
settingsandinitializers. - from(PropertySource) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
Return a single new
ConfigurationPropertySourceadapted from the given SpringPropertySourceornullif the source cannot be adapted. - from(PropertySource) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
Return
Iterablecontaining a single newConfigurationPropertySourceadapted from the given SpringPropertySource. - from(Resource) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified JSON resource.
- from(ThrowingConsumer) - Static method in class org.springframework.boot.SpringApplication
-
Create an application from an existing
mainmethod that can run with additional@Configurationor bean classes. - fromBundle(String) - Method in interface org.springframework.boot.restclient.autoconfigure.RestClientSsl
-
Return a
Consumerthat will apply SSL configuration for the namedSslBundleto aRestClient.Builder. - fromBundle(String) - Method in interface org.springframework.boot.webclient.autoconfigure.WebClientSsl
- fromBundle(SslBundle) - Method in interface org.springframework.boot.restclient.autoconfigure.RestClientSsl
- fromBundle(SslBundle) - Method in interface org.springframework.boot.webclient.autoconfigure.WebClientSsl
- fromInputStream(InputStream) - Static method in class org.springframework.boot.loader.tools.ReachabilityMetadataProperties
-
Constructs a new instance from the given
InputStream. - fromInputStream(InputStream, TarArchive.Compression) - Static method in interface org.springframework.boot.buildpack.platform.io.TarArchive
-
Factory method to adapt a ZIP file to
TarArchive. - fromJdbcUrl(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Find a
DatabaseDriverfor the given URL. - fromMap(Map) - Static method in interface org.springframework.boot.health.contributor.CompositeHealthContributor
-
Factory method that will create a
CompositeHealthContributorfrom the specified map. - fromMap(Map) - Static method in interface org.springframework.boot.health.contributor.CompositeReactiveHealthContributor
-
Factory method that will create a
CompositeReactiveHealthContributorfrom the specified map. - fromMap(Map, Function) - Static method in interface org.springframework.boot.health.contributor.CompositeHealthContributor
-
Factory method that will create a
CompositeHealthContributorfrom the specified map. - fromMap(Map, Function) - Static method in interface org.springframework.boot.health.contributor.CompositeReactiveHealthContributor
-
Factory method that will create a
CompositeReactiveHealthContributorfrom the specified map. - fromMapEntry(Map.Entry) - Static method in class org.springframework.boot.test.util.TestPropertyValues.Pair
-
Factory method to create a
TestPropertyValues.Pairfrom aMap.Entry. - fromProductName(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Find a
DatabaseDriverfor the given product name. - fromPropertyValue(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointIdfrom a property value. - fromSpringFactories() - Static method in interface org.springframework.boot.logging.LoggingSystemFactory
-
Return a
LoggingSystemFactorybacked byspring.factories. - fromSpringFactories(ClassLoader) - Static method in interface org.springframework.boot.support.EnvironmentPostProcessorsFactory
-
Return a
EnvironmentPostProcessorsFactorybacked byspring.factories. - fromTarArchive(TarArchive) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Layer
-
Factory method to create a new
Layerfrom aTarArchive. - fromUri(URI) - Static method in record class org.springframework.boot.loader.net.protocol.nested.NestedLocation
-
Create a new
NestedLocationfrom the given URI. - fromUrl(URL) - Static method in record class org.springframework.boot.loader.net.protocol.nested.NestedLocation
-
Create a new
NestedLocationfrom the given URL. - fromZip(File, Owner) - Static method in interface org.springframework.boot.buildpack.platform.io.TarArchive
-
Factory method to adapt a ZIP file to
TarArchive. - FULL - Enum constant in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Expose all available data, including custom properties.
- FULL - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
-
Full access to all endpoints.
- Function() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Function
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form