Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
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.
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 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>.enabled has 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.autoconfigure.security.StaticResourceLocation
The "favicon.ico" resource.
FieldInitializer(Class<? extends AbstractJsonMarshalTester>) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
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_LOG_CHARSET - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of calling LoggingSystemProperty.getEnvironmentVariableName() on LoggingSystemProperty.FILE_CHARSET
FILE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of calling LoggingSystemProperty.getEnvironmentVariableName() on LoggingSystemProperty.FILE_PATTERN
FILE_LOG_THRESHOLD - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
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_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.
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
 
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 FileSystemWatcher instance.
FileSystemWatcher(boolean, Duration, Duration) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcher(boolean, Duration, Duration, SnapshotStateRepository) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcherFactory - Interface in org.springframework.boot.devtools.filewatch
Factory used to create new FileSystemWatcher instances.
filter() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
The filter class used to determine when the extension applies.
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
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
FILTER - Enum constant in enum class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
 
FilterAnnotations - Class in org.springframework.boot.test.autoconfigure.filter
Utility to load TypeFilters from @Filter annotations.
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
Create a FilteredClassLoader that hides the given classes.
FilteredClassLoader(String...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
Create a FilteredClassLoader that hides classes from the given packages.
FilteredClassLoader(Predicate<String>...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
Create a FilteredClassLoader that filters based on the given predicate.
FilteredClassLoader(ClassPathResource...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
Create a FilteredClassLoader that hides resources from the given classpath 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 @Endpoint to implement implicit filtering.
FilteredMethodValidationPostProcessor - Class in org.springframework.boot.validation.beanvalidation
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.
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.
FilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(T, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
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
A MappingDescriptionProvider that describes that mappings of any Filters registered with a ServletContext.
FiltersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.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(Class<E>, Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Find by primary key.
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
Attempt to find the ConditionEvaluationReport for the specified bean factory.
findAll() - Method in interface org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
Find all HttpExchange instances contained in the repository.
findAll() - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
 
findCause(Throwable, Class<E>) - 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 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.
findResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findResource(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findResources(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findType(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
Find the DataSource type preferred for the given classloader.
finish(Clock, RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Set<Include>) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
finish(Clock, RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Include...) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
finish(RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Set<Include>) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
finish(RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Include...) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
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.
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.
FlywayAutoConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway database migrations.
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
 
FlywayConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.flyway
Callback interface that can be implemented by beans wishing to customize the flyway configuration.
FlywayConnectionDetails - Interface in org.springframework.boot.autoconfigure.flyway
Details required for Flyway to establish a connection to an SQL service using JDBC.
FlywayDataSource - Annotation Interface 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.FlywayMigrationDescriptor>) - 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
@Endpoint to expose flyway info.
FlywayEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayEndpoint.ContextFlywayBeansDescriptor - Class in org.springframework.boot.actuate.flyway
Description of an application context's Flyway beans.
FlywayEndpoint.FlywayBeansDescriptor - Class in org.springframework.boot.actuate.flyway
Description of an application's Flyway beans.
FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.actuate.flyway
Description of a Flyway bean.
FlywayEndpoint.FlywayMigrationDescriptor - Class in org.springframework.boot.actuate.flyway
Description 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
InitializingBean used to trigger Flyway migration through the FlywayMigrationStrategy.
FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
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
 
FlywayProperties.Oracle - Class in org.springframework.boot.autoconfigure.flyway
OracleConfigurationExtension properties.
FlywayProperties.Postgresql - Class in org.springframework.boot.autoconfigure.flyway
PostgreSQLConfigurationExtension properties.
FlywayProperties.Sqlserver - Class in org.springframework.boot.autoconfigure.flyway
SQLServerConfigurationExtension properties.
forBeanTypes(Class<?>...) - Static method in interface org.springframework.boot.LazyInitializationExcludeFilter
Factory method that creates a filter for the given bean types.
forBindables(Iterable<Bindable<?>>) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
Create a new BindableRuntimeHintsRegistrar for the specified bindables.
forBindables(Bindable<?>...) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
Create a new BindableRuntimeHintsRegistrar for the specified bindables.
forBundle(String) - Static method in class org.springframework.boot.web.server.Ssl
Factory method to create an Ssl instance for a specific bundle name.
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 PemSslStoreDetails instance for the given certificate.
forCertificates(String) - Static method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
Factory method to create a new PemSslStoreDetails instance for the given certificates.
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.
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.
forLocation(String) - Static method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
Factory method to create a new JksSslStoreDetails instance for the given location.
forLogLevel(LogLevel) - Static method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
Static factory method that creates a ConditionEvaluationReportLoggingListener which logs the report at the specified log level.
format(UnaryOperator<String>) - 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.ExtendedWhitespaceThrowablePatternConverter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
 
Format() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
Format() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
formatConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
formatTo(UnaryOperator<String>, 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.
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
Return RequestExpectationManager to be used for binding with the specified RestTemplate.
forStatus(int) - Static method in enum class org.springframework.boot.actuate.metrics.http.Outcome
Return the Outcome for the given HTTP status code.
forTypes(Class<?>...) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
Create a new BindableRuntimeHintsRegistrar for the specified types.
forTypes(Iterable<Class<?>>) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
Create a new BindableRuntimeHintsRegistrar for the specified types.
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 - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
Apply the filter on "RequestDispatcher.forward()" calls.
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.
FRAMEWORK - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Use Spring's support for handling forwarded headers.
FreeMarkerAutoConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
FreeMarkerAutoConfiguration(ApplicationContext, FreeMarkerProperties) - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
FreeMarkerProperties - Class in org.springframework.boot.autoconfigure.freemarker
@ConfigurationProperties for configuring FreeMarker.
FreeMarkerProperties() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
FreeMarkerTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.freemarker
TemplateAvailabilityProvider that provides availability information for FreeMarker view templates.
FreeMarkerTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
 
FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.freemarker
 
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(CharSequence) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified String source.
from(Iterable<PropertySource<?>>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return Iterable containing new ConfigurationPropertySource instances adapted from the given Spring PropertySources.
from(Object) - Static method in interface org.springframework.boot.origin.Origin
Find the Origin that an object originated from.
from(String) - Static method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 
from(String) - Static method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Creates an AdditionalHealthEndpointPath from the given input.
from(String, Class<?>) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified resource path.
from(Supplier<T>) - Static method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
Factory method that can be used to create an BootstrapRegistry.InstanceSupplier from a Supplier.
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(BeanFactory, String, Class<?>) - Static method in class org.springframework.boot.context.properties.ConstructorBound
Create an immutable ConfigurationProperties instance for the specified beanName and beanType using the specified BeanFactory.
from(SslStoreBundle, SslBundleKey) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
Factory method to create a new SslManagerBundle backed by the given SslBundle and SslBundleKey.
from(Ssl) - Static method in class org.springframework.boot.web.server.CertificateFileSslStoreProvider
Deprecated.
Create an SslStoreProvider if the appropriate SSL properties are configured.
from(PropertySource<?>) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a single new ConfigurationPropertySource adapted from the given Spring PropertySource or null if the source cannot be adapted.
from(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return Iterable containing a single new ConfigurationPropertySource adapted from the given Spring PropertySource.
from(Resource) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON resource.
from(ThrowingConsumer<String[]>) - Static method in class org.springframework.boot.SpringApplication
Create an application from an existing main method that can run with additional @Configuration or bean classes.
from(T) - Method in class org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper.Source from the specified value that can be used to perform the mapping.
fromBundle(String) - Method in interface org.springframework.boot.autoconfigure.web.client.RestClientSsl
Return a Consumer that will apply SSL configuration for the named SslBundle to a RestClient.Builder.
fromBundle(String) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientSsl
Return a Consumer that will apply SSL configuration for the named SslBundle to a WebClient.Builder.
fromBundle(SslBundle) - Method in interface org.springframework.boot.autoconfigure.web.client.RestClientSsl
Return a Consumer that will apply SSL configuration for the SslBundle to a RestClient.Builder.
fromBundle(SslBundle) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientSsl
Return a Consumer that will apply SSL configuration for the SslBundle to a WebClient.Builder.
fromDataSource(DataSource) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
Deprecated, for removal: This API element is subject to removal in a future version.
since 2.7.15 for removal in 3.3.0 with no replacement
fromJdbcUrl(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given URL.
fromMap(Map<String, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
Factory method that will create a CompositeHealthContributor from the specified map.
fromMap(Map<String, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
Factory method that will create a CompositeReactiveHealthContributor from the specified map.
fromMap(Map<String, V>, Function<V, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
Factory method that will create a CompositeHealthContributor from the specified map.
fromMap(Map<String, V>, Function<V, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
Factory method that will create a CompositeReactiveHealthContributor from the specified map.
fromMapEntry(Map.Entry<String, String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues.Pair
Factory method to create a TestPropertyValues.Pair from a Map.Entry.
fromProductName(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given product name.
fromPropertyValue(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId from a property value.
fromSpringFactories() - Static method in interface org.springframework.boot.logging.LoggingSystemFactory
Return a LoggingSystemFactory backed by spring.factories.
fromSpringFactories(ClassLoader) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
Return a EnvironmentPostProcessorsFactory backed by spring.factories.
FULL - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
Full access to all endpoints.
FULL - Enum constant in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose all available data, including custom properties.
Function() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form