Index
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.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 - UnboundConfigurationPropertiesException - Exception in org.springframework.boot.context.properties.bind
 - 
BindExceptionthrown whenConfigurationPropertySourceelements were left unbound. - UnboundConfigurationPropertiesException(Set<ConfigurationProperty>) - Constructor for exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
 - UnboundElementsSourceFilter - Class in org.springframework.boot.context.properties.source
 - 
Function used to determine if a
ConfigurationPropertySourceshould be included when determining unbound elements. - UnboundElementsSourceFilter() - Constructor for class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 - UNDERLINE - Enum constant in enum org.springframework.boot.ansi.AnsiStyle
 - Undertow() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 - UndertowBuilderCustomizer - Interface in org.springframework.boot.web.embedded.undertow
 - 
Callback interface that can be used to customize an Undertow
Undertow.Builder. - UndertowDeploymentInfoCustomizer - Interface in org.springframework.boot.web.embedded.undertow
 - 
Callback interface that can be used to customize an Undertow
DeploymentInfo. - UndertowReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.undertow
 - 
ReactiveWebServerFactorythat can be used to createUndertowWebServers. - UndertowReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 - 
Create a new
UndertowReactiveWebServerFactoryinstance. - UndertowReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 - 
Create a new
UndertowReactiveWebServerFactorythat listens for requests using the specified port. - UndertowServletWebServer - Class in org.springframework.boot.web.embedded.undertow
 - 
WebServerthat can be used to control an embedded Undertow server. - UndertowServletWebServer(Undertow.Builder, Iterable<HttpHandlerFactory>, String, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 - 
Create a new
UndertowServletWebServerinstance. - UndertowServletWebServerFactory - Class in org.springframework.boot.web.embedded.undertow
 - 
ServletWebServerFactorythat can be used to createUndertowServletWebServers. - UndertowServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 - 
Create a new
UndertowServletWebServerFactoryinstance. - UndertowServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 - 
Create a new
UndertowServletWebServerFactorythat listens for requests using the specified port. - UndertowServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 - 
Create a new
UndertowServletWebServerFactorywith the specified context path and port. - UndertowServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
 - 
WebServerFactoryCustomizerto applyServerPropertiesto Undertow Servlet web servers. - UndertowServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
 - UndertowWebServer - Class in org.springframework.boot.web.embedded.undertow
 - 
WebServerthat can be used to control an Undertow web server. - UndertowWebServer(Undertow.Builder, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowWebServer
 - 
Create a new
UndertowWebServerinstance. - UndertowWebServer(Undertow.Builder, Iterable<HttpHandlerFactory>, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowWebServer
 - 
Create a new
UndertowWebServerinstance. - undertowWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
 - UndertowWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
 - 
Customization for Undertow-specific features common for both Servlet and Reactive servers.
 - UndertowWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 - UndertowWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
 - UndertowWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
 - 
WebSocket customizer for
UndertowServletWebServerFactory. - UndertowWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 - UNIFORM - Enum constant in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
 - 
The uniform configuration form (used for equals/hashCode; lower-case with only alphanumeric characters).
 - UninstallCommand - Class in org.springframework.boot.cli.command.install
 - 
Commandto uninstall dependencies from the CLI's lib/ext directory. - UninstallCommand() - Constructor for class org.springframework.boot.cli.command.install.UninstallCommand
 - unknown() - Method in class org.springframework.boot.actuate.health.Health.Builder
 - 
Set status to
Status.UNKNOWNstatus. - unknown() - Static method in class org.springframework.boot.actuate.health.Health
 - 
Create a new
Health.Builderinstance with anStatus.UNKNOWNstatus. - UNKNOWN - Enum constant in enum org.springframework.boot.actuate.metrics.http.Outcome
 - 
Outcome of the request was unknown.
 - UNKNOWN - Enum constant in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
 - 
It's not possible to determine if
ConfigurationPropertySourcehas matchingConfigurationPropertiesor not. - UNKNOWN - Enum constant in enum org.springframework.boot.jdbc.DatabaseDriver
 - 
Unknown type.
 - UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
 - 
Statusindicating that the component or subsystem is in an unknown state. - UNMANAGED - Enum constant in enum 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 interface org.springframework.boot.actuate.health.ContributorRegistry
 - 
Unregister a previously registered contributor.
 - unregisterContributor(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 - UNSUPPORTED_TOKEN_SIGNING_ALGORITHM - Enum constant in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 - 
Unsupported Token Signing Algorithm.
 - UnsupportedConfigDataLocationException - Exception in org.springframework.boot.context.config
 - 
Exception throw if a
ConfigDataLocationis not supported. - UnsupportedDataSourcePropertyException - Exception in org.springframework.boot.jdbc
 - 
RuntimeExceptionthrown fromDataSourceBuilderwhen an unsupported property is used. - unwrap() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
 - unwrap(DataSource, Class<I>, Class<T>) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
 - 
Return an object that implements the given
targettype, unwrapping delegate or proxy if necessary using the specifiedunwrapInterface. - unwrap(DataSource, Class<T>) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
 - 
Return an object that implements the given
targettype, unwrapping delegate or proxy if necessary. - unwrapFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
 - 
Returns, if possible, an
OptionsCapableConnectionFactoryby unwrapping the givenconnectionFactoryas necessary. - up() - Method in class org.springframework.boot.actuate.health.Health.Builder
 - 
Set status to
Status.UPstatus. - up() - Static method in class org.springframework.boot.actuate.health.Health
 - 
Create a new
Health.Builderinstance with anStatus.UPstatus. - UP - Static variable in class org.springframework.boot.actuate.health.Status
 - 
Statusindicating 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.
 - updateAndRestart(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
 - 
Update the current running application with the specified
ClassLoaderFilesand trigger a reload. - 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 extends UpdateEvent> - Interface in org.springframework.boot.buildpack.platform.docker
 - 
Listener for update events published from the
DockerApi. - uptimeMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
 - uri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 - uri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 - uri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 - uri(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
 - 
Creates a
uritag based on the URI of the givenrequest. - uri(HttpServletRequest, HttpServletResponse, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
 - 
Creates a
uritag based on the URI of the givenrequest. - uri(String) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
 - 
Creates a
uriTagfrom the givenuriTemplate. - uri(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
 - 
Creates a
uriTagfor the URI of the givenrequest. - uri(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
 - 
Creates a
uriTagfor the URI path of the givenrequest. - uri(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
 - 
Creates a
uritag based on the URI of the givenexchange. - uri(ServerWebExchange, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
 - 
Creates a
uritag based on the URI of the givenexchange. - uriHost() - Element in annotation type org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
 - 
The host to be used in documented URIs.
 - uriPort() - Element in annotation type org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
 - 
The port to be used in documented URIs.
 - uriScheme() - Element in annotation type org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
 - 
The scheme (typically
httporhttps) to be used in documented URIs. - uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
UriTemplateHandlerthat should be used with theRestTemplate. - 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 org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
 - 
Rewrite the URL to append a session ID.
 - UrlHandlerMapper - Class in org.springframework.boot.devtools.remote.server
 - 
HandlerMapperimplementation that maps incoming URLs. - UrlHandlerMapper(String, Handler) - Constructor for class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
 - 
Create a new
UrlHandlerMapper. - USE_DEFAULTS_PROPERTY - Enum constant in enum org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
 - 
Fall back to the
management.info.defaults.enabledproperty, matching if it istrueor if it is not configured. - USE_DELEGATING - Enum constant in enum org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
 - 
Assume "delegating" mode if not explicitly annotated otherwise.
 - USE_LOWERCASE_NAMES - Enum constant in enum org.springframework.boot.env.ConfigTreePropertySource.Option
 - 
Convert file and directory names to lowercase.
 - USE_PROPERTIES_BASED - Enum constant in enum org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
 - 
Assume "properties" mode if not explicitly annotated otherwise.
 - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.r2dbc.DataR2dbcTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.jooq.JooqTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.json.JsonTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.web.client.RestClientTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation type org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
 - 
Determines if default filtering should be used with
@SpringBootApplication. - User() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 - UserConfigurations - Class in org.springframework.boot.context.annotation
 - 
Configurationsrepresenting user-defined@Configurationclasses (i.e. - UserConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.UserConfigurations
 - UserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
 - 
Auto-configurationfor a Spring Security in-memoryAuthenticationManager. - UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 - 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.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form