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) - 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.autoconfigure.actuate.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) - Method in class org.springframework.boot.validation.autoconfigure.ValidatorAdapter
 
unwrap(DataSource, Class, Class) - 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) - 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) - 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
 
uri() - Method in class org.springframework.boot.test.http.server.LocalTestWebServer
Return the URI of the running local test server.
uri(String) - Method in class org.springframework.boot.test.http.server.LocalTestWebServer
Return the URI of the running local test server taking into account the given uri.
uriBuilder(String) - Method in class org.springframework.boot.test.http.server.LocalTestWebServer
Return a new UriBuilder with the base URI template initialized from the local server LocalTestWebServer.uri().
uriBuilderFactory() - Method in class org.springframework.boot.test.http.server.LocalTestWebServer
Return a new UriBuilderFactory with the base URI template initialized from the local server LocalTestWebServer.uri().
UriBuilderFactoryWebClient - Class in org.springframework.boot.test.web.htmlunit
HTML Unit WebClient supported by a UriBuilderFactory.
UriBuilderFactoryWebClient(UriBuilderFactory) - Constructor for class org.springframework.boot.test.web.htmlunit.UriBuilderFactoryWebClient
 
UriBuilderFactoryWebConnectionHtmlUnitDriver - Class in org.springframework.boot.test.web.htmlunit
UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory) - Constructor for class org.springframework.boot.test.web.htmlunit.UriBuilderFactoryWebConnectionHtmlUnitDriver
 
UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory, boolean) - Constructor for class org.springframework.boot.test.web.htmlunit.UriBuilderFactoryWebConnectionHtmlUnitDriver
 
UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory, BrowserVersion) - Constructor for class org.springframework.boot.test.web.htmlunit.UriBuilderFactoryWebConnectionHtmlUnitDriver
 
UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory, Capabilities) - Constructor for class org.springframework.boot.test.web.htmlunit.UriBuilderFactoryWebConnectionHtmlUnitDriver
 
uriHost() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
The host to be used in documented URIs.
uriPort() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
The port to be used in documented URIs.
uriScheme() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.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_DELEGATING - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
Deprecated.
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.
USE_PROPERTIES_BASED - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
Deprecated.
Assume "properties" mode if not explicitly annotated otherwise.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.cassandra.test.autoconfigure.DataCassandraTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.couchbase.test.autoconfigure.DataCouchbaseTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.elasticsearch.test.autoconfigure.DataElasticsearchTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.jdbc.test.autoconfigure.DataJdbcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.jpa.test.autoconfigure.DataJpaTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.ldap.test.autoconfigure.DataLdapTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.mongodb.test.autoconfigure.DataMongoTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.neo4j.test.autoconfigure.DataNeo4jTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.r2dbc.test.autoconfigure.DataR2dbcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.data.redis.test.autoconfigure.DataRedisTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.graphql.test.autoconfigure.GraphQlTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.jooq.test.autoconfigure.JooqTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.restclient.test.autoconfigure.RestClientTest
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.webclient.test.autoconfigure.WebClientTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.webflux.test.autoconfigure.WebFluxTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
Determines if default filtering should be used with @SpringBootApplication.
useDefaultFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.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) - Constructor for class org.springframework.boot.context.annotation.UserConfigurations
 
UserDetailsServiceAutoConfiguration - Class in org.springframework.boot.security.autoconfigure
Auto-configuration for a Spring Security in-memory AuthenticationManager.
UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.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, Function, Function) - Method in class org.springframework.boot.json.JsonWriter.Member
Add JSON name/value pairs by extracting values from a series of elements.
usingExtractedPairs(BiConsumer, JsonWriter.PairExtractor) - Method in class org.springframework.boot.json.JsonWriter.Member
Add JSON name/value pairs by extracting values from a series of elements.
usingMembers(Consumer) - Method in class org.springframework.boot.json.JsonWriter.Member
Add JSON based on further JsonWriter.Members configuration.
usingPairs(BiConsumer) - 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