Skip navigation links
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 

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
BindException thrown when ConfigurationPropertySource elements 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 ConfigurationPropertySource should be included when determining unbound elements.
UnboundElementsSourceFilter() - Constructor for class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 
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
ReactiveWebServerFactory that can be used to create UndertowWebServers.
UndertowReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Create a new UndertowReactiveWebServerFactory instance.
UndertowReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Create a new UndertowReactiveWebServerFactory that listens for requests using the specified port.
UndertowServletWebServer - Class in org.springframework.boot.web.embedded.undertow
WebServer that 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 UndertowServletWebServer instance.
UndertowServletWebServerFactory - Class in org.springframework.boot.web.embedded.undertow
UndertowServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory instance.
UndertowServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory that listens for requests using the specified port.
UndertowServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory with the specified context path and port.
UndertowServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer to apply ServerProperties to 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
WebServer that 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 UndertowWebServer instance.
UndertowWebServer(Undertow.Builder, Iterable<HttpHandlerFactory>, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowWebServer
Create a new UndertowWebServer instance.
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
 
UninstallCommand - Class in org.springframework.boot.cli.command.install
Command to 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.UNKNOWN status.
unknown() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is in an unknown state.
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.
UnsupportedConfigDataLocationException - Exception in org.springframework.boot.context.config
Exception throw if a ConfigDataLocation is not supported.
UnsupportedDataSourcePropertyException - Exception in org.springframework.boot.jdbc
RuntimeException thrown from DataSourceBuilder when an unsupported property is used.
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.
unwrap() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
 
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.actuate.health.Health.Builder
Set status to Status.UP status.
up() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UP status.
UP - Static variable in class org.springframework.boot.actuate.health.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.
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.
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(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uri Tag for the URI of the given request.
uri(String) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uri Tag from the given uriTemplate.
uri(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a uri Tag for the URI path of the given request.
uri(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a uri tag based on the URI of the given exchange.
uri(ServerWebExchange, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a uri tag based on the URI of the given exchange.
uri(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a uri tag based on the URI of the given request.
uri(HttpServletRequest, HttpServletResponse, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a uri tag based on the URI of the given request.
uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.web.client.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.
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.
User() - Constructor for class org.springframework.boot.autoconfigure.security.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.autoconfigure.security.servlet
Auto-configuration for a Spring Security in-memory AuthenticationManager.
UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 
username(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryBuilder
Deprecated.
Configure the username.
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
 
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 
Skip navigation links