Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UNAUTHORIZED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
401 Unauthorized, see HTTP/1.1 documentation.
- UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
451 Unavailable For Legal Reasons, see RFC 7725: An HTTP Status Code to Report Legal Obstacles.
- Unmanaged<T> - Class in jakarta.enterprise.inject.spi
-
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
- Unmanaged(BeanManager, Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class
- Unmanaged(Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class, using the current bean manager
- Unmanaged.UnmanagedInstance<T> - Class in jakarta.enterprise.inject.spi
-
Represents a non-contextual instance.
- unmarshal(Link.JaxbLink) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
-
Deprecated.Convert a
Link.JaxbLink
into aLink
. - UnproxyableResolutionException - Exception Class in jakarta.enterprise.inject
-
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
- UnproxyableResolutionException() - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
-
Creates the exception with no detail message or cause.
- UnproxyableResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
-
Creates the exception with given detail message.
- UnproxyableResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
-
Creates the exception with given detail message and cause.
- UnproxyableResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
-
Creates the exception with given cause.
- UnsatisfiedResolutionException - Exception Class in jakarta.enterprise.inject
-
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
- UnsatisfiedResolutionException() - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
-
Creates the exception with no detail message or cause.
- UnsatisfiedResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
-
Creates the exception with given detail message.
- UnsatisfiedResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
-
Creates the exception with given detail message and cause.
- UnsatisfiedResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
-
Creates the exception with given cause.
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
415 Unsupported Media Type, see HTTP/1.1 documentation.
- unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance.StopResult
-
Provides access to the wrapped native shutdown result.
- unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Provides access to the wrapped native handle of the application instance.
- UPPER_CAMEL_CASE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the first character will be capitalized.
- UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
- upperBound() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
-
Returns the upper bound of this wildcard type.
- uri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying string representing URI template for the link being constructed.
- uri(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Parses the
uriTemplate
string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components. - uri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying URI template for the link being constructed.
- uri(URI) - Method in class jakarta.ws.rs.core.UriBuilder
-
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
- uriBuilder(UriBuilder) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying URI builder representing the URI template for the link being constructed.
- UriBuilder - Class in jakarta.ws.rs.core
-
URI template-aware utility class for building URIs from their components.
- UriBuilder() - Constructor for class jakarta.ws.rs.core.UriBuilder
-
Protected constructor, use one of the static
fromXxx(...)
methods to obtain an instance. - UriBuilderException - Exception Class in jakarta.ws.rs.core
-
A runtime exception thrown by
UriBuilder.build(Object...)
methods when aURI
cannot be constructed based on the current state of the builder. - UriBuilderException() - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
-
Creates a new instance of
UriBuilderException
without detail message. - UriBuilderException(String) - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message. - UriBuilderException(String, Throwable) - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message and cause. - UriBuilderException(Throwable) - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
-
Constructs a new exception with the specified cause and a detail message of (
cause==null ? null : cause.toString()
) (which typically contains the class and detail message of cause). - UriInfo - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to application and request URI information.
- url() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- USE_PROXY - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
305 Use Proxy, see HTTP/1.1 documentation.
- user() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
User name to use for connection authentication.
- USER - Static variable in class jakarta.ws.rs.Priorities
-
User-level filter/interceptor priority.
- USER_AGENT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- userInfo(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI user-info.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form