Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

GATEWAY_TIMEOUT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
504 Gateway Timeout, see HTTP/1.1 documentation.
Generated - Annotation Interface 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.
Generic Invocations - Search tag in package jakarta.ws.rs.client
Section
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 Interface in jakarta.ws.rs
Indicates that the annotated method responds to HTTP GET requests.
GET - Static variable in annotation interface 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 or AnnotatedParameter, 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, the AnnotatedMethod representing the producer method, or the AnnotatedField 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 the AnnotatedMethod 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 AnnotatedTypes 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 corresponding END_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 the BeanManager/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 the BeanManager/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 class 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.
getContexts(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Obtains all context objects, active and inactive, for the given scope.
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
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
Deprecated, for removal: This API element is subject to removal in a future version.
use ELAwareBeanManager, this method will be removed in CDI 5.0
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 of Event 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 class 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 or Contextual.
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 injected Event 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 created InjectionTarget 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.
getInterceptorBinding(Class<T>) - Method in interface jakarta.interceptor.InvocationContext
Returns the single annotation of given type present in the full set of interceptor binding annotations.
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.
getInterceptorBindings() - Method in interface jakarta.interceptor.InvocationContext
Returns the set of interceptor binding annotations for the method or constructor whose invocation is being intercepted.
getInterceptorBindings(Class<T>) - Method in interface jakarta.interceptor.InvocationContext
Returns all annotations of given type present in the full set of interceptor binding annotations.
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 class 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 class 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, the Method object in the case of method parameter injection or the Constructor 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 corresponding END_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 created Producer 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 created Producer 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 class 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, or null 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 if rel 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 class jakarta.ws.rs.client.ResponseProcessingException
Get the HTTP response for which the processing has failed.
getResponse() - Method in exception class jakarta.ws.rs.WebApplicationException
Get the HTTP response.
getRetryTime(Date) - Method in exception class 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 or null 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 over getSingletons.
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 of t.
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 class 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 of JsonString 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, or null 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, or null 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 - Enum constant in enum class 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 input JsonValue 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 input JsonValue elements.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form