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 All Packages
All Classes All Packages
All Classes All Packages
A
- abortWith(Response) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Abort the filter chain with a response.
- abortWith(Response) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Abort the filter chain with a response.
- AbstractCookieBuilder(String) - Constructor for class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Create a new instance.
- AbstractMultivaluedMap<K,V> - Class in jakarta.ws.rs.core
-
Abstract skeleton implementation of a
MultivaluedMap
that is backed by a [key, multi-value] store represented as aMap<K, List<V>>
. - AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Initialize the backing store in the abstract parent multivalued map implementation.
- AbstractNewCookieBuilder(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Create a new instance supplementing the information in the supplied cookie.
- AbstractNewCookieBuilder(String) - Constructor for class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Create a new instance.
- accept(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
- accept(MediaType...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- accept(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- ACCEPT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ACCEPT_CHARSET - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ACCEPT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ACCEPT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- accepted() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status.
- accepted(Object) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
- ACCEPTED - jakarta.ws.rs.core.Response.Status
-
202 Accepted, see HTTP/1.1 documentation.
- acceptEncoding(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable encodings.
- acceptLanguage(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acceptLanguage(Locale...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- accessor() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the accessor method corresponding to this record component.
- activate() - Method in interface jakarta.enterprise.context.control.RequestContextController
-
Activates a RequestContext for the current thread if one is not already active.
- ActivateRequestContext - Annotation Type in jakarta.enterprise.context.control
-
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
- ADAPTERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom mapping adapters for generic types.
- adaptFromJson(Adapted) - Method in interface jakarta.json.bind.adapter.JsonbAdapter
-
This method is used on deserialization only.
- adaptToJson(Original) - Method in interface jakarta.json.bind.adapter.JsonbAdapter
-
This method is used on serialization only.
- add() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
- add(boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array. - add(double) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array at the specified position. - add(int, double) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, long) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array at the specified position. - add(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array at the specified position. - add(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Inserts a value to the array at the specified position.
- add(int, String) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
at the specified position. - add(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(long) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array. - add(JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array. - add(JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Add an annotation to the constructor.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Add an annotation to the field.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Add an annotation to the method.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Add an annotation to the parameter.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Add an annotation to the type.
- add(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScannedClasses
-
Adds a class with given name to the set of types discovered during type discovery.
- add(String) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
. - add(String, boolean) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue#TRUE
or name/JsonValue#FALSE
pair to the JSON object associated with this object builder. - add(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, double) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, int) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, int) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, long) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, JsonArrayBuilder) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonArray
pair to the JSON object associated with this object builder. - add(String, JsonObjectBuilder) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonObject
pair to the JSON object associated with this object builder. - add(String, JsonValue) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue
pair to the JSON object associated with this object builder. - add(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, String) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonString
pair to the JSON object associated with this object builder. - add(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, BigDecimal) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, BigInteger) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add(T, JsonValue) - Method in interface jakarta.json.JsonPointer
-
Adds or replaces a value at the referenced location in the specified
target
with the specifiedvalue
. - ADD - jakarta.json.JsonPatch.Operation
-
"add" operation.
- addAll(JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds all elements of the array in the specified array builder to the array.
- addAll(JsonObjectBuilder) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds all name/value pairs in the JSON object associated with the specified object builder to the JSON object associated with this object builder.
- addAll(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add all the values from the supplied value list to the current list of values for the supplied key.
- addAll(K, List<V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add all the values from the supplied value list to the current list of values for the supplied key.
- addAll(K, V...) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAll(K, V...) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation. - addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation - addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Adds given annotation to this class.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Adds given annotation to this declaration.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Adds given annotation to this field.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Adds given annotation to this method.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Adds given annotation to this method parameter.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Adds given annotation to this class.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Adds given annotation to this declaration.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Adds given annotation to this field.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Adds given annotation to this method.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Adds given annotation to this method parameter.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Adds a marker annotation of given type to this class.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Adds a marker annotation of given type to this declaration.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Adds a marker annotation of given type to this field.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Adds a marker annotation of given type to this method.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Adds a marker annotation of given type to this method parameter.
- addBean() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtains a new
BeanConfigurator
to configure a newBean
and add it at the end of the observer invocation. - addBean(Bean<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessBean
containing the givenBean
and then registers theBean
with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans. - addBean(Class<T>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticComponents
-
Creates a
SyntheticBeanBuilder
that allows configuring a new synthetic bean of givenbeanClass
. - addBeanClasses(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add provided bean classes to the synthetic bean archive.
- addContext(Context) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a custom
Context
object with the container. - addContext(Class<? extends Annotation>, boolean, Class<? extends AlterableContext>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers custom context for given
scopeAnnotation
and givencontextClass
. - addContext(Class<? extends Annotation>, Class<? extends AlterableContext>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers custom context for given
scopeAnnotation
and givencontextClass
. - addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDeploymentProblem(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterDeploymentValidation
-
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
- addExtensions(Extension...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add extensions to the set of extensions.
- addExtensions(Class<? extends Extension>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add extensions to the set of extensions.
- addFirst(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the first position in the current list of values for the supplied key.
- addFirst(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add a value to the first position in the current list of values for the supplied key.
- addFirstNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the first position in the value list. - addInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add an InjectionPoint to the configured bean
- addInjectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add InjectionPoints to the configured bean
- addInjectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add InjectionPoints to the configured bean
- addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type.
- addInterceptorBinding(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers
annotation
as an interceptor binding annotation. - addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
- addNull() - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array. - addNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array at the specified position. - addNull(String) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue#NULL
pair to the JSON object associated with this object builder where the value isnull
. - addNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the value list. - addObserver(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticComponents
-
Creates a
SyntheticObserverBuilder
that allows configuring a new synthetic observer for giveneventType
. - addObserver(Class<T>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticComponents
-
Creates a
SyntheticObserverBuilder
that allows configuring a new synthetic observer for giveneventType
. - addObserverMethod() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
obtains a new
ObserverMethodConfigurator
to configure a newObserverMethod
and add it at the end of the observer invocation. - addObserverMethod(ObserverMethod<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessObserverMethod
containing the givenObserverMethod
and then registers theObserverMethod
with the container, thereby making it available for event notifications. - addPackages(boolean, Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
- addPackages(boolean, Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
- addPackages(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
- addPackages(Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
- addProperty(String, Object) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add a configuration property to the container
- addQualifier(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a qualifier to the configured bean
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a qualifier to the configured bean
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add the qualifier to the InjectionPoint to build
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add the qualifier to the observed event
- addQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers
annotation
as a qualifier annotation. - addQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add all the qualifiers to the InjectionPoint to build
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add all the qualifiers to the Observed event
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add all the qualifiers to the InjectionPoint to build
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add all the qualifiers to the Observed event
- addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a scope type.
- addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers
annotation
as a stereotype annotation. - addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a stereotype to the configured bean
- addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a stereotype to the configured bean
- addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a stereotype, and specifies its meta-annotations.
- addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add stereotypes to the configured bean
- addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add stereotypes to the configured bean
- addTransitiveTypeClosure(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
- addTransitiveTypeClosure(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
- addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a type to the bean types
- addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a type to the bean types
- addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a type to the bean types
- addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a type to the bean types
- addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add types to the bean types
- addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add types to the bean types
- addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add types to the bean types
- addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add types to the bean types
- AFTER_COMPLETION - jakarta.enterprise.event.TransactionPhase
-
Identifies an after completion observer method, called during the after completion phase of the transaction.
- AFTER_FAILURE - jakarta.enterprise.event.TransactionPhase
-
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
- AFTER_SUCCESS - jakarta.enterprise.event.TransactionPhase
-
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
- AfterBeanDiscovery - Interface in jakarta.enterprise.inject.spi
-
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered
Bean
andObserverMethod
objects for the discovered beans, but before detecting deployment problems. - AfterDeploymentValidation - Interface in jakarta.enterprise.inject.spi
-
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
- AfterTypeDiscovery - Interface in jakarta.enterprise.inject.spi
-
This event type is thrown by the container after type discovery is complete.
- alias() - Method in annotation type jakarta.json.bind.annotation.JsonbSubtype
-
Type alias which is used instead of a class name.
- allow(String...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- allow(Set<String>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- ALLOW - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- AlterableContext - Interface in jakarta.enterprise.context.spi
-
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
- alternative(boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Marks this synthetic bean as an alternative if desired.
- alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Change the alternative status of the configured bean.
- alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Change the alternative status of the configured bean.
- Alternative - Annotation Type in jakarta.enterprise.inject
-
Specifies that a bean is an alternative.
- Alternative.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Alternative
annotation. - ALWAYS - jakarta.enterprise.event.Reception
-
Specifies that an observer method always receives event notifications.
- AmbiguousResolutionException - Exception in jakarta.enterprise.inject
-
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
- AmbiguousResolutionException() - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- Annotated - Interface in jakarta.enterprise.inject.spi
-
Represents a Java program element that can be annotated.
- AnnotatedCallable<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a callable member of a Java type.
- AnnotatedConstructor<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a constructor of a Java class.
- AnnotatedConstructorConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedConstructor
- AnnotatedField<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a field of a Java class.
- AnnotatedFieldConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedField
- AnnotatedMember<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a member of a Java type.
- AnnotatedMethod<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a method of a Java type.
- AnnotatedMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedMethod
- AnnotatedParameter<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a parameter of a method or constructor.
- AnnotatedParameterConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedParameter
- AnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a Java class or interface.
- AnnotatedTypeConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is a helper to configure a new
AnnotatedType
instance. - annotation() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
-
Returns the declaration of this scope annotation.
- annotation(Class<T>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns an annotation of given type, if it is present on this annotation target.
- AnnotationBuilder - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for annotations of given type.
- annotationBuilderFactory() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BuildServices
- AnnotationBuilderFactory - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Supports instantiating
AnnotationBuilder
. - AnnotationInfo - Interface in jakarta.enterprise.lang.model
-
An annotation instance, typically obtained from an
AnnotationTarget
. - AnnotationLiteral<T extends Annotation> - Class in jakarta.enterprise.util
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class jakarta.enterprise.util.AnnotationLiteral
- AnnotationMember - Interface in jakarta.enterprise.lang.model
-
The value of an annotation member.
- AnnotationMember.Kind - Enum in jakarta.enterprise.lang.model
-
The kind of the annotation member value.
- annotations() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns a collection of all annotations present on this annotation target.
- annotations(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns a collection of all annotations present on this annotation target that match given predicate.
- AnnotationTarget - Interface in jakarta.enterprise.lang.model
-
An annotation target is anything that can be annotated.
- annotationType() - Method in class jakarta.enterprise.util.AnnotationLiteral
- Any - Annotation Type in jakarta.enterprise.inject
-
The built-in qualifier type.
- ANY - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties is not guaranteed to retain any order.
- Any.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Any
qualifier. - Application - Class in jakarta.ws.rs.core
-
Defines the components of a JAX-RS application and supplies additional meta-data.
- Application() - Constructor for class jakarta.ws.rs.core.Application
- APPLICATION - jakarta.annotation.Resource.AuthenticationType
- APPLICATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- APPLICATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- APPLICATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- APPLICATION - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for interceptors defined by applications.
- APPLICATION_ATOM_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/atom+xml" media type. - APPLICATION_ATOM_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/atom+xml" media type. - APPLICATION_FORM_URLENCODED - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/x-www-form-urlencoded" media type. - APPLICATION_FORM_URLENCODED_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/x-www-form-urlencoded" media type. - APPLICATION_JSON - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/json" media type. - APPLICATION_JSON_PATCH_JSON - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of "application/json-patch+json" media type.. - APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/json-patch+json" media type. - APPLICATION_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/json" media type. - APPLICATION_OCTET_STREAM - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/octet-stream" media type. - APPLICATION_OCTET_STREAM_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/octet-stream" media type. - APPLICATION_SVG_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/svg+xml" media type. - APPLICATION_SVG_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/svg+xml" media type. - APPLICATION_XHTML_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/xhtml+xml" media type. - APPLICATION_XHTML_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/xhtml+xml" media type. - APPLICATION_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/xml" media type. - APPLICATION_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/xml" media type. - ApplicationPath - Annotation Type in jakarta.ws.rs
-
Identifies the application path that serves as the base URI for all resource URIs provided by
Path
. - ApplicationScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is application scoped.
- ApplicationScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
ApplicationScoped
annotation. - apply(JsonValue) - Method in interface jakarta.json.JsonMergePatch
-
Applies the JSON Merge Patch to the specified
target
. - apply(T) - Method in interface jakarta.json.JsonPatch
-
Applies the patch operations to the specified
target
. - areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - areQualifiersEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - AROUND_CONSTRUCT - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts a constructor invocation
- AROUND_INVOKE - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts method invocation
- AROUND_TIMEOUT - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts a timeout
- AroundConstruct - Annotation Type in jakarta.interceptor
-
Designates an interceptor method that receives a callback when the target class constructor is invoked.
- AroundInvoke - Annotation Type in jakarta.interceptor
-
Defines an interceptor method that interposes on business methods.
- aroundReadFrom(ReaderInterceptorContext) - Method in interface jakarta.ws.rs.ext.ReaderInterceptor
- AroundTimeout - Annotation Type in jakarta.interceptor
-
Defines an interceptor method that interposes on timeout methods.
- aroundWriteTo(WriterInterceptorContext) - Method in interface jakarta.ws.rs.ext.WriterInterceptor
- ARRAY - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
An array value.
- ARRAY - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- ARRAY - jakarta.json.JsonValue.ValueType
-
JSON array.
- ArrayType - Interface in jakarta.enterprise.lang.model.types
-
An array type is created from a component type.
- asArray() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this array value as an immutable
List
ofAnnotationMember
s. - asArray() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
- asArray() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as an array type.
- asBoolean() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
boolean
. - asByte() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
byte
. - asChar() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
char
. - asClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
- asClass() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a class.
- asClass() - Method in interface jakarta.enterprise.lang.model.types.ClassType
- asClass() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a class type.
- asDeclaration() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns this annotation target as a declaration.
- asDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- asDeclaration() - Method in interface jakarta.enterprise.lang.model.types.Type
- asDouble() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
double
. - asEnum(Class<E>) - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this enum value as an instance of the enum type.
- asEnumClass() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns the type of this enum value.
- asEnumConstant() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns the name of this enum value.
- asField() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a field.
- asField() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
- asFloat() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
float
. - asInt() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as an
int
. - asInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns this bean as an interceptor.
- asInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
- asJsonArray() - Method in interface jakarta.json.JsonValue
-
Return the JsonValue as a JsonArray
- asJsonObject() - Method in interface jakarta.json.JsonValue
-
Return the JsonValue as a JsonObject
- asLong() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
long
. - asMap() - Method in class jakarta.ws.rs.core.Form
-
Returns multivalued map representation of the form.
- asMethod() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a method.
- asMethod() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
- asNestedAnnotation() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this nested annotation value as an
AnnotationInfo
. - asPackage() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a package.
- asPackage() - Method in interface jakarta.enterprise.lang.model.declarations.PackageInfo
- asParameter() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a method parameter.
- asParameter() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
- asParameterizedType() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
- asParameterizedType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a parameterized type.
- asPrimitive() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
- asPrimitive() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a primitive type.
- asRecordComponent() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a record component.
- asRecordComponent() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
- asShort() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
short
. - asString() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
String
. - asType() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this class value as a
Type
. - asType() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns this annotation target as a type.
- asType() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- asType() - Method in interface jakarta.enterprise.lang.model.types.Type
- asTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a type variable.
- asTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
- asVoid() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as the void pseudo-type.
- asVoid() - Method in interface jakarta.enterprise.lang.model.types.VoidType
- asWildcardType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a wildcard type.
- asWildcardType() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
- async() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
- async(boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Marks this synthetic observer as asynchronous if desired.
- async(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Allows modification of the asynchronous status of the observer to build.
- AsyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for asynchronous invocation of HTTP methods.
- AsyncResponse - Interface in jakarta.ws.rs.container
-
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
- AUTHENTICATION - Static variable in class jakarta.ws.rs.Priorities
-
Security authentication filter/interceptor priority.
- authenticationType() - Method in annotation type jakarta.annotation.Resource
-
The authentication type to use for this resource.
- AUTHORIZATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- AUTHORIZATION - Static variable in class jakarta.ws.rs.Priorities
-
Security authorization filter/interceptor priority.
B
- BAD_GATEWAY - jakarta.ws.rs.core.Response.Status
-
502 Bad Gateway, see HTTP/1.1 documentation.
- BAD_REQUEST - jakarta.ws.rs.core.Response.Status
-
400 Bad Request, see HTTP/1.1 documentation.
- BadRequestException - Exception in jakarta.ws.rs
-
A runtime exception indicating a
bad client request
. - BadRequestException() - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BASE_64 - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
- BASE_64_URL - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
- baseUri() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method that returns a built the
URI
for the application. - baseUri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI as a string for resolution of relative URIs.
- baseUri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI for resolution of relative URIs.
- baseUriBuilder() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns a
UriBuilder
that includes the application root path. - BASIC_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Basic authentication.
- bean() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the
bean
that declares this observer method. - Bean<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled bean.
- BeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
-
The BeanAttributes interface exposes the basic attributes of a bean.
- BeanAttributesConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
BeanAttributes
instance. - beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the class of the configured Bean.
- beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the class of the Bean containing this observer.
- BeanConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
Bean
instance. - BeanContainer - Interface in jakarta.enterprise.inject.spi
-
BeanContainer
is a superclass ofBeanManager
containing capabilities that are portable across all CDI environments. - BeanInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Beans are: managed beans beans defined by producer methods beans defined by producer fields synthetic beans Managed beans are also known as class-based beans, while beans defined by producer methods and producer fields are together also known as producer-based beans.
- BeanManager - Interface in jakarta.enterprise.inject.spi
-
Allows a portable extension to interact directly with the container.
- BeanParam - Annotation Type in jakarta.ws.rs
-
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
- BEFORE_COMPLETION - jakarta.enterprise.event.TransactionPhase
-
Identifies a before completion observer method, called during the before completion phase of the transaction.
- BeforeBeanDiscovery - Interface in jakarta.enterprise.inject.spi
-
This event type is thrown by the container before the bean discovery process begins.
- BeforeDestroyed - Annotation Type in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is about to be destroyed, i.e.
- BeforeDestroyed.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
BeforeDestroyed
qualifier. - BeforeShutdown - Interface in jakarta.enterprise.inject.spi
-
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
- begin() - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running.
- begin(String) - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running, with a specified identifier.
- bigDecimalValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - bigIntegerValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - bigIntegerValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - BINARY_DATA_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom binary data strategy.
- BinaryDataStrategy - Class in jakarta.json.bind.config
-
Specifies predefined binary data handling strategies.
- BOOLEAN - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
boolean
value. - BOOLEAN - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- bootstrap(Application, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Perform startup of the application in Java SE environments.
- bootstrap(Class<? extends Application>, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Perform startup of the application in Java SE environments.
- bounds() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
-
Returns the bounds declared for this type variable.
- broadcast(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Publish an SSE event to all registered
SseEventSink
instances. - bufferEntity() - Method in class jakarta.ws.rs.core.Response
-
Buffer the message entity data.
- build() - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- build() - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns an
AnnotationInfo
that includes all annotation members defined by previous method calls on this builder. - build() - Method in interface jakarta.json.bind.JsonbBuilder
-
Returns a new instance of
Jsonb
based on the parameters and configuration specified previously in this builder. - build() - Method in interface jakarta.json.JsonArrayBuilder
-
Returns the current array.
- build() - Method in interface jakarta.json.JsonObjectBuilder
-
Returns the JSON object associated with this object builder.
- build() - Method in interface jakarta.json.JsonPatchBuilder
-
Returns the JSON Patch.
- build() - Method in class jakarta.ws.rs.client.ClientBuilder
-
Build a new client instance using all the configuration previously specified in this client builder.
- build() - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Build a new
Cookie
instance using all the configuration previously specified in this builder. - build() - Method in class jakarta.ws.rs.core.Cookie.Builder
- build() - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Builds a new EntityPart instance using the provided property values.
- build() - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Build a new
NewCookie
instance using all the configuration previously specified in this builder. - build() - Method in class jakarta.ws.rs.core.NewCookie.Builder
- build() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Create a Response instance from the current ResponseBuilder.
- build() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
- build() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Builds a bootstrap configuration instance from the provided property values.
- build() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Build
OutboundSseEvent
. - build() - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Build new SSE event source pointing at a SSE streaming
web target
. - build(Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters.
- build(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(Object[], boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name.
- build(String, Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name and request entity.
- BuildCompatibleExtension - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Build compatible extensions are service providers for this interface, as defined in
ServiceLoader
. - buildDelete() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a DELETE request invocation.
- builder() - Static method in interface jakarta.enterprise.event.NotificationOptions
- builder() - Static method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Creates a new bootstrap configuration builder instance.
- Builder() - Constructor for class jakarta.ws.rs.sse.SseEventSource.Builder
-
Allows custom implementations to extend the SSE event source builder class.
- Builder(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
-
Create a new instance supplementing the information in the supplied cookie.
- Builder(String) - Constructor for class jakarta.ws.rs.core.Cookie.Builder
-
Create a new instance.
- Builder(String) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
-
Create a new instance.
- buildFromEncoded(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromEncodedMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildGet() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a GET request invocation.
- buildPost(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a POST request invocation.
- buildPut(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a PUT request invocation.
- buildRelativized(URI, Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
- BuildServices - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Service provider interface for various services needed by
BuildCompatibleExtension
implementations. - BusyConversationException - Exception in jakarta.enterprise.context
-
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
- BusyConversationException() - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(String) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BYTE - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
byte
value. - BYTE - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- BYTE - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded as a byte array.
C
- CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheControl - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cancel() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- CASE_INSENSITIVE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- CDI<T> - Class in jakarta.enterprise.inject.spi
-
Provides access to the current container.
- CDI() - Constructor for class jakarta.enterprise.inject.spi.CDI
- CDIProvider - Interface in jakarta.enterprise.inject.spi
-
Interface implemented by a CDI provider to provide access to the current container
- CHAR - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
char
value. - CHAR - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
-
The media type
charset
parameter name. - CLASS - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A
Class
value. - CLASS - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- CLASS - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- ClassConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a class.
- ClassInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A class.
- className() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Name of a DataSource class that implements
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - ClassType - Interface in jakarta.enterprise.lang.model.types
-
A class type, including interface types, enum types, annotation types and record types.
- clear() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- Client - Interface in jakarta.ws.rs.client
-
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
- CLIENT - jakarta.ws.rs.RuntimeType
-
JAX-RS client run-time.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_ERROR - jakarta.ws.rs.core.Response.Status.Family
-
4xx
HTTP status codes. - ClientBuilder - Class in jakarta.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances. - ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the
ClientBuilder
class. - ClientErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a client request error (HTTP
4xx
status codes). - ClientErrorException(int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientRequestContext - Interface in jakarta.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in jakarta.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client response filters.
- clone() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class jakarta.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- close() - Method in interface jakarta.enterprise.inject.Instance.Handle
-
Delegates to
Instance.Handle.destroy()
. - close() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Shuts down this SeContainer instance when it is no longer in scope.
- close() - Method in interface jakarta.json.JsonReader
-
Closes this reader and frees any resources associated with the reader.
- close() - Method in interface jakarta.json.JsonWriter
- close() - Method in interface jakarta.json.stream.JsonGenerator
-
Closes this generator and frees any resources associated with it.
- close() - Method in interface jakarta.json.stream.JsonParser
-
Closes this parser and frees any resources associated with the parser.
- close() - Method in interface jakarta.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class jakarta.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
- close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and all registered
SseEventSink
instances. - close() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Close the
SseEventSink
instance and release all associated resources. - close() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source.
- close(boolean) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and release any resources associated with it.
- close(long, TimeUnit) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
- comment(String) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the comment associated with the cookie.
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- comments() - Method in annotation type jakarta.annotation.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- CompletionCallback - Interface in jakarta.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
-
Reactive invoker based
CompletionStage
. - componentType() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
-
Returns the component type of this array type, as defined by The Java™ Language Specification.
- Configurable<C extends Configurable> - Interface in jakarta.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- configuration() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Provides access to the configuration actually used by the implementation used to create this instance.
- Configuration - Interface in jakarta.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context. - configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Returns an
AnnotatedTypeConfigurator
to to configure theAnnotatedType
used to create theInjectionTarget
. - configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
created either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)
or derived from theInterceptionFactory
parameter injection point. - configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
-
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a
runtime configuration
scope of a particularresource or sub-resource method
; i.e. - configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation. - configureBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
returns a
BeanAttributesConfigurator
initialized with theBeanAttributes
processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation. - configuredProvider - Static variable in class jakarta.enterprise.inject.spi.CDI
- configureInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Returns an
InjectionPointConfigurator
initialized with theInjectionPoint
processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation. - configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as an interceptor binding type. - configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Returns a
ObserverMethodConfigurator
initialized with theObserverMethod
processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation. - configureProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns a
ProducerConfigurator
initialized with theProducer
processed by this event, to configure a newProducer
that will replace the original one at the end of the observer invocation. - configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as a Qualifier qualifier type. - CONFLICT - jakarta.ws.rs.core.Response.Status
-
409 Conflict, see HTTP/1.1 documentation.
- ConnectionCallback - Interface in jakarta.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous response
lifecycle events. - connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the connect timeout.
- ConstrainedTo - Annotation Type in jakarta.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- constructors() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns a collection of
MethodConfig
objects for each constructor of this class, as defined byClassInfo.constructors
. - constructors() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- constructors() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of constructors declared or implicitly declared in this class.
- Consumes - Annotation Type in jakarta.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept. - CONTAINER - jakarta.annotation.Resource.AuthenticationType
- ContainerRequestContext - Interface in jakarta.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in jakarta.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container response filters.
- containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- containsValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns
true
if there is a value at the referenced location in the specifiedtarget
. - containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- content(InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(Object) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(String, InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Convenience method, equivalent to calling
fileName(fileName).content(content)
. - content(T, GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(T, Class<? extends T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2183.
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2392.
- CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- Context - Interface in jakarta.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Type in jakarta.ws.rs.core
-
This annotation is used to inject information into a class field, bean property or method parameter.
- ContextException - Exception in jakarta.enterprise.context
-
Indicates a problem relating to context management.
- ContextException() - Constructor for exception jakarta.enterprise.context.ContextException
- ContextException(String) - Constructor for exception jakarta.enterprise.context.ContextException
- ContextException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
- ContextException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
- ContextNotActiveException - Exception in jakarta.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextNotActiveException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextResolver<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- Contextual<T> - Interface in jakarta.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- Conversation - Interface in jakarta.enterprise.context
-
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
- CONVERSATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- ConversationScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is conversation scoped.
- ConversationScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
ConversationScoped
annotation. - cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in jakarta.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(Cookie.AbstractCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance from the supplied
Cookie.AbstractCookieBuilder
instance. - Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builder
instead. - Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builder
instead. - Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builder
instead. - COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- Cookie.AbstractCookieBuilder<T extends Cookie.AbstractCookieBuilder<T>> - Class in jakarta.ws.rs.core
-
JAX-RS abstract
Cookie
builder class. - Cookie.Builder - Class in jakarta.ws.rs.core
-
JAX-RS
Cookie
builder class. - CookieParam - Annotation Type in jakarta.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
- copy(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "copy" JSON Patch operation.
- COPY - jakarta.json.JsonPatch.Operation
-
"copy" operation.
- create() - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method. - create() - Method in class jakarta.json.bind.spi.JsonbProvider
-
Returns a new instance of
JsonbBuilder
class. - create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- create(Instance<Object>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanCreator
-
Creates an instance of the synthetic bean.
- create(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
-
Returns a new
AnnotationBuilder
for given annotation type. - create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method, configured with provided configuration. - create(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
-
Returns a new
AnnotationBuilder
for given annotation type. - createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtain an
AnnotatedType
that may be used to read the annotations of the given class or interface. - createArrayBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON array builder
- createArrayBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to buildJsonArray
- createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder.
- createArrayBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the specified array
- createArrayBuilder(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with an array. - createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the specified array.
- createArrayBuilder(Collection<?>) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the content of specified
collection
. - createArrayBuilder(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with the content of specified collection. - createArrayBuilder(Collection<?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the content of specified
collection
. - createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createConfigurationBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
SeBootstrap.Configuration.Builder
. - createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtain an instance of a
CreationalContext
for the given contextual type, or for a non-contextual object. - created(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- CREATED - jakarta.ws.rs.core.Response.Status
-
201 Created, see HTTP/1.1 documentation.
- createDiff(JsonStructure, JsonStructure) - Static method in class jakarta.json.Json
-
Generates a JSON Patch (RFC 6902) from the source and target
JsonStructure
. - createDiff(JsonStructure, JsonStructure) - Method in class jakarta.json.spi.JsonProvider
-
Generates a JSON Patch (RFC 6902) from the source and target
JsonStructure
. - createEndpoint(Application, Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEntityPartBuilder(String) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
EntityPart.Builder
. - createGenerator(OutputStream) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(OutputStream) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(Writer) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a generator factory for creating
JsonGenerator
objects. - createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances. - createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain an instance of a
RuntimeDelegate.HeaderDelegate
for the supplied class. - createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedField
. - createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedParameter
. - createInjectionTarget(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Create a new injection target for a bean.
- createInstance() - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtains an
Instance
object to access to beans instances. - createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
- createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Create an
InterceptionFactory
for the givenCreationalContext
and type. - createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Link.Builder
. - createMergeDiff(JsonValue, JsonValue) - Static method in class jakarta.json.Json
-
Generates a JSON Merge Patch (RFC 7396) from the source and target
JsonValue
s which when applied to thesource
, yields thetarget
. - createMergeDiff(JsonValue, JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Generates a JSON Merge Patch (RFC 7396) from the source and target
JsonValue
s which when applied to thesource
, yields thetarget
. - createMergePatch(JsonValue) - Static method in class jakarta.json.Json
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue
. - createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue
. - createObjectBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to buildJsonObject
. - createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder.
- createObjectBuilder(JsonObject) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, initialized with an object. - createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the data from specified
map
. - createObjectBuilder(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the data from specified
map
. - createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, initialized with the specified object. - createParser(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParser(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParserFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a parser factory for creating
JsonParser
objects. - createParserFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParser
instances. - createPatch(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatch(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatchBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- createPatchBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- createPointer(String) - Static method in class jakarta.json.Json
-
Creates JSON Pointer (RFC 6901) from given
jsonPointer
string. - createPointer(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Pointer (RFC 6901) from given
jsonPointer
string. - createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- createReader(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReaderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a reader factory for creating
JsonReader
objects. - createReaderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReader
objects. - createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Response.ResponseBuilder
. - createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
UriBuilder
. - createValue(double) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(double) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(int) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(int) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(long) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(long) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(Number) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(Number) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(String) - Static method in class jakarta.json.Json
-
Creates a JsonString.
- createValue(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonString.
- createValue(BigDecimal) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigInteger) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Variant.VariantListBuilder
. - createWith(Class<? extends SyntheticBeanCreator<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the class of the synthetic bean creation function.
- createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- createWriter(OutputStream) - Static method in class jakarta.json.Json
- createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class jakarta.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Static method in class jakarta.json.Json
- createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Method in class jakarta.json.spi.JsonProvider
- createWriterFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a writer factory for creating
JsonWriter
objects. - createWriterFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriter
objects. - CreationalContext<T> - Interface in jakarta.enterprise.context.spi
-
Provides operations that are used by the
Contextual
implementation during instance creation and destruction. - CreationException - Exception in jakarta.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception jakarta.enterprise.inject.CreationException
- CreationException(String) - Constructor for exception jakarta.enterprise.inject.CreationException
- CreationException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
- CreationException(Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
- CREATOR_PARAMETERS_REQUIRED - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify required creator parameters.
- current() - Static method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
- currentEvent() - Method in interface jakarta.json.stream.JsonParser
-
Returns the event for the current parsing state.
D
- data(GenericType, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and a generic java type of event data.
- data(Class, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and java type of event data.
- data(Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and java type of event data.
- databaseName() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- DataSourceDefinition - Annotation Type in jakarta.annotation.sql
-
Annotation used to define a container
DataSource
to be registered with JNDI. - DataSourceDefinitions - Annotation Type in jakarta.annotation.sql
-
Declares one or more
DataSourceDefinition
annotations. - date() - Method in annotation type jakarta.annotation.Generated
-
Date when the source was generated.
- DATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- DATE_FORMAT - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom date format globally.
- deactivate() - Method in interface jakarta.enterprise.context.control.RequestContextController
-
Deactivates the current Request Context if it was activated by this context controller.
- declaration() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InjectionPointInfo
-
Returns the declaration of this injection point.
- declaration() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns the declaration of this annotation's type.
- declaration() - Method in interface jakarta.enterprise.lang.model.types.ClassType
-
Returns the declaration of this class type.
- declaration() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
-
Returns the declaration of the generic class that was parameterized with a list of type arguments to form this parameterized type.
- DeclarationConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a declaration.
- DeclarationInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A declaration is an element of a program source code.
- DeclarationInfo.Kind - Enum in jakarta.enterprise.lang.model.declarations
- DeclareRoles - Annotation Type in jakarta.annotation.security
-
Used by application to declare security roles.
- declaringClass() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the class that declares this bean.
- declaringClass() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the class that declares this observer.
- declaringClass() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns the class that declares this field.
- declaringClass() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the class that declares this method.
- declaringClass(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the bean class that "declares" this synthetic observer.
- declaringClass(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the bean class that "declares" this synthetic observer.
- declaringMethod() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
-
Returns the method that declares this parameter.
- declaringRecord() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the record that declares this component.
- decodePointer(String) - Static method in class jakarta.json.Json
-
Decodes a passed JSON-pointer string as defined by RFC 6901.
- Decorated - Annotation Type in jakarta.enterprise.inject
-
A decorator may inject metadata about the bean it is decorating
- Decorator<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled decorator.
- Decorator - Annotation Type in jakarta.decorator
-
Specifies that a class is a decorator.
- Default - Annotation Type in jakarta.enterprise.inject
-
The default qualifier type.
- DEFAULT_CDI_PROVIDER_PRIORITY - Static variable in interface jakarta.enterprise.inject.spi.CDIProvider
- DEFAULT_FORMAT - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
-
Value that indicates the default format.
- DEFAULT_KEY_NAME - Static variable in annotation type jakarta.json.bind.annotation.JsonbTypeInfo
-
Default type information key name.
- DEFAULT_LOCALE - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
-
Value that indicates that default
Locale
. - DEFAULT_LOCALE - Static variable in annotation type jakarta.json.bind.annotation.JsonbNumberFormat
-
Value that indicates that default
Locale
. - DEFAULT_MAX_AGE - Static variable in class jakarta.ws.rs.core.NewCookie
-
Specifies that the cookie expires with the current application/browser session.
- DEFAULT_PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Special value for
SeBootstrap.Configuration.PORT
property indicating that the implementation MUST use its default port. - DEFAULT_PRIORITY - Static variable in interface jakarta.enterprise.inject.spi.ObserverMethod
- DEFAULT_VERSION - Static variable in class jakarta.ws.rs.core.Cookie
-
Cookies using the default version correspond to RFC 2109.
- Default.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Default
qualifier. - defaultScope() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns the default scope defined by this stereotype.
- DefaultValue - Annotation Type in jakarta.ws.rs
-
Defines the default value of request meta-data that is bound using one of the following annotations:
PathParam
,QueryParam
,MatrixParam
,CookieParam
,FormParam
, orHeaderParam
. - DefinitionException - Exception in jakarta.enterprise.inject.spi
-
Thrown when a definition error occurs.
- DefinitionException(String) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- DefinitionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- DefinitionException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- delegate(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Change the delegate status of the built InjectionPoint.
- Delegate - Annotation Type in jakarta.decorator
-
Identifies the delegate injection point of a decorator.
- delete() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- delete() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- delete(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- DELETE - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP DELETE requests.
- DELETE - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP DELETE method.
- DenyAll - Annotation Type in jakarta.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s).
- Dependent - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean belongs to the dependent pseudo-scope.
- Dependent.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
Dependent
annotation. - DeploymentException - Exception in jakarta.enterprise.inject.spi
-
Thrown when a deployment problem occurs.
- DeploymentException(String) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
- DeploymentException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
- DeploymentException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
- description() - Method in annotation type jakarta.annotation.Resource
-
Description of this resource.
- description() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Description of this data source
- DeserializationContext - Interface in jakarta.json.bind.serializer
-
Provides JSONB Mapper functionality on top of JSONP parser.
- deserialize(JsonParser, DeserializationContext, Type) - Method in interface jakarta.json.bind.serializer.JsonbDeserializer
-
Deserialize JSON stream into object.
- deserialize(Class<T>, JsonParser) - Method in interface jakarta.json.bind.serializer.DeserializationContext
-
Deserialize JSON stream into instance of provided class using
JsonParser
. - deserialize(Type, JsonParser) - Method in interface jakarta.json.bind.serializer.DeserializationContext
-
Deserialize JSON stream into instance of provided class using
JsonParser
. - DESERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom deserializers.
- destroy() - Method in interface jakarta.enterprise.inject.Instance.Handle
-
Destroy the contextual instance.
- destroy(Contextual<?>) - Method in interface jakarta.enterprise.context.spi.AlterableContext
-
Destroy the existing contextual instance.
- destroy(T) - Method in interface jakarta.enterprise.inject.Instance
-
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
- destroy(T, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Destroy an instance of the contextual type.
- Destroyed - Annotation Type in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is destroyed, i.e.
- Destroyed.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
Destroyed
qualifier. - destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to destroy a bean instance.
- DIGEST_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Digest authentication.
- disableDiscovery() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
By default, the discovery is enabled.
- discoveredProviders - Static variable in class jakarta.enterprise.inject.spi.CDI
- Discovery - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
1st phase of build compatible extension execution.
- dispose() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Dispose of the instance, doing any necessary cleanup
- dispose(T) - Method in interface jakarta.enterprise.inject.spi.Producer
-
Destroys the instance.
- dispose(T, Instance<Object>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanDisposer
-
Destroys an instance of the synthetic bean.
- disposedParameter() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DisposerInfo
-
Returns the declaration of the disposed parameter of this disposer method.
- disposer() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the disposer method of this producer-based bean.
- DisposerInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Disposer methods may exist for producer-based beans.
- disposerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DisposerInfo
-
Returns the declaration of this disposer method.
- Disposes - Annotation Type in jakarta.enterprise.inject
-
Identifies the disposed parameter of a disposer method.
- disposeWith(Class<? extends SyntheticBeanDisposer<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the class of the synthetic bean destruction function.
- disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to destroy a bean instance.
- disposeWith(Consumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
-
Set a callback to destroy the produced instance.
- domain(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the domain of the cookie.
- DOUBLE - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
double
value. - DOUBLE - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- doubleValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
double
. - during() - Method in annotation type jakarta.enterprise.event.Observes
-
Specifies at what time the observer method is notified.
- DynamicFeature - Interface in jakarta.ws.rs.container
-
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
E
- EMPTY_JSON_ARRAY - Static variable in interface jakarta.json.JsonValue
-
The empty JSON array.
- EMPTY_JSON_OBJECT - Static variable in interface jakarta.json.JsonValue
-
The empty JSON object.
- enableDecorators(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
- enableInterceptors(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
- Encoded - Annotation Type in jakarta.ws.rs
-
Disables automatic decoding of parameter values bound using
QueryParam
,PathParam
,FormParam
orMatrixParam
. - encodePointer(String) - Static method in class jakarta.json.Json
-
Encodes (escapes) a passed string as defined by RFC 6901.
- encoding(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity content encoding.
- ENCODING - Static variable in class jakarta.json.bind.JsonbConfig
-
The Jsonb serialization
toJson()
methods will default to this property for encoding of output JSON data. - encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported encodings. - encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding(s) for this variant.
- end() - Method in interface jakarta.enterprise.context.Conversation
-
Marks the current long-running conversation transient.
- END_ARRAY - jakarta.json.stream.JsonParser.Event
-
End of a JSON array.
- END_OBJECT - jakarta.json.stream.JsonParser.Event
-
End of a JSON object.
- Enhancement - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
2nd phase of build compatible extension execution.
- entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- Entity<T> - Class in jakarta.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- EntityPart - Interface in jakarta.ws.rs.core
-
A
EntityPart
is one part of a multipart entity. - EntityPart.Builder - Interface in jakarta.ws.rs.core
-
Builder for
EntityPart
instances. - EntityTag - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
- EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of a strong
EntityTag
. - EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of an
EntityTag
. - entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- ENUM - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
An
Enum
value. - equals(Object) - Method in class jakarta.enterprise.util.AnnotationLiteral
- equals(Object) - Method in class jakarta.enterprise.util.TypeLiteral
- equals(Object) - Method in interface jakarta.json.JsonNumber
-
Compares the specified object with this
JsonNumber
object for equality. - equals(Object) - Method in interface jakarta.json.JsonString
-
Compares the specified object with this
JsonString
for equality. - equals(Object) - Method in class jakarta.ws.rs.client.Entity
- equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
-
Compares object argument to this cache control to see if they are the same considering all property values.
- equals(Object) - Method in class jakarta.ws.rs.core.Cookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
-
Compares
obj
to this tag to see if they are the same considering weakness and value. - equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
- equals(Object) - Method in class jakarta.ws.rs.core.GenericType
- equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.
- equals(Object) - Method in class jakarta.ws.rs.core.MediaType
-
Compares
obj
to this media type to see if they are the same by comparing type, subtype and parameters. - equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.Variant
-
Compares obj to this variant to see if they are the same considering all property values.
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Compare the specified map with this map for equality modulo the order of values for each key.
- error(Exception) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic error that is represented by an exception.
- error(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic error that is not related to any particular element, or that information is not known.
- error(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
BeanInfo
. - error(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
ObserverInfo
. - error(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently exist.
- evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- Event<T> - Interface in jakarta.enterprise.event
-
Allows the application to fire events of a particular type.
- EventContext<T> - Interface in jakarta.enterprise.inject.spi
-
Represents a context of a fired event.
- EventMetadata - Interface in jakarta.enterprise.inject.spi
-
Provides access to metadata about an observed event payload.
- eventParameter() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the event parameter of this observer method.
- eventType() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the observed event type of this observer.
- ExceptionMapper<E extends Throwable> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response
. - ExcludeClassInterceptors - Annotation Type in jakarta.interceptor
-
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
- ExcludeDefaultInterceptors - Annotation Type in jakarta.interceptor
-
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
- executorService(ExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side
ExecutorService
. - EXPECT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- EXPECTATION_FAILED - jakarta.ws.rs.core.Response.Status
-
417 Expectation Failed, see HTTP/1.1 documentation.
- expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- expiry(Date) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the cookie expiry date.
- Extension - Interface in jakarta.enterprise.inject.spi
-
Service interface implemented by extensions.
F
- failed(Throwable) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation has failed for any reason.
- FALSE - jakarta.json.JsonValue.ValueType
-
JSON false.
- FALSE - Static variable in interface jakarta.json.JsonValue
-
JSON false value.
- familyOf(int) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Get the response status family for the status code.
- Feature - Interface in jakarta.ws.rs.core
-
A feature extension contract.
- FeatureContext - Interface in jakarta.ws.rs.core
-
A configurable context passed to
Feature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration. - field() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the field corresponding to this record component.
- FIELD - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- FieldConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a field.
- FieldInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A field, declared in some class.
- fields() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns a collection of
FieldConfig
objects for each field of this class, as defined byClassInfo.fields
. - fields() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- fields() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of fields declared or implicitly declared in this class and all its superclasses up to and excluding
java.lang.Object
, as well as all direct and indirect superinterfaces. - fileName(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the file name for this part.
- filter(ClientRequestContext) - Method in interface jakarta.ws.rs.client.ClientRequestFilter
-
Filter method called before a request has been dispatched to a client transport layer.
- filter(ClientRequestContext, ClientResponseContext) - Method in interface jakarta.ws.rs.client.ClientResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or when the HTTP invocation returns). - filter(ContainerRequestContext) - Method in interface jakarta.ws.rs.container.ContainerRequestFilter
-
Filter method called before a request has been dispatched to a resource.
- filter(ContainerRequestContext, ContainerResponseContext) - Method in interface jakarta.ws.rs.container.ContainerResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or by a matched resource method. - filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- fire(T) - Method in interface jakarta.enterprise.event.Event
-
Fires an event with the specified qualifiers and notifies observers.
- fireAsync(U) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- fireAsync(U, NotificationOptions) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- FIRST - jakarta.json.JsonConfig.KeyStrategy
-
Configuration value that will take the value of the first match.
- FLOAT - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
float
value. - FLOAT - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- flush() - Method in interface jakarta.json.stream.JsonGenerator
-
Flushes the underlying output source.
- FORBIDDEN - jakarta.ws.rs.core.Response.Status
-
403 Forbidden, see HTTP/1.1 documentation.
- ForbiddenException - Exception in jakarta.ws.rs
-
A runtime exception indicating that an access to a resource requested by a client has been
forbidden
by the server. - ForbiddenException() - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- forInstance(Object) - Static method in class jakarta.ws.rs.core.GenericType
-
Create a
generic type
from a Javainstance
. - form(Form) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- form(MultivaluedMap<String, String>) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- Form - Class in jakarta.ws.rs.core
-
Represents the the HTML form data request entity encoded using the
"application/x-www-form-urlencoded"
content type. - Form() - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance.
- Form(MultivaluedMap<String, String>) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance and register a custom underlying parameter store.
- Form(String, String) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance with a single parameter entry.
- FORM_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Form authentication.
- FORMATTING - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
- FormParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
- FOUND - jakarta.ws.rs.core.Response.Status
-
302 Found, see HTTP/1.1 documentation.
- fragment(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI fragment.
- FREE_PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Special value for
SeBootstrap.Configuration.PORT
property indicating that the implementation MUST scan for a free port. - from(Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Optional convenience method to bulk-load external configuration.
- from(BiFunction<String, Class<T>, Optional<T>>) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method for bulk-loading configuration from a property supplier.
- fromJson(InputStream, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified InputStream and return the resulting content tree.
- fromJson(InputStream, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified InputStream and return the resulting content tree.
- fromJson(Reader, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified Reader and return the resulting content tree.
- fromJson(Reader, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified Reader and return the resulting content tree.
- fromJson(String, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified string and return the resulting content tree.
- fromJson(String, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified string and return the resulting content tree.
- fromLink(Link) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from another link.
- fromLink(Link) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from a Link.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a
Path
-annotated method. - fromOperationName(String) - Static method in enum jakarta.json.JsonPatch.Operation
-
Returns the enum constant with the specified name.
- fromPath(String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a path.
- fromPath(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a URI path.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a root resource class.
- fromResponse(Response) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
- fromStatusCode(int) - Static method in enum jakarta.ws.rs.core.Response.Status
-
Convert a numerical status code into the corresponding Status.
- fromString(String) - Method in interface jakarta.ws.rs.ext.ParamConverter
-
Parse the supplied value and create an instance of
T
. - fromString(String) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Parse the supplied value and create an instance of
T
. - fromUri(String) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI represented as a string.
- fromUri(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUriBuilder(UriBuilder) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from a URI builder.
G
- GATEWAY_TIMEOUT - jakarta.ws.rs.core.Response.Status
-
504 Gateway Timeout, see HTTP/1.1 documentation.
- Generated - Annotation Type in jakarta.annotation
-
The
Generated
annotation is used to mark source code that has been generated. - genericClass() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
-
Returns the type of the generic class that was parameterized with a list of type arguments to form this parameterized type.
- GenericEntity<T> - Class in jakarta.ws.rs.core
-
Represents a message entity of a generic type
T
. - GenericEntity(T) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericType<T> - Class in jakarta.ws.rs.core
-
Represents a generic message entity type
T
. - GenericType() - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType(Type) - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type information and deriving the class.
- get() - Method in interface jakarta.enterprise.inject.Instance.Handle
-
The contextual reference is obtained lazily, i.e.
- get() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Get the instance
- get() - Method in interface jakarta.inject.Provider
-
Provides a fully-constructed and injected instance of
T
. - get() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Contextual<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
Return an existing instance of a certain contextual type or a null value.
- get(Contextual<T>, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
Return an existing instance of certain contextual type or create a new instance by calling
Contextual.create(CreationalContext)
and return the new instance. - get(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- get(String) - Method in interface jakarta.enterprise.event.NotificationOptions
- get(String, Class<T>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Parameters
-
Returns the value of a parameter with given
key
. - get(String, Class<T>, T) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Parameters
-
Returns the value of a parameter with given
key
. - GET - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP GET method.
- getAbsolutePath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAlternatives() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Obtain an instance of
AnnotatedField
orAnnotatedParameter
, depending upon whether the injection point is an injected field or a constructor/method parameter. - getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Returns the
AnnotatedType
representing the bean class, theAnnotatedMethod
representing the producer method, or theAnnotatedField
representing the producer field. - getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
- getAnnotatedBeanClass() - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
-
Returns the
AnnotatedType
representing the bean class. - getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as the producer field return type found on a disposal method. - getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as the producer method return type found on a disposal method. - getAnnotatedMember() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns the
AnnotatedField
representing the producer field or theAnnotatedMethod
representing the producer method. - getAnnotatedMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
The
AnnotatedMethod
representing the observer method. - getAnnotatedProducerField() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedField
representing the producer field. - getAnnotatedProducerMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedMethod
representing the producer method. - getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns the
AnnotatedType
object that will be used by the container to read the declared annotations. - getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
AnnotatedType
representing the managed bean class, session bean class or other Java EE component class supporting injection. - getAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
that may be used to read the annotations of the given class or interface as defined during container initialization. - getAnnotatedTypes(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
s that may be used to read the annotations of the given class or interface as defined during container initialization. - getAnnotation(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotation of a certain annotation type.
- getAnnotations() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get all annotations of the program element.
- getAnnotations() - Method in class jakarta.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotations of a certain annotation type.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
- getArray() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
JsonArray
and advance the parser to the the correspondingEND_ARRAY
. - getArrayStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the
JsonArray
elements. - getAsMap() - Method in class jakarta.json.bind.JsonbConfig
-
Return all configuration properties as an unmodifiable map.
- getAuthenticationScheme() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect the resource.
- getBaseType() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get the type of the annotated program element.
- getBaseUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBean() - Method in interface jakarta.enterprise.inject.Instance.Handle
- getBean() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Bean
object representing the bean that defines the injection point. - getBean() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Returns the
Bean
object that is about to be registered. - getBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.Bean
-
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the class of the type that declares the observer method.
- getBeanContainer() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Get the CDI
BeanContainer
for this container. - getBeanContainer() - Method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI
BeanContainer
for the current context. - getBeanManager() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Get the CDI BeanManager for this container
- getBeanManager() - Method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI BeanManager for the current context
- getBeans(Type, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the
BeanManager
/BeanContainer
was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager
/BeanContainer
was obtained, according to the rules of typesafe resolution. - getBeans(String) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the
BeanManager
/BeanContainer
was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager
/BeanContainer
was obtained, according to the rules of EL name resolution. - getBigDecimal() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as a
BigDecimal
. - getBoolean(int) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(int, boolean) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(String) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getBoolean(String, boolean) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getCacheExtension() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getCDI() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
-
Provides access to the current container
- getChallenges() - Method in exception jakarta.ws.rs.NotAuthorizedException
-
Get the list of authorization challenges associated with the exception and applicable to the resource requested by the client.
- getChars() - Method in interface jakarta.json.JsonString
-
Returns the char sequence for the JSON String value
- getClasses() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes. - getClasses() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider, root resource or
feature
) classes to be instantiated, injected and utilized in the scope of the configurable instance. - getClient() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getColumnNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
- getComment() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getComment() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get a comment string that accompanies the event.
- getConfigInUse() - Method in interface jakarta.json.JsonBuilderFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
- getConfigInUse() - Method in interface jakarta.json.JsonReaderFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
- getConfigInUse() - Method in interface jakarta.json.JsonWriterFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonParserFactory
-
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
- getConfiguration() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface jakarta.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConstructor() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the constructor of the target class for which the
AroundConstruct
interceptor method was invoked. - getConstructors() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the constructors of the type.
- getContent() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the input stream for this part.
- getContent(GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart
-
Converts the content stream for this part to the specified type and returns it.
- getContent(Class<T>) - Method in interface jakarta.ws.rs.core.EntityPart
-
Converts the content stream for this part to the specified class and returns it.
- getContext(Class<?>) - Method in interface jakarta.ws.rs.ext.ContextResolver
-
Get a context of type
T
that is applicable to the supplied type. - getContext(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtains an active context object for the given scope .
- getContextData() - Method in interface jakarta.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
- getContextResolver(Class<T>, MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContracts(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- getConverter(Class<T>, Type, Annotation[]) - Method in interface jakarta.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion for an instance of a particular Java type. - getCookies() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class jakarta.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getData() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get event data.
- getDate() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class jakarta.ws.rs.core.Response
-
Get message date.
- getDeclaringBean() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the bean that declares the observer method.
- getDeclaringCallable() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the declaring method or constructor.
- getDeclaringType() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Get the type which defines this member.
- getDecoratedTypes() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the decorated types.
- getDecorators() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getDelegateQualifiers() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the qualifiers of the delegate injection point.
- getDelegateType() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the type of the delegate injection point.
- getDomain() - Method in class jakarta.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getEjbName() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
-
Returns the EJB name of the session bean.
- getELResolver() - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns a
ELResolver
that resolves beans by EL name. - getEncoding() - Method in class jakarta.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class jakarta.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class jakarta.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class jakarta.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getEvent() - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Returns an instance of Event with specified type
java.lang.Object
and specified qualifier@Default
It allows typesafe synchronous or asynchronous event firing without injection ofEvent
built-in bean requirement. - getEvent() - Method in interface jakarta.enterprise.inject.spi.EventContext
- getExceptionMapper(Class<T>) - Method in interface jakarta.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExecutor() - Method in interface jakarta.enterprise.event.NotificationOptions
- getExpiry() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExtension(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains the container's instance of an Extension class declared in
META-INF/services
. - getFamily() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFields() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the fields of the type.
- getFileName() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the filename of this part.
- getFirst(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- getFirst(K) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- getGenericType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGenericType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get generic data type.
- getHandle() - Method in interface jakarta.enterprise.inject.Instance
-
Obtains an initialized contextual reference handle for a bean that has the required type and qualifiers and is eligible for injection.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns an immutable multivalued map of headers for this specific part.
- getHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class jakarta.ws.rs.core.Response
-
Get a message header as a single string value.
- getHostnameVerifier() - Method in interface jakarta.ws.rs.client.Client
-
Get the hostname verifier configured in the client or
null
in case no hostname verifier has been configured. - getId() - Method in interface jakarta.enterprise.context.Conversation
-
Get the identifier of the current long-running conversation.
- getId() - Method in interface jakarta.enterprise.inject.spi.PassivationCapable
-
A string that uniquely identifies the instance of
Bean
orContextual
. - getId() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event identifier.
- getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains an injectable reference for a certain injection point.
- getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
Get the
InjectionPoint
representing the injectedEvent
instance which fired the event - getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
- getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Bean
-
Obtains the
InjectionPoint
objects representing injection points of the bean, that will be validated by the container at initialization time. - getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Producer
-
Returns the set of all
InjectionPoints
. - getInjectionTarget() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
InjectionTarget
object that will be used by the container to perform injection. - getInjectionTargetFactory(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
InjectionTargetFactory
that provides container createdInjectionTarget
instances. - getInputStream() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstance() - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain a
RuntimeDelegate
instance. - getInstances() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) instances to be utilized by the configurable instance. - getInt() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as an integer.
- getInt(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonNumber(index).intValue()
. - getInt(int, int) - Method in interface jakarta.json.JsonArray
-
Returns the int value of the
JsonNumber
at the specified position. - getInt(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonNumber(name).intValue()
- getInt(String, int) - Method in interface jakarta.json.JsonObject
-
Returns the int value of the associated
JsonNumber
mapping for the specified name. - getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains the set of meta-annotations for a certain interceptor binding type .
- getInterceptorBindingHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with
Nonbinding
. - getInterceptorBindings() - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Obtains the interceptor bindings of the interceptor.
- getInterceptors() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getJavaClass() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the underlying
Class
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
-
Get the underlying
Constructor
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
-
Get the underlying
Field
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Get the underlying
Member
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
-
Get the underlying
Method
. - getJavaParameter() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the underlying
Parameter
. - getJsonArray(int) - Method in interface jakarta.json.JsonArray
-
Returns the array value at the specified position in this array.
- getJsonArray(String) - Method in interface jakarta.json.JsonObject
-
Returns the array value to which the specified name is mapped.
- getJsonNumber(int) - Method in interface jakarta.json.JsonArray
-
Returns the number value at the specified position in this array.
- getJsonNumber(String) - Method in interface jakarta.json.JsonObject
-
Returns the number value to which the specified name is mapped.
- getJsonObject(int) - Method in interface jakarta.json.JsonArray
-
Returns the object value at the specified position in this array.
- getJsonObject(String) - Method in interface jakarta.json.JsonObject
-
Returns the object value to which the specified name is mapped.
- getJsonString(int) - Method in interface jakarta.json.JsonArray
-
Returns the string value at ths specified position in this array.
- getJsonString(String) - Method in interface jakarta.json.JsonObject
-
Returns the string value to which the specified name is mapped.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class jakarta.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class jakarta.ws.rs.core.Variant
-
Get the string representation of the variant language, or
null
if no language has been set. - getLastModified() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class jakarta.ws.rs.core.Response
-
Get the last modified date.
- getLength() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class jakarta.ws.rs.core.Response
-
Get Content-Length value.
- getLineNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
- getLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class jakarta.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in class jakarta.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation. - getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class jakarta.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getLocation() - Method in interface jakarta.json.stream.JsonParser
-
Return the location that corresponds to the parser's current state in the JSON input source.
- getLocation() - Method in exception jakarta.json.stream.JsonParsingException
-
Return the location of the incorrect JSON.
- getLocation() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class jakarta.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception jakarta.ws.rs.RedirectionException
-
Get the redirection response location.
- getLong() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as a long.
- getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class jakarta.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the content type of this part, and equivalent to calling
MediaType.valueOf(part.getHeaders().getFirst(HttpHeaders.CONTENT_TYPE))
. - getMediaType() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMediaType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get
media type
of the event data. - getMember() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Field
object in the case of field injection, theMethod
object in the case of method parameter injection or theConstructor
object in the case of constructor parameter injection. - getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body writer that matches a set of criteria.
- getMetadata() - Method in interface jakarta.enterprise.inject.spi.EventContext
- getMetadata() - Method in class jakarta.ws.rs.core.Response
- getMethod() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor was invoked.
- getMethod() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.core.Request
-
Get the request method, e.g.
- getMethods() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the methods of the type.
- getName() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the EL name of a bean, if it has one.
- getName() - Method in class jakarta.ws.rs.core.Cookie
-
Get the name of the cookie.
- getName() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the name of this part within the multipart entity.
- getName() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event name.
- getNoCacheFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getObject() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
JsonObject
and advances the parser to the correspondingEND_OBJECT
. - getObjectStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the
JsonObject
's name/value pairs. - getObservedQualifiers() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the set of observed event qualifiers.
- getObservedType() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the observed event type.
- getObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
The
ObserverMethod
object that will be used by the container to invoke the observer when a matching event is fired. - getOutputStream() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getParameters() - Method in interface jakarta.enterprise.inject.spi.AnnotatedCallable
-
Get the parameters of the callable member.
- getParameters() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or constructor of the target class.
- getParameters() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParams() - Method in class jakarta.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters defined on this link.
- getParams() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Get the parameter map for this link.
- getPassivationCapableBean(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns the
PassivationCapable
bean with the given identifier. - getPath() - Method in class jakarta.ws.rs.core.Cookie
-
Get the path of the cookie.
- getPath() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPathParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathSegments() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
. - getPathSegments(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
. - getPosition() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the position of the parameter in the method or constructor argument list.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
- getPriority() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.Prioritized
-
Returns the priority for this SPI element.
- getPrivateFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- getProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns the
Producer
object that will be used by the container to call the producer method or read the producer field. - getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
ProducerFactory
that provides container createdProducer
instances for the given field. - getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
ProducerFactory
that provides container createdProducer
instances for the given method. - getProperties() - Method in class jakarta.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- getProperty(String) - Method in class jakarta.json.bind.JsonbConfig
-
Return value of particular configuration property.
- getProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the value for the property with a given name.
- getProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getPropertyNames() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in interface jakarta.ws.rs.core.Configuration
-
Returns an immutable
collection
containing the property names available within the context of the current configuration instance. - getPropertyNames() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getQualifierHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with
Nonbinding
. - getQualifiers() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the qualifiers of the bean.
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required qualifiers of the injection point.
- getQueryParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getRawType() - Method in class jakarta.enterprise.util.TypeLiteral
- getRawType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class jakarta.ws.rs.core.GenericType
-
Returns the object representing the class or interface that declared the type represented by this generic type instance.
- getReasonPhrase() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReception() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
Reception
for the observer method. - getReconnectDelay() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
- getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
- getRel() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
rel
param, ornull
if this param is not specified. - getRels() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
rel
param as a list of strings or the empty list ifrel
is not defined. - getRequest() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable request information.
- getRequestHeader(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header if the header exists on the current request.
- getRequestHeaders() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- getResource(Class<T>) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResourceClass() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource class that is the target of a request, or
null
if this information is not available. - getResourceMethod() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource method that is the target of a request, or
null
if this information is not available. - getResponse() - Method in exception jakarta.ws.rs.client.ResponseProcessingException
-
Get the HTTP response for which the processing has failed.
- getResponse() - Method in exception jakarta.ws.rs.WebApplicationException
-
Get the HTTP response.
- getRetryTime(Date) - Method in exception jakarta.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getRuntimeType() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- getRxInvoker(SyncInvoker, ExecutorService) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
Get
RxInvoker
implementation instance. - getSameSite() - Method in class jakarta.ws.rs.core.NewCookie
-
Returns the value of the
SameSite
attribute for this cookie ornull
if the attribute is not set. - getScope() - Method in interface jakarta.enterprise.context.spi.Context
-
Get the scope type of the context object.
- getScope() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the scope of the bean.
- getSecurityContext() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable security context information for the current request.
- getSessionBeanType() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
-
Returns a
SessionBeanType
representing the kind of session bean. - getSingletons() - Method in class jakarta.ws.rs.core.Application
-
Deprecated.Automatic discovery of resources and providers or the
getClasses
method is preferred overgetSingletons
. - getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Originally, the method has been called before
writeTo
to ascertain the length in bytes of the serialized form oft
. - getSMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType
-
Get the extension instance which added the
AnnotatedType
for which this event is being fired. - getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticBean
-
Get the extension instance which added the
Bean
for which this event is being fired. - getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticObserverMethod
-
Get the extension instance which added the
ObserverMethod
for which this event is being fired. - getSslContext() - Method in interface jakarta.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getStatus() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class jakarta.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatusCode() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the associated status code.
- getStatusInfo() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class jakarta.ws.rs.core.Response
-
Get the complete status information associated with the response.
- getStereotypeDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains meta-annotations for a certain stereotype.
- getStereotypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the stereotypes of the bean.
- getStreamOffset() - Method in interface jakarta.json.stream.JsonLocation
-
Return the stream offset into the input source this location is pointing to.
- getString() - Method in interface jakarta.json.JsonString
-
Returns the JSON string value.
- getString() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
String
for the name in a name/value pair, for a string value or a number value. - getString(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonString(index).getString()
. - getString(int, String) - Method in interface jakarta.json.JsonArray
-
Returns the
String
value ofJsonString
at the specified position in this JSON array values. - getString(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonString(name).getString()
- getString(String, String) - Method in interface jakarta.json.JsonObject
-
Returns the string value of the associated
JsonString
mapping for the specified name. - getStringHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their string values.
- getSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for subtype.
- getTarget() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the target instance.
- getTimeout() - Method in interface jakarta.enterprise.context.Conversation
-
Get the timeout of the current conversation.
- getTimer() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than
AroundTimeout
. - getTitle() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
title
param, ornull
if this param is not specified. - getTransactionPhase() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
TransactionPhase
for the observer method. - getType() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
Get the type representing runtime class of the event object with type variables resolved.
- getType() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required type of injection point.
- getType() - Method in class jakarta.enterprise.util.TypeLiteral
- getType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets underlying
Type
instance. - getType() - Method in class jakarta.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
type
param, ornull
if this param is not specified. - getType() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get data type.
- getTypeClosure() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get all types to which the base type should be considered assignable.
- getTypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the bean types of the bean.
- getUri() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class jakarta.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Get the underlying URI for this link.
- getUriBuilder() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI builder initialized with the
URI
of the current resource target. - getUriBuilder() - Method in class jakarta.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI. - getUriInfo() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- getUserPrincipal() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a
java.security.Principal
object containing the name of the current authenticated user. - getValue() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
JsonValue
at the current parser position. - getValue() - Method in class jakarta.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class jakarta.ws.rs.core.EntityTag
-
Get the value of an
EntityTag
. - getValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns the value at the referenced location in the specified
target
. - getValue(String) - Method in interface jakarta.json.JsonStructure
-
Get the value referenced by the provided JSON Pointer in the JsonStructure.
- getValues(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getValuesAs(Class<T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view of the specified type for the array.
- getValuesAs(Function<K, T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view for the array.
- getValueStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of
JsonValue
from a sequence of JSON values. - getValueType() - Method in interface jakarta.json.JsonValue
-
Returns the value type of this JSON value.
- getVariant() - Method in class jakarta.ws.rs.client.Entity
-
Get entity
variant
information. - getVersion() - Method in class jakarta.ws.rs.core.Cookie
-
Get the version of the cookie.
- GONE - jakarta.ws.rs.core.Response.Status
-
410 Gone, see HTTP/1.1 documentation.
- groupingBy(Function<JsonValue, String>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that implements a "group by" operation on the inputJsonValue
elements. - groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that implements a "group by" operation on the inputJsonValue
elements.
H
- handles() - Method in interface jakarta.enterprise.inject.Instance
-
Allows iterating over contextual reference handles for all beans that have the required type and required qualifiers and are eligible for injection.
- handlesStream() - Method in interface jakarta.enterprise.inject.Instance
-
Returns stream of
Instance.Handle
objects. - handleTimeout(AsyncResponse) - Method in interface jakarta.ws.rs.container.TimeoutHandler
-
Invoked when the suspended asynchronous response is about to time out.
- hasAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether an annotation of given type is present on this annotation target.
- hasAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether given predicate matches any annotation present on this annotation target.
- hasEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Check if there is an entity available in the request.
- hasEntity() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Check if there is a non-empty entity input stream is available in the response message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Check if there is a non-empty entity input stream available in the request message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if there is an entity available in the response.
- hasEntity() - Method in class jakarta.ws.rs.core.Response
-
Check if there is an entity available in the response.
- hashCode() - Method in class jakarta.enterprise.util.AnnotationLiteral
- hashCode() - Method in class jakarta.enterprise.util.TypeLiteral
- hashCode() - Method in interface jakarta.json.JsonNumber
-
Returns the hash code value for this
JsonNumber
object. - hashCode() - Method in interface jakarta.json.JsonString
-
Returns the hash code value for this
JsonString
object. - hashCode() - Method in class jakarta.ws.rs.client.Entity
- hashCode() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- hashCode() - Method in class jakarta.ws.rs.core.CacheControl
-
Generate hash code from cache control properties.
- hashCode() - Method in class jakarta.ws.rs.core.Cookie
-
Generate a hash code by hashing all of the cookies properties.
- hashCode() - Method in class jakarta.ws.rs.core.EntityTag
-
Generate hashCode based on value and weakness.
- hashCode() - Method in class jakarta.ws.rs.core.GenericEntity
- hashCode() - Method in class jakarta.ws.rs.core.GenericType
- hashCode() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.
- hashCode() - Method in class jakarta.ws.rs.core.MediaType
-
Generate a hash code from the type, subtype and parameters.
- hashCode() - Method in class jakarta.ws.rs.core.NewCookie
-
Generate a hash code by hashing all of the properties.
- hashCode() - Method in class jakarta.ws.rs.core.Variant
-
Generate hash code from variant properties.
- hasLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in class jakarta.ws.rs.core.Response
-
Check if link for relation exists.
- hasMember(String) - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation has a member with given
name
. - hasNext() - Method in interface jakarta.json.stream.JsonParser
-
Returns
true
if there are more parsing states. - hasProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Check whether the property with a given name is configured.
- hasProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns whether the property with the given name is configured, either explicitly or by default.
- hasRetryAfter() - Method in exception jakarta.ws.rs.ServiceUnavailableException
-
Check if the underlying response contains the information on when is it possible to
HttpHeaders.RETRY_AFTER
retry the request. - hasValue() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation has the
value
member. - head() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- head() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- head() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP HEAD method for the current request.
- head() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP HEAD method for the current request synchronously.
- head(InvocationCallback<Response>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- HEAD - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP HEAD requests.
- HEAD - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP HEAD method.
- header(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add an arbitrary header.
- header(String, Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add an arbitrary header.
- header(String, String...) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Adds a new header or replaces a previously added header and sets the header value(s).
- HEADER_DECORATOR - Static variable in class jakarta.ws.rs.Priorities
-
Header decorator filter/interceptor priority.
- HeaderParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
- headers(MultivaluedMap<String, Object>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Replaces all existing headers with the newly supplied headers.
- headers(MultivaluedMap<String, String>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Adds new headers or replaces previously added headers.
- host() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
host
to be used. - host(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI host.
- host(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
host
to be used. - HOST - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- HOST - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the hostname or IP address an application is bound to.
- hostnameVerifier(HostnameVerifier) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
- html(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create a "text/html" entity.
- HTTP_VERSION_NOT_SUPPORTED - jakarta.ws.rs.core.Response.Status
-
505 HTTP Version Not Supported, see HTTP/1.1 documentation.
- HttpHeaders - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to HTTP header information.
- HttpMethod - Annotation Type in jakarta.ws.rs
-
Associates the name of a HTTP method with an annotation.
- httpOnly(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Whether the cookie will only be visible as part of an HTTP request.
I
- id(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Make the configured bean implements
PassivationCapable
and its Id for passivation. - id(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set the event id.
- IDENTITY - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the property name is unchanged.
- IF_EXISTS - jakarta.enterprise.event.Reception
-
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
- IF_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_MODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_NONE_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_UNMODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of
InterceptionFactory.createInterceptedInstance(Object)
. - ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
- IllegalProductException - Exception in jakarta.enterprise.inject
-
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not
Dependent
. - IllegalProductException() - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(String) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IN_PROGRESS - jakarta.enterprise.event.TransactionPhase
-
Identifies a regular observer method, called when the event is fired.
- InboundSseEvent - Interface in jakarta.ws.rs.sse
-
Inbound Server-sent event.
- info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns the
ClassInfo
corresponding to this transformed class. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Returns the
DeclarationInfo
corresponding to this transformed declaration. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Returns the
FieldInfo
corresponding to this transformed field. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Returns the
MethodInfo
corresponding to this transformed method. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Returns the
ParameterInfo
corresponding to this transformed method parameter. - info(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic information message that is not related to any particular element, or that information is not known.
- info(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an information message which is related to given
BeanInfo
. - info(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an information message which is related to given
ObserverInfo
. - info(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an information message which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - INFORMATIONAL - jakarta.ws.rs.core.Response.Status.Family
-
1xx
HTTP status codes. - initialize() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Initializes a CDI SeContainerInitializer.
- Initialized - Annotation Type in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is initialized, i.e.
- Initialized.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
Initialized
qualifier. - initialPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- initResource(T) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Initialize the resource or sub-resource instance.
- inject() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Inject the instance
- inject(T, CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Performs dependency injection upon the given object.
- Inject - Annotation Type in jakarta.inject
-
Identifies injectable constructors, methods, and fields.
- InjectionException - Exception in jakarta.enterprise.inject
-
Indicates a problem relating to dependency injection.
- InjectionException() - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(String) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionPoint - Interface in jakarta.enterprise.inject.spi
-
Provides access to metadata about an injection point.
- InjectionPointConfigurator - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure an existing
InjectionPoint
instance. - InjectionPointInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
An injection point defined on some bean.
- injectionPoints() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of this bean's injection points.
- injectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace InjectionPoints for the configured bean
- injectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace InjectionPoints for the configured bean
- InjectionTarget<T> - Interface in jakarta.enterprise.inject.spi
-
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
- InjectionTargetFactory<T> - Interface in jakarta.enterprise.inject.spi
-
An
InjectionTargetFactory
can create anInjectionTarget
for a given bean. - InjectLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Inject
annotation. - InjectLiteral() - Constructor for class jakarta.enterprise.inject.literal.InjectLiteral
- Instance<T> - Interface in jakarta.enterprise.inject
-
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
- INSTANCE - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.Dependent.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Alternative.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Any.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Default.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.Specializes.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Typed.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
- INSTANCE - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
- Instance.Handle<T> - Interface in jakarta.enterprise.inject
-
This interface represents a contextual reference handle.
- INT - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
int
value. - INT - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- intercept(InterceptionType, T, InvocationContext) - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
- Intercepted - Annotation Type in jakarta.enterprise.inject
-
An interceptor may inject metadata about the bean it is intercepting.
- InterceptionFactory<T> - Interface in jakarta.enterprise.inject.spi
-
InterceptionFactory
allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance. - InterceptionType - Enum in jakarta.enterprise.inject.spi
-
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
- Interceptor<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled interceptor.
- Interceptor - Annotation Type in jakarta.interceptor
-
Specifies that a class is an interceptor.
- Interceptor.Priority - Class in jakarta.interceptor
-
Priorities that define the order in which interceptors are invoked.
- InterceptorBinding - Annotation Type in jakarta.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- interceptorBindings() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
-
Returns the set of interceptor binding annotations declared on this interceptor.
- interceptorBindings() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns the set of interceptor binding annotations defined by this stereotype.
- InterceptorContext - Interface in jakarta.ws.rs.ext
-
Context shared by message body interceptors that can be used to wrap calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
andMessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - InterceptorInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Interceptors are managed beans annotated
@Interceptor
. - Interceptors - Annotation Type in jakarta.interceptor
-
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
- intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
-
Returns whether this interceptor declares an interceptor method for given interception type.
- intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
- INTERNAL_SERVER_ERROR - jakarta.ws.rs.core.Response.Status
-
500 Internal Server Error, see HTTP/1.1 documentation.
- InternalServerErrorException - Exception in jakarta.ws.rs
-
A runtime exception indicating an
internal server error
. - InternalServerErrorException() - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- intValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as an
int
. - intValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as an
int
. - invocation(Link) - Method in interface jakarta.ws.rs.client.Client
-
Build an invocation builder from a link.
- Invocation - Interface in jakarta.ws.rs.client
-
A client request invocation.
- Invocation.Builder - Interface in jakarta.ws.rs.client
-
A client request invocation builder.
- InvocationCallback<RESPONSE> - Interface in jakarta.ws.rs.client
-
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
- InvocationContext - Interface in jakarta.interceptor
-
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
- invoke() - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response back.
- invoke(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified generic type back.
- invoke(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified type back.
- isAbstract() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is abstract.
- isAbstract() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is abstract.
- isActive() - Method in interface jakarta.enterprise.context.spi.Context
-
Determines if the context object is active.
- isAlternative() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is an alternative.
- isAlternative() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns whether this stereotype is meta-annotated
@Alternative
. - isAlternative() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Determines if the bean is an alternative.
- isAmbiguous() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isAnnotation() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is an annotation.
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Determine if the program element has an annotation of a certain annotation type.
- isArray() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isArray() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is an array type.
- isAsync() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns whether this observer is asynchronous.
- isAsync() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Determines if this observer method is asynchronous
- isBoolean() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isBoolean() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
boolean
. - isByte() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isByte() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
byte
. - isCancelled() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance has been cancelled.
- isChar() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isChar() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
char
. - isClass() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isClass() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a class.
- isClass() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a class type.
- isClassBean() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is a managed bean, also known as class-based bean.
- isClosed() - Method in class jakarta.ws.rs.core.Response
-
Check if the response is closed.
- isClosed() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Check if the stream has been closed already.
- isCompatible(MediaType) - Method in class jakarta.ws.rs.core.MediaType
-
Check if this media type is compatible with another media type.
- isConstructor() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is, in fact, a constructor.
- isDeclaration() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether this annotation target is a declaration.
- isDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- isDeclaration() - Method in interface jakarta.enterprise.lang.model.types.Type
- isDelegate() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Determines if the injection point is a decorator delegate injection point.
- isDone() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the processing of a request this asynchronous response instance belongs to has finished.
- isDouble() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isDouble() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
double
. - isEmpty() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- isEmpty() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Check if the event is empty (i.e.
- isEnabled(Feature) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a particular
feature
instance has been previously enabled in the runtime configuration context. - isEnabled(Class<? extends Feature>) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a
feature
instance offeatureClass
class has been previously enabled in the runtime configuration context. - isEnum() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isEnum() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is an enum.
- isField() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a field.
- isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is
final
. - isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns whether this field is
final
. - isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is
final
. - isFloat() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isFloat() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
float
. - isHttpOnly() - Method in class jakarta.ws.rs.core.NewCookie
-
Returns
true
if this cookie contains theHttpOnly
attribute. - isInt() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isInt() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
int
. - isIntegral() - Method in interface jakarta.json.JsonNumber
-
Returns true if this JSON number is a integral number.
- isIntegralNumber() - Method in interface jakarta.json.stream.JsonParser
-
Returns true if the JSON number at the current parser state is a integral number.
- isInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is an interceptor.
- isInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
- isInterceptorBinding(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is an interceptor binding type .
- isInterface() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is an interface.
- isLong() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isLong() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
long
. - isMethod() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a method.
- isMustRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- isNamed() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns whether this stereotype is meta-annotated
@Named
. - isNestedAnnotation() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isNoCache() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- isNormal() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
-
Returns whether this scope type is normal.
- isNormalScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a normal scope type.
- isNoStore() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- isNoTransform() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- isNull(int) - Method in interface jakarta.json.JsonArray
-
Returns
true
if the value at the specified location in this array isJsonValue.NULL
. - isNull(String) - Method in interface jakarta.json.JsonObject
-
Returns
true
if the associated value for the specified name isJsonValue.NULL
. - isolationLevel() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
- isOpen() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Check if this event source instance has already been
opened
. - isPackage() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a package.
- isParameter() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a method parameter.
- isParameterizedType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a parameterized type.
- isPassivatingScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a passivating scope type.
- isPlainClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is a plain class.
- isPrimitive() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a primitive type.
- isPrivate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- isProducerField() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is defined by a producer field.
- isProducerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is defined by a producer method.
- isProviderFor(Class<?>) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
Determine if this is a provider for the given
RxInvoker
subclass. - isProxyRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the proxy-revalidate cache control directive.
- isQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a qualifier type.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
Ascertain if the MessageBodyReader can produce an instance of a particular type.
- isReconnectDelaySet() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Check if the connection retry time has been set in the event.
- isRecord() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is a record.
- isRecordComponent() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a record component.
- isRegistered(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a JAX-RS component of the supplied
componentClass
class has been previously registered in the runtime configuration context. - isRegistered(Object) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a particular JAX-RS
component
instance (such as providers orfeatures
) has been previously registered in the runtime configuration context. - isRepeatable() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation is repeatable.
- isResolvable() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isRunning() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Check if the container is running or was shut down
- isScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a scope type.
- isSecure() - Method in class jakarta.ws.rs.core.NewCookie
-
Whether the cookie will only be sent over a secure connection.
- isSecure() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isShort() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isShort() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
short
. - isStatic() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Determines if the member is static.
- isStatic() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns whether this field is
static
. - isStatic() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is
static
. - isStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a stereotype.
- isString() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isSuspended() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance is in a suspended state.
- isSynthetic() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is synthetic.
- isSynthetic() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns whether this observer is synthetic.
- isTransient() - Method in interface jakarta.enterprise.context.Conversation
-
Determine if the conversation is marked transient or long-running.
- isTransient() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Determines if the injection is a transient field.
- isType() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether this annotation target is a type.
- isType() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- isType() - Method in interface jakarta.enterprise.lang.model.types.Type
- isTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a type variable.
- isUnsatisfied() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isUserInRole(String) - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isVisible(Field) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
-
Responds whether the given field should be considered as the JsonbProperty.
- isVisible(Method) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
-
Responds whether the given method should be considered as the JsonbProperty.
- isVoid() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is the void pseudo-type.
- isWeak() - Method in class jakarta.ws.rs.core.EntityTag
-
Check the strength of an
EntityTag
. - isWildcardSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Checks if the subtype is a wildcard.
- isWildcardType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a wildcard type.
- isWildcardType() - Method in class jakarta.ws.rs.core.MediaType
-
Checks if the primary type is a wildcard.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Ascertain if the MessageBodyWriter supports a particular type.
J
- jakarta.annotation - package jakarta.annotation
-
This package defines the common annotations.
- jakarta.annotation.security - package jakarta.annotation.security
-
This package contains the security common annotations.
- jakarta.annotation.sql - package jakarta.annotation.sql
- jakarta.decorator - package jakarta.decorator
-
Annotations relating to decorators.
- jakarta.enterprise.context - package jakarta.enterprise.context
-
Annotations and interfaces relating to scopes and contexts.
- jakarta.enterprise.context.control - package jakarta.enterprise.context.control
- jakarta.enterprise.context.spi - package jakarta.enterprise.context.spi
-
The custom context SPI.
- jakarta.enterprise.event - package jakarta.enterprise.event
-
Annotations and interfaces relating to events.
- jakarta.enterprise.inject - package jakarta.enterprise.inject
- jakarta.enterprise.inject.build.compatible.spi - package jakarta.enterprise.inject.build.compatible.spi
-
The build compatible extension SPI.
- jakarta.enterprise.inject.literal - package jakarta.enterprise.inject.literal
- jakarta.enterprise.inject.se - package jakarta.enterprise.inject.se
- jakarta.enterprise.inject.spi - package jakarta.enterprise.inject.spi
-
The portable extension integration SPI.
- jakarta.enterprise.inject.spi.configurator - package jakarta.enterprise.inject.spi.configurator
- jakarta.enterprise.lang.model - package jakarta.enterprise.lang.model
-
The core interfaces of the language model that represent annotations and annotation targets.
- jakarta.enterprise.lang.model.declarations - package jakarta.enterprise.lang.model.declarations
-
Interfaces that represent declarations.
- jakarta.enterprise.lang.model.types - package jakarta.enterprise.lang.model.types
-
Interfaces that represent types.
- jakarta.enterprise.util - package jakarta.enterprise.util
-
Contains shared, general-purpose helper classes and annotations.
- jakarta.inject - package jakarta.inject
-
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- jakarta.interceptor - package jakarta.interceptor
-
Contains annotations and interfaces for defining interceptor methods and interceptor classes, and for binding interceptor classes to target classes.
- jakarta.json - package jakarta.json
-
Provides an object model API to process JSON.
- jakarta.json.bind - package jakarta.json.bind
-
Provides JSON Binding API, which enables binding Java objects from and to JSON documents.
- jakarta.json.bind.adapter - package jakarta.json.bind.adapter
-
Defines adapter related classes.
- jakarta.json.bind.annotation - package jakarta.json.bind.annotation
-
Defines annotations for customizing the mapping between Java program elements and JSON documents.
- jakarta.json.bind.config - package jakarta.json.bind.config
-
Defines strategies and policies for customizing the mapping between Java program elements and JSON documents.
- jakarta.json.bind.serializer - package jakarta.json.bind.serializer
-
Defines serializer depending classes.
- jakarta.json.bind.spi - package jakarta.json.bind.spi
-
Service Provider Interface (SPI) to plug in implementations of JSON Binding API
JsonbBuilder
objects. - jakarta.json.spi - package jakarta.json.spi
-
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
- jakarta.json.stream - package jakarta.json.stream
-
Provides a streaming API to parse and generate JSON.
- jakarta.ws.rs - package jakarta.ws.rs
-
High-level interfaces and annotations used to create RESTful service resources.
- jakarta.ws.rs.client - package jakarta.ws.rs.client
-
The JAX-RS client API
- jakarta.ws.rs.container - package jakarta.ws.rs.container
-
Container-specific JAX-RS API.
- jakarta.ws.rs.core - package jakarta.ws.rs.core
-
Low-level interfaces and annotations used to create RESTful service resources.
- jakarta.ws.rs.ext - package jakarta.ws.rs.ext
-
APIs that provide extensions to the types supported by the JAX-RS API.
- jakarta.ws.rs.sse - package jakarta.ws.rs.sse
-
Server-Sent Events related API.
- JaxbAdapter() - Constructor for class jakarta.ws.rs.core.Link.JaxbAdapter
-
Deprecated.
- JaxbLink() - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Default constructor needed during unmarshalling.
- JaxbLink(URI) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Construct an instance from a URI and no parameters.
- JaxbLink(URI, Map<QName, Object>) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Construct an instance from a URI and some parameters.
- JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.client.ClientBuilder
-
Name of the property identifying the
ClientBuilder
implementation to be returned fromClientBuilder.newBuilder()
. - JAXRS_DEFAULT_SSE_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Name of the property identifying the
SseEventSource.Builder
implementation to be returned fromSseEventSource.Builder.newBuilder()
. - JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class jakarta.ws.rs.ext.RuntimeDelegate
-
Name of the property identifying the
RuntimeDelegate
implementation to be returned fromRuntimeDelegate.getInstance()
. - json(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/json" entity.
- Json - Class in jakarta.json
-
Factory class for creating JSON processing objects.
- JsonArray - Interface in jakarta.json
-
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values). - JsonArrayBuilder - Interface in jakarta.json
-
A builder for creating
JsonArray
models from scratch, and for modifying a existingJsonArray
. - Jsonb - Interface in jakarta.json.bind
-
Jsonb
provides an abstraction over the JSON Binding framework operations: - JsonbAdapter<Original,Adapted> - Interface in jakarta.json.bind.adapter
-
Allows to define custom mapping for given java type.
- JsonbAnnotation - Annotation Type in jakarta.json.bind.annotation
-
Marks any relevant JSON Binding annotations.
- JsonbBuilder - Interface in jakarta.json.bind
-
JsonbBuilder class provides the client's entry point to the JSON Binding API.
- JsonbConfig - Class in jakarta.json.bind
- JsonbConfig() - Constructor for class jakarta.json.bind.JsonbConfig
- JsonbCreator - Annotation Type in jakarta.json.bind.annotation
-
This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.
- JsonbDateFormat - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom date format to field or JavaBean property.
- JsonbDeserializer<T> - Interface in jakarta.json.bind.serializer
-
Interface representing a custom deserializer for a given type.
- JsonbException - Exception in jakarta.json.bind
-
Root class for all JSON Binding exceptions.
- JsonbException(String) - Constructor for exception jakarta.json.bind.JsonbException
-
Constructs a new runtime exception with the specified detail message.
- JsonbException(String, Throwable) - Constructor for exception jakarta.json.bind.JsonbException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonbNillable - Annotation Type in jakarta.json.bind.annotation
-
Specifies how fields having null values are serialized into JSON.
- JsonbNumberFormat - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom number format to field or JavaBean property.
- JsonbProperty - Annotation Type in jakarta.json.bind.annotation
-
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
- JsonbPropertyOrder - Annotation Type in jakarta.json.bind.annotation
-
Specifies order in which properties are serialized.
- JsonbProvider - Class in jakarta.json.bind.spi
-
Service provider for JSON Binding implementations.
- JsonbProvider() - Constructor for class jakarta.json.bind.spi.JsonbProvider
-
Protected constructor.
- JsonbSerializer<T> - Interface in jakarta.json.bind.serializer
-
Interface representing a custom serializer for given type.
- JsonbSubtype - Annotation Type in jakarta.json.bind.annotation
-
Subtype is tightly bound to the
JsonbTypeInfo
. - JsonbTransient - Annotation Type in jakarta.json.bind.annotation
-
Prevents mapping of a Java Bean property, field or type to JSON representation.
- JsonbTypeAdapter - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.
- JsonbTypeDeserializer - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
- JsonbTypeInfo - Annotation Type in jakarta.json.bind.annotation
-
Configuration annotation of the type information handling.
- JsonbTypeSerializer - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.
- JsonBuilderFactory - Interface in jakarta.json
-
Factory to create
JsonObjectBuilder
andJsonArrayBuilder
instances. - JsonbVisibility - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to customize visibility strategy of the JSON Binding.
- JsonCollectors - Class in jakarta.json.stream
-
This class contains some implementations of
java.util.stream.Collector
for accumulatingJsonValue
s intoJsonArray
andJsonObject
. - JsonConfig - Class in jakarta.json
-
This class contains the Json properties and values.
- JsonConfig.KeyStrategy - Enum in jakarta.json
-
Contains the different values allowed for
JsonConfig.KEY_STRATEGY
. - JsonException - Exception in jakarta.json
-
JsonException
indicates that some exception happened during JSON processing. - JsonException(String) - Constructor for exception jakarta.json.JsonException
-
Constructs a new runtime exception with the specified detail message.
- JsonException(String, Throwable) - Constructor for exception jakarta.json.JsonException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerationException - Exception in jakarta.json.stream
-
JsonGenerationException
indicates an incorrect JSON is being generated. - JsonGenerationException(String) - Constructor for exception jakarta.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message.
- JsonGenerationException(String, Throwable) - Constructor for exception jakarta.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerator - Interface in jakarta.json.stream
-
Writes JSON data to an output source in a streaming way.
- JsonGeneratorFactory - Interface in jakarta.json.stream
-
Factory to create
JsonGenerator
instances. - JsonLocation - Interface in jakarta.json.stream
-
Provides the location information of a JSON event in an input source.
- JsonMergePatch - Interface in jakarta.json
-
This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.
- JsonNumber - Interface in jakarta.json
-
An immutable JSON number value.
- JsonObject - Interface in jakarta.json
-
JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs). - JsonObjectBuilder - Interface in jakarta.json
-
A builder for creating
JsonObject
models from scratch. - JSONP_PROVIDER_FACTORY - Static variable in class jakarta.json.spi.JsonProvider
-
The name of the property that contains the name of the class capable of creating new JsonProvider objects.
- JsonParser - Interface in jakarta.json.stream
-
Provides forward, read-only access to JSON data in a streaming way.
- JsonParser.Event - Enum in jakarta.json.stream
-
An event from
JsonParser
. - JsonParserFactory - Interface in jakarta.json.stream
-
Factory for creating
JsonParser
instances. - JsonParsingException - Exception in jakarta.json.stream
-
JsonParsingException
is used when an incorrect JSON is being parsed. - JsonParsingException(String, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message.
- JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonPatch - Interface in jakarta.json
-
This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.
- JsonPatch.Operation - Enum in jakarta.json
-
This enum represents the list of valid JSON Patch operations as defined by RFC 6902.
- JsonPatchBuilder - Interface in jakarta.json
-
A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.
- JsonPointer - Interface in jakarta.json
-
This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.
- JsonProvider - Class in jakarta.json.spi
-
Service provider for JSON processing objects.
- JsonProvider() - Constructor for class jakarta.json.spi.JsonProvider
-
Default constructor.
- JsonReader - Interface in jakarta.json
- JsonReaderFactory - Interface in jakarta.json
-
Factory to create
JsonReader
instances. - JsonString - Interface in jakarta.json
-
An immutable JSON string value.
- JsonStructure - Interface in jakarta.json
- JsonValue - Interface in jakarta.json
-
JsonValue
represents an immutable JSON value. - JsonValue.ValueType - Enum in jakarta.json
-
Indicates the type of a
JsonValue
object. - JsonWriter - Interface in jakarta.json
- JsonWriterFactory - Interface in jakarta.json
-
Factory to create
JsonWriter
instances.
K
- key() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeInfo
-
Key used for keeping the type information (alias).
- KEY_NAME - jakarta.json.stream.JsonParser.Event
-
Name in a name/value pair of a JSON object.
- KEY_STRATEGY - Static variable in class jakarta.json.JsonConfig
-
Configuration property to define the strategy for handling duplicate keys.
- keySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- keyStore(KeyStore, char[]) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- keyStore(KeyStore, String) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- kind() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns the kind of this annotation member value.
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns the kind of this declaration.
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.PackageInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
- kind() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
- kind() - Method in interface jakarta.enterprise.lang.model.types.ClassType
- kind() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
- kind() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
- kind() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns the kind of this type.
- kind() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
- kind() - Method in interface jakarta.enterprise.lang.model.types.VoidType
- kind() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
L
- language(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- language(Locale) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- languages(Locale...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported languages. - languages(Locale...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the language(s) for this variant.
- LAST - jakarta.json.JsonConfig.KeyStrategy
-
Configuration value that will take the value of the last match.
- LAST_EVENT_ID_HEADER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
"Last-Event-ID"
HTTP request header name as defined by SSE specification. - LAST_MODIFIED - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- lastModified(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity last modification date.
- LAX - jakarta.ws.rs.core.NewCookie.SameSite
-
The
Lax
mode only allows to send cookies for cross-site top level navigation requests. - LENGTH_REQUIRED - jakarta.ws.rs.core.Response.Status
-
411 Length Required, see HTTP/1.1 documentation.
- LEXICOGRAPHICAL - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties is lexicographical.
- LIBRARY_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by extension libraries.
- LIBRARY_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by extension libraries.
- link(Link) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Initialize builder using another link.
- link(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Initialize builder using another link represented as a string.
- link(String, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- link(URI, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- Link - Class in jakarta.ws.rs.core
-
Class representing hypermedia links.
- Link() - Constructor for class jakarta.ws.rs.core.Link
- LINK - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- Link.Builder - Interface in jakarta.ws.rs.core
-
Builder class for hypermedia links.
- Link.JaxbAdapter - Class in jakarta.ws.rs.core
-
Deprecated.
- Link.JaxbLink - Class in jakarta.ws.rs.core
-
Deprecated.
- links(Link...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add one or more link headers.
- Literal() - Constructor for class jakarta.enterprise.context.ApplicationScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.ConversationScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.Dependent.Literal
- Literal() - Constructor for class jakarta.enterprise.context.RequestScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.SessionScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Alternative.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Any.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Default.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Specializes.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.TransientReference.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Vetoed.Literal
- Literal() - Constructor for class jakarta.enterprise.util.Nonbinding.Literal
- locale() - Method in annotation type jakarta.json.bind.annotation.JsonbDateFormat
-
Custom
Locale
to use. - locale() - Method in annotation type jakarta.json.bind.annotation.JsonbNumberFormat
-
Custom
Locale
to use. - LOCALE - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify locale globally.
- location(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the location.
- LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- loginTimeout() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- LONG - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
long
value. - LONG - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- longValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
long
. - longValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
long
. - lookup() - Method in annotation type jakarta.annotation.Resource
-
The name of the resource that the reference points to.
- LOWER_CASE_WITH_DASHES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the property name is transformed to lower case with dashes.
- LOWER_CASE_WITH_UNDERSCORES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the property name is transformed to lower case with underscores.
- lowerBound() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
-
Returns the lower bound of this wildcard type.
M
- ManagedBean - Annotation Type in jakarta.annotation
-
Deprecated.This will be removed post Jakarta EE 10 and should be replaced with CDI beans
- MANDATORY - jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Client authentication is performed, and invalid clients are rejected.
- mappedName() - Method in annotation type jakarta.annotation.Resource
-
A product-specific name that this resource should be mapped to.
- marshal(Link) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
-
Deprecated.Convert a
Link
into aLink.JaxbLink
. - matrixParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance. - matrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
- MatrixParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
- maxAge(int) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the maximum age of the the cookie in seconds.
- maxIdleTime() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
- maxPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxStatements() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- MEDIA_TYPE_WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
-
The value of a type or subtype wildcard "*".
- mediaType(MediaType) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the media type for the EntityPart.
- mediaType(MediaType) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set the
media type
of the event data. - mediaType(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Convenience method for setting the media type for the EntityPart.
- MediaType - Class in jakarta.ws.rs.core
-
An abstraction for a media type.
- MediaType() - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
, both type and subtype are wildcards. - MediaType(String, String) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type and subtype. - MediaType(String, String, String) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type, subtype and "charset" parameter. - MediaType(String, String, Map<String, String>) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type, subtype and parameters. - mediaTypes(MediaType...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported media types. - mediaTypes(MediaType...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the media type(s) for this variant.
- member(String) - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns the value of this annotation's member with given
name
. - member(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean-valued annotation member with given
name
. - member(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean array-valued annotation member with given
name
. - member(String, byte) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte-valued annotation member with given
name
. - member(String, byte[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte array-valued annotation member with given
name
. - member(String, char) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char-valued annotation member with given
name
. - member(String, char[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char array-valued annotation member with given
name
. - member(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double-valued annotation member with given
name
. - member(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double array-valued annotation member with given
name
. - member(String, float) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float-valued annotation member with given
name
. - member(String, float[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float array-valued annotation member with given
name
. - member(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int-valued annotation member with given
name
. - member(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int array-valued annotation member with given
name
. - member(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long-valued annotation member with given
name
. - member(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long array-valued annotation member with given
name
. - member(String, short) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short-valued annotation member with given
name
. - member(String, short[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short array-valued annotation member with given
name
. - member(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member with given
name
. - member(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member with given
name
. - member(String, AnnotationMember) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation member with given
name
, whose value is givenvalue
. - member(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member with given
name
. - member(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member with given
name
. - member(String, ClassInfo, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member with given
name
. - member(String, ClassInfo, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member with given
name
. - member(String, Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member with given
name
. - member(String, Type[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member with given
name
. - member(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member with given
name
. - member(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member with given
name
. - member(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member with given
name
. - member(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member with given
name
. - member(String, Class<? extends Enum<?>>, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member with given
name
. - member(String, Class<? extends Enum<?>>, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member with given
name
. - member(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member with given
name
. - member(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member with given
name
. - member(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String-valued annotation member with given
name
. - member(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String array-valued annotation member with given
name
. - members() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns all members of this annotation as a map, where the key is the member name and the value is the member value.
- MessageBodyReader<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supports the conversion of a stream to a Java type.
- MessageBodyWriter<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supports the conversion of a Java type to a stream.
- Messages - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows logging and producing errors during build compatible extension execution.
- MetaAnnotations - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows registering custom CDI meta-annotations: qualifiers, interceptor bindings, stereotypes, and scopes.
- method(String) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- METHOD - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- METHOD_NOT_ALLOWED - jakarta.ws.rs.core.Response.Status
-
405 Method Not Allowed, see HTTP/1.1 documentation.
- MethodConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a method.
- MethodInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A method or a constructor, declared in some class.
- methods() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns a collection of
MethodConfig
objects for each method of this class, as defined byClassInfo.methods
. - methods() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- methods() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of methods declared or implicitly declared in this class and all its superclasses up to and excluding
java.lang.Object
, as well as all direct and indirect superinterfaces. - minPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
- Model - Annotation Type in jakarta.enterprise.inject
-
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
- modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the modifiers of this class as an
int
. - modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns the modifiers of this field as an
int
. - modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the modifiers of this method as an
int
. - move(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "move" JSON Patch operation.
- MOVE - jakarta.json.JsonPatch.Operation
-
"move" operation.
- MOVED_PERMANENTLY - jakarta.ws.rs.core.Response.Status
-
301 Moved Permanently, see HTTP/1.1 documentation.
- MULTIPART_FORM_DATA - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "multipart/form-data" media type. - MULTIPART_FORM_DATA_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "multipart/form-data" media type. - MULTIPLE_CHOICES - jakarta.ws.rs.core.Response.Status
-
300 Multiple Choices, see HTTP/1.1: Semantics and Content.
- MultivaluedHashMap<K,V> - Class in jakarta.ws.rs.core
-
A hash table based implementation of
MultivaluedMap
interface. - MultivaluedHashMap() - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the default initial capacity (
16
) and the default load factor (0.75
). - MultivaluedHashMap(int) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (
0.75
). - MultivaluedHashMap(int, float) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
- MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified
MultivaluedMap
. - MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified single-valued
Map
. - MultivaluedMap<K,V> - Interface in jakarta.ws.rs.core
-
A map of key-values pairs.
N
- name() - Method in annotation type jakarta.annotation.Resource
-
The JNDI name of the resource.
- name() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
- name() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the bean name of this bean.
- name() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
-
Binary name of this scope annotation, as defined by The Java™ Language Specification; in other words, the scope annotation name as returned by
Class.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Binary name of this annotation's type, as defined by The Java™ Language Specification; in other words, the annotation type name as returned by
Class.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the binary name of this class, as defined by The Java™ Language Specification; in other words, the class name as returned by
Class.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns the name of this field.
- name() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the name of this method.
- name() - Method in interface jakarta.enterprise.lang.model.declarations.PackageInfo
-
Returns the fully qualified name of this package, as defined by The Java™ Language Specification; in other words, the package name as returned by
Package.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
-
Returns the name of this parameter, if it is known.
- name() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the name of this record component.
- name() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns the name of this primitive type.
- name() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
-
Returns the name of this type variable.
- name() - Method in interface jakarta.enterprise.lang.model.types.VoidType
-
Returns the name of the
void
pseudo-type, that is, the stringvoid
. - name(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the bean name of this synthetic bean.
- name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Set the name of the configured bean
- name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the name of the configured bean
- name(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event name.
- NameBinding - Annotation Type in jakarta.ws.rs
-
Meta-annotation used to create name binding annotations for filters and interceptors.
- Named - Annotation Type in jakarta.inject
-
String-based qualifier.
- NamedLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Named
qualifier. - NESTED_ANNOTATION - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A nested
Annotation
value. - NETWORK_AUTHENTICATION_REQUIRED - jakarta.ws.rs.core.Response.Status
-
511 Network Authentication Required, see RFC 6585: Additional HTTP Status Codes.
- newBroadcaster() - Method in interface jakarta.ws.rs.sse.Sse
-
Get a new Server-sent event broadcaster.
- newBuilder() - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
JsonbBuilder
instance as returned by the defaultJsonbProvider.provider()
method. - newBuilder() - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new
ClientBuilder
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - newBuilder(JsonbProvider) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
JsonbBuilder
instance as returned byprovider#create
call. - newBuilder(String) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
JsonbBuilder
instance as returned byJsonbProvider.provider(String)
method. - newClient() - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new
Client
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - newClient(Configuration) - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new custom-configured
Client
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - NewCookie - Class in jakarta.ws.rs.core
-
Used to create a new HTTP cookie, transferred in a response.
- NewCookie(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(Cookie, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(Cookie, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(NewCookie.AbstractNewCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance from the supplied
NewCookie.AbstractNewCookieBuilder
instance. - NewCookie(String, String) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie.AbstractNewCookieBuilder<T extends NewCookie.AbstractNewCookieBuilder<T>> - Class in jakarta.ws.rs.core
-
JAX-RS abstract
NewCookie
builder class. - NewCookie.Builder - Class in jakarta.ws.rs.core
-
JAX-RS
NewCookie
builder class. - NewCookie.SameSite - Enum in jakarta.ws.rs.core
-
The available values for the
SameSite
cookie attribute. - newEvent(String) - Method in interface jakarta.ws.rs.sse.Sse
-
Create new
OutboundSseEvent
from provided data. - newEvent(String, String) - Method in interface jakarta.ws.rs.sse.Sse
-
Create new
OutboundSseEvent
from provided data and name. - newEventBuilder() - Method in interface jakarta.ws.rs.sse.Sse
-
Get a new outbound event builder.
- newInstance() - Static method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Returns an instance of
SeContainerInitializer
Each call returns a new instance - newInstance() - Method in class jakarta.enterprise.inject.spi.Unmanaged
-
Instantiate a new UnmanagedInstance
- newInstance() - Static method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Create a new builder instance.
- newInstance() - Static method in class jakarta.ws.rs.core.UriBuilder
-
Creates a new instance of UriBuilder.
- newInstance() - Static method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Create a new builder instance.
- next() - Method in interface jakarta.json.stream.JsonParser
-
Returns the event for the next parsing state.
- nillable() - Method in annotation type jakarta.json.bind.annotation.JsonbProperty
-
Deprecated.Please use
JsonbNillable
as another annotation instead. This option will be removed in the future. - NO_CONTENT - jakarta.ws.rs.core.Response.Status
-
204 No Content, see HTTP/1.1 documentation.
- NO_TIMEOUT - Static variable in interface jakarta.ws.rs.container.AsyncResponse
-
Constant specifying no suspend timeout value.
- noContent() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for an empty response.
- NoContentException - Exception in jakarta.ws.rs.core
-
An I/O exception thrown by
MessageBodyReader
implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content. - NoContentException(String) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - Nonbinding - Annotation Type in jakarta.enterprise.util
-
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
- Nonbinding.Literal - Class in jakarta.enterprise.util
-
Supports inline instantiation of the
Nonbinding
annotation. - NONE - jakarta.json.JsonConfig.KeyStrategy
-
Configuration value that will throw
JsonException
when duplicate key is found. - NONE - jakarta.ws.rs.core.NewCookie.SameSite
-
The
None
mode disables protection provided by theSameSite
cookie attribute. - NONE - jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Server will not request client authentication.
- NonexistentConversationException - Exception in jakarta.enterprise.context
-
Indicates that the conversation context could not be restored.
- NonexistentConversationException() - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- Nonnull - Annotation Type in jakarta.annotation
-
The annotated element must not be null.
- NormalScope - Annotation Type in jakarta.enterprise.context
-
Specifies that an annotation type is a normal scope type.
- NOT_ACCEPTABLE - jakarta.ws.rs.core.Response.Status
-
406 Not Acceptable, see HTTP/1.1 documentation.
- NOT_FOUND - jakarta.ws.rs.core.Response.Status
-
404 Not Found, see HTTP/1.1 documentation.
- NOT_IMPLEMENTED - jakarta.ws.rs.core.Response.Status
-
501 Not Implemented, see HTTP/1.1 documentation.
- NOT_MODIFIED - jakarta.ws.rs.core.Response.Status
-
304 Not Modified, see HTTP/1.1 documentation.
- notAcceptable(List<Variant>) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a not acceptable response.
- NotAcceptableException - Exception in jakarta.ws.rs
-
A runtime exception indicating that a client request is
not acceptable
by the server. - NotAcceptableException() - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAllowedException - Exception in jakarta.ws.rs
-
A runtime exception indicating a client requesting a resource method that is
not allowed
. - NotAllowedException(Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAuthorizedException - Exception in jakarta.ws.rs
-
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
- NotAuthorizedException(Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotFoundException - Exception in jakarta.ws.rs
-
A runtime exception indicating a resource requested by a client was
not found
on the server. - NotFoundException() - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotificationOptions - Interface in jakarta.enterprise.event
-
Notification options are used to configure observer notification.
- NotificationOptions.Builder - Interface in jakarta.enterprise.event
-
Notification options builder.
- notify(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event context.
- notify(T) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event object.
- notifyObserver() - Method in annotation type jakarta.enterprise.event.Observes
- notifyObserver() - Method in annotation type jakarta.enterprise.event.ObservesAsync
- notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Define an operation that accepts a context of a fired event.
- notModified() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- notModified(EntityTag) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- notModified(String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
- NotSupportedException - Exception in jakarta.ws.rs
-
A runtime exception indicating that the client request entity media type is
not supported
. - NotSupportedException() - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NULL - jakarta.json.JsonValue.ValueType
-
JSON null.
- NULL - Static variable in interface jakarta.json.JsonValue
-
JSON null value.
- NULL_VALUES - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify null values serialization behavior.
- Nullable - Annotation Type in jakarta.annotation
-
The annotated element could be null under some circumstances.
- NUMBER - jakarta.json.JsonValue.ValueType
-
JSON number.
- numberValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
Number
object.
O
- OBJECT - jakarta.json.JsonValue.ValueType
-
JSON object.
- observe(EventContext<T>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserver
-
Consumes an event.
- observedType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the type of the observed event
- ObserverException - Exception in jakarta.enterprise.event
-
Indicates that a checked exception was thrown by an observer method during event notification.
- ObserverException() - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(String) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(String, Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Observers are: observer methods synthetic observers Observer methods directly correspond to a method declaration in program source code.
- observerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the declaration of this observer method.
- ObserverMethod<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an observer method of an enabled bean.
- ObserverMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
An
ObserverMethodConfigurator
can configure anObserverMethod
. - ObserverMethodConfigurator.EventConsumer<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
Represents an operation that accepts a context of a fired event.
- Observes - Annotation Type in jakarta.enterprise.event
-
Identifies the event parameter of an observer method.
- ObservesAsync - Annotation Type in jakarta.enterprise.event
-
Identifies the event parameter of an asynchronous observer method.
- observeWith(Class<? extends SyntheticObserver<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the class of the synthetic observer event notification function.
- of(ClassInfo) - Static method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns a new
AnnotationBuilder
that builds an annotation of given type. - of(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a type from given class literal.
- of(Class<?>[]) - Static method in class jakarta.enterprise.inject.Typed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.BeforeDestroyed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Destroyed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Initialized.Literal
- of(Class<? extends Annotation>) - Static method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns a new
AnnotationBuilder
that builds an annotation of given type. - of(String) - Static method in class jakarta.enterprise.inject.literal.NamedLiteral
- of(String, Object) - Static method in interface jakarta.enterprise.event.NotificationOptions
- ofArray(Type, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns an
ArrayType
for the given element type and number of dimensions. - ofClass(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ClassType
for the given class declaration. - ofClass(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ClassType
for the given binary name, as defined by The Java™ Language Specification; in other words, the class name as returned byClass.getName()
. - ofExecutor(Executor) - Static method in interface jakarta.enterprise.event.NotificationOptions
- ofPrimitive(PrimitiveType.PrimitiveKind) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
PrimitiveType
for the given kind of primitive type. - ofVoid() - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
VoidType
, representing thevoid
pseudo-type. - ok() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an OK status.
- ok(Object) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, MediaType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, Variant) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- OK - jakarta.ws.rs.core.Response.Status
-
200 OK, see HTTP/1.1 documentation.
- onClose(Consumer<SseEventSink>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when this SseBroadcaster closes a given event
SseEventSink
or tries to write to a givenSseEventSink
that is already closed (either by client closing the connection or by callingSseEventSink.close()
on the server side. - onComplete(Throwable) - Method in interface jakarta.ws.rs.container.CompletionCallback
-
An unmapped throwable is propagated to the default exception mapper in case no
exception mapper
has been found for a request processing failure. - onDisconnect(AsyncResponse) - Method in interface jakarta.ws.rs.container.ConnectionCallback
-
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
- onError(BiConsumer<SseEventSink, Throwable>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when an exception is thrown by a given
SseEventSink
when this SseBroadcaster tries to write to it or close it. - open() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Open the connection to the supplied SSE underlying
web target
and start processing incomingevents
. - operationName() - Method in enum jakarta.json.JsonPatch.Operation
-
Returns enum constant name as lower case string.
- OPTIONAL - jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Client authentication is performed, but invalid clients are accepted.
- options() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- OPTIONS - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP OPTIONS requests.
- OPTIONS - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP OPTIONS method.
- OTHER - jakarta.ws.rs.core.Response.Status.Family
-
Other, unrecognized HTTP status codes.
- OutboundSseEvent - Interface in jakarta.ws.rs.sse
-
Representation of a single outbound Server-sent event.
- OutboundSseEvent.Builder - Interface in jakarta.ws.rs.sse
-
A builder class used for creating
OutboundSseEvent
instances.
P
- PACKAGE - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- packageInfo() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the package this class is part of.
- PackageInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A package, possibly annotated in
package-info.java
. - param(String, String) - Method in class jakarta.ws.rs.core.Form
-
Adds a new value to the specified form parameter.
- param(String, String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set an arbitrary parameter on this link.
- ParamConverter<T> - Interface in jakarta.ws.rs.ext
-
Defines a contract for a delegate responsible for converting between a
String
form of a message parameter value and the corresponding custom Java typeT
. - ParamConverter.Lazy - Annotation Type in jakarta.ws.rs.ext
-
Mandates that a conversion of any
default value
delegated to aparameter converter
annotated with@Lazy
annotation SHOULD occur only once the value is actually required (e.g. - ParamConverterProvider - Interface in jakarta.ws.rs.ext
-
Contract for a provider of
ParamConverter
instances. - PARAMETER - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- ParameterConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a method parameter.
- ParameterInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A method parameter or a constructor parameter, declared in some method or constructor.
- parameterized(ClassType, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ParameterizedType
for the given generic type and type arguments. - parameterized(Class<?>, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ParameterizedType
for the given generic type and type arguments. - parameterized(Class<?>, Class<?>...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ParameterizedType
for the given generic type and type arguments. - PARAMETERIZED_TYPE - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- ParameterizedType - Interface in jakarta.enterprise.lang.model.types
-
A parameterized type.
- parameters() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Returns a list of
ParameterConfig
objects for each parameter of this method. - parameters() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns a list of parameters declared or implicitly declared on this method.
- Parameters - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A
String
-keyed parameter map. - params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- PARTIAL_CONTENT - jakarta.ws.rs.core.Response.Status
-
206 Reset Content, see HTTP/1.1 documentation.
- passivating() - Method in annotation type jakarta.enterprise.context.NormalScope
-
Determines whether the normal scope type is a passivating scope.
- PassivationCapable - Interface in jakarta.enterprise.inject.spi
-
Indicates that a custom implementation of
Bean
orContextual
is passivation capable. - password() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Password to use for connection authentication.
- PATCH - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP PATCH requests.
- PATCH - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP PATCH method.
- path(Class) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated class to the existing path.
- path(Class, String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated method to the existing path.
- path(Method) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a
Path
-annotated method to the existing path. - path(String) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by appending path to the URI of the current target instance. - path(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the path of the cookie.
- path(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path to the existing path.
- Path - Annotation Type in jakarta.ws.rs
-
Identifies the URI path that a resource class or class method will serve requests for.
- PathParam - Annotation Type in jakarta.ws.rs
-
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
- PathSegment - Interface in jakarta.ws.rs.core
-
Represents a URI path segment and any associated matrix parameters.
- PAYMENT_REQUIRED - jakarta.ws.rs.core.Response.Status
-
402 Payment Required, see HTTP/1.1 documentation.
- PERMANENT_REDIRECT - jakarta.ws.rs.core.Response.Status
-
308 Permanent Redirect, see RFC 7538: The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect).
- PermitAll - Annotation Type in jakarta.annotation.security
-
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
- PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by platform specifications.
- PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by platform specifications.
- port() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the actually used
port
. - port(int) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI port.
- port(Integer) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
port
to be used. - PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the TCP port an application is bound to.
- portNumber() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Port number where a server is listening for requests.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- POST - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP POST requests.
- POST - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP POST method.
- POST_ACTIVATE - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean activation, only called for EJBs
- POST_CONSTRUCT - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean construction
- postConstruct() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PostConstruct callback
- postConstruct(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Calls the
PostConstruct
callback, if it exists, according to the semantics required by the Java EE platform specification. - PostConstruct - Annotation Type in jakarta.annotation
-
The
PostConstruct
annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization. - PRE_DESTROY - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean destruction
- PRE_PASSIVATE - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean passivation, only called for EJBs
- PRECONDITION_FAILED - jakarta.ws.rs.core.Response.Status
-
412 Precondition Failed, see HTTP/1.1 documentation.
- PRECONDITION_REQUIRED - jakarta.ws.rs.core.Response.Status
-
428 Precondition required, see RFC 6585: Additional HTTP Status Codes.
- preDestroy() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PreDestroy callback
- preDestroy(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Calls the
PreDestroy
callback, if it exists, according to the semantics required by the Java EE platform specification. - PreDestroy - Annotation Type in jakarta.annotation
-
The
PreDestroy
annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container. - PreMatching - Annotation Type in jakarta.ws.rs.container
-
Global binding annotation that can be applied to a
container request filter
to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs. - PRETTY_PRINTING - Static variable in interface jakarta.json.stream.JsonGenerator
-
Configuration property to generate JSON prettily.
- PRIMITIVE - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- primitiveKind() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns the kind of this primitive type.
- PrimitiveType - Interface in jakarta.enterprise.lang.model.types
-
Primitive types are: boolean byte short int long float double char
- PrimitiveType.PrimitiveKind - Enum in jakarta.enterprise.lang.model.types
- Priorities - Class in jakarta.ws.rs
-
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their
jakarta.annotation.Priority
class-level annotation value when used or applied by JAX-RS runtime. - Prioritized - Interface in jakarta.enterprise.inject.spi
-
This interface allows some SPI implementation to change their priority programmatically.
- priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the priority declared on this bean, or
null
if this bean does not declare a priority. - priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the priority of this observer.
- priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns the priority value this stereotype declares using the
@Priority
meta-annotation. - priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets a priority of this synthetic bean.
- priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets a priority of this synthetic observer.
- priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the priority of the configured bean.
- priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the priority for the observer to build
- Priority - Annotation Type in jakarta.annotation
-
The
Priority
annotation can be applied to any program elements to indicate in what order they should be used. - proceed() - Method in interface jakarta.interceptor.InvocationContext
-
Proceed to the next interceptor in the interceptor chain.
- proceed() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Proceed to the next interceptor in the chain.
- proceed() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Proceed to the next interceptor in the chain.
- ProcessAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
- ProcessBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the
Bean
object. - ProcessBeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the
Bean
object. - ProcessingException - Exception in jakarta.ws.rs
-
A base JAX-RS runtime processing exception.
- ProcessingException(String) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ProcessingException(String, Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
- ProcessingException(Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - ProcessInjectionPoint<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
jakarta.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - ProcessInjectionTarget<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
jakarta.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - ProcessManagedBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled managed bean, before registering the
Bean
object. - ProcessObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each observer method of each enabled bean, before registering the
ObserverMethod
object. - ProcessProducer<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
- ProcessProducerField<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled producer field, before registering the
Bean
object. - ProcessProducerMethod<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled producer method, before registering the
Bean
object. - ProcessSessionBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled session bean, before registering the
Bean
object. - ProcessSyntheticAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface added by
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String)
orAfterTypeDiscovery.addAnnotatedType(AnnotatedType, String)
- ProcessSyntheticBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each custom bean implementation added through
AfterBeanDiscovery.addBean()
orAfterBeanDiscovery.addBean(Bean)
, before registering theBean
object. - ProcessSyntheticObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each custom implementation of
ObserverMethod
added throughAfterBeanDiscovery.addObserverMethod(ObserverMethod)
orAfterBeanDiscovery.addObserverMethod()
, before registering theObserverMethod
object. - produce() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Create the instance
- produce(CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.Producer
-
Causes an instance to be produced via the
Producer
. - Producer<T> - Interface in jakarta.enterprise.inject.spi
-
Provides a generic operation for producing an instance of a type.
- ProducerConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
A
ProducerConfigurator
can configure aProducer
. - ProducerFactory<X> - Interface in jakarta.enterprise.inject.spi
-
An
ProducerFactory
can create anProducer
for a given bean. - producerField() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the producer field that defines this bean.
- producerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the producer method that defines this bean.
- Produces - Annotation Type in jakarta.enterprise.inject
-
Identifies a producer method or field.
- Produces - Annotation Type in jakarta.ws.rs
-
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter
can produce. - produceWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
-
Set a callback to produce a new instance.
- produceWith(Function<Instance<Object>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- properties() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Used to specify vendor-specific properties and less commonly used
DataSource
properties such as: - property(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns the value of the property with the given name, or
null
if there is no property of that name. - property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set a new property in the context of a request represented by this invocation builder.
- property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation
-
Set a new property in the context of a request represented by this invocation.
- property(String, Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Set the new configuration property, if already set, the existing value of the property will be updated.
- property(String, Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Sets the property
name
to the providedvalue
. - PROPERTY_NAMING_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- PROPERTY_ORDER_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom order strategy.
- PROPERTY_VISIBILITY_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom visibility strategy.
- PropertyNamingStrategy - Interface in jakarta.json.bind.config
-
Allows to define custom property naming strategy.
- PropertyOrderStrategy - Class in jakarta.json.bind.config
-
Specifies predefined property order strategies.
- PropertyVisibilityStrategy - Interface in jakarta.json.bind.config
-
Provides mechanism how to define customized property visibility strategy.
- protocol() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
protocol
to be used. - protocol(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
protocol
to be used. - PROTOCOL - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the protocol an application is bound to.
- provider() - Static method in class jakarta.json.bind.spi.JsonbProvider
-
Creates a JSON Binding provider object by using the
ServiceLoader.load(Class)
method. - provider() - Static method in class jakarta.json.spi.JsonProvider
-
Creates a JSON provider object.
- provider(String) - Static method in class jakarta.json.bind.spi.JsonbProvider
-
Creates a JSON Binding provider object by using the
ServiceLoader.load(Class)
method, matchingproviderName
. - Provider<T> - Interface in jakarta.inject
-
Provides instances of
T
. - Provider - Annotation Type in jakarta.ws.rs.ext
-
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
- Providers - Interface in jakarta.ws.rs.ext
-
An injectable interface providing runtime lookup of provider instances.
- PROXY_AUTHENTICATION_REQUIRED - jakarta.ws.rs.core.Response.Status
-
407 Proxy Authentication Required, see HTTP/1.1 documentation.
- push(T) - Method in interface jakarta.enterprise.context.spi.CreationalContext
-
Registers an incompletely initialized contextual instance the with the container.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- PUT - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP PUT requests.
- PUT - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP PUT method.
- putAll(Map<? extends K, ? extends List<V>>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- putSingle(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Set the value for the key to be a one item list consisting of the supplied value.
- putSingle(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Set the key's value to be a one item list consisting of the supplied value.
Q
- qualifier(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds given annotation to the set of qualifiers of this synthetic bean.
- qualifier(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds given annotation to the set of qualifiers of this synthetic observer.
- qualifier(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds given annotation to the set of qualifiers of this synthetic bean.
- qualifier(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds given annotation to the set of qualifiers of this synthetic observer.
- qualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a marker annotation of given type to the set of qualifiers of this synthetic bean.
- qualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a marker annotation of given type to the set of qualifiers of this synthetic observer.
- Qualifier - Annotation Type in jakarta.inject
-
Identifies qualifier annotations.
- QualifierLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Qualifier
annotation. - QualifierLiteral() - Constructor for class jakarta.enterprise.inject.literal.QualifierLiteral
- qualifiers() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of this bean's qualifiers, represented as
AnnotationInfo
. - qualifiers() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InjectionPointInfo
-
Returns a collection of qualifiers declared on this injection point, represented as
AnnotationInfo
. - qualifiers() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns a collection of observed event qualifiers, represented as
AnnotationInfo
. - qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Replace all qualifiers on the Observed event.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Replace all qualifiers on the Observed event.
- queryParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by configuring a query parameter on the URI of the current target instance. - queryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append a query parameter to the existing set of query parameters.
- QueryParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
R
- read() - Method in interface jakarta.json.JsonReader
-
Returns a JSON array or object that is represented in the input source.
- read(AnnotatedMethod<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing
AnnotatedMethod
- read(AnnotatedType<U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Read the information from the given annotated type.
- read(BeanAttributes<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Read the information from the given bean attributes.
- read(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing ObserverMethod
- read(Method) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing
Method
- readArray() - Method in interface jakarta.json.JsonReader
-
Returns a JSON array that is represented in the input source.
- readData() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Get the original event data as
String
. - readData(GenericType<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(GenericType<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(Class<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readData(Class<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readEntity(GenericType<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - ReaderInterceptor - Interface in jakarta.ws.rs.ext
-
Interface for message body reader interceptors that wrap around calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
. - ReaderInterceptorContext - Interface in jakarta.ws.rs.ext
-
Context class used by
ReaderInterceptor
to intercept calls to (@link jakarta.ws.rs.ext.MessageBodyReader#readFrom}. - readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
Read a type from the
InputStream
. - readObject() - Method in interface jakarta.json.JsonReader
-
Returns a JSON object that is represented in the input source.
- readTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the read timeout.
- readValue() - Method in interface jakarta.json.JsonReader
-
Returns a JSON value that is represented in the input source.
- receiverType() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the type of the receiver parameter declared by this method.
- reception() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the reception type of this observer.
- reception(Reception) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the
Reception
mode for the observer to build - Reception - Enum in jakarta.enterprise.event
-
Distinguishes conditional observer methods from observer methods which are always notified.
- RECONNECT_NOT_SET - Static variable in interface jakarta.ws.rs.sse.SseEvent
-
A "reconnection not set" value for the SSE reconnect delay set via SSE event
retry
field. - reconnectDelay(long) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
- reconnectingEvery(long, TimeUnit) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Set the initial reconnect delay to be used by the event source.
- RECORD_COMPONENT - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- RecordComponentInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A record component, declared in some record.
- recordComponents() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of record components declared in this class.
- REDIRECTION - jakarta.ws.rs.core.Response.Status.Family
-
3xx
HTTP status codes. - RedirectionException - Exception in jakarta.ws.rs
-
A runtime application exception indicating a request redirection (HTTP
3xx
status codes). - RedirectionException(int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- register(SseEventSink) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register provided
SseEventSink
instance to thisSseBroadcaster
. - register(Class<?>) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Object...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Consumer<InboundSseEvent>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register a
InboundSseEvent
consumer. - register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register
InboundSseEvent
andThrowable
consumers. - register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register
InboundSseEvent
andThrowable
consumers and onComplete callback. - Registration - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
3rd phase of build compatible extension execution.
- rel(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a link relation.
- REL - Static variable in class jakarta.ws.rs.core.Link
-
Rel link param from RFC 5988.
- relativize(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Relativize a URI with respect to the current request URI.
- release() - Method in interface jakarta.enterprise.context.spi.CreationalContext
-
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to
Contextual.destroy(Object, CreationalContext)
. - remove(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Remove the value in the array at the specified position.
- remove(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- remove(String) - Method in interface jakarta.json.JsonObjectBuilder
-
Remove the name/value pair from the JSON object associated with this object builder if it is present.
- remove(String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "remove" JSON Patch operation.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Remove annotations that match the specified predicate.
- remove(T) - Method in interface jakarta.json.JsonPointer
-
Removes the value at the reference location in the specified
target
. - REMOVE - jakarta.json.JsonPatch.Operation
-
"remove" operation.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Remove all the annotations.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Removes all annotations from this class.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Removes all annotations from this declaration.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Removes all annotations from this field.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Removes all annotations from this method.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Removes all annotations from this method parameter.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Removes all annotations matching given predicate from this class.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Removes all annotations matching given predicate from this declaration.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Removes all annotations matching given predicate from this field.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Removes all annotations matching given predicate from this method.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Removes all annotations matching given predicate from this method parameter.
- removeProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Removes a property with the given name from the current request/response exchange context.
- repeatableAnnotation(Class<T>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns a collection of annotations of given repeatable
annotationType
that are present on this annotation target. - replace(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, int) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(T, JsonValue) - Method in interface jakarta.json.JsonPointer
-
Replaces the value at the referenced location in the specified
target
with the specifiedvalue
. - REPLACE - jakarta.json.JsonPatch.Operation
-
"replace" operation.
- replaceAll(MultivaluedMap<String, Object>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Replaces all existing headers with the newly supplied headers.
- replaceMatrix(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the matrix parameters of the current final segment of the current URI path.
- replaceMatrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
- replacePath(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI path.
- replaceQuery(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI query string.
- replaceQueryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a query parameter.
- request() - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource.
- request(MediaType...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- request(String...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- Request - Interface in jakarta.ws.rs.core
-
An injectable helper for request processing, all methods throw an
IllegalStateException
if called outside the scope of a request (e.g. - REQUEST - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- REQUEST - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- REQUEST - Static variable in class jakarta.enterprise.context.Initialized.Literal
- REQUEST_ENTITY_TOO_LARGE - jakarta.ws.rs.core.Response.Status
-
413 Request Entity Too Large, see HTTP/1.1 documentation.
- REQUEST_HEADER_FIELDS_TOO_LARGE - jakarta.ws.rs.core.Response.Status
-
431 Request Header Fields Too Large, see RFC 6585: Additional HTTP Status Codes.
- REQUEST_TIMEOUT - jakarta.ws.rs.core.Response.Status
-
408 Request Timeout, see HTTP/1.1 documentation.
- REQUEST_URI_TOO_LONG - jakarta.ws.rs.core.Response.Status
-
414 Request-URI Too Long, see HTTP/1.1 documentation.
- RequestContextController - Interface in jakarta.enterprise.context.control
-
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
- REQUESTED_RANGE_NOT_SATISFIABLE - jakarta.ws.rs.core.Response.Status
-
416 Requested Range Not Satisfiable, see HTTP/1.1 documentation.
- RequestScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is request scoped.
- RequestScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
RequestScoped
annotation. - RESET_CONTENT - jakarta.ws.rs.core.Response.Status
-
205 Reset Content, see HTTP/1.1 documentation.
- ResolutionException - Exception in jakarta.enterprise.inject
-
Indicates a problem relating to typesafe resolution.
- ResolutionException() - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(String) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- resolve(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Resolve a relative URI with respect to the base URI of the application.
- resolve(Set<Bean<? extends X>>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Apply the ambiguous dependency resolution rules to a set of beans.
- resolveDecorators(Set<Type>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the
BeanManager
was injected or the Java EE component from whose JNDI environment namespace theBeanManager
was obtained. - resolveInterceptors(InterceptionType, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the
BeanManager
/BeanContainer
was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager
/BeanContainer
was obtained. - resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return an ordered set of observer methods for an event.
- resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return an ordered set of observer methods for an event.
- resolveTemplate(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplateFromEncoded(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied encoded value. - resolveTemplateFromEncoded(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied encoded value. - resolveTemplates(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - Resource - Annotation Type in jakarta.annotation
-
The
Resource
annotation marks a resource that is needed by the application. - Resource.AuthenticationType - Enum in jakarta.annotation
-
The two possible authentication types for a resource.
- ResourceContext - Interface in jakarta.ws.rs.container
-
The resource context provides access to instances of resource classes.
- ResourceInfo - Interface in jakarta.ws.rs.container
-
An injectable class to access the resource class and resource method matched by the current request.
- Resources - Annotation Type in jakarta.annotation
-
This class is used to allow multiple resources declarations.
- Response - Class in jakarta.ws.rs.core
-
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
- Response() - Constructor for class jakarta.ws.rs.core.Response
-
Protected constructor, use one of the static methods to obtain a
Response.ResponseBuilder
instance and obtain a Response from that. - Response.ResponseBuilder - Class in jakarta.ws.rs.core
-
A class used to build Response instances that contain metadata instead of or in addition to an entity.
- Response.Status - Enum in jakarta.ws.rs.core
-
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
- Response.Status.Family - Enum in jakarta.ws.rs.core
-
An enumeration representing the class of status code.
- Response.StatusType - Interface in jakarta.ws.rs.core
-
Base interface for statuses used in responses.
- ResponseBuilder() - Constructor for class jakarta.ws.rs.core.Response.ResponseBuilder
-
Protected constructor, use one of the static methods of
Response
to obtain an instance. - ResponseProcessingException - Exception in jakarta.ws.rs.client
-
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
- ResponseProcessingException(Response, String) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ResponseProcessingException(Response, String, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
- ResponseProcessingException(Response, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception for a specific
response
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - resume(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided response data.
- resume(Throwable) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided throwable.
- RETRY_AFTER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- returnType() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the return type of this method.
- REVERSE - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties is in reverse order to lexicographical order.
- RolesAllowed - Annotation Type in jakarta.annotation.security
-
Specifies the list of security roles permitted to access method(s) in an application.
- ROOT_PATH - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the root path an application is bound to.
- rootPath() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
rootPath
to be used. - rootPath(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
rootPath
to be used. - RunAs - Annotation Type in jakarta.annotation.security
-
Defines the identity of the application during execution.
- RuntimeDelegate - Class in jakarta.ws.rs.ext
-
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
- RuntimeDelegate() - Constructor for class jakarta.ws.rs.ext.RuntimeDelegate
-
Allows custom implementations to extend the
RuntimeDelegate
class. - RuntimeDelegate.HeaderDelegate<T> - Interface in jakarta.ws.rs.ext
-
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type
T
. - RuntimeType - Enum in jakarta.ws.rs
-
Enumeration of JAX-RS runtime types.
- rx() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access the default reactive invoker based on
CompletionStage
. - rx(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access a reactive invoker based on a
RxInvoker
subclass provider. - RxInvoker<T> - Interface in jakarta.ws.rs.client
-
Uniform interface for reactive invocation of HTTP methods.
- RxInvokerProvider<T extends RxInvoker> - Interface in jakarta.ws.rs.client
-
RxInvoker
provider.
S
- sameSite(NewCookie.SameSite) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the attribute that controls whether the cookie is sent with cross-origin requests, providing protection against cross-site request forgery.
- ScannedClasses - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding additional classes to the set of types discovered during type discovery.
- scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side
ScheduledExecutorService
. - scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see
URI
). - scope() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the scope of this bean.
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the scope of this synthetic bean to given scope type.
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace Bean scope
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace Bean scope
- Scope - Annotation Type in jakarta.inject
-
Identifies scope annotations.
- ScopeInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A scope of a bean.
- SeBootstrap - Interface in jakarta.ws.rs
-
Bootstrap class used to startup a JAX-RS application in Java SE environments.
- SeBootstrap.Configuration - Interface in jakarta.ws.rs
-
Provides information needed by the JAX-RS implementation for bootstrapping an application.
- SeBootstrap.Configuration.Builder - Interface in jakarta.ws.rs
-
Builder for bootstrap
SeBootstrap.Configuration
. - SeBootstrap.Configuration.SSLClientAuthentication - Enum in jakarta.ws.rs
-
Secure socket client authentication policy
- SeBootstrap.Instance - Interface in jakarta.ws.rs
-
Handle of the running application instance.
- SeBootstrap.Instance.StopResult - Interface in jakarta.ws.rs
-
Result of stopping the application instance.
- SeContainer - Interface in jakarta.enterprise.inject.se
-
Provides access to the current container in Java SE.
- SeContainerInitializer - Class in jakarta.enterprise.inject.se
-
A CDI container initializer for Java SE.
- SeContainerInitializer() - Constructor for class jakarta.enterprise.inject.se.SeContainerInitializer
- secure(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Whether the cookie will only be sent over a secure connection.
- SecurityContext - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to security related information.
- SEE_OTHER - jakarta.ws.rs.core.Response.Status
-
303 See Other, see HTTP/1.1 documentation.
- seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - select(Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given additional required qualifiers. - select(Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - selectAlternatives(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
- selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
- selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Send an outbound Server-sent event to this sink.
- SerializationContext - Interface in jakarta.json.bind.serializer
-
Provides JSONB internals for custom serializers.
- serialize(String, T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance. - serialize(T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance. - serialize(T, JsonGenerator, SerializationContext) - Method in interface jakarta.json.bind.serializer.JsonbSerializer
-
Serializes object into JSON stream.
- SERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- SERVER - jakarta.ws.rs.RuntimeType
-
JAX-RS server run-time.
- SERVER_ERROR - jakarta.ws.rs.core.Response.Status.Family
-
5xx
HTTP status codes. - SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of Server sent events media type. - SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
Server sent events media type.
- serverError() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a server error (HTTP
5xx
status codes). - ServerErrorException(int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- serverName() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Database server name.
- SERVICE_UNAVAILABLE - jakarta.ws.rs.core.Response.Status
-
503 Service Unavailable, see HTTP/1.1 documentation.
- ServiceUnavailableException - Exception in jakarta.ws.rs
-
A runtime exception indicating that the requested resource
cannot be served
. - ServiceUnavailableException() - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(String, Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- SESSION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- SESSION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- SESSION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- SessionBeanType - Enum in jakarta.enterprise.inject.spi
-
Identifies the kind of EJB session bean.
- SessionScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is session scoped.
- SessionScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
SessionScoped
annotation. - set(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.TRUE
orJsonValue.FALSE
value at the specified position. - set(int, double) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, long) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonArray
from an array builder at the specified position. - set(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonObject
from an object builder at the specified position. - set(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value at the specified position.
- set(int, String) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonString
at the specified position. - set(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(String, Object) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- setAnnotatedType(AnnotatedType<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Replaces the
AnnotatedType
. - setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
- setBeanAttributes(BeanAttributes<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Replaces the
BeanAttributes
. - setCDIProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
-
Set the
CDIProvider
to use. - setClassLoader(ClassLoader) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set a
ClassLoader
. - setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setExecutor(Executor) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Replaces the InjectionPoint.
- setInjectionTarget(InjectionTarget<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Replaces the
InjectionTarget
which performs injection for this target. - setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.NULL
value at the specified position. - setObserverMethod(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Replaces the
ObserverMethod
. - setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or constructor of the target class.
- setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProducer(Producer<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Replaces the
Producer
object that will be used by the container to call the producer method or read the producer field. - setProperties(Map<String, Object>) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set all the configuration properties.
- setProperty(String, Object) - Method in class jakarta.json.bind.JsonbConfig
-
Set the particular configuration property to a new value.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
- setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setTimeout(long) - Method in interface jakarta.enterprise.context.Conversation
-
Set the timeout of the current conversation.
- setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- shareable() - Method in annotation type jakarta.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
- SHORT - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
short
value. - SHORT - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- Shutdown - Class in jakarta.enterprise.event
- Shutdown() - Constructor for class jakarta.enterprise.event.Shutdown
- simpleName() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the simple name of this class, as defined by The Java™ Language Specification; in other words, the class name as returned by
Class.getSimpleName()
. - Singleton - Annotation Type in jakarta.inject
-
Identifies a type that the injector only instantiates once.
- SINGLETON - jakarta.enterprise.inject.spi.SessionBeanType
-
A singleton (
jakarta.ejb.Singleton
) session bean - SingletonLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Singleton
annotation. - SingletonLiteral() - Constructor for class jakarta.enterprise.inject.literal.SingletonLiteral
- size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- skipArray() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_ARRAY
. - SkipIfPortableExtensionPresent - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
If a build compatible extension is annotated
@SkipIfPortableExtensionPresent
, it is ignored when the CDI container can execute portable extensions and determines that a portable extension of given class is present. - skipObject() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_OBJECT
. - Specializes - Annotation Type in jakarta.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- Specializes.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Specializes
annotation. - Sse - Interface in jakarta.ws.rs.sse
-
Server-side entry point for creating
OutboundSseEvent
andSseBroadcaster
. - SseBroadcaster - Interface in jakarta.ws.rs.sse
-
Server-Sent events broadcasting facility.
- SseEvent - Interface in jakarta.ws.rs.sse
-
Base Server Sent Event definition.
- SseEventSink - Interface in jakarta.ws.rs.sse
-
Outbound Server-Sent Events stream.
- SseEventSource - Interface in jakarta.ws.rs.sse
-
Client for reading and processing
incoming Server-Sent Events
. - SseEventSource.Builder - Class in jakarta.ws.rs.sse
-
JAX-RS
SseEventSource
builder class. - SSL_CLIENT_AUTHENTICATION - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the secure socket client authentication policy.
- SSL_CONTEXT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the secure socket configuration to be used.
- sslClientAuthentication() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the secure socket client authentication policy.
- sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set SSL client authentication policy.
- sslContext() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
sslContext
to be used. - sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context. - sslContext(SSLContext) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
sslContext
to be used. - start(Application) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using a default configuration.
- start(Application, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using the specified configuration.
- start(Class<? extends Application>) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using a default configuration.
- start(Class<? extends Application>, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using the specified configuration.
- START_ARRAY - jakarta.json.stream.JsonParser.Event
-
Start of a JSON array.
- START_OBJECT - jakarta.json.stream.JsonParser.Event
-
Start of a JSON object.
- Startup - Class in jakarta.enterprise.event
- Startup() - Constructor for class jakarta.enterprise.event.Startup
- STATEFUL - jakarta.enterprise.inject.spi.SessionBeanType
-
A stateful (
jakarta.ejb.Stateful
) session bean - STATELESS - jakarta.enterprise.inject.spi.SessionBeanType
-
A stateless (
jakarta.ejb.Stateless
) session bean - status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status and reason phrase.
- status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- stereotype(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
stereotypeAnnotation
to the set of stereotypes of this synthetic bean. - stereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
stereotypeAnnotation
to the set of stereotypes of this synthetic bean. - Stereotype - Annotation Type in jakarta.enterprise.inject
-
Specifies that an annotation type is a stereotype.
- StereotypeInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A stereotype.
- stereotypes() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of this bean's stereotypes.
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace stereotypes on the configured bean
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace stereotypes on the configured bean
- stop() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Initiate immediate shutdown of running application instance.
- stopOnShutdown(Consumer<SeBootstrap.Instance.StopResult>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Registers a consumer for a
SeBootstrap.Instance.StopResult
which will be executed in a new thread during the JVM shutdown phase. - store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- stream() - Method in interface jakarta.enterprise.inject.Instance
-
When called, provides back a Stream of the beans available in this Instance.
- StreamingOutput - Interface in jakarta.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application wishes to stream the output. - STRICT - jakarta.ws.rs.core.NewCookie.SameSite
-
The
Strict
mode prevents clients from sending cookies with any cross-site request. - STRICT_IJSON - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify strict I-JSON serialization compliance.
- STRING - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A
String
value. - STRING - jakarta.json.JsonValue.ValueType
-
JSON string.
- submit() - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation. - submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- SUCCESSFUL - jakarta.ws.rs.core.Response.Status.Family
-
2xx
HTTP status codes. - superClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the type of this class's superclass.
- superClassDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the declaration of this class's superclass.
- superInterfaces() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a list of types of this class's direct superinterfaces.
- superInterfacesDeclarations() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a list of declarations of this class's direct superinterfaces.
- Suspended - Annotation Type in jakarta.ws.rs.container
-
Inject a suspended
AsyncResponse
into a parameter of an invoked JAX-RSresource or sub-resource method
. - SyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
- Synthesis - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
4th phase of build compatible extension execution.
- SyntheticBeanBuilder<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for synthetic beans.
- SyntheticBeanCreator<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Creation function for a synthetic bean defined by
SyntheticBeanBuilder
. - SyntheticBeanDisposer<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Destruction function for a synthetic bean defined by
SyntheticBeanBuilder
. - SyntheticComponents - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows registering synthetic beans and observers.
- SyntheticObserver<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
The event notification function for a synthetic observer defined by
SyntheticObserverBuilder
. - SyntheticObserverBuilder<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for synthetic observers.
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 - 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 - 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. - 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 type 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 thisNewCookie
. - 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
asJsonArray
. - toJsonArray() - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputJsonValue
elements into aJsonArray
. - toJsonObject() - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputMap.Entry<String,JsonValue>
elements into aJsonObject
. - toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputJsonValue
elements into aJsonObject
. - toJsonValue() - Method in interface jakarta.json.JsonMergePatch
-
Returns the
JsonMergePatch
asJsonValue
. - TOO_MANY_REQUESTS - 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 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() - Method in annotation type 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 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 Type 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 - 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() - Method in annotation type 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() - Method in annotation type 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 - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- Type.Kind - Enum in jakarta.enterprise.lang.model.types
- 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 Type 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
- 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() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
Defines the set of expected types.
- types() - Method in annotation type 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.
U
- UNAUTHORIZED - jakarta.ws.rs.core.Response.Status
-
401 Unauthorized, see HTTP/1.1 documentation.
- UNAVAILABLE_FOR_LEGAL_REASONS - 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 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 jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnsatisfiedResolutionException - Exception 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 jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UNSUPPORTED_MEDIA_TYPE - 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 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 jakarta.ws.rs.core.UriBuilderException
-
Creates a new instance of
UriBuilderException
without detail message. - UriBuilderException(String) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message. - UriBuilderException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message and cause. - UriBuilderException(Throwable) - Constructor for exception 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() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- USE_PROXY - jakarta.ws.rs.core.Response.Status
-
305 Use Proxy, see HTTP/1.1 documentation.
- user() - Method in annotation type 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.
V
- validate(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Validate a certain injection point.
- Validation - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
5th phase of build compatible extension execution.
- value() - Method in annotation type jakarta.annotation.Generated
-
The value element must have the name of the code generator.
- value() - Method in annotation type jakarta.annotation.ManagedBean
-
Deprecated.The name of the Jakarta Managed Bean.
- value() - Method in annotation type jakarta.annotation.Priority
-
The priority value.
- value() - Method in annotation type jakarta.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Method in annotation type jakarta.annotation.security.DeclareRoles
-
List of security role names.
- value() - Method in annotation type jakarta.annotation.security.RolesAllowed
-
List of roles that are permitted access.
- value() - Method in annotation type jakarta.annotation.security.RunAs
-
Name of a security role.
- value() - Method in annotation type jakarta.annotation.sql.DataSourceDefinitions
- value() - Method in class jakarta.enterprise.context.BeforeDestroyed.Literal
- value() - Method in annotation type jakarta.enterprise.context.BeforeDestroyed
-
The scope for which to observe destruction
- value() - Method in class jakarta.enterprise.context.Destroyed.Literal
- value() - Method in annotation type jakarta.enterprise.context.Destroyed
-
The scope for which to observe destruction
- value() - Method in class jakarta.enterprise.context.Initialized.Literal
- value() - Method in annotation type jakarta.enterprise.context.Initialized
-
The scope for which to observe initialization
- value() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.SkipIfPortableExtensionPresent
-
A class implementing
Extension
that is expected to mirror the functionality of the annotated build compatible extension. - value() - Method in class jakarta.enterprise.inject.literal.NamedLiteral
- value() - Method in annotation type jakarta.enterprise.inject.spi.WithAnnotations
- value() - Method in class jakarta.enterprise.inject.Typed.Literal
- value() - Method in annotation type jakarta.enterprise.inject.Typed
-
Selects the bean types of the bean.
- value() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
- value() - Method in annotation type jakarta.inject.Named
-
The name.
- value() - Method in annotation type jakarta.interceptor.Interceptors
-
An ordered list of interceptors.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbDateFormat
-
Specifies the date pattern to use.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbNillable
-
Switches on/off serialization of properties with null value.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbNumberFormat
-
Specifies the number pattern to use.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbProperty
-
Customized name of the field (or JavaBean property).
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbPropertyOrder
-
Order in which properties are serialized.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeAdapter
-
Custom JsonbAdapter which provides custom mapping for given field or JavaBean property.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeDeserializer
-
Custom
JsonbDeserializer
which provides custom mapping for given field or JavaBean property. - value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeInfo
-
Allowed aliases of the handled type.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeSerializer
-
Custom
JsonbSerializer
which provides custom mapping for given field or JavaBean property. - value() - Method in annotation type jakarta.json.bind.annotation.JsonbVisibility
-
Custom property visibility strategy used to resolve visibility of the members.
- value() - Method in annotation type jakarta.ws.rs.ApplicationPath
-
Defines the base URI for all resource URIs.
- value() - Method in annotation type jakarta.ws.rs.ConstrainedTo
-
Define the
constraint type
to be placed on a JAX-RS provider. - value() - Method in annotation type jakarta.ws.rs.Consumes
-
A list of media types.
- value() - Method in annotation type jakarta.ws.rs.CookieParam
-
Defines the name of the HTTP cookie whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Method in annotation type jakarta.ws.rs.DefaultValue
-
The specified default value.
- value() - Method in annotation type jakarta.ws.rs.FormParam
-
Defines the name of the form parameter whose value will be used to initialize the value of the annotated method argument.
- value() - Method in annotation type jakarta.ws.rs.HeaderParam
-
Defines the name of the HTTP header whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Method in annotation type jakarta.ws.rs.HttpMethod
-
Specifies the name of a HTTP method.
- value() - Method in annotation type jakarta.ws.rs.MatrixParam
-
Defines the name of the URI matrix parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Method in annotation type jakarta.ws.rs.Path
-
Defines a URI template for the resource class or method, must not include matrix parameters.
- value() - Method in annotation type jakarta.ws.rs.PathParam
-
Defines the name of the URI template parameter whose value will be used to initialize the value of the annotated method parameter, class field or property.
- value() - Method in annotation type jakarta.ws.rs.Produces
-
A list of media types.
- value() - Method in annotation type jakarta.ws.rs.QueryParam
-
Defines the name of the HTTP query parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value(boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean-valued annotation member called
value
. - value(boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean array-valued annotation member called
value
. - value(byte) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte-valued annotation member called
value
. - value(byte[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte array-valued annotation member called
value
. - value(char) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char-valued annotation member called
value
. - value(char[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char array-valued annotation member called
value
. - value(double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double-valued annotation member called
value
. - value(double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double array-valued annotation member called
value
. - value(float) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float-valued annotation member called
value
. - value(float[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float array-valued annotation member called
value
. - value(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int-valued annotation member called
value
. - value(int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int array-valued annotation member called
value
. - value(long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long-valued annotation member called
value
. - value(long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long array-valued annotation member called
value
. - value(short) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short-valued annotation member called
value
. - value(short[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short array-valued annotation member called
value
. - value(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member called
value
. - value(AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member called
value
. - value(AnnotationMember) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation member called
value
, whose value is givenvalue
. - value(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member called
value
. - value(ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member called
value
. - value(ClassInfo, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member called
value
. - value(ClassInfo, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member called
value
. - value(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member called
value
. - value(Type[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member called
value
. - value(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member called
value
. - value(Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member called
value
. - value(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member called
value
. - value(Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member called
value
. - value(Class<? extends Enum<?>>, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member called
value
. - value(Class<? extends Enum<?>>, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member called
value
. - value(Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member called
value
. - value(Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member called
value
. - value(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String-valued annotation member called
value
. - value(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the value of the cookie.
- value(String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String array-valued annotation member called
value
. - VALUE - Static variable in interface jakarta.enterprise.lang.model.AnnotationMember
-
Name of the commonly used
value()
annotation member. - VALUE_FALSE - jakarta.json.stream.JsonParser.Event
-
false
value in a JSON array or object. - VALUE_NULL - jakarta.json.stream.JsonParser.Event
-
null
value in a JSON array or object. - VALUE_NUMBER - jakarta.json.stream.JsonParser.Event
-
Number value in a JSON array or object.
- VALUE_STRING - jakarta.json.stream.JsonParser.Event
-
String value in a JSON array or object.
- VALUE_TRUE - jakarta.json.stream.JsonParser.Event
-
true
value in a JSON array or object. - valueOf(String) - Static method in enum jakarta.annotation.Resource.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.event.Reception
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.event.TransactionPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.inject.spi.InterceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.inject.spi.SessionBeanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.AnnotationMember.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.types.Type.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.JsonConfig.KeyStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.JsonPatch.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.JsonValue.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.stream.JsonParser.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class jakarta.ws.rs.core.CacheControl
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.Cookie
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.EntityTag
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.Link
-
Simple parser to convert link header string representations into a link.
- valueOf(String) - Static method in class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
by parsing the supplied string. - valueOf(String) - Static method in enum jakarta.ws.rs.core.NewCookie.SameSite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class jakarta.ws.rs.core.NewCookie
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
- valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.RuntimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jakarta.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.event.Reception
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.event.TransactionPhase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.inject.spi.InterceptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.inject.spi.SessionBeanType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.AnnotationMember.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.types.Type.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.json.JsonConfig.KeyStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.json.JsonPatch.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.json.JsonValue.ValueType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.json.stream.JsonParser.Event
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- values() - Static method in enum jakarta.ws.rs.core.NewCookie.SameSite
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.core.Response.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.RuntimeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variant(Variant) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set message entity representation metadata.
- Variant - Class in jakarta.ws.rs.core
-
Abstraction for a resource representation variant.
- Variant(MediaType, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, Locale, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant.VariantListBuilder - Class in jakarta.ws.rs.core
-
A builder for a list of representation variants.
- VariantListBuilder() - Constructor for class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Protected constructor, use the static
newInstance
method to obtain an instance. - variants(Variant...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- variants(List<Variant>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- VARY - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- version(int) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the version of the cookie.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Forces the container to ignore this type.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Forces the container to ignore the bean.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Forces the container to ignore the observer method.
- Vetoed - Annotation Type in jakarta.enterprise.inject
-
Veto the processing of the class.
- Vetoed.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Vetoed
annotation. - VOID - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- VoidType - Interface in jakarta.enterprise.lang.model.types
-
The
void
pseudo-type.
W
- warn(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic warning that is not related to any particular element, or that information is not known.
- warn(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
BeanInfo
. - warn(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
ObserverInfo
. - warn(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - WebApplicationException - Exception in jakarta.ws.rs
-
Runtime exception for applications.
- WebApplicationException() - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(String) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and a default HTTP status code of 500.
- WebApplicationException(String, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a supplied message and HTTP status code.
- WebApplicationException(String, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied message and response.
- WebApplicationException(String, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and HTTP status.
- WebApplicationException(String, Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
- WebApplicationException(String, Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and HTTP status code.
- WebApplicationException(String, Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and response.
- WebApplicationException(String, Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a the supplied message, root cause and HTTP status code.
- WebApplicationException(Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebTarget - Interface in jakarta.ws.rs.client
-
A resource target identified by the resource URI.
- WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing wildcard "*/*" media type . - WILDCARD_TYPE - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- WILDCARD_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
- WildcardType - Interface in jakarta.enterprise.lang.model.types
-
A wildcard type.
- wildcardUnbounded() - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of?
. - wildcardWithLowerBound(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of? super lowerBound
. - wildcardWithUpperBound(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of? extends upperBound
. - withAdapters(JsonbAdapter...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom mapping adapters.
- withAnnotations() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
Narrows down the set of expected types, defined by
types
andwithSubtypes
, to types that use any of given annotations. - WithAnnotations - Annotation Type in jakarta.enterprise.inject.spi
-
WithAnnotations
may be applied to any portable extension observer method with an event parameter type ofProcessAnnotatedType
to filter the events delivered. - withBinaryDataStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom binary data strategy.
- withCharset(String) - Method in class jakarta.ws.rs.core.MediaType
-
Create a new
MediaType
instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter. - withConfig(JsonbConfig) - Method in interface jakarta.json.bind.JsonbBuilder
-
Set configuration which will be set to the newly created
Jsonb
instance. - withConfig(Configuration) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the internal configuration state to an externally provided configuration state.
- withCreatorParametersRequired(boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether all creator parameters should be treated as required.
- withDateFormat(String, Locale) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom date format.
- withDeserializers(JsonbDeserializer...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom deserializers.
- withEncoding(String) - Method in class jakarta.json.bind.JsonbConfig
-
The binding operations will default to this property for encoding of JSON data.
- withFileName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
-
Creates a new
EntityPart.Builder
instance that sets the partname
andfileName
to the passed inpartAndFileName
value. - withFormatting(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
- withLocale(Locale) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom locale.
- withName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
-
Creates a new
EntityPart.Builder
instance. - withNullValues(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether null values should be serialized to JSON document or skipped.
- withParam(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
boolean
-valued parameter to the parameter map. - withParam(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
boolean
-valued parameter to the parameter map. - withParam(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
boolean
array-valued parameter to the parameter map. - withParam(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
boolean
array-valued parameter to the parameter map. - withParam(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
double
-valued parameter to the parameter map. - withParam(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
double
-valued parameter to the parameter map. - withParam(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
double
array-valued parameter to the parameter map. - withParam(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
double
array-valued parameter to the parameter map. - withParam(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an
int
-valued parameter to the parameter map. - withParam(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an
int
-valued parameter to the parameter map. - withParam(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an
int
array-valued parameter to the parameter map. - withParam(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an
int
array-valued parameter to the parameter map. - withParam(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
long
-valued parameter to the parameter map. - withParam(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
long
-valued parameter to the parameter map. - withParam(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
long
array-valued parameter to the parameter map. - withParam(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
long
array-valued parameter to the parameter map. - withParam(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an enum-valued parameter to the parameter map.
- withParam(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an enum-valued parameter to the parameter map.
- withParam(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an enum array-valued parameter to the parameter map.
- withParam(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an enum array-valued parameter to the parameter map.
- withParam(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
String
-valued parameter to the parameter map. - withParam(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
String
-valued parameter to the parameter map. - withParam(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
String
array-valued parameter to the parameter map. - withParam(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
String
array-valued parameter to the parameter map. - withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- withPropertyNamingStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- withPropertyOrderStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify property order strategy.
- withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom property visibility strategy.
- withProvider(JsonProvider) - Method in interface jakarta.json.bind.JsonbBuilder
- withSerializers(JsonbSerializer...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- withStrictIJSON(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether strict I-JSON serialization compliance should be enforced.
- withSubtypes() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
If
true
, the set of expected types includes all direct and indirect subtypes of giventypes
. - wrapExpressionFactory(ExpressionFactory) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns a wrapper
ExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. - write(boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON true or false value within the current array, field or root context.
- write(double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(JsonStructure) - Method in interface jakarta.json.JsonWriter
- write(JsonValue) - Method in interface jakarta.json.JsonWriter
-
Writes the specified
JsonValue
to the output source. - write(JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON value within the current array, field or root context.
- write(OutputStream) - Method in interface jakarta.ws.rs.core.StreamingOutput
-
Called to write the message body.
- write(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON string value within the current array, field or root context.
- write(String, boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/boolean value pair in the current object context.
- write(String, double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/value pair in the current object context.
- write(String, String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/string value pair in the current object context.
- write(String, BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- writeArray(JsonArray) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
array
to the output source. - writeEnd() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the end of the current context.
- writeKey(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name with a colon.
- writeNull() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON null value within the current array, field or root context.
- writeNull(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/null value pair in an current object context.
- writeObject(JsonObject) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
object
to the output source. - WriterInterceptor - Interface in jakarta.ws.rs.ext
-
Interface for message body writer interceptors that wrap around calls to
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - WriterInterceptorContext - Interface in jakarta.ws.rs.ext
- writeStartArray() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start array character.
- writeStartArray(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start array character pair with in the current object context.
- writeStartObject() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start object character.
- writeStartObject(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start object character pair in the current object context.
- writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Write a type to an HTTP message.
- WWW_AUTHENTICATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
X
- xhtml(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/xhtml+xml" entity.
- xml(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/xml" entity.
All Classes All Packages