- 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
-
- failed(ConfigurableApplicationContext, Throwable) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- failed(ConfigurableApplicationContext, Throwable) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called when a failure occurs when running the application.
- 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 FailureAnalysis
with the given description
and
action
, if any, that the user should take to address the problem.
- FailureAnalysisReporter - Interface in org.springframework.boot.diagnostics
-
Reports a FailureAnalysis
to the user.
- FailureAnalyzer - Interface in org.springframework.boot.diagnostics
-
A FailureAnalyzer
is 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 in org.springframework.boot.devtools.restart
-
Various outcomes for the handler.
- fatal(Object) - Method in class org.springframework.boot.logging.DeferredLog
-
- fatal(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-
- FieldInitializer(Class<? extends AbstractJsonMarshalTester>) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
-
- file(String, Owner, Content) - Method in interface org.springframework.boot.buildpack.platform.io.Layout
-
Write a file to the content.
- file(String, Owner, int, Content) - Method in interface org.springframework.boot.buildpack.platform.io.Layout
-
Write a file to the content.
- FILE_CLEAN_HISTORY_ON_START - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
- FILE_LOG_CHARSET - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
The name of the System property that contains the file log charset.
- FILE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
The name of the System property that contains the file log pattern.
- FILE_MAX_HISTORY - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
- FILE_MAX_SIZE - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
- 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_TOTAL_SIZE_CAP - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
- FILE_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
-
URL prefix for loading from the file system: "file:".
- FileChangeListener - Interface in org.springframework.boot.devtools.filewatch
-
Callback interface when file changes are detected.
- fileDescriptorMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
-
- FileEncodingApplicationListener - Class in org.springframework.boot.context
-
An
ApplicationListener
that 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
-
- FileSystemWatcher(boolean, Duration, Duration) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
- FileSystemWatcher(boolean, Duration, Duration, SnapshotStateRepository) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
- FileSystemWatcherFactory - Interface in org.springframework.boot.devtools.filewatch
-
- 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(ClientRequest, ExchangeFunction) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
-
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
-
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
-
- Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
-
- Filter() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
-
- filter(Predicate<ConfigurationPropertyName>) - 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<ConfigurationPropertyName>) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
- FilterAnnotations - Class in org.springframework.boot.test.autoconfigure.filter
-
- FilterAnnotations(ClassLoader, ComponentScan.Filter[]) - Constructor for class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
-
- FilteredClassLoader - Class in org.springframework.boot.test.context
-
Test
URLClassLoader
that can filter the classes and resources it can load.
- FilteredClassLoader(Class<?>...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
- FilteredClassLoader(String...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
- FilteredClassLoader(ClassPathResource...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
- FilteredClassLoader(Predicate<String>...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
-
- 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 Type in org.springframework.boot.actuate.endpoint.annotation
-
Annotation that can be used on an
@Endpoint
to implement implicit
filtering.
- FilteredMethodValidationPostProcessor - Class in org.springframework.boot.validation.beanvalidation
-
- FilteredMethodValidationPostProcessor(Stream<? extends MethodValidationExcludeFilter>) - Constructor for class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
-
Creates a new FilteredMethodValidationPostProcessor
that will apply the
given excludeFilters
when identifying beans that are eligible for method
validation post-processing.
- FilteredMethodValidationPostProcessor(Collection<? extends MethodValidationExcludeFilter>) - Constructor for class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
-
Creates a new FilteredMethodValidationPostProcessor
that will apply the
given excludeFilters
when identifying beans that are eligible for method
validation post-processing.
- FilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
-
- FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
-
- FilterRegistrationBean(T, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
-
- FilterRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Creates a new FilterRegistrationMappingDescription
derived from the given
filterRegistration
.
- FiltersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
-
- FiltersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
-
- 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
after
the time provided.
- find(String, Instant, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- find(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
- find(String) - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
-
- find(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
-
Finds the managed dependency with the given artifactId
.
- find(String) - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
-
- find(Class<E>, Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Find by primary key.
- findAll() - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
-
Find all
HttpTrace
objects contained in the repository.
- findAll() - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
- findCause(Throwable, Class<E>) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
- findClass(String) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
-
- findClass(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- findClosest(Color) - Method in class org.springframework.boot.ansi.AnsiColors
-
- findCommand(String) - Method in class org.springframework.boot.cli.command.CommandRunner
-
Find a command by name.
- findFromClass(Class<?>) - Method in class org.springframework.boot.test.context.AnnotatedClassFinder
-
Find the first
Class
that is annotated with the target annotation, starting
from the package defined by the given
source
up to the root.
- findFromPackage(String) - Method in class org.springframework.boot.test.context.AnnotatedClassFinder
-
Find the first
Class
that is annotated with the target annotation, starting
from the package defined by the given
source
up 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
-
- findResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
-
- findResource(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-
- findResource(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-
- findResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-
- findResources(String) - Method in class org.springframework.boot.web.embedded.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
DataSource
type preferred for the given classloader.
- Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
Deprecated.
- Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
-
- flashMapManager() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- flavor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
-
- flush() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Synchronize the persistence context to the underlying database.
- flyway(FlywayProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>, ObjectProvider<FlywayConfigurationCustomizer>, ObjectProvider<JavaMigration>, ObjectProvider<Callback>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
-
- FlywayAutoConfiguration - Class in org.springframework.boot.autoconfigure.flyway
-
- FlywayAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
-
- FlywayAutoConfiguration.FlywayConfiguration - Class in org.springframework.boot.autoconfigure.flyway
-
- flywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint
-
- FlywayConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
-
- FlywayConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.flyway
-
Callback interface that can be implemented by beans wishing to customize the flyway
configuration.
- FlywayDataSource - Annotation Type in org.springframework.boot.autoconfigure.flyway
-
Qualifier annotation for a DataSource to be injected in to Flyway.
- flywayDefaultDdlModeProvider(ObjectProvider<Flyway>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
-
- FlywayDescriptor(List<FlywayEndpoint.FlywayMigration>) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
-
- flywayEndpoint(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.flyway.FlywayEndpointAutoConfiguration
-
- FlywayEndpoint - Class in org.springframework.boot.actuate.flyway
-
- FlywayEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint
-
- FlywayEndpoint.ApplicationFlywayBeans - Class in org.springframework.boot.actuate.flyway
-
Description of an application's Flyway
beans, primarily intended for
serialization to JSON.
- FlywayEndpoint.ContextFlywayBeans - Class in org.springframework.boot.actuate.flyway
-
Description of an application context's Flyway
beans, primarily intended
for serialization to JSON.
- FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.actuate.flyway
-
Description of a Flyway
bean, primarily intended for serialization to JSON.
- FlywayEndpoint.FlywayMigration - Class in org.springframework.boot.actuate.flyway
-
Details of a migration performed by Flyway.
- FlywayEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.flyway
-
- FlywayEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.flyway.FlywayEndpointAutoConfiguration
-
- flywayInitializer(Flyway, ObjectProvider<FlywayMigrationStrategy>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
-
- FlywayMigrationInitializer - Class in org.springframework.boot.autoconfigure.flyway
-
- FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
- FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
- FlywayMigrationScriptMissingException - Exception in org.springframework.boot.autoconfigure.flyway
-
- FlywayMigrationStrategy - Interface in org.springframework.boot.autoconfigure.flyway
-
Strategy used to initialize Flyway
migration.
- FlywayProperties - Class in org.springframework.boot.autoconfigure.flyway
-
Configuration properties for Flyway database migrations.
- FlywayProperties() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- forBeanTypes(Class<?>...) - Static method in interface org.springframework.boot.LazyInitializationExcludeFilter
-
Factory method that creates a filter for the given bean types.
- forCondition(Class<? extends Annotation>, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessage
for a
condition.
- forCondition(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessage
for a
condition.
- forDirectory(String) - Method in class org.springframework.boot.buildpack.platform.docker.ssl.SslContextFactory
-
Create an
SSLContext
from files in the specified directory.
- forEach(Consumer<? super Archive.Entry>) - Method in interface org.springframework.boot.loader.archive.Archive
-
- forEach(BiConsumer<String, String>) - 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
BuildRequest
from a JAR file.
- forJarFile(ImageReference, File) - Static method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Factory method to create a new
BuildRequest
from a JAR file.
- forJarFile(File) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
-
Create a new
ImageReference
instance deduced from a source JAR file that
follows common Java naming conventions.
- Format() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
-
- Format() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
-
- 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.ExtendedWhitespaceThrowablePatternConverter
-
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
-
- formatConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
- formContentFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
-
- forRestTemplate(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
- forStatus(int) - Static method in enum org.springframework.boot.actuate.metrics.http.Outcome
-
Return the Outcome
for the given HTTP status
code.
- forView(Class<?>) - Method in class org.springframework.boot.test.json.JacksonTester
-
Returns a new instance of
JacksonTester
with the view that should be used
for json serialization/deserialization.
- forward(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
-
- forwardedHeaderFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
-
- forwardedHeaderTransformer() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
-
- 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.
- FreeMarkerAutoConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
-
- FreeMarkerAutoConfiguration(ApplicationContext, FreeMarkerProperties) - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
-
- FreeMarkerProperties - Class in org.springframework.boot.autoconfigure.freemarker
-
- FreeMarkerProperties() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-
- FreeMarkerTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.freemarker
-
- FreeMarkerTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
-
- FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.freemarker
-
- from(Supplier<T>) - Static method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
-
- from(VolumeName, String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Binding
-
Create a
Binding
from the specified source and destination.
- from(String, String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Binding
-
Create a
Binding
from the specified source and destination.
- from(Image) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
-
- from(Image, IOConsumer<ImageArchive.Update>) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
-
- from(Supplier<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper
-
Return a new
PropertyMapper.Source
from the specified value supplier that can be used to
perform the mapping.
- from(T) - Method in class org.springframework.boot.context.properties.PropertyMapper
-
- from(PropertySource<?>) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
- from(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
- from(Iterable<PropertySource<?>>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
- from(Object) - Static method in interface org.springframework.boot.origin.Origin
-
Find the
Origin
that an object originated from.
- from(CharSequence) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified String source.
- from(String, Class<?>) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified resource path.
- from(byte[]) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified JSON bytes.
- 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(Resource) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Create JSON content from the specified JSON resource.
- fromHttpHeaders(Map<String, List<String>>) - Static method in enum org.springframework.boot.actuate.endpoint.http.ApiVersion
-
- fromJdbcUrl(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
-
- fromMap(Map<String, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
-
- fromMap(Map<String, V>, Function<V, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
-
- fromMap(Map<String, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
-
- fromMap(Map<String, V>, Function<V, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
-
- fromMapEntry(Map.Entry<String, String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues.Pair
-
- fromProductName(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
-
- fromPropertyValue(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointId
from a property value.
- fromSpringFactories(ClassLoader) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
-
- fromSpringFactories() - Static method in interface org.springframework.boot.logging.LoggingSystemFactory
-
- fromTarArchive(TarArchive) - Static method in class org.springframework.boot.buildpack.platform.docker.type.Layer
-
- fromZip(File, Owner) - Static method in interface org.springframework.boot.buildpack.platform.io.TarArchive
-