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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

tag(EntityTag) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a response entity tag.
tag(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a strong response entity tag.
target(WebTarget) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
Set the SSE streaming endpoint.
target(WebTarget) - Static method in interface jakarta.ws.rs.sse.SseEventSource
Create a new event source builder that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.
target(Link) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(UriBuilder) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(String) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(URI) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
TEMPORARY_REDIRECT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
307 Temporary Redirect, see HTTP/1.1 documentation.
temporaryRedirect(URI) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
test(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, int) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
TEST - Enum constant in enum class jakarta.json.JsonPatch.Operation
"test" operation.
text(T) - Static method in class jakarta.ws.rs.client.Entity
Create a "text/plain" entity.
TEXT_HTML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/html" media type.
TEXT_HTML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/html" media type.
TEXT_PLAIN - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/plain" media type.
TEXT_PLAIN_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/plain" media type.
TEXT_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/xml" media type.
TEXT_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/xml" media type.
The BeanManager object - Search tag in package jakarta.enterprise.inject.spi
Section
The JAX-RS client API - Search tag in package jakarta.ws.rs.client
Section
throwsTypes() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns a list of exception types that are declared to be thrown by this method.
TIME_IN_MILLIS - Static variable in annotation interface jakarta.json.bind.annotation.JsonbDateFormat
Special date format which serializes given date as milliseconds.
TimeoutHandler - Interface in jakarta.ws.rs.container
Asynchronous response suspend time-out handler.
title(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a title on this link.
TITLE - Static variable in class jakarta.ws.rs.core.Link
Title link param from RFC 5988.
toCookie() - Method in class jakarta.ws.rs.core.NewCookie
Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
toEnum() - Method in interface jakarta.ws.rs.core.Response.StatusType
Get the this Status Type as a Response.Status.
toJson(Object) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, Type) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Type, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Type, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJsonArray() - Method in interface jakarta.json.JsonPatch
Returns the JsonPatch as JsonArray.
toJsonArray() - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonArray.
toJsonObject() - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input Map.Entry<String,JsonValue> elements into a JsonObject.
toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonObject.
toJsonValue() - Method in interface jakarta.json.JsonMergePatch
Returns the JsonMergePatch as JsonValue.
TOO_MANY_REQUESTS - Enum constant in enum class jakarta.ws.rs.core.Response.Status
429 Too Many Requests, see RFC 6585: Additional HTTP Status Codes.
toResponse(E) - Method in interface jakarta.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toString() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
toString() - Method in class jakarta.enterprise.util.TypeLiteral
 
toString() - Method in interface jakarta.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface jakarta.json.JsonPointer
Returns the string representation of this JSON Pointer.
toString() - Method in interface jakarta.json.JsonValue
Returns JSON text for this JSON value.
toString() - Method in class jakarta.ws.rs.client.Entity
 
toString() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
toString() - Method in class jakarta.ws.rs.core.CacheControl
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.Cookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.EntityTag
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.GenericEntity
 
toString() - Method in class jakarta.ws.rs.core.GenericType
 
toString() - Method in class jakarta.ws.rs.core.Link
Returns a string representation as a link header (RFC 5988).
toString() - Method in class jakarta.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class jakarta.ws.rs.core.NewCookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in enum class jakarta.ws.rs.core.Response.Status
Get the reason phrase.
toString() - Method in class jakarta.ws.rs.core.Variant
 
toString(T) - Method in interface jakarta.ws.rs.ext.ParamConverter
Convert the supplied value to a String.
toString(T) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
toTemplate() - Method in class jakarta.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
trace() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
transactional() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Set to false if connections should not participate in transactions.
transactionPhase() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns the transaction phase of this transactional observer.
transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
Sets the TransactionPhase during which this synthetic observer should be notified.
transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the TransactionPhase for the observer to build
TransactionPhase - Enum Class in jakarta.enterprise.event
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
transientField(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the transient status of the built InjectionPoint.
TransientReference - Annotation Interface in jakarta.enterprise.inject
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
TransientReference.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the TransientReference annotation.
translateName(String) - Method in interface jakarta.json.bind.config.PropertyNamingStrategy
Translates the property name into its JSON field name representation.
TRUE - Enum constant in enum class jakarta.json.JsonValue.ValueType
JSON true.
TRUE - Static variable in interface jakarta.json.JsonValue
JSON true value.
trustStore(KeyStore) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side trust store.
type() - Element in annotation interface jakarta.annotation.Resource
The Java type of the resource.
type() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InjectionPointInfo
Returns the type of this injection point.
type() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
Returns the type of this field.
type() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
Returns the type of this parameter.
type() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
Returns the type of this record component.
type() - Element in annotation interface jakarta.json.bind.annotation.JsonbSubtype
An actual type bound to the alias.
type(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Adds type to the set of bean types of this synthetic bean.
type(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Adds type to the set of bean types of this synthetic bean.
type(MediaType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Adds type to the set of bean types of this synthetic bean.
type(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Set the required Type (that will be used during typesafe resolution) of the InjectionPoint to build.
type(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a type on this link.
type(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
Type - Interface in jakarta.enterprise.lang.model.types
A type is used in a program source code, but does not have to be declared anywhere.
TYPE - Static variable in class jakarta.ws.rs.core.Link
Type link param from RFC 5988.
TYPE_VARIABLE - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
A type variable, e.g.
Type.Kind - Enum Class in jakarta.enterprise.lang.model.types
The type kind: void, primitive, class, array, parameterized type, type variable, wildcard type
typeArguments() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
Returns the list of type arguments that were applied to a generic class to form this parameterized type.
Typed - Annotation Interface in jakarta.enterprise.inject
Restricts the bean types of a bean.
Typed.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Typed annotation.
TypeLiteral<T> - Class in jakarta.enterprise.util
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class jakarta.enterprise.util.TypeLiteral
The literal constructor, only for subclasses.
typeParameters() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns a list of type parameters declared on this class.
typeParameters() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns a list of type parameters declared on this method.
types() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns a collection of all types of this bean.
types() - Element in annotation interface jakarta.enterprise.inject.build.compatible.spi.Enhancement
Defines the set of expected types.
types() - Element in annotation interface jakarta.enterprise.inject.build.compatible.spi.Registration
Defines the set of expected types.
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
Types - Interface in jakarta.enterprise.inject.build.compatible.spi
Factory for types.
TypeVariable - Interface in jakarta.enterprise.lang.model.types
Type variables represent type parameters declared on generic classes or methods.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form