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

U

umaskForPath(Path) - Static method in class org.springframework.boot.buildpack.platform.io.FilePermissions
Return the integer representation of the file permissions for a path, where the integer value conforms to the umask octal notation.
unbind(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
 
UnboundConfigurationPropertiesException - Exception Class in org.springframework.boot.context.properties.bind
BindException thrown when ConfigurationPropertySource elements were left unbound.
UnboundConfigurationPropertiesException(Set<ConfigurationProperty>) - Constructor for exception class org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
 
UnboundElementsSourceFilter - Class in org.springframework.boot.context.properties.source
Function used to determine if a ConfigurationPropertySource should be included when determining unbound elements.
UnboundElementsSourceFilter() - Constructor for class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 
unchanged() - Static method in interface org.springframework.boot.health.autoconfigure.registry.HealthContributorNameGenerator
Return a HealthContributorNameGenerator that uses the unchanged bean name as the health contributor name.
UNDERLINE - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
 
UNIFORM - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
The uniform configuration form (used for equals/hashCode; lower-case with only alphanumeric characters).
UNINDEXED - Static variable in record class org.springframework.boot.json.JsonWriter.MemberPath
Indicates that the member has no index.
UnixDomainSocket - Class in org.springframework.boot.buildpack.platform.socket
A Socket implementation for Unix domain sockets.
unknown() - Method in class org.springframework.boot.health.contributor.Health.Builder
Set status to Status.UNKNOWN status.
unknown() - Static method in class org.springframework.boot.health.contributor.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
It's not possible to determine if ConfigurationPropertySource has matching ConfigurationProperties or not.
UNKNOWN - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
Unknown type.
UNKNOWN - Static variable in class org.springframework.boot.health.contributor.Status
Status indicating that the component or subsystem is in an unknown state.
UNMANAGED - Enum constant in enum class org.springframework.boot.jdbc.SchemaManagement
The schema is not managed.
unmodifiableMappings(MimeMappings) - Static method in class org.springframework.boot.web.server.MimeMappings
Create a new unmodifiable view of the specified mapping.
unregisterContributor(String) - Method in class org.springframework.boot.health.registry.DefaultHealthContributorRegistry
 
unregisterContributor(String) - Method in class org.springframework.boot.health.registry.DefaultReactiveHealthContributorRegistry
 
unregisterContributor(String) - Method in interface org.springframework.boot.health.registry.HealthContributorRegistry
Unregister a previously registered contributor.
unregisterContributor(String) - Method in interface org.springframework.boot.health.registry.ReactiveHealthContributorRegistry
Unregister a previously registered contributor.
UNRESTRICTED - Enum constant in enum class org.springframework.boot.actuate.endpoint.Access
Unrestricted access to the endpoint is permitted.
UNSUPPORTED_TOKEN_SIGNING_ALGORITHM - Enum constant in enum class org.springframework.boot.cloudfoundry.actuate.autoconfigure.endpoint.CloudFoundryAuthorizationException.Reason
Unsupported Token Signing Algorithm.
UnsupportedConfigDataLocationException - Exception Class in org.springframework.boot.context.config
Exception throw if a ConfigDataLocation is not supported.
UnsupportedDataSourcePropertyException - Exception Class in org.springframework.boot.jdbc
RuntimeException thrown from DataSourceBuilder when an unsupported property is used.
unwrap() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
 
unwrap(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
Return the native ConnectionFactory by unwrapping it from a cache or pool connection factory.
unwrap(Class<T>) - Method in class org.springframework.boot.validation.autoconfigure.ValidatorAdapter
 
unwrap(DataSource, Class<I>, Class<T>) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
Return an object that implements the given target type, unwrapping delegate or proxy if necessary using the specified unwrapInterface.
unwrap(DataSource, Class<T>) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
Return an object that implements the given target type, unwrapping delegate or proxy if necessary.
unwrapCaching(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
Return the native ConnectionFactory by unwrapping from a CachingConnectionFactory.
unwrapFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
Returns, if possible, an OptionsCapableConnectionFactory by unwrapping the given connectionFactory as necessary.
up() - Method in class org.springframework.boot.health.contributor.Health.Builder
Set status to Status.UP status.
up() - Static method in class org.springframework.boot.health.contributor.Health
Create a new Health.Builder instance with an Status.UP status.
up(LogLevel) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
Run docker compose up to create and start services.
up(LogLevel, List<String>) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
Run docker compose up to create and start services.
UP - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.StartCommand
Start using docker compose up.
UP - Static variable in class org.springframework.boot.health.contributor.Status
Status indicating that the component or subsystem is functioning as expected.
update(byte[], int, int) - Method in interface org.springframework.boot.buildpack.platform.io.InspectedContent.Inspector
Update inspected information based on the provided bytes.
update(String, SslBundle) - Method in class org.springframework.boot.tomcat.SslConnectorCustomizer
 
updateAndRestart(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
Update the current running application with the specified ClassLoaderFiles and trigger a reload.
updateBundle(String, SslBundle) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
 
updateBundle(String, SslBundle) - Method in interface org.springframework.boot.ssl.SslBundleRegistry
Updates an SslBundle.
UpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
Base class for update events published by Docker.
UpdateEvent() - Constructor for class org.springframework.boot.buildpack.platform.docker.UpdateEvent
 
UpdateListener<E> - Interface in org.springframework.boot.buildpack.platform.docker
Listener for update events published from the DockerApi.
uri() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
 
uriHost() - Element in annotation interface org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
The host to be used in documented URIs.
uriPort() - Element in annotation interface org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
The port to be used in documented URIs.
uriScheme() - Element in annotation interface org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
The scheme (typically http or https) to be used in documented URIs.
uriString(String) - Method in class org.springframework.boot.restclient.RootUriBuilderFactory
 
uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the UriTemplateHandler that should be used with the RestTemplate.
url(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
Set the URL that should be used when building the datasource.
URL - Enum constant in enum class org.springframework.boot.web.server.servlet.Session.SessionTrackingMode
Rewrite the URL to append a session ID.
UrlDecoder - Class in org.springframework.boot.loader.net.util
Utility to decode URL strings.
UrlHandlerMapper - Class in org.springframework.boot.devtools.remote.server
HandlerMapper implementation that maps incoming URLs.
UrlHandlerMapper(String, Handler) - Constructor for class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
Create a new UrlHandlerMapper.
urlMappings() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
URL mappings for the servlet.
urlPatterns() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
URL patterns, as defined in the Servlet specification, that the filter will be registered against.
Use() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion.Use
 
Use() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Apiversion.Use
 
USE_DEFAULTS_PROPERTY - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
Fall back to the management.info.defaults.enabled property, matching if it is true or if it is not configured.
USE_DELEGATING - Enum constant in enum class org.springframework.boot.jackson.autoconfigure.JacksonProperties.ConstructorDetectorStrategy
Assume "delegating" mode if not explicitly annotated otherwise.
USE_LOWERCASE_NAMES - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
Convert file and directory names to lowercase.
USE_PROPERTIES_BASED - Enum constant in enum class org.springframework.boot.jackson.autoconfigure.JacksonProperties.ConstructorDetectorStrategy
Assume "properties" mode if not explicitly annotated otherwise.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.r2dbc.DataR2dbcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jooq.JooqTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
Determines if default filtering should be used with @SpringBootApplication.
useMainMethod() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
The type of main method usage to employ when creating the SpringApplication under test.
user(String, String, String, String) - Static method in interface org.springframework.boot.buildpack.platform.docker.configuration.DockerRegistryAuthentication
Factory method to that returns a new DockerRegistryAuthentication instance that uses a header generated by base64 encoding a JSON payload created from the given parameters.
User() - Constructor for class org.springframework.boot.security.autoconfigure.SecurityProperties.User
 
UserConfigurations - Class in org.springframework.boot.context.annotation
Configurations representing user-defined @Configuration classes (i.e.
UserConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.UserConfigurations
 
UserDetailsServiceAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.servlet
Auto-configuration for a Spring Security in-memory AuthenticationManager.
UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.servlet.UserDetailsServiceAutoConfiguration
 
username() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
Returns the value of the username record component.
username(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
Set the username that should be used when building the datasource.
username(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
Configure the username.
useSemanticMetricTypes() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
 
usesSensitiveContainerPath() - Method in class org.springframework.boot.buildpack.platform.docker.type.Binding
Whether the binding uses a sensitive container path.
usingExtractedPairs(BiConsumer<T, Consumer<E>>, Function<E, N>, Function<E, V>) - Method in class org.springframework.boot.json.JsonWriter.Member
Add JSON name/value pairs by extracting values from a series of elements.
usingExtractedPairs(BiConsumer<T, Consumer<E>>, JsonWriter.PairExtractor<E>) - Method in class org.springframework.boot.json.JsonWriter.Member
Add JSON name/value pairs by extracting values from a series of elements.
usingMembers(Consumer<JsonWriter.Members<T>>) - Method in class org.springframework.boot.json.JsonWriter.Member
Add JSON based on further JsonWriter.Members configuration.
usingPairs(BiConsumer<T, BiConsumer<N, V>>) - Method in class org.springframework.boot.json.JsonWriter.Member
Add JSON name/value pairs.
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