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
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