Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abortOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
- abortWith(Response) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Abort the filter chain with a response.
- abortWith(Response) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Abort the filter chain with a response.
- absolute() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
- absolute() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
- absolute() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- absolute() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
- absolute() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
- AbstractMultivaluedMap<K,
V> - Class in javax.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 javax.ws.rs.core.AbstractMultivaluedMap
-
Initialize the backing store in the abstract parent multivalued map implementation.
- accept(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- accept(MediaType...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">HTTP/1.1 documentation}.
- ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.2">HTTP/1.1 documentation}.
- ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3">HTTP/1.1 documentation}.
- ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4">HTTP/1.1 documentation}.
- accepted() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status.
- accepted(Object) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
- ACCEPTED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
202 Accepted, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3">HTTP/1.1 documentation}.
- acceptEncoding(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable encodings.
- acceptLanguage(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acceptLanguage(Locale...) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acr - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- add() - Method in class javax.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 javax.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array. - add(double) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(long) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(String) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
. - add(String, boolean) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonValue#TRUE
or name/JsonValue#FALSE
pair to the JSON object associated with this object builder. - add(String, double) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, int) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, long) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, String) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonString
pair to the JSON object associated with this object builder. - add(String, BigDecimal) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, BigInteger) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, JsonArrayBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonArray
pair to the JSON object associated with this object builder. - add(String, JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonObject
pair to the JSON object associated with this object builder. - add(String, JsonValue) - Method in interface javax.json.JsonObjectBuilder
-
Adds a name/
JsonValue
pair to the JSON object associated with this object builder. - add(BigDecimal) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(BigInteger) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array. - add(JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array. - add(JsonValue) - Method in interface javax.json.JsonArrayBuilder
-
Adds a value to the array.
- add(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add a value to the current list of values for the supplied key.
- addAll(K, List<V>) - Method in class javax.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 javax.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 javax.ws.rs.core.AbstractMultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAll(K, V...) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.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 javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessBean
containing the givenBean
and then registers theBean
with the container, thereby making it available for injection into other beans. - addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a custom
Context
object with the container. - addDefaultSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the default config sources appearing on the builder's classpath including: System properties Environment properties /META-INF/microprofile-config.properties
- addDefinitionError(Throwable) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.enterprise.inject.spi.AfterDeploymentValidation
-
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
- addDiscoveredConverters() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the converters to be loaded via service loader pattern
- addDiscoveredSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the config sources appearing to be loaded via service loader pattern
- addFirst(K, V) - Method in class javax.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 javax.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 javax.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the first position in the value list. - addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
- addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type.
- addNull() - Method in interface javax.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array. - addNull(String) - Method in interface javax.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 javax.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the value list. - addObserverMethod(ObserverMethod<?>) - Method in interface javax.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. - addQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifier(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- address - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a scope type.
- addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a stereotype, and specifies its meta-annotations.
- addTag(String) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Add one single tag with the format: 'key=value'.
- addTags(String) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Add multiple tags delimited by commas.
- AFTER_COMPLETION - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies an after completion observer method, called during the after completion phase of the transaction.
- AFTER_FAILURE - Enum constant in enum class javax.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 - Enum constant in enum class javax.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 javax.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 javax.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 javax.enterprise.inject.spi
-
This event type is thrown by the container after type discovery is complete.
- ALL - Static variable in interface org.eclipse.microprofile.metrics.MetricFilter
-
Matches all metrics, regardless of type or name.
- allow(String...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- allow(Set<String>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- ALLOW - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.7">HTTP/1.1 documentation}.
- AlterableContext - Interface in javax.enterprise.context.spi
-
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
- Alternative - Annotation Interface in javax.enterprise.inject
-
Specifies that a bean is an alternative.
- ALWAYS - Enum constant in enum class javax.enterprise.event.Reception
-
Specifies that an observer method always receives event notifications.
- AmbiguousResolutionException - Exception in javax.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 javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
- amr - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Annotated - Interface in javax.enterprise.inject.spi
-
Represents a Java program element that can be annotated.
- AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
-
Represents a callable member of a Java type.
- AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
-
Represents a constructor of a Java class.
- AnnotatedField<X> - Interface in javax.enterprise.inject.spi
-
Represents a field of a Java class.
- AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
-
Represents a member of a Java type.
- AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
-
Represents a method of a Java type.
- AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
-
Represents a parameter of a method or constructor.
- AnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
Represents a Java class or interface.
- AnnotationLiteral<T extends Annotation> - Class in javax.enterprise.util
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class javax.enterprise.util.AnnotationLiteral
- annotationType() - Method in class javax.enterprise.util.AnnotationLiteral
- Any - Annotation Interface in javax.enterprise.inject
-
The built-in qualifier type.
- Application - Class in javax.ws.rs.core
-
Defines the components of a JAX-RS application and supplies additional meta-data.
- Application() - Constructor for class javax.ws.rs.core.Application
- APPLICATION - Enum constant in enum class javax.annotation.Resource.AuthenticationType
- APPLICATION - Enum constant in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
The Application (default) scoped MetricRegistry.
- APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for interceptors defined by applications.
- APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""application/atom+xml"" media type. - APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""application/atom+xml"" media type. - APPLICATION_FORM_URLENCODED - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""application/x-www-form-urlencoded"" media type. - APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""application/x-www-form-urlencoded"" media type. - APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""application/json"" media type. - APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""application/json"" media type. - APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""application/octet-stream"" media type. - APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""application/octet-stream"" media type. - APPLICATION_SVG_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""application/svg+xml"" media type. - APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""application/svg+xml"" media type. - APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""application/xhtml+xml"" media type. - APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""application/xhtml+xml"" media type. - APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""application/xml"" media type. - APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""application/xml"" media type. - ApplicationPath - Annotation Interface in javax.ws.rs
-
Identifies the application path that serves as the base URI for all resource URIs provided by
Path
. - ApplicationScoped - Annotation Interface in javax.enterprise.context
-
Specifies that a bean is application scoped.
- areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface javax.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 javax.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 - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts a constructor invocation
- AROUND_INVOKE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts method invocation
- AROUND_TIMEOUT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts a timeout
- AroundConstruct - Annotation Interface in javax.interceptor
-
Designates an interceptor method that receives a callback when the target class constructor is invoked.
- AroundInvoke - Annotation Interface in javax.interceptor
-
Defines an interceptor method that interposes on business methods.
- aroundReadFrom(ReaderInterceptorContext) - Method in interface javax.ws.rs.ext.ReaderInterceptor
- AroundTimeout - Annotation Interface in javax.interceptor
-
Defines an interceptor method that interposes on timeout methods.
- aroundWriteTo(WriterInterceptorContext) - Method in interface javax.ws.rs.ext.WriterInterceptor
- ARRAY - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON array.
- asMap() - Method in class javax.ws.rs.core.Form
-
Returns multivalued map representation of the form.
- async() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
- Asynchronous - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
Wrap the execution and invoke it asynchronously.
- AsyncInvoker - Interface in javax.ws.rs.client
-
Uniform interface for asynchronous invocation of HTTP methods.
- AsyncResponse - Interface in javax.ws.rs.container
-
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
- at_hash - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- aud - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- auth_time - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- AUTHENTICATION - Static variable in class javax.ws.rs.Priorities
-
Security authentication filter/interceptor priority.
- authenticationType() - Element in annotation interface javax.annotation.Resource
-
The authentication type to use for this resource.
- authMethod() - Element in annotation interface org.eclipse.microprofile.auth.LoginConfig
-
Soften the requirements here: The authMethod is used to configure the authentication mechanism for the JAX-RS application.
- AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8">HTTP/1.1 documentation}.
- AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
-
Security authorization filter/interceptor priority.
- azp - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
B
- BAD_GATEWAY - Enum constant in enum class javax.ws.rs.core.Response.Status
-
502 Bad Gateway, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.3">HTTP/1.1 documentation}.
- BAD_REQUEST - Enum constant in enum class javax.ws.rs.core.Response.Status
-
400 Bad Request, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1">HTTP/1.1 documentation}.
- BadRequestException - Exception in javax.ws.rs
-
A runtime exception indicating a
bad client request
. - BadRequestException() - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BASE - Enum constant in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
The Base scoped MetricRegistry.
- baseUri(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Set the base URI as a string for resolution of relative URIs.
- baseUri(URI) - Method in interface javax.ws.rs.core.Link.Builder
-
Set the base URI for resolution of relative URIs.
- BASIC_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Basic authentication.
- Bean<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled bean.
- BeanAttributes<T> - Interface in javax.enterprise.inject.spi
-
The BeanAttributes interface exposes the basic attributes of a bean.
- BeanManager - Interface in javax.enterprise.inject.spi
-
Allows a portable extension to interact directly with the container.
- BeanParam - Annotation Interface in javax.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 - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies a before completion observer method, called during the before completion phase of the transaction.
- BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
-
This event type is thrown by the container before the bean discovery process begins.
- BeforeShutdown - Interface in javax.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 javax.enterprise.context.Conversation
-
Mark the current transient conversation long-running.
- begin(String) - Method in interface javax.enterprise.context.Conversation
-
Mark the current transient conversation long-running, with a specified identifier.
- bigDecimalValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - bigIntegerValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - bigIntegerValueExact() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - birthdate - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- BITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represents bits.
- bufferEntity() - Method in class javax.ws.rs.core.Response
-
Buffer the message entity data.
- build() - Method in interface javax.json.JsonArrayBuilder
-
Returns the current array.
- build() - Method in interface javax.json.JsonObjectBuilder
-
Returns the JSON object associated with this object builder.
- build() - Method in class javax.ws.rs.client.ClientBuilder
-
Build a new client instance using all the configuration previously specified in this client builder.
- build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Create a Response instance from the current ResponseBuilder.
- build() - Method in class javax.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 org.eclipse.microprofile.config.spi.ConfigBuilder
-
Build the
Config
object. - build() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- build(Object...) - Method in interface javax.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters.
- build(Object...) - Method in class javax.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 javax.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name.
- build(String, Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name and request entity.
- buildDelete() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a DELETE request invocation.
- builder() - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
- buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromEncodedMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>, boolean) - Method in class javax.ws.rs.core.UriBuilder
-
Build a URI.
- buildGet() - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a GET request invocation.
- buildPost(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a POST request invocation.
- buildPut(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Build a PUT request invocation.
- buildRelativized(URI, Object...) - Method in interface javax.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.
- Bulkhead - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
Define bulkhead policy to limit the number of the concurrent calls to an instance.
- BulkheadException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
-
The exception should be thrown when Bulkhead implementation throws an exception, e.g.
- BulkheadException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BulkheadException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BulkheadException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BulkheadException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BusyConversationException - Exception in javax.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 javax.enterprise.context.BusyConversationException
- BusyConversationException(String) - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
- BusyConversationException(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
- BYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
C
- c_hash - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">HTTP/1.1 documentation}.
- cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheControl - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- call() - Method in interface org.eclipse.microprofile.health.HealthCheck
- cancel() - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface javax.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- CDI<T> - Class in javax.enterprise.inject.spi
-
Provides access to the current container.
- CDI() - Constructor for class javax.enterprise.inject.spi.CDI
- CDIProvider - Interface in javax.enterprise.inject.spi
-
Interface implemented by a CDI provider to provide access to the current container
- CHARSET_PARAMETER - Static variable in class javax.ws.rs.core.MediaType
-
The media type
charset
parameter name. - CircuitBreaker - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
Define the Circuit Breaker policy
- CircuitBreakerOpenException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
-
The exception should be thrown when circuit breaker is open.
- CircuitBreakerOpenException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
- CircuitBreakerOpenException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
- CircuitBreakerOpenException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
- CircuitBreakerOpenException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
- claim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
A utility method to access a claim value in an Optional wrapper
- Claim - Annotation Interface in org.eclipse.microprofile.jwt
-
Annotation used to signify an injection point for a
ClaimValue
from aJsonWebToken
- Claims - Enum Class in org.eclipse.microprofile.jwt
-
This enum represents the standardized claims that the MP-JWT specification allows for in terms of interoperability.
- ClaimValue<T> - Interface in org.eclipse.microprofile.jwt
-
A representation of a claim in a
JsonWebToken
- className() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
DataSource implementation class name which implements:
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- Client - Interface in javax.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 - Enum constant in enum class javax.ws.rs.RuntimeType
-
JAX-RS client run-time.
- CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_ERROR - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
4xx
HTTP status codes. - ClientBuilder - Class in javax.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances. - ClientBuilder() - Constructor for class javax.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the
ClientBuilder
class. - ClientErrorException - Exception in javax.ws.rs
-
A base runtime application exception indicating a client request error (HTTP
4xx
status codes). - ClientErrorException(int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientRequestContext - Interface in javax.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in javax.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in javax.ws.rs.client
-
An extension interface implemented by client response filters.
- clone() - Method in class javax.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class javax.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- close() - Method in interface javax.json.JsonReader
-
Closes this reader and frees any resources associated with the reader.
- close() - Method in interface javax.json.JsonWriter
-
Closes this JSON writer and frees any resources associated with the writer.
- close() - Method in interface javax.json.stream.JsonGenerator
-
Closes this generator and frees any resources associated with it.
- close() - Method in interface javax.json.stream.JsonParser
-
Closes this parser and frees any resources associated with the parser.
- close() - Method in interface javax.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class javax.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 org.eclipse.microprofile.metrics.Timer.Context
-
Equivalent to calling
Timer.Context.stop()
. - cnf - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- comments() - Element in annotation interface javax.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 javax.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- CompletionCallback - Interface in javax.ws.rs.container
-
A request processing callback that receives request processing completion events.
- Config - Interface in org.eclipse.microprofile.config
-
Resolves the property value by searching through all configured
ConfigSources
. - CONFIG_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
- ConfigBuilder - Interface in org.eclipse.microprofile.config.spi
-
Builder for manually creating an instance of a
Config
. - ConfigProperty - Annotation Interface in org.eclipse.microprofile.config.inject
-
Binds the injection point with a configured value.
- ConfigProvider - Class in org.eclipse.microprofile.config
-
This is the central class to access a
Config
. - ConfigProviderResolver - Class in org.eclipse.microprofile.config.spi
-
This class is not intended to be used by end-users but for portable container integration purpose only.
- ConfigProviderResolver() - Constructor for class org.eclipse.microprofile.config.spi.ConfigProviderResolver
- ConfigSource - Interface in org.eclipse.microprofile.config.spi
-
Implement this interfaces to provide a ConfigSource.
- ConfigSourceProvider - Interface in org.eclipse.microprofile.config.spi
-
Implement this interfaces to provide multiple ConfigSources.
- Configurable<C extends Configurable> - Interface in javax.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- Configuration - Interface in javax.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context. - configure(ResourceInfo, FeatureContext) - Method in interface javax.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 javax.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configuredProvider - Static variable in class javax.enterprise.inject.spi.CDI
- CONFLICT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
409 Conflict, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10">HTTP/1.1 documentation}.
- ConnectionCallback - Interface in javax.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous response
lifecycle events. - ConstrainedTo - Annotation Interface in javax.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- Consumes - Annotation Interface in javax.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept. - CONTAINER - Enum constant in enum class javax.annotation.Resource.AuthenticationType
- ContainerRequestContext - Interface in javax.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in javax.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in javax.ws.rs.container
-
An extension interface implemented by container response filters.
- containsClaim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
Verify is a given claim exists
- containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://tools.ietf.org/html/rfc2183">IETF RFC-2183}.
- CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">HTTP/1.1 documentation}.
- CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://tools.ietf.org/html/rfc2392">IETF RFC-2392}.
- CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.12">HTTP/1.1 documentation}.
- CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">HTTP/1.1 documentation}.
- CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14">HTTP/1.1 documentation}.
- CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">HTTP/1.1 documentation}.
- contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- Context - Interface in javax.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Interface in javax.ws.rs.core
-
This annotation is used to inject information into a class field, bean property or method parameter.
- ContextException - Exception in javax.enterprise.context
-
Indicates a problem relating to context management.
- ContextException() - Constructor for exception javax.enterprise.context.ContextException
- ContextException(String) - Constructor for exception javax.enterprise.context.ContextException
- ContextException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextException
- ContextException(Throwable) - Constructor for exception javax.enterprise.context.ContextException
- ContextNotActiveException - Exception in javax.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextNotActiveException(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
- ContextResolver<T> - Interface in javax.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- Contextual<T> - Interface in javax.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- Conversation - Interface in javax.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.
- ConversationScoped - Annotation Interface in javax.enterprise.context
-
Specifies that a bean is conversation scoped.
- convert(String) - Method in interface org.eclipse.microprofile.config.spi.Converter
-
Configure the string value to a specified type
- Converter<T> - Interface in org.eclipse.microprofile.config.spi
-
Interface for converting configured values from String to any Java type.
- cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(Cookie) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- Cookie - Class in javax.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109}.
- CookieParam - Annotation Interface in javax.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
- Counted - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method, constructor, or class as counted.
- counter(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- counter(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- Counter - Interface in org.eclipse.microprofile.metrics
-
An incrementing and decrementing counter metric.
- COUNTER - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A Counter monotonically in-/decreases its values.
- Counting - Interface in org.eclipse.microprofile.metrics
-
An interface for metric types which have counts.
- create(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- createAnnotatedType(Class<T>) - Method in interface javax.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 javax.json.Json
-
Creates a JSON array builder
- createArrayBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to buildJsonArray
- createArrayBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON array builder
- createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
- createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBeanAttributes(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBuilderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtain an instance of a
CreationalContext
for the given contextual type, or for a non-contextual object. - created(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- CREATED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
201 Created, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2">HTTP/1.1 documentation}.
- createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createGenerator(OutputStream) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(OutputStream) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(Writer) - Static method in class javax.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface javax.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a generator factory for creating
JsonGenerator
objects. - createGeneratorFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances. - createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain an instance of a
RuntimeDelegate.HeaderDelegate
for the supplied class. - createInjectionPoint(AnnotatedField<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedField
. - createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedParameter
. - createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains an
InjectionTarget
for the givenAnnotatedType
. - createInjectionTarget(Bean<T>) - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
-
Create a new injection target for a bean.
- createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Link.Builder
. - createObjectBuilder() - Static method in class javax.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface javax.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to buildJsonObject
. - createObjectBuilder() - Method in class javax.json.spi.JsonProvider
-
Creates a JSON object builder
- createParser(InputStream) - Static method in class javax.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Static method in class javax.json.Json
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParser(JsonArray) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface javax.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParserFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a parser factory for creating
JsonParser
objects. - createParserFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParser
instances. - createProducer(Bean<T>) - Method in interface javax.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- createReader(InputStream) - Static method in class javax.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Static method in class javax.json.Json
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface javax.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class javax.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReaderFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a reader factory for creating
JsonReader
objects. - createReaderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReader
objects. - createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Response.ResponseBuilder
. - createResponseBuilder() - Method in interface org.eclipse.microprofile.health.spi.HealthCheckResponseProvider
- createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
UriBuilder
. - createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Variant.VariantListBuilder
. - createWriter(OutputStream) - Static method in class javax.json.Json
- createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
- createWriter(Writer) - Static method in class javax.json.Json
- createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
- createWriter(Writer) - Method in class javax.json.spi.JsonProvider
- createWriterFactory(Map<String, ?>) - Static method in class javax.json.Json
-
Creates a writer factory for creating
JsonWriter
objects. - createWriterFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriter
objects. - CreationalContext<T> - Interface in javax.enterprise.context.spi
-
Provides operations that are used by the
Contextual
implementation during instance creation and destruction. - CreationException - Exception in javax.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(String) - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(String, Throwable) - Constructor for exception javax.enterprise.inject.CreationException
- CreationException(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
- current() - Static method in class javax.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
D
- databaseName() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- DataSourceDefinition - Annotation Interface in javax.annotation.sql
-
Annotation used to define a container
DataSource
and be registered with JNDI. - DataSourceDefinitions - Annotation Interface in javax.annotation.sql
-
Declares one or more
DataSourceDefinition
annotations. - date() - Element in annotation interface javax.annotation.Generated
-
Date when the source was generated.
- DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18">HTTP/1.1 documentation}.
- DAYS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- dec() - Method in interface org.eclipse.microprofile.metrics.Counter
-
Decrement the counter by one.
- dec(long) - Method in interface org.eclipse.microprofile.metrics.Counter
-
Decrement the counter by
n
. - DeclareRoles - Annotation Interface in javax.annotation.security
-
Used by application to declare roles.
- Decorated - Annotation Interface in javax.enterprise.inject
-
A decorator may inject metadata about the bean it is decorating
- Decorator<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled decorator.
- Decorator - Annotation Interface in javax.decorator
-
Specifies that a class is a decorator.
- Default - Annotation Interface in javax.enterprise.inject
-
The default qualifier type.
- DEFAULT() - Constructor for class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
- DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
-
Specifies that the cookie expires with the current application/browser session.
- DEFAULT_VERSION - Static variable in class javax.ws.rs.core.Cookie
-
Cookies using the default version correspond to RFC 2109.
- defaultValue() - Element in annotation interface org.eclipse.microprofile.config.inject.ConfigProperty
-
The default value if the configured property value does not exist.
- DefaultValue - Annotation Interface in javax.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 javax.enterprise.inject.spi
-
Thrown when a definition error occurs.
- DefinitionException(String) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- DefinitionException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- DefinitionException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
- delay() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The delay.
- delay() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The delay between retries.
- delayUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
- delayUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
- Delegate - Annotation Interface in javax.decorator
-
Identifies the delegate injection point of a decorator.
- delete() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- DELETE - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP DELETE requests.
- DELETE - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP DELETE method.
- DenyAll - Annotation Interface in javax.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.
- Dependent - Annotation Interface in javax.enterprise.context
-
Specifies that a bean belongs to the dependent pseudo-scope.
- DeploymentException - Exception in javax.enterprise.inject.spi
-
Thrown when a deployment problem occurs.
- DeploymentException(String) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
- DeploymentException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
- DeploymentException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
- description() - Element in annotation interface javax.annotation.Resource
-
Description of this resource.
- description() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Description of this data source
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
- dest - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- destroy(Contextual<?>) - Method in interface javax.enterprise.context.spi.AlterableContext
-
Destroy the existing contextual instance.
- destroy(T) - Method in interface javax.enterprise.inject.Instance
-
On
Instance.destroy(Object)
being 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 javax.enterprise.context.spi.Contextual
-
Destroy an instance of the contextual type.
- Destroyed - Annotation Interface in javax.enterprise.context
-
The
@Destroyed
qualifier. - DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Digest authentication.
- discoveredProviders - Static variable in class javax.enterprise.inject.spi.CDI
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
- dispose() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Dispose of the instance, doing any necessary cleanup
- dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
-
Destroys the instance.
- Disposes - Annotation Interface in javax.enterprise.inject
-
Identifies the disposed parameter of a disposer method.
- doubleValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
double
. - down() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- DOWN - Enum constant in enum class org.eclipse.microprofile.health.HealthCheckResponse.State
- dump(OutputStream) - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Writes the values of the snapshot to the given stream.
- durationUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
- during() - Element in annotation interface javax.enterprise.event.Observes
-
Specifies at what time the observer method is notified.
- DynamicFeature - Interface in javax.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
- email - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- email_verified - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Encoded - Annotation Interface in javax.ws.rs
-
Disables automatic decoding of parameter values bound using
QueryParam
,PathParam
,FormParam
orMatrixParam
. - encoding(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity content encoding.
- encodings(String...) - Static method in class javax.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported encodings. - encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding(s) for this variant.
- end() - Method in interface javax.enterprise.context.Conversation
-
Marks the current long-running conversation transient.
- END_ARRAY - Enum constant in enum class javax.json.stream.JsonParser.Event
-
End of a JSON array.
- END_OBJECT - Enum constant in enum class javax.json.stream.JsonParser.Event
-
End of a JSON object.
- entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object, Annotation[]) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(T, String) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType, Annotation[]) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant, Annotation[]) - Static method in class javax.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- Entity<T> - Class in javax.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- ENTITY_CODER - Static variable in class javax.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- EntityTag - Class in javax.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 javax.ws.rs.core.EntityTag
-
Creates a new instance of a strong
EntityTag
. - EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
-
Creates a new instance of an
EntityTag
. - entrySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- equals(Object) - Method in class javax.enterprise.util.AnnotationLiteral
- equals(Object) - Method in class javax.enterprise.util.TypeLiteral
- equals(Object) - Method in interface javax.json.JsonNumber
-
Compares the specified object with this
JsonNumber
object for equality. - equals(Object) - Method in interface javax.json.JsonString
-
Compares the specified object with this
JsonString
for equality. - equals(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- equals(Object) - Method in class javax.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 javax.ws.rs.core.Cookie
-
Compare for equality.
- equals(Object) - Method in class javax.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 javax.ws.rs.core.GenericEntity
- equals(Object) - Method in class javax.ws.rs.core.GenericType
- equals(Object) - Method in class javax.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 javax.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class javax.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 javax.ws.rs.core.AbstractMultivaluedMap
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Compare the specified map with this map for equality modulo the order of values for each key.
- ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">HTTP/1.1 documentation}.
- evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently exist.
- evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- Event<T> - Interface in javax.enterprise.event
-
Allows the application to fire events of a particular type.
- EventMetadata - Interface in javax.enterprise.inject.spi
-
Provides access to metadata about an observed event payload.
- ExceptionMapper<E extends Throwable> - Interface in javax.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response
. - ExcludeClassInterceptors - Annotation Interface in javax.interceptor
-
Used to exclude class-level interceptors for a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.
- ExcludeDefaultInterceptors - Annotation Interface in javax.interceptor
-
Used to exclude default interceptors for a target class or a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.
- ExecutionContext - Interface in org.eclipse.microprofile.faulttolerance
-
The execution context for the method being executed.
- exp - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- EXPECTATION_FAILED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
417 Expectation Failed, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18">HTTP/1.1 documentation}.
- expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.1 documentation}.
- Extension - Interface in javax.enterprise.inject.spi
-
Service interface implemented by extensions.
F
- failed(Throwable) - Method in interface javax.ws.rs.client.InvocationCallback
-
Called when the invocation has failed for any reason.
- failOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
Define the failure criteria
- failureRatio() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The failure threshold to trigger the circuit to open.
- Fallback - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
The fallback annotation to define the fallback handler class so that a failure can be handled properly.
- Fallback.DEFAULT - Class in org.eclipse.microprofile.faulttolerance
-
Create a default class so the value is not required to be set all the time.
- FallbackHandler<T> - Interface in org.eclipse.microprofile.faulttolerance
-
The handler instance used by the container to service a fallback invocation is a non-contextual instance created using the CDI SPI.
- fallbackMethod() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Fallback
-
Specify the method name to be fallbacked to.
- FALSE - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON false.
- FALSE - Static variable in interface javax.json.JsonValue
-
JSON false value
- family_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- familyOf(int) - Static method in enum class javax.ws.rs.core.Response.Status.Family
-
Get the response status family for the status code.
- FaultToleranceDefinitionException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
-
The exception should be thrown when the definition of any Fault Tolerance annotations is invalid.
- FaultToleranceDefinitionException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
- FaultToleranceDefinitionException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
- FaultToleranceDefinitionException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
- FaultToleranceDefinitionException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
- FaultToleranceException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
-
The exception should be thrown when the maximum retries is reached or overall retry duration is reached, circuit breaker is open, timeout occurred.
- FaultToleranceException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
- FaultToleranceException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
- FaultToleranceException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
- FaultToleranceException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
- Feature - Interface in javax.ws.rs.core
-
A feature extension contract.
- FeatureContext - Interface in javax.ws.rs.core
-
A configurable context passed to
Feature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration. - filter(ClientRequestContext) - Method in interface javax.ws.rs.client.ClientRequestFilter
-
Filter method called before a request has been dispatched to a client transport layer.
- filter(ClientRequestContext, ClientResponseContext) - Method in interface javax.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 javax.ws.rs.container.ContainerRequestFilter
-
Filter method called before a request has been dispatched to a resource.
- filter(ContainerRequestContext, ContainerResponseContext) - Method in interface javax.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. - fire(T) - Method in interface javax.enterprise.event.Event
-
Fires an event with the specified qualifiers and notifies observers.
- fireEvent(Object, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Fire an event and notify observers.
- flush() - Method in interface javax.json.stream.JsonGenerator
-
Flushes the underlying output source.
- FORBIDDEN - Enum constant in enum class javax.ws.rs.core.Response.Status
-
403 Forbidden, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4">HTTP/1.1 documentation}.
- ForbiddenException - Exception in javax.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 javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String) - Constructor for exception javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response) - Constructor for exception javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response) - Constructor for exception javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- forClassLoader(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Return the ConfigBuilder for a given classloader
- form(Form) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- form(MultivaluedMap<String, String>) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- Form - Class in javax.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 javax.ws.rs.core.Form
-
Create a new form data instance.
- Form(String, String) - Constructor for class javax.ws.rs.core.Form
-
Create a new form data instance with a single parameter entry.
- Form(MultivaluedMap<String, String>) - Constructor for class javax.ws.rs.core.Form
-
Create a new form data instance and register a custom underlying parameter store.
- FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Form authentication.
- FormParam - Annotation Interface in javax.ws.rs
-
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
- FOUND - Enum constant in enum class javax.ws.rs.core.Response.Status
-
302 Found, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.3">HTTP/1.1 documentation}.
- fragment(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI fragment.
- from(Class<?>) - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Convert the metric class type into an enum
- from(String) - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Convert the string representation into an enum
- fromLink(Link) - Static method in class javax.ws.rs.core.Link
-
Create a new builder instance initialized from another link.
- fromLink(Link) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance initialized from a Link.
- fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a
Path
-annotated method. - fromPath(String) - Static method in class javax.ws.rs.core.Link
-
Convenience method to build a link from a path.
- fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a URI path.
- fromResource(Class<?>) - Static method in class javax.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a root resource class.
- fromResponse(Response) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
- fromStatusCode(int) - Static method in enum class javax.ws.rs.core.Response.Status
-
Convert a numerical status code into the corresponding Status.
- fromString(String) - Method in interface javax.ws.rs.ext.ParamConverter
-
Parse the supplied value and create an instance of
T
. - fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Parse the supplied value and create an instance of
T
. - fromUri(String) - Static method in class javax.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI represented as a string.
- fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUri(URI) - Static method in class javax.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI.
- fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUriBuilder(UriBuilder) - Static method in class javax.ws.rs.core.Link
-
Create a new builder instance initialized from a URI builder.
- full_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
G
- GATEWAY_TIMEOUT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
504 Gateway Timeout, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.5">HTTP/1.1 documentation}.
- Gauge<T> - Interface in org.eclipse.microprofile.metrics
-
A gauge metric is an instantaneous reading of a particular value.
- Gauge - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method or field as a gauge.
- GAUGE - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A Gauge has values that 'arbitrarily' goes up/down at each sampling.
- gender - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Generated - Annotation Interface in javax.annotation
-
The Generated annotation is used to mark source code that has been generated.
- GenericEntity<T> - Class in javax.ws.rs.core
-
Represents a message entity of a generic type
T
. - GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericType<T> - Class in javax.ws.rs.core
-
Represents a generic message entity type
T
. - GenericType() - Constructor for class javax.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType(Type) - Constructor for class javax.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type information and deriving the class.
- get() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Get the instance
- get() - Method in interface javax.inject.Provider
-
Provides a fully-constructed and injected instance of
T
. - get() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- get(Contextual<T>) - Method in interface javax.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 javax.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 javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- GET - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP GET method.
- get75thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the value at the 75th percentile in the distribution.
- get95thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the value at the 95th percentile in the distribution.
- get98thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the value at the 98th percentile in the distribution.
- get999thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the value at the 99.9th percentile in the distribution.
- get99thPercentile() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the value at the 99th percentile in the distribution.
- getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAcceptableLanguages() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAllowedMethods() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class javax.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
- getAnnotated() - Method in interface javax.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 javax.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 javax.enterprise.inject.spi.ProcessBeanAttributes
- getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
-
Returns the
AnnotatedType
representing the bean class. - getAnnotatedDisposedParameter() - Method in interface javax.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 javax.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 javax.enterprise.inject.spi.ProcessProducer
-
Returns the
AnnotatedField
representing the producer field or theAnnotatedMethod
representing the producer method. - getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
The
AnnotatedMethod
representing the observer method. - getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedField
representing the producer field. - getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedMethod
representing the producer method. - getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
Returns the
AnnotatedType
object that will be used by the container to read the declared annotations. - getAnnotatedType() - Method in interface javax.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 javax.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 javax.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 javax.enterprise.inject.spi.Annotated
-
Get program element annotation of a certain annotation type.
- getAnnotations() - Method in interface javax.enterprise.inject.spi.Annotated
-
Get all annotations of the program element.
- getAnnotations() - Method in class javax.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
- getAudience() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
The aud(Audience) claim identifies the recipients that the JWT is intended for.
- getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect the resource.
- getBaseType() - Method in interface javax.enterprise.inject.spi.Annotated
-
Get the type of the annotated program element.
- getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBean() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Get the
Bean
object representing the bean that defines the injection point. - getBean() - Method in interface javax.enterprise.inject.spi.ProcessBean
-
Returns the
Bean
object that is about to be registered. - getBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
- getBeanClass() - Method in interface javax.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 javax.enterprise.inject.spi.ObserverMethod
-
Obtains the class of the type that declares the observer method.
- getBeanManager() - Method in class javax.enterprise.inject.spi.CDI
-
Get the CDI BeanManager for the current context
- getBeans(Type, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
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 was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of typesafe resolution.
- getBeans(String) - Method in interface javax.enterprise.inject.spi.BeanManager
-
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 was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of EL name resolution.
- getBigDecimal() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as a
BigDecimal
. - getBoolean(int) - Method in interface javax.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(int, boolean) - Method in interface javax.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(String) - Method in interface javax.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getBoolean(String, boolean) - Method in interface javax.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getBuilder() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Create a fresh
ConfigBuilder
instance. - getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getCDI() - Method in interface javax.enterprise.inject.spi.CDIProvider
-
Provides access to the current container
- getChallenges() - Method in exception javax.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 javax.json.JsonString
-
Returns the char sequence for the JSON String value
- getClaim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
Access the value of the indicated claim.
- getClaimNames() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
Access the names of all claims are associated with this token.
- getClasses() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes. - getClasses() - Method in interface javax.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) classes to be instantiated, injected and utilized in the scope of the configurable instance. - getClient() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getColumnNumber() - Method in interface javax.json.stream.JsonLocation
-
Return the column number for the current JSON event in the input source.
- getComment() - Method in class javax.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getConfig() - Static method in class org.eclipse.microprofile.config.ConfigProvider
-
Provide a
Config
based on allConfigSources
of the current Thread Context ClassLoader (TCCL) TheConfig
will be stored for future retrieval. - getConfig() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
- getConfig(ClassLoader) - Static method in class org.eclipse.microprofile.config.ConfigProvider
-
Provide a
Config
based on allConfigSources
of the specified ClassLoader - getConfig(ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
- getConfigInUse() - Method in interface javax.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 javax.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 javax.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 javax.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 javax.json.stream.JsonParserFactory
-
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
- getConfigSources() - Method in interface org.eclipse.microprofile.config.Config
- getConfigSources(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider
-
Return the collection of
ConfigSource
s. - getConfiguration() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface javax.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConstructor() - Method in interface javax.interceptor.InvocationContext
-
Returns the constructor of the target class for which the interceptor was invoked.
- getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Get the constructors of the type.
- getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
-
Get a context of type
T
that is applicable to the supplied type. - getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains an active context object for the given scope .
- getContextData() - Method in interface javax.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method,and/or webservices context in the invocation chain.
- getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContracts(Class<?>) - Method in interface javax.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 javax.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 javax.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class javax.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getCount() - Method in interface org.eclipse.microprofile.metrics.Counter
-
Returns the counter's current value.
- getCount() - Method in interface org.eclipse.microprofile.metrics.Counting
-
Returns the current count.
- getCount() - Method in interface org.eclipse.microprofile.metrics.Histogram
-
Returns the number of values recorded.
- getCount() - Method in interface org.eclipse.microprofile.metrics.Meter
- getCount() - Method in interface org.eclipse.microprofile.metrics.Metered
-
Returns the number of events which have been marked.
- getCount() - Method in interface org.eclipse.microprofile.metrics.Timer
- getCounters() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their names.
- getCounters(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their names which match the given filter.
- getData() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
- getDate() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class javax.ws.rs.core.Response
-
Get message date.
- getDeclaringCallable() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
-
Get the declaring method or constructor.
- getDeclaringType() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
-
Get the type which defines this member.
- getDecoratedTypes() - Method in interface javax.enterprise.inject.spi.Decorator
-
Obtains the decorated types.
- getDecorators() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
- getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
-
Obtains the qualifiers of the delegate injection point.
- getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
-
Obtains the type of the delegate injection point.
- getDescription() - Method in enum class org.eclipse.microprofile.jwt.Claims
- getDescription() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Returns the description of the metric.
- getDisplayName() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Returns the display name if set, otherwise this method returns the metric name.
- getDomain() - Method in class javax.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getEjbName() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
-
Returns the EJB name of the session bean.
- getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns a
ELResolver
that resolves beans by EL name. - getEncoding() - Method in class javax.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class javax.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class javax.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class javax.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class javax.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityStream() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class javax.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExpirationTime() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
The exp (Expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing in seconds since 1970-01-01T00:00:00Z UTC
- getExpiry() - Method in class javax.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExtension(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains the container's instance of an Extension class declared in
META-INF/services
. - getFamily() - Method in enum class javax.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Get the fields of the type.
- getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
- getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
-
Returns the fifteen-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
- getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
- getFirst(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
- getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
-
Returns the five-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
- getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
- getGauges() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their names.
- getGauges(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their names which match the given filter.
- getGenericType() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGroups() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
The groups claim provides the group names the JWT principal has been granted.
- getHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in class javax.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class javax.ws.rs.core.Response
-
Get a message header as a single string value.
- getHistograms() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the histograms in the registry and their names.
- getHistograms(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the histograms in the registry and their names which match the given filter.
- getHostnameVerifier() - Method in interface javax.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 javax.enterprise.context.Conversation
-
Get the identifier of the current long-running conversation.
- getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
-
A string that uniquely identifies the instance of
Bean
orContextual
. - getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains an injectable reference for a certain injection point.
- getInjectionPoint() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
Get the
InjectionPoint
representing the injectedEvent
instance which fired the event, ornull
if it was fired fromBeanManager.fireEvent(Object, Annotation...)
; - getInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
- getInjectionPoints() - Method in interface javax.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 javax.enterprise.inject.spi.Producer
-
Returns the set of all
InjectionPoints
. - getInjectionTarget() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
InjectionTarget
object that will be used by the container to perform injection. - getInjectionTargetFactory(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
An implementation of
InjectionTargetFactory
that provides container createdInjectionTarget
instances. - getInputStream() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain a
RuntimeDelegate
instance. - getInstances() - Method in interface javax.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 javax.json.stream.JsonParser
-
Returns a JSON number as an integer.
- getInt(int) - Method in interface javax.json.JsonArray
-
A convenience method for
getJsonNumber(index).intValue()
. - getInt(int, int) - Method in interface javax.json.JsonArray
-
Returns the int value of the
JsonNumber
at the specified position. - getInt(String) - Method in interface javax.json.JsonObject
-
A convenience method for
getJsonNumber(name).intValue()
- getInt(String, int) - Method in interface javax.json.JsonObject
-
Returns the int value of the associated
JsonNumber
mapping for the specified name. - getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains the set of meta-annotations for a certain interceptor binding type .
- getInterceptorBindingHashCode(Annotation) - Method in interface javax.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 javax.enterprise.inject.spi.Interceptor
-
Obtains the interceptor bindings of the interceptor.
- getInterceptors() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
- getIssuedAtTime() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
The iat(Issued at time) claim identifies the time at which the JWT was issued in seconds since 1970-01-01T00:00:00Z UTC
- getIssuer() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
The iss(Issuer) claim identifies the principal that issued the JWT
- getJavaClass() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Get the underlying
Class
. - getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
-
Get the underlying
Constructor
. - getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
-
Get the underlying
Field
. - getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
-
Get the underlying
Member
. - getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
-
Get the underlying
Method
. - getJsonArray(int) - Method in interface javax.json.JsonArray
-
Returns the array value at the specified position in this array.
- getJsonArray(String) - Method in interface javax.json.JsonObject
-
Returns the array value to which the specified name is mapped.
- getJsonNumber(int) - Method in interface javax.json.JsonArray
-
Returns the number value at the specified position in this array.
- getJsonNumber(String) - Method in interface javax.json.JsonObject
-
Returns the number value to which the specified name is mapped.
- getJsonObject(int) - Method in interface javax.json.JsonArray
-
Returns the object value at the specified position in this array.
- getJsonObject(String) - Method in interface javax.json.JsonObject
-
Returns the object value to which the specified name is mapped.
- getJsonString(int) - Method in interface javax.json.JsonArray
-
Returns the string value at ths specified position in this array.
- getJsonString(String) - Method in interface javax.json.JsonObject
-
Returns the string value to which the specified name is mapped.
- getLanguage() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class javax.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class javax.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class javax.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class javax.ws.rs.core.Variant
-
Get the string representation of the variant language, or
null
if no language has been set. - getLastModified() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class javax.ws.rs.core.Response
-
Get the last modified date.
- getLength() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class javax.ws.rs.core.Response
-
Get Content-Length value.
- getLineNumber() - Method in interface javax.json.stream.JsonLocation
-
Return the line number for the current JSON event in the input source.
- getLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class javax.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in class javax.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation. - getLinks() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class javax.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getLocation() - Method in interface javax.json.stream.JsonParser
-
Return the location that corresponds to the parser's current state in the JSON input source.
- getLocation() - Method in exception javax.json.stream.JsonParsingException
-
Return the location of the incorrect JSON.
- getLocation() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class javax.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception javax.ws.rs.RedirectionException
-
Get the redirection response location.
- getLong() - Method in interface javax.json.stream.JsonParser
-
Returns a JSON number as a long.
- getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface javax.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMax() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the highest value in the snapshot.
- getMaxAge() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class javax.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMean() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the arithmetic mean of the values in the snapshot.
- getMeanRate() - Method in interface org.eclipse.microprofile.metrics.Meter
- getMeanRate() - Method in interface org.eclipse.microprofile.metrics.Metered
-
Returns the mean rate at which events have occurred since the meter was created.
- getMeanRate() - Method in interface org.eclipse.microprofile.metrics.Timer
- getMedian() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the median value in the distribution.
- getMediaType() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class javax.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class javax.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class javax.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMember() - Method in interface javax.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 javax.ws.rs.ext.Providers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
-
Get a message body writer that matches a set of criteria.
- getMetadata() - Method in class javax.ws.rs.core.Response
- getMetadata() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the metadata in the registry and their names.
- getMeters() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the meters in the registry and their names.
- getMeters(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the meters in the registry and their names which match the given filter.
- getMethod() - Method in interface javax.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor was invoked.
- getMethod() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the request method.
- getMethod() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the request method.
- getMethod() - Method in interface javax.ws.rs.core.Request
-
Get the request method, e.g.
- getMethod() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
-
Returns the method being executed
- getMethods() - Method in interface javax.enterprise.inject.spi.AnnotatedType
-
Get the methods of the type.
- getMetrics() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the metrics in the registry and their names.
- getMin() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the lowest value in the snapshot.
- getName() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Obtains the EL name of a bean, if it has one.
- getName() - Method in class javax.ws.rs.core.Cookie
-
Get the name of the cookie.
- getName() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
The name of the config might be used for logging or analysis of configured values.
- getName() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
- getName() - Method in interface org.eclipse.microprofile.jwt.ClaimValue
-
Access the name of the claim.
- getName() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
Returns the unique name of this principal.
- getName() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Returns the metric name.
- getName() - Method in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
Returns the name of the MetricRegistry scope.
- getNames() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a set of the names of all the metrics in the registry.
- getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getObservedQualifiers() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Obtains the set of observed event qualifiers.
- getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Obtains the observed event type.
- getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
-
The
ObserverMethod
object that will be used by the container to invoke the observer when a matching event is fired. - getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
- getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
-
Returns the one-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
- getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
- getOptionalValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Return the resolved property value with the specified type for the specified property name from the underlying
ConfigSources
. - getOrdinal() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Return the ordinal for this config source.
- getOutputStream() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getParameters() - Method in interface javax.enterprise.inject.spi.AnnotatedCallable
-
Get the parameters of the callable member.
- getParameters() - Method in interface javax.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or constructor of the target class.
- getParameters() - Method in class javax.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParameters() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
-
Returns the parameter values being passed to the method
- getParams() - Method in class javax.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters defined on this link.
- getParams() - Method in class javax.ws.rs.core.Link.JaxbLink
-
Get the parameter map for this link.
- getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns the
PassivationCapable
bean with the given identifier. - getPath() - Method in class javax.ws.rs.core.Cookie
-
Get the path of the cookie.
- getPath() - Method in interface javax.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface javax.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPathParameters() - Method in interface javax.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathSegments() - Method in interface javax.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 javax.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 javax.enterprise.inject.spi.AnnotatedParameter
-
Get the position of the parameter in the method or constructor argument list.
- getPrivateFields() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- getProducer() - Method in interface javax.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 javax.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 javax.enterprise.inject.spi.BeanManager
-
An implementation of
ProducerFactory
that provides container createdProducer
instances for the given method. - getProperties() - Method in class javax.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface javax.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- getProperties() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Return the properties in this config source
- getProperty(String) - Method in interface javax.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 javax.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 javax.ws.rs.core.Configuration
-
Get the value for the property with a given name.
- getProperty(String) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.ws.rs.ext.InterceptorContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in interface org.eclipse.microprofile.config.Config
-
Return a collection of property names.
- getPropertyNames() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Gets all property names known to this config source, without evaluating the values.
- getQualifierHashCode(Annotation) - Method in interface javax.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 javax.enterprise.inject.spi.BeanAttributes
-
Obtains the qualifiers of the bean.
- getQualifiers() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
Get the qualifiers for which event payload was fired.
- getQualifiers() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Get the required qualifiers of the injection point.
- getQueryParameters() - Method in interface javax.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getRawToken() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
Get the raw bearer token string originally passed in the authentication header
- getRawType() - Method in class javax.enterprise.util.TypeLiteral
- getRawType() - Method in class javax.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class javax.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 javax.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReception() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
Reception
for the observer method. - getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
- getRel() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link
rel
param, ornull
if this param is not specified. - getRels() - Method in class javax.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 javax.ws.rs.container.ContainerRequestContext
-
Get the injectable request information.
- getRequestHeader(String) - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header.
- getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- getResource(Class<T>) - Method in interface javax.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResourceClass() - Method in interface javax.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 javax.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 javax.ws.rs.client.ResponseProcessingException
-
Get the HTTP response for which the processing has failed.
- getResponse() - Method in exception javax.ws.rs.WebApplicationException
-
Get the HTTP response.
- getRetryTime(Date) - Method in exception javax.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getRuntimeType() - Method in interface javax.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- getScope() - Method in interface javax.enterprise.context.spi.Context
-
Get the scope type of the context object.
- getScope() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Obtains the scope of the bean.
- getSecurityContext() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get the injectable security context information for the current request.
- getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
-
Returns a
SessionBeanType
representing the kind of session bean. - getSingletons() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
instances. - getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface javax.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 javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Histogram
- getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Sampling
-
Returns a snapshot of the values.
- getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Timer
- getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType
-
Get the extension instance which added the
AnnotatedType
for which this event is being fired. - getSslContext() - Method in interface javax.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getState() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
- getStatus() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class javax.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatusCode() - Method in enum class javax.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the associated status code.
- getStatusInfo() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class javax.ws.rs.core.Response
-
Get the complete status information associated with the response.
- getStdDev() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the standard deviation of the values in the snapshot.
- getStereotypeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Obtains meta-annotations for a certain stereotype.
- getStereotypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Obtains the stereotypes of the bean.
- getStreamOffset() - Method in interface javax.json.stream.JsonLocation
-
Return the stream offset into the input source this location is pointing to.
- getString() - Method in interface javax.json.JsonString
-
Returns the JSON string value.
- getString() - Method in interface javax.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 javax.json.JsonArray
-
A convenience method for
getJsonString(index).getString()
. - getString(int, String) - Method in interface javax.json.JsonArray
-
Returns the
String
value ofJsonString
at the specified position in this JSON array values. - getString(String) - Method in interface javax.json.JsonObject
-
A convenience method for
getJsonString(name).getString()
- getString(String, String) - Method in interface javax.json.JsonObject
-
Returns the string value of the associated
JsonString
mapping for the specified name. - getStringHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class javax.ws.rs.core.Response
-
Get view of the response headers and their string values.
- getSubject() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
The sub(Subject) claim identifies the principal that is the subject of the JWT.
- getSubtype() - Method in class javax.ws.rs.core.MediaType
-
Getter for subtype.
- getTags() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Returns the underlying HashMap containing the tags.
- getTagsAsString() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Gets the list of tags as a single String in the format 'key="value",key2="value2",...'
- getTarget() - Method in interface javax.interceptor.InvocationContext
-
Returns the target instance.
- getTimeout() - Method in interface javax.enterprise.context.Conversation
-
Get the timeout of the current conversation.
- getTimer() - Method in interface javax.interceptor.InvocationContext
-
Returns the timer object associated with a timeout method invocation on the target class, or a null value for method and lifecycle callback interceptor methods.
- getTimers() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the timers in the registry and their names.
- getTimers(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the timers in the registry and their names which match the given filter.
- getTitle() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link
title
param, ornull
if this param is not specified. - getTokenID() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
The jti(JWT ID) claim provides a unique identifier for the JWT.
- getTransactionPhase() - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
TransactionPhase
for the observer method. - getType() - Method in interface javax.enterprise.inject.spi.EventMetadata
-
Get the type representing runtime class of the event object with type variables resolved.
- getType() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Get the required type of injection point.
- getType() - Method in class javax.enterprise.util.TypeLiteral
- getType() - Method in class javax.ws.rs.core.GenericEntity
-
Gets underlying
Type
instance. - getType() - Method in class javax.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class javax.ws.rs.core.Link
-
Returns the value associated with the link
type
param, ornull
if this param is not specified. - getType() - Method in class javax.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface javax.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in enum class org.eclipse.microprofile.jwt.Claims
-
The required type of the claim
- getType() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Returns the String representation of the
MetricType
. - getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
-
Get all types to which the base type should be considered assignable.
- getTypeRaw() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Returns the
MetricType
of the metric - getTypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Obtains the bean types of the bean.
- getUnit() - Method in class org.eclipse.microprofile.metrics.Metadata
-
Returns the unit of the metric.
- getUri() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface javax.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class javax.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class javax.ws.rs.core.Link.JaxbLink
-
Get the underlying URI for this link.
- getUriBuilder() - Method in interface javax.ws.rs.client.WebTarget
-
Get the URI builder initialized with the
URI
of the current resource target. - getUriBuilder() - Method in class javax.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI. - getUriInfo() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns a
java.security.Principal
object containing the name of the current authenticated user. - getValue() - Method in class javax.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class javax.ws.rs.core.EntityTag
-
Get the value of an
EntityTag
. - getValue() - Method in interface org.eclipse.microprofile.jwt.ClaimValue
-
Access the value of the claim.
- getValue() - Method in interface org.eclipse.microprofile.metrics.Gauge
-
Returns the metric's current value.
- getValue(double) - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the value at the given quantile.
- getValue(String) - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
-
Return the value for the specified property in this config source.
- getValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Return the resolved property value with the specified type for the specified property name from the underlying
ConfigSources
. - getValues() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the entire set of values in the snapshot.
- getValues(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getValuesAs(Class<T>) - Method in interface javax.json.JsonArray
-
Returns a list a view of the specified type for the array.
- getValueType() - Method in interface javax.json.JsonValue
-
Returns the value type of this JSON value.
- getVariant() - Method in class javax.ws.rs.client.Entity
-
Get entity
variant
information. - getVersion() - Method in class javax.ws.rs.core.Cookie
-
Get the version of the cookie.
- GIBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1024
MetricUnits.MEBIBITS
- GIGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.MEGABITS
- GIGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- given_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- GLOBAL_TAGS_VARIABLE - Static variable in class org.eclipse.microprofile.metrics.Metadata
-
The environment variable used to pass in global tags.
- GONE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
410 Gone, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11">HTTP/1.1 documentation}.
- groups - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
H
- handle(ExecutionContext) - Method in class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
- handle(ExecutionContext) - Method in interface org.eclipse.microprofile.faulttolerance.FallbackHandler
-
Handle the previous calling failure and then call alternative methods or perform any alternative operations.
- handleTimeout(AsyncResponse) - Method in interface javax.ws.rs.container.TimeoutHandler
-
Invoked when the suspended asynchronous response is about to time out.
- hasEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
-
Check if there is an entity available in the request.
- hasEntity() - Method in interface javax.ws.rs.client.ClientResponseContext
-
Check if there is a non-empty entity input stream is available in the response message.
- hasEntity() - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Check if there is a non-empty entity input stream available in the request message.
- hasEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Check if there is an entity available in the response.
- hasEntity() - Method in class javax.ws.rs.core.Response
-
Check if there is an entity available in the response.
- hashCode() - Method in class javax.enterprise.util.AnnotationLiteral
- hashCode() - Method in class javax.enterprise.util.TypeLiteral
- hashCode() - Method in interface javax.json.JsonNumber
-
Returns the hash code value for this
JsonNumber
object. - hashCode() - Method in interface javax.json.JsonString
-
Returns the hash code value for this
JsonString
object. - hashCode() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- hashCode() - Method in class javax.ws.rs.core.CacheControl
-
Generate hash code from cache control properties.
- hashCode() - Method in class javax.ws.rs.core.Cookie
-
Generate a hash code by hashing all of the cookies properties.
- hashCode() - Method in class javax.ws.rs.core.EntityTag
-
Generate hashCode based on value and weakness.
- hashCode() - Method in class javax.ws.rs.core.GenericEntity
- hashCode() - Method in class javax.ws.rs.core.GenericType
- hashCode() - Method in class javax.ws.rs.core.MediaType
-
Generate a hash code from the type, subtype and parameters.
- hashCode() - Method in class javax.ws.rs.core.NewCookie
-
Generate a hash code by hashing all of the properties.
- hashCode() - Method in class javax.ws.rs.core.Variant
-
Generate hash code from variant properties.
- hashCode() - Method in class org.eclipse.microprofile.metrics.Metadata
- hasLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in class javax.ws.rs.core.Response
-
Check if link for relation exists.
- hasNext() - Method in interface javax.json.stream.JsonParser
-
Returns
true
if there are more parsing states. - hasRetryAfter() - Method in exception javax.ws.rs.ServiceUnavailableException
-
Check if the underlying response contains the information on when is it possible to
retry the request
. - head() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- head() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP HEAD method for the current request synchronously.
- head(InvocationCallback<Response>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- HEAD - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP HEAD requests.
- HEAD - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP HEAD method.
- header(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Add an arbitrary header.
- header(String, Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add an arbitrary header.
- HEADER_DECORATOR - Static variable in class javax.ws.rs.Priorities
-
Header decorator filter/interceptor priority.
- HeaderParam - Annotation Interface in javax.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 javax.ws.rs.client.Invocation.Builder
-
Replaces all existing headers with the newly supplied headers.
- Health - Annotation Interface in org.eclipse.microprofile.health
-
Created by hbraun on 24.08.17.
- HealthCheck - Interface in org.eclipse.microprofile.health
-
The health check procedure interface.
- HealthCheckResponse - Class in org.eclipse.microprofile.health
-
The response to a health check invocation.
- HealthCheckResponse() - Constructor for class org.eclipse.microprofile.health.HealthCheckResponse
- HealthCheckResponse.State - Enum Class in org.eclipse.microprofile.health
- HealthCheckResponseBuilder - Class in org.eclipse.microprofile.health
-
A builder to construct a health procedure response.
- HealthCheckResponseBuilder() - Constructor for class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- HealthCheckResponseProvider - Interface in org.eclipse.microprofile.health.spi
-
Reserved for implementors as means to supply their own HealthCheckResponseBuilder.
- histogram(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- histogram(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- Histogram - Interface in org.eclipse.microprofile.metrics
-
A metric which calculates the distribution of a value.
- HISTOGRAM - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A Histogram calculates the distribution of a value.
- host(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI host.
- HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23">HTTP/1.1 documentation}.
- hostnameVerifier(HostnameVerifier) - Method in class javax.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.
- HOURS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- html(T) - Static method in class javax.ws.rs.client.Entity
-
Create a "text/html" entity.
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
505 HTTP Version Not Supported, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6">HTTP/1.1 documentation}.
- HttpHeaders - Interface in javax.ws.rs.core
-
An injectable interface that provides access to HTTP header information.
- HttpMethod - Annotation Interface in javax.ws.rs
-
Associates the name of a HTTP method with an annotation.
I
- iat - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- IF_EXISTS - Enum constant in enum class javax.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 javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.24">HTTP/1.1 documentation}.
- IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25">HTTP/1.1 documentation}.
- IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">HTTP/1.1 documentation}.
- IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28">HTTP/1.1 documentation}.
- IllegalProductException - Exception in javax.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 javax.enterprise.inject.IllegalProductException
- IllegalProductException(String) - Constructor for exception javax.enterprise.inject.IllegalProductException
- IllegalProductException(String, Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
- IllegalProductException(Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
- IN_PROGRESS - Enum constant in enum class javax.enterprise.event.TransactionPhase
-
Identifies a regular observer method, called when the event is fired.
- inc() - Method in interface org.eclipse.microprofile.metrics.Counter
-
Increment the counter by one.
- inc(long) - Method in interface org.eclipse.microprofile.metrics.Counter
-
Increment the counter by
n
. - INFORMATIONAL - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
1xx
HTTP status codes. - Initialized - Annotation Interface in javax.enterprise.context
-
The
@Initialized
qualifier. - initialPoolSize() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- initResource(T) - Method in interface javax.ws.rs.container.ResourceContext
-
Initialize the resource or sub-resource instance.
- inject() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Inject the instance
- inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Performs dependency injection upon the given object.
- Inject - Annotation Interface in javax.inject
-
Identifies injectable constructors, methods, and fields.
- InjectionException - Exception in javax.enterprise.inject
-
Indicates a problem relating to dependency injection. - InjectionException() - Constructor for exception javax.enterprise.inject.InjectionException
- InjectionException(String) - Constructor for exception javax.enterprise.inject.InjectionException
- InjectionException(String, Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
- InjectionException(Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
- InjectionPoint - Interface in javax.enterprise.inject.spi
-
Provides access to metadata about an injection point.
- InjectionTarget<T> - Interface in javax.enterprise.inject.spi
-
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
- InjectionTargetFactory<T> - Interface in javax.enterprise.inject.spi
-
An
InjectionTargetFactory
can create anInjectionTarget
for a given bean. - instance() - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Creates a ConfigProviderResolver object Only used internally from within
ConfigProvider
- Instance<T> - Interface in javax.enterprise.inject
-
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
- intercept(InterceptionType, T, InvocationContext) - Method in interface javax.enterprise.inject.spi.Interceptor
-
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
- Intercepted - Annotation Interface in javax.enterprise.inject
-
An interceptor may inject metadata about the bean it is intercepting.
- InterceptionType - Enum Class in javax.enterprise.inject.spi
-
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
- Interceptor<T> - Interface in javax.enterprise.inject.spi
-
Represents an enabled interceptor.
- Interceptor - Annotation Interface in javax.interceptor
-
Specifies that a class is an interceptor.
- Interceptor.Priority - Class in javax.interceptor
-
Priorities that define the order in which interceptors are invoked.
- InterceptorBinding - Annotation Interface in javax.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- InterceptorContext - Interface in javax.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[], javax.ws.rs.core.MediaType, javax.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[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - Interceptors - Annotation Interface in javax.interceptor
-
Declares an ordered list of interceptors for a target class, a method or a constructor of a target class.
- intercepts(InterceptionType) - Method in interface javax.enterprise.inject.spi.Interceptor
-
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
- INTERNAL_SERVER_ERROR - Enum constant in enum class javax.ws.rs.core.Response.Status
-
500 Internal Server Error, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1">HTTP/1.1 documentation}.
- InternalServerErrorException - Exception in javax.ws.rs
-
A runtime exception indicating an
internal server error
. - InternalServerErrorException() - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String) - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- intValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as an
int
. - intValueExact() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as an
int
. - INVALID - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
Invalid - Placeholder
- invocation(Link) - Method in interface javax.ws.rs.client.Client
-
Build an invocation builder from a link.
- Invocation - Interface in javax.ws.rs.client
-
A client request invocation.
- Invocation.Builder - Interface in javax.ws.rs.client
-
A client request invocation builder.
- InvocationCallback<RESPONSE> - Interface in javax.ws.rs.client
-
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
- InvocationContext - Interface in javax.interceptor
-
Exposes context information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
- invoke() - Method in interface javax.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response back.
- invoke(Class<T>) - Method in interface javax.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified type back.
- invoke(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified generic type back.
- isActive() - Method in interface javax.enterprise.context.spi.Context
-
Determines if the context object is active.
- isAlternative() - Method in interface javax.enterprise.inject.spi.BeanAttributes
-
Determines if the bean is an alternative.
- isAmbiguous() - Method in interface javax.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.
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.Annotated
-
Determine if the program element has an annotation of a certain annotation type.
- isCancelled() - Method in interface javax.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance has been cancelled.
- isCompatible(MediaType) - Method in class javax.ws.rs.core.MediaType
-
Check if this media type is compatible with another media type.
- isDelegate() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Determines if the injection point is a decorator delegate injection point.
- isDone() - Method in interface javax.ws.rs.container.AsyncResponse
-
Check if the processing of a request this asynchronous response instance belongs to has finished.
- isEmpty() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- isEnabled(Class<? extends Feature>) - Method in interface javax.ws.rs.core.Configuration
-
Check if a
feature
instance offeatureClass
class has been previously enabled in the runtime configuration context. - isEnabled(Feature) - Method in interface javax.ws.rs.core.Configuration
-
Check if a particular
feature
instance has been previously enabled in the runtime configuration context. - isHttpOnly() - Method in class javax.ws.rs.core.NewCookie
-
Returns
true
if this cookie contains theHttpOnly
attribute. - isIntegral() - Method in interface javax.json.JsonNumber
-
Returns true if this JSON number is a integral number.
- isIntegralNumber() - Method in interface javax.json.stream.JsonParser
-
Returns true if the JSON number at the current parser state is a integral number.
- isInterceptorBinding(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is an interceptor binding type .
- isMustRevalidate() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- isNoCache() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- isNormalScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a normal scope type.
- isNoStore() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- isNoTransform() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- isNull(int) - Method in interface javax.json.JsonArray
-
Returns
true
if the value at the specified location in this array isJsonValue.NULL
. - isNull(String) - Method in interface javax.json.JsonObject
-
Returns
true
if the associated value for the specified name isJsonValue.NULL
. - isNullable() - Method in interface javax.enterprise.inject.spi.Bean
-
Determines if
Contextual.create(CreationalContext)
sometimes return a null value. - isolationLevel() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
- isPassivatingScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a passivating scope type.
- isPrivate() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- isProxyRevalidate() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the proxy-revalidate cache control directive.
- isQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a qualifier type.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyReader
-
Ascertain if the MessageBodyReader can produce an instance of a particular type.
- isRegistered(Class<?>) - Method in interface javax.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 javax.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. - iss - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- isScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a scope type.
- isSecure() - Method in class javax.ws.rs.core.NewCookie
-
Whether the cookie will only be sent over a secure connection.
- isSecure() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isStatic() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
-
Determines if the member is static.
- isStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a stereotype.
- isSuspended() - Method in interface javax.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance is in a suspended state.
- isTransient() - Method in interface javax.enterprise.context.Conversation
-
Determine if the conversation is marked transient or long-running.
- isTransient() - Method in interface javax.enterprise.inject.spi.InjectionPoint
-
Determines if the injection is a transient field.
- isUnsatisfied() - Method in interface javax.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 javax.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isWeak() - Method in class javax.ws.rs.core.EntityTag
-
Check the strength of an
EntityTag
. - isWildcardSubtype() - Method in class javax.ws.rs.core.MediaType
-
Checks if the subtype is a wildcard.
- isWildcardType() - Method in class javax.ws.rs.core.MediaType
-
Checks if the primary type is a wildcard.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
-
Ascertain if the MessageBodyWriter supports a particular type.
J
- javax.annotation - package javax.annotation
-
This package defines the common annotations.
- javax.annotation.security - package javax.annotation.security
-
This package contains the security common annotations.
- javax.annotation.sql - package javax.annotation.sql
- javax.decorator - package javax.decorator
-
Annotations relating to decorators.
- javax.enterprise.context - package javax.enterprise.context
-
Annotations and interfaces relating to scopes and contexts.
- javax.enterprise.context.spi - package javax.enterprise.context.spi
-
The custom context SPI.
- javax.enterprise.event - package javax.enterprise.event
-
Annotations and interfaces relating to events.
- javax.enterprise.inject - package javax.enterprise.inject
-
Annotations relating to bean and stereotype definition, built-in qualifiers, and interfaces and classes relating to programmatic lookup.
- javax.enterprise.inject.spi - package javax.enterprise.inject.spi
-
The portable extension integration SPI.
- javax.enterprise.util - package javax.enterprise.util
-
Contains shared, general-purpose helper classes and annotations.
- javax.inject - package javax.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.
- javax.interceptor - package javax.interceptor
- javax.json - package javax.json
-
Provides an object model API to process JSON.
- javax.json.spi - package javax.json.spi
-
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
- javax.json.stream - package javax.json.stream
-
Provides a streaming API to parse and generate JSON.
- javax.ws.rs - package javax.ws.rs
-
High-level interfaces and annotations used to create RESTful service resources.
- javax.ws.rs.client - package javax.ws.rs.client
-
The JAX-RS client API
- javax.ws.rs.container - package javax.ws.rs.container
-
Container-specific JAX-RS API.
- javax.ws.rs.core - package javax.ws.rs.core
-
Low-level interfaces and annotations used to create RESTful service resources.
- javax.ws.rs.ext - package javax.ws.rs.ext
-
APIs that provide extensions to the types supported by the JAX-RS API.
- JaxbAdapter() - Constructor for class javax.ws.rs.core.Link.JaxbAdapter
- JaxbLink() - Constructor for class javax.ws.rs.core.Link.JaxbLink
-
Default constructor needed during unmarshalling.
- JaxbLink(URI) - Constructor for class javax.ws.rs.core.Link.JaxbLink
-
Construct an instance from a URI and no parameters.
- JaxbLink(URI, Map<QName, Object>) - Constructor for class javax.ws.rs.core.Link.JaxbLink
-
Construct an instance from a URI and some parameters.
- JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class javax.ws.rs.client.ClientBuilder
-
Name of the property identifying the
ClientBuilder
implementation to be returned fromClientBuilder.newBuilder()
. - JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class javax.ws.rs.ext.RuntimeDelegate
-
Name of the property identifying the
RuntimeDelegate
implementation to be returned fromRuntimeDelegate.getInstance()
. - jitter() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
Set the jitter to randomly vary retry delays for.
- jitterDelayUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
- jku - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- json(T) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/json" entity.
- Json - Class in javax.json
-
Factory class for creating JSON processing objects.
- JsonArray - Interface in javax.json
-
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values). - JsonArrayBuilder - Interface in javax.json
-
A builder for creating
JsonArray
models from scratch. - JsonBuilderFactory - Interface in javax.json
-
Factory to create
JsonObjectBuilder
andJsonArrayBuilder
instances. - JsonException - Exception in javax.json
-
JsonException
indicates that some exception happened during JSON processing. - JsonException(String) - Constructor for exception javax.json.JsonException
-
Constructs a new runtime exception with the specified detail message.
- JsonException(String, Throwable) - Constructor for exception javax.json.JsonException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerationException - Exception in javax.json.stream
-
JsonGenerationException
indicates an incorrect JSON is being generated. - JsonGenerationException(String) - Constructor for exception javax.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message.
- JsonGenerationException(String, Throwable) - Constructor for exception javax.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerator - Interface in javax.json.stream
-
Writes JSON data to an output source in a streaming way.
- JsonGeneratorFactory - Interface in javax.json.stream
-
Factory to create
JsonGenerator
instances. - JsonLocation - Interface in javax.json.stream
-
Provides the location information of a JSON event in an input source.
- JsonNumber - Interface in javax.json
-
An immutable JSON number value.
- JsonObject - Interface in javax.json
-
JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs). - JsonObjectBuilder - Interface in javax.json
-
A builder for creating
JsonObject
models from scratch. - JsonParser - Interface in javax.json.stream
-
Provides forward, read-only access to JSON data in a streaming way.
- JsonParser.Event - Enum Class in javax.json.stream
-
An event from
JsonParser
. - JsonParserFactory - Interface in javax.json.stream
-
Factory for creating
JsonParser
instances. - JsonParsingException - Exception in javax.json.stream
-
JsonParsingException
is used when an incorrect JSON is being parsed. - JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonParsingException(String, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message.
- JsonProvider - Class in javax.json.spi
-
Service provider for JSON processing objects.
- JsonProvider() - Constructor for class javax.json.spi.JsonProvider
- JsonReader - Interface in javax.json
- JsonReaderFactory - Interface in javax.json
-
Factory to create
JsonReader
instances. - JsonString - Interface in javax.json
-
An immutable JSON string value.
- JsonStructure - Interface in javax.json
- JsonValue - Interface in javax.json
-
JsonValue
represents an immutable JSON value. - JsonValue.ValueType - Enum Class in javax.json
-
Indicates the type of a
JsonValue
object. - JsonWebToken - Interface in org.eclipse.microprofile.jwt
-
A read-only interface for the the claims required by Eclipse MicroProfile conforming tokens.
- JsonWriter - Interface in javax.json
- JsonWriterFactory - Interface in javax.json
-
Factory to create
JsonWriter
instances. - jti - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- jwe - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- jwk - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
K
- KEY_NAME - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Name in a name/value pair of a JSON object.
- keySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- keyStore(KeyStore, char[]) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- keyStore(KeyStore, String) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- KIBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1024
MetricUnits.BITS
- kid - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- KILOBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.BITS
- KILOBYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.BYTES
L
- language(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- language(Locale) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- languages(Locale...) - Static method in class javax.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported languages. - languages(Locale...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Set the language(s) for this variant.
- LAST_MODIFIED - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29">HTTP/1.1 documentation}.
- lastModified(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the response entity last modification date.
- LENGTH_REQUIRED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
411 Length Required, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.12">HTTP/1.1 documentation}.
- LIBRARY_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by extension libraries.
- LIBRARY_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by extension libraries.
- link(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Initialize builder using another link represented as a string.
- link(String, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- link(URI, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- link(Link) - Method in interface javax.ws.rs.core.Link.Builder
-
Initialize builder using another link.
- Link - Class in javax.ws.rs.core
-
Class representing hypermedia links.
- Link() - Constructor for class javax.ws.rs.core.Link
- LINK - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://tools.ietf.org/html/rfc5988#page-6">Web Linking (IETF RFC-5988) documentation}.
- Link.Builder - Interface in javax.ws.rs.core
-
Builder class for hypermedia links.
- Link.JaxbAdapter - Class in javax.ws.rs.core
-
An implementation of JAXB
XmlAdapter
that maps the JAX-RSLink
type to a value that can be marshalled and unmarshalled by JAXB. - Link.JaxbLink - Class in javax.ws.rs.core
-
Value type for
Link
that can be marshalled and unmarshalled by JAXB. - links(Link...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add one or more link headers.
- locale - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- location(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the location.
- LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30">HTTP/1.1 documentation}.
- LoginConfig - Annotation Interface in org.eclipse.microprofile.auth
-
A security annotation describing the authentication method, and the associated realm name that should be used for this application.
- loginTimeout() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- longValue() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
long
. - longValueExact() - Method in interface javax.json.JsonNumber
-
Returns this JSON number as a
long
. - lookup() - Element in annotation interface javax.annotation.Resource
-
The name of the resource that the reference points to.
M
- ManagedBean - Annotation Interface in javax.annotation
-
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.A ManagedBean supports a small set of basic services such as resource injection, lifecycle callbacks and interceptors.
- mappedName() - Element in annotation interface javax.annotation.Resource
-
A product specific name that this resource should be mapped to.
- mark() - Method in interface org.eclipse.microprofile.metrics.Meter
-
Mark the occurrence of an event.
- mark(long) - Method in interface org.eclipse.microprofile.metrics.Meter
-
Mark the occurrence of a given number of events.
- marshal(Link) - Method in class javax.ws.rs.core.Link.JaxbAdapter
-
Convert a
Link
into aLink.JaxbLink
. - matches(String, Metric) - Method in interface org.eclipse.microprofile.metrics.MetricFilter
-
Returns
true
if the metric matches the filter;false
otherwise. - matrixParam(String, Object...) - Method in interface javax.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 javax.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 Interface in javax.ws.rs
-
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
- maxDuration() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The max duration.
- maxIdleTime() - Element in annotation interface javax.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() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxRetries() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
- maxStatements() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- MEBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1024
MetricUnits.KIBIBITS
- MEDIA_TYPE_WILDCARD - Static variable in class javax.ws.rs.core.MediaType
-
The value of a type or subtype wildcard ""*"".
- MediaType - Class in javax.ws.rs.core
-
An abstraction for a media type.
- MediaType() - Constructor for class javax.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
, both type and subtype are wildcards. - MediaType(String, String) - Constructor for class javax.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type and subtype. - MediaType(String, String, String) - Constructor for class javax.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 javax.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type, subtype and parameters. - mediaTypes(MediaType...) - Static method in class javax.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported media types. - mediaTypes(MediaType...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Set the media type(s) for this variant.
- MEGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.KIBIBITS
- MEGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- MessageBodyReader<T> - Interface in javax.ws.rs.ext
-
Contract for a provider that supports the conversion of a stream to a Java type.
- MessageBodyWriter<T> - Interface in javax.ws.rs.ext
-
Contract for a provider that supports the conversion of a Java type to a stream.
- Metadata - Class in org.eclipse.microprofile.metrics
-
Bean holding the metadata of one single metric.
- Metadata(String, String, String, MetricType, String) - Constructor for class org.eclipse.microprofile.metrics.Metadata
-
Constructs a Metadata object
- Metadata(String, String, String, MetricType, String, String) - Constructor for class org.eclipse.microprofile.metrics.Metadata
-
Constructs a Metadata object
- Metadata(String, MetricType) - Constructor for class org.eclipse.microprofile.metrics.Metadata
-
Constructs a Metadata object with default units
- Metadata(String, MetricType, String) - Constructor for class org.eclipse.microprofile.metrics.Metadata
-
Constructs a Metadata object
- Metadata(Map<String, String>) - Constructor for class org.eclipse.microprofile.metrics.Metadata
-
Constructs a Metadata object from a map with the following keys
name
- The name of the metricdisplayName
- The display (friendly) name of the metricdescription
- The description of the metrictype
- The type of the metricunit
- The units of the metrictags
- The tags of the metric - cannot be null - meter(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- meter(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- Meter - Interface in org.eclipse.microprofile.metrics
-
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
- Metered - Interface in org.eclipse.microprofile.metrics
-
An object which maintains mean and exponentially-weighted rate.
- Metered - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method, constructor, or class as metered.
- METERED - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A Meter measures the rate at which a set of events occur.
- method(String) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- METHOD_NOT_ALLOWED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
405 Method Not Allowed, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6">HTTP/1.1 documentation}.
- Metric - Interface in org.eclipse.microprofile.metrics
-
A tag interface to indicate that a class is a metric.
- Metric - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation requesting that a metric be injected or registered.
- MetricFilter - Interface in org.eclipse.microprofile.metrics
-
A filter used to determine whether or not a metric should be reported, among other things.
- MetricRegistry - Class in org.eclipse.microprofile.metrics
-
The registry that stores metrics and their metadata.
- MetricRegistry() - Constructor for class org.eclipse.microprofile.metrics.MetricRegistry
- MetricRegistry.Type - Enum Class in org.eclipse.microprofile.metrics
-
An enumeration representing the scopes of the MetricRegistry
- MetricType - Enum Class in org.eclipse.microprofile.metrics
-
An enumeration representing the different types of metrics.
- MetricUnits - Class in org.eclipse.microprofile.metrics
-
Standard units constants for metric's
Metadata
. - MICROSECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1/1000
MetricUnits.MILLISECONDS
- middle_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- MILLISECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1/1000
MetricUnits.SECONDS
- minPoolSize() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
- MINUTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- mky - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Model - Annotation Interface in javax.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.
- monotonic() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
- MOVED_PERMANENTLY - Enum constant in enum class javax.ws.rs.core.Response.Status
-
301 Moved Permanently, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2">HTTP/1.1 documentation}.
- MULTIPART_FORM_DATA - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""multipart/form-data"" media type. - MULTIPART_FORM_DATA_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""multipart/form-data"" media type. - MultivaluedHashMap<K,
V> - Class in javax.ws.rs.core -
A hash table based implementation of
MultivaluedMap
interface. - MultivaluedHashMap() - Constructor for class javax.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 javax.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 javax.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
- MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified single-valued
Map
. - MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified
MultivaluedMap
. - MultivaluedMap<K,
V> - Interface in javax.ws.rs.core -
A map of key-values pairs.
N
- name() - Element in annotation interface javax.annotation.Resource
-
The JNDI name of the resource.
- name() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
- name() - Element in annotation interface org.eclipse.microprofile.config.inject.ConfigProperty
-
The key of the config property used to look up the configuration value.
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
- name(Class<?>, String...) - Static method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Concatenates a class name and elements to form a dotted name, eliding any null values or empty strings.
- name(String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- name(String, String...) - Static method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Concatenates elements to form a dotted name, eliding any null values or empty strings.
- NameBinding - Annotation Interface in javax.ws.rs
-
Meta-annotation used to create name binding annotations for filters and interceptors.
- named(String) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
- Named - Annotation Interface in javax.inject
-
String-based qualifier.
- NANOSECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1/1000
MetricUnits.MICROSECONDS
- nbf - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- New - Annotation Interface in javax.enterprise.inject
-
The
New
qualifier was deprecated in CDI 1.1. - newBuilder() - Static method in class javax.ws.rs.client.ClientBuilder
-
Create a new
ClientBuilder
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - newClient() - Static method in class javax.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 javax.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 javax.ws.rs.core
-
Used to create a new HTTP cookie, transferred in a response.
- NewCookie(String, String) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(Cookie) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance copying the information in the supplied cookie.
- NewCookie(Cookie, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance supplementing the information in the supplied cookie.
- NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
-
Create a new instance supplementing the information in the supplied cookie.
- newInstance() - Method in class javax.enterprise.inject.spi.Unmanaged
- newInstance() - Static method in class javax.ws.rs.core.Response.ResponseBuilder
-
Create a new builder instance.
- newInstance() - Static method in class javax.ws.rs.core.UriBuilder
-
Creates a new instance of UriBuilder.
- newInstance() - Static method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Create a new builder instance.
- next() - Method in interface javax.json.stream.JsonParser
-
Returns the event for the next parsing state.
- nickname - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- NO_CONTENT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
204 No Content, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5">HTTP/1.1 documentation}.
- NO_TIMEOUT - Static variable in interface javax.ws.rs.container.AsyncResponse
-
Constant specifying no suspend timeout value.
- noContent() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for an empty response.
- NoContentException - Exception in javax.ws.rs.core
-
An I/O exception thrown by
MessageBodyReader
implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content. - NoContentException(String) - Constructor for exception javax.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(String, Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - Nonbinding - Annotation Interface in javax.enterprise.util
-
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
- nonce - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- NONE - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
No unit
- NonexistentConversationException - Exception in javax.enterprise.context
-
Indicates that the conversation context could not be restored.
- NonexistentConversationException() - Constructor for exception javax.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String) - Constructor for exception javax.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
- NonexistentConversationException(Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
- NormalScope - Annotation Interface in javax.enterprise.context
-
Specifies that an annotation type is a normal scope type.
- NOT_ACCEPTABLE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
406 Not Acceptable, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7">HTTP/1.1 documentation}.
- NOT_FOUND - Enum constant in enum class javax.ws.rs.core.Response.Status
-
404 Not Found, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">HTTP/1.1 documentation}.
- NOT_IMPLEMENTED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
501 Not Implemented, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2">HTTP/1.1 documentation}.
- NOT_MODIFIED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
304 Not Modified, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5">HTTP/1.1 documentation}.
- notAcceptable(List<Variant>) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a not acceptable response.
- NotAcceptableException - Exception in javax.ws.rs
-
A runtime exception indicating that a client request is
not acceptable
by the server. - NotAcceptableException() - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String) - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response) - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response) - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAllowedException - Exception in javax.ws.rs
-
A runtime exception indicating a client requesting a resource method that is
not allowed
. - NotAllowedException(String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Response) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAuthorizedException - Exception in javax.ws.rs
-
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
- NotAuthorizedException(Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotFoundException - Exception in javax.ws.rs
-
A runtime exception indicating a resource requested by a client was
not found
on the server. - NotFoundException() - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String) - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response) - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Throwable) - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response) - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- notify(T) - Method in interface javax.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event object.
- notifyObserver() - Element in annotation interface javax.enterprise.event.Observes
- notModified() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- notModified(String) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
- notModified(EntityTag) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- NotSupportedException - Exception in javax.ws.rs
-
A runtime exception indicating that the client request entity media type is
not supported
. - NotSupportedException() - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NULL - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON null.
- NULL - Static variable in interface javax.json.JsonValue
-
JSON null value.
- NUMBER - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON number.
O
- OBJECT - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON object.
- ObserverException - Exception in javax.enterprise.event
-
Indicates that a checked exception was thrown by an observer method during event notification.
- ObserverException() - Constructor for exception javax.enterprise.event.ObserverException
- ObserverException(String) - Constructor for exception javax.enterprise.event.ObserverException
- ObserverException(String, Throwable) - Constructor for exception javax.enterprise.event.ObserverException
- ObserverException(Throwable) - Constructor for exception javax.enterprise.event.ObserverException
- ObserverMethod<T> - Interface in javax.enterprise.inject.spi
-
Represents an observer method of an enabled bean.
- Observes - Annotation Interface in javax.enterprise.event
-
Identifies the event parameter of an observer method.
- ok() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an OK status.
- ok(Object) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, String) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, MediaType) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, Variant) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- OK - Enum constant in enum class javax.ws.rs.core.Response.Status
-
200 OK, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1">HTTP/1.1 documentation}.
- onComplete(Throwable) - Method in interface javax.ws.rs.container.CompletionCallback
-
A completion callback notification method that will be invoked when the request processing is finished, after a response is processed and is sent back to the client or when an unmapped throwable has been propagated to the hosting I/O container.
- onDisconnect(AsyncResponse) - Method in interface javax.ws.rs.container.ConnectionCallback
-
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
- options() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- OPTIONS - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP OPTIONS requests.
- OPTIONS - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP OPTIONS method.
- org.eclipse.microprofile.auth - package org.eclipse.microprofile.auth
-
Metadata for JWT RBAC for Microprofile This package contains supporting metadata classes: LoginConfig: an annotation that is used by a JAX-RS Application to define the authentication method and associated security realm.
- org.eclipse.microprofile.config - package org.eclipse.microprofile.config
-
Configuration for Java Microprofile
- org.eclipse.microprofile.config.inject - package org.eclipse.microprofile.config.inject
-
CDI Support for Microprofile Config
- org.eclipse.microprofile.config.spi - package org.eclipse.microprofile.config.spi
-
This package contains classes which are used to extend the standard functionality in a portable way.
- org.eclipse.microprofile.faulttolerance - package org.eclipse.microprofile.faulttolerance
-
CDI Support for Microprofile Fault Tolerance
- org.eclipse.microprofile.faulttolerance.exceptions - package org.eclipse.microprofile.faulttolerance.exceptions
-
Exceptions for Microprofile Fault Tolerance
- org.eclipse.microprofile.health - package org.eclipse.microprofile.health
-
Microprofile Service Health Checks
- org.eclipse.microprofile.health.spi - package org.eclipse.microprofile.health.spi
-
Microprofile Service Health Checks
- org.eclipse.microprofile.jwt - package org.eclipse.microprofile.jwt
-
Interoperable JWT RBAC for Microprofile This package contains the primary interfaces and support classes for the JSON Web Tokens(JWT) for role based access control(RBAC) of MicroProfile microservice endpoints.
- org.eclipse.microprofile.metrics - package org.eclipse.microprofile.metrics
- org.eclipse.microprofile.metrics.annotation - package org.eclipse.microprofile.metrics.annotation
- orig - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- OTHER - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
Other, unrecognized HTTP status codes.
P
- param(String, String) - Method in class javax.ws.rs.core.Form
-
Adds a new value to the specified form parameter.
- param(String, String) - Method in interface javax.ws.rs.core.Link.Builder
-
Set an arbitrary parameter on this link.
- ParamConverter<T> - Interface in javax.ws.rs.ext
-
Defines a contract for a delegate responsible for converting between a
String
form of a message parameter value and the corresponding custom Java typeT
. - ParamConverter.Lazy - Annotation Interface in javax.ws.rs.ext
-
Mandates that a conversion of any
default value
delegated to aparameter converter
annotated with@Lazy
annotation SHOULD occur only once the value is actually required (e.g. - ParamConverterProvider - Interface in javax.ws.rs.ext
-
Contract for a provider of
ParamConverter
instances. - PARTIAL_CONTENT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
206 Reset Content, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7">HTTP/1.1 documentation}.
- passivating() - Element in annotation interface javax.enterprise.context.NormalScope
-
Determines whether the normal scope type is a passivating scope.
- PassivationCapable - Interface in javax.enterprise.inject.spi
-
Indicates that a custom implementation of
Bean
orContextual
is passivation capable. - password() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Password to use for connection authentication.
- path(Class) - Method in class javax.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated class to the existing path.
- path(Class, String) - Method in class javax.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated method to the existing path.
- path(Method) - Method in class javax.ws.rs.core.UriBuilder
-
Append the path from a
Path
-annotated method to the existing path. - path(String) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by appending path to the URI of the current target instance. - path(String) - Method in class javax.ws.rs.core.UriBuilder
-
Append path to the existing path.
- Path - Annotation Interface in javax.ws.rs
-
Identifies the URI path that a resource class or class method will serve requests for.
- PathParam - Annotation Interface in javax.ws.rs
-
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
- PathSegment - Interface in javax.ws.rs.core
-
Represents a URI path segment and any associated matrix parameters.
- PAYMENT_REQUIRED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
402 Payment Required, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.3">HTTP/1.1 documentation}.
- PER_SECOND - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represent per second
- PERCENT - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represents percentage
- PermitAll - Annotation Interface in javax.annotation.security
-
Specifies that all security roles are allowed to invoke the specified method(s) i.e that the specified method(s) are "unchecked".
- phone_number - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- phone_number_verified - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- PLATFORM_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by platform specifications.
- PLATFORM_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by platform specifications.
- port(int) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI port.
- portNumber() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Port number where a server is listening for requests.
- post(Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- POST - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP POST requests.
- POST - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP POST method.
- POST_ACTIVATE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean activation, only called for EJBs
- POST_CONSTRUCT - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean construction
- postConstruct() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PostConstruct callback
- postConstruct(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Calls the
PostConstruct
callback, if it exists, according to the semantics required by the Java EE platform specification. - PostConstruct - Annotation Interface in javax.annotation
-
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
- PRE_DESTROY - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean destruction
- PRE_PASSIVATE - Enum constant in enum class javax.enterprise.inject.spi.InterceptionType
-
Intercepts bean passivation, only called for EJBs
- PRECONDITION_FAILED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
412 Precondition Failed, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.13">HTTP/1.1 documentation}.
- preDestroy() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PreDestroy callback
- preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
-
Calls the
PreDestroy
callback, if it exists, according to the semantics required by the Java EE platform specification. - PreDestroy - Annotation Interface in javax.annotation
-
The PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the container.
- preferred_username - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- PreMatching - Annotation Interface in javax.ws.rs.container
-
Global binding annotation that can be applied to a
container request filter
to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs. - PRETTY_PRINTING - Static variable in interface javax.json.stream.JsonGenerator
-
Configuration property to generate JSON prettily.
- Priorities - Class in javax.ws.rs
-
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their
javax.annotation.Priority
class-level annotation value when used or applied by JAX-RS runtime. - Priority - Annotation Interface in javax.annotation
-
The Priority annotation can be applied to classes to indicate in what order the classes should be used.
- proceed() - Method in interface javax.interceptor.InvocationContext
-
Proceed to the next interceptor in the interceptor chain.
- proceed() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Proceed to the next interceptor in the chain.
- proceed() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Proceed to the next interceptor in the chain.
- ProcessAnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
- ProcessBean<X> - Interface in javax.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the
Bean
object. - ProcessBeanAttributes<T> - Interface in javax.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the
Bean
object. - ProcessingException - Exception in javax.ws.rs
-
A base JAX-RS runtime processing exception.
- ProcessingException(String) - Constructor for exception javax.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ProcessingException(String, Throwable) - Constructor for exception javax.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
- ProcessingException(Throwable) - Constructor for exception javax.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - ProcessInjectionPoint<T,
X> - Interface in javax.enterprise.inject.spi -
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
javax.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - ProcessInjectionTarget<X> - Interface in javax.enterprise.inject.spi
-
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
javax.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - ProcessManagedBean<X> - Interface in javax.enterprise.inject.spi
-
The container fires an event of this type for each enabled managed bean, before registering the
Bean
object. - ProcessObserverMethod<T,
X> - Interface in javax.enterprise.inject.spi -
The container fires an event of this type for each observer method of each enabled bean, before registering the
ObserverMethod
object. - ProcessProducer<T,
X> - Interface in javax.enterprise.inject.spi -
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
- ProcessProducerField<T,
X> - Interface in javax.enterprise.inject.spi -
The container fires an event of this type for each enabled producer field, before registering the
Bean
object. - ProcessProducerMethod<T,
X> - Interface in javax.enterprise.inject.spi -
The container fires an event of this type for each enabled producer method, before registering the
Bean
object. - ProcessSessionBean<X> - Interface in javax.enterprise.inject.spi
-
The container fires an event of this type for each enabled session bean, before registering the
Bean
object. - ProcessSyntheticAnnotatedType<X> - Interface in javax.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface added by
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType)
. - produce() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Create the instance
- produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
-
Causes an instance to be produced via the
Producer
. - Producer<T> - Interface in javax.enterprise.inject.spi
-
Provides a generic operation for producing an instance of a type.
- ProducerFactory<X> - Interface in javax.enterprise.inject.spi
-
An
ProducerFactory
can create anProducer
for a given bean. - Produces - Annotation Interface in javax.enterprise.inject
-
Identifies a producer method or field.
- Produces - Annotation Interface in javax.ws.rs
-
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter
can produce. - properties() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Used to specify Vendor specific properties and less commonly used
DataSource
properties such as: - property(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
-
Set a new property in the context of a request represented by this invocation builder.
- property(String, Object) - Method in interface javax.ws.rs.client.Invocation
-
Set a new property in the context of a request represented by this invocation.
- property(String, Object) - Method in interface javax.ws.rs.core.Configurable
-
Set the new configuration property, if already set, the existing value of the property will be updated.
- provider() - Static method in class javax.json.spi.JsonProvider
-
Creates a JSON provider object.
- Provider<T> - Interface in javax.inject
-
Provides instances of
T
. - Provider - Annotation Interface in javax.ws.rs.ext
-
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
- Providers - Interface in javax.ws.rs.ext
-
An injectable interface providing runtime lookup of provider instances.
- PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
407 Proxy Authentication Required, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.8">HTTP/1.1 documentation}.
- push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
-
Registers an incompletely initialized contextual instance the with the container.
- put(Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- PUT - Annotation Interface in javax.ws.rs
-
Indicates that the annotated method responds to HTTP PUT requests.
- PUT - Static variable in annotation interface javax.ws.rs.HttpMethod
-
HTTP PUT method.
- putAll(Map<? extends K, ? extends List<V>>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- putSingle(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
-
Set the value for the key to be a one item list consisting of the supplied value.
- putSingle(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Set the key's value to be a one item list consisting of the supplied value.
Q
- Qualifier - Annotation Interface in javax.inject
-
Identifies qualifier annotations.
- queryParam(String, Object...) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by configuring a query parameter on the URI of the current target instance. - queryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Append a query parameter to the existing set of query parameters.
- QueryParam - Annotation Interface in javax.ws.rs
-
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
R
- raw_token - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- read() - Method in interface javax.json.JsonReader
-
Returns a JSON array or object that is represented in the input source.
- readArray() - Method in interface javax.json.JsonReader
-
Returns a JSON array that is represented in the input source.
- readEntity(Class<T>) - Method in class javax.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>, Annotation[]) - Method in class javax.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>) - Method in class javax.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>, Annotation[]) - Method in class javax.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - ReaderInterceptor - Interface in javax.ws.rs.ext
-
Interface for message body reader interceptors that wrap around calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
. - ReaderInterceptorContext - Interface in javax.ws.rs.ext
-
Context class used by
ReaderInterceptor
to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}. - readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface javax.ws.rs.ext.MessageBodyReader
-
Read a type from the
InputStream
. - readObject() - Method in interface javax.json.JsonReader
-
Returns a JSON object that is represented in the input source.
- realmName() - Element in annotation interface org.eclipse.microprofile.auth.LoginConfig
-
The realm name element specifies the realm name to use in HTTP Basic authorization.
- Reception - Enum Class in javax.enterprise.event
-
Distinguishes conditional observer methods from observer methods which are always notified.
- REDIRECTION - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
3xx
HTTP status codes. - RedirectionException - Exception in javax.ws.rs
-
A runtime application exception indicating a request redirection (HTTP
3xx
status codes). - RedirectionException(int, URI) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, int, URI) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
-
Construct a new redirection exception.
- register(Class<?>) - Method in interface javax.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>) - Method in interface javax.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, int) - Method in interface javax.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.container.AsyncResponse
-
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object) - Method in interface javax.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object) - Method in interface javax.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, int) - Method in interface javax.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Object...) - Method in interface javax.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(String, T) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Given a
Metric
, registers it under the given name. - register(String, T, Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- registerConfig(Config, ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Register a given
Config
within the Application (or Module) identified by the given ClassLoader. - RegistryType - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
Qualifies the type of Metric Registry to inject.
- rel(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Convenience method to set a link relation.
- REL - Static variable in class javax.ws.rs.core.Link
-
Rel link param from RFC 5988.
- relativize(URI) - Method in interface javax.ws.rs.core.UriInfo
-
Relativize a URI with respect to the current request URI.
- release() - Method in interface javax.enterprise.context.spi.CreationalContext
-
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to
Contextual.destroy(Object, CreationalContext)
. - releaseConfig(Config) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
A
Config
normally gets released if the Application it is associated with gets destroyed. - remove(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- remove(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Removes the metric with the given name.
- removeMatching(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
-
Removes all metrics which match the given filter.
- removeProperty(String) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Removes a property with the given name from the current request/response exchange context.
- replaceAll(MultivaluedMap<String, Object>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Replaces all existing headers with the newly supplied headers.
- replaceMatrix(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the matrix parameters of the current final segment of the current URI path.
- replaceMatrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
- replacePath(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI path.
- replaceQuery(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI query string.
- replaceQueryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a query parameter.
- request() - Method in interface javax.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource.
- request(String...) - Method in interface javax.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- request(MediaType...) - Method in interface javax.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- Request - Interface in javax.ws.rs.core
-
An injectable helper for request processing, all methods throw an
IllegalStateException
if called outside the scope of a request (e.g. - REQUEST_ENTITY_TOO_LARGE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
413 Request Entity Too Large, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.14">HTTP/1.1 documentation}.
- REQUEST_TIMEOUT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
408 Request Timeout, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9">HTTP/1.1 documentation}.
- REQUEST_URI_TOO_LONG - Enum constant in enum class javax.ws.rs.core.Response.Status
-
414 Request-URI Too Long, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.15">HTTP/1.1 documentation}.
- REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
416 Requested Range Not Satisfiable, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.17">HTTP/1.1 documentation}.
- RequestScoped - Annotation Interface in javax.enterprise.context
-
Specifies that a bean is request scoped.
- requestVolumeThreshold() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The number of consecutive requests in a rolling window that will trip the circuit.
- RESET_CONTENT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
205 Reset Content, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.6">HTTP/1.1 documentation}.
- ResolutionException - Exception in javax.enterprise.inject
-
Indicates a problem relating to typesafe resolution. - ResolutionException() - Constructor for exception javax.enterprise.inject.ResolutionException
- ResolutionException(String) - Constructor for exception javax.enterprise.inject.ResolutionException
- ResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
- ResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
- resolve(URI) - Method in interface javax.ws.rs.core.UriInfo
-
Resolve a relative URI with respect to the base URI of the application.
- resolve(Set<Bean<? extends X>>) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Apply the ambiguous dependency resolution rules to a set of beans.
- resolveDecorators(Set<Type>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
- resolveInterceptors(InterceptionType, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
- resolveObserverMethods(T, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Return the set of observers for an event.
- resolveTemplate(String, Object) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object) - Method in class javax.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in class javax.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplateFromEncoded(String, Object) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied encoded value. - resolveTemplateFromEncoded(String, Object) - Method in class javax.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied encoded value. - resolveTemplates(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in class javax.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - Resource - Annotation Interface in javax.annotation
-
The Resource annotation marks a resource that is needed by the application.
- Resource.AuthenticationType - Enum Class in javax.annotation
-
The two possible authentication types for a resource.
- ResourceContext - Interface in javax.ws.rs.container
-
The resource context provides access to instances of resource classes.
- ResourceInfo - Interface in javax.ws.rs.container
-
An injectable class to access the resource class and resource method matched by the current request.
- Resources - Annotation Interface in javax.annotation
-
This class is used to allow multiple resources declarations.
- Response - Class in javax.ws.rs.core
-
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
- Response() - Constructor for class javax.ws.rs.core.Response
-
Protected constructor, use one of the static methods to obtain a
Response.ResponseBuilder
instance and obtain a Response from that. - Response.ResponseBuilder - Class in javax.ws.rs.core
-
A class used to build Response instances that contain metadata instead of or in addition to an entity.
- Response.Status - Enum Class in javax.ws.rs.core
-
Commonly used status codes defined by HTTP, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10">HTTP/1.1 documentation} for the complete list.
- Response.Status.Family - Enum Class in javax.ws.rs.core
-
An enumeration representing the class of status code.
- Response.StatusType - Interface in javax.ws.rs.core
-
Base interface for statuses used in responses.
- ResponseBuilder() - Constructor for class javax.ws.rs.core.Response.ResponseBuilder
-
Protected constructor, use one of the static methods of
Response
to obtain an instance. - ResponseProcessingException - Exception in javax.ws.rs.client
-
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
- ResponseProcessingException(Response, String) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ResponseProcessingException(Response, String, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
- ResponseProcessingException(Response, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception for a specific
response
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - resume(Object) - Method in interface javax.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided response data.
- resume(Throwable) - Method in interface javax.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided throwable.
- Retry - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
The Retry annotation to define the number of the retries and the fallback method on reaching the retry counts.
- RETRY_AFTER - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.37">HTTP/1.1 documentation}.
- retryOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
- RolesAllowed - Annotation Interface in javax.annotation.security
-
Specifies the list of roles permitted to access method(s) in an application.
- RunAs - Annotation Interface in javax.annotation.security
-
Defines the identity of the application during execution in a J2EE container.
- RuntimeDelegate - Class in javax.ws.rs.ext
-
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
- RuntimeDelegate() - Constructor for class javax.ws.rs.ext.RuntimeDelegate
-
Allows custom implementations to extend the
RuntimeDelegate
class. - RuntimeDelegate.HeaderDelegate<T> - Interface in javax.ws.rs.ext
-
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type
T
. - RuntimeType - Enum Class in javax.ws.rs
-
Enumeration of JAX-RS runtime types.
S
- Sampling - Interface in org.eclipse.microprofile.metrics
-
An object which samples values.
- scheme(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see
URI
). - Scope - Annotation Interface in javax.inject
-
Identifies scope annotations.
- SECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represents seconds
- SecurityContext - Interface in javax.ws.rs.core
-
An injectable interface that provides access to security related information.
- SEE_OTHER - Enum constant in enum class javax.ws.rs.core.Response.Status
-
303 See Other, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.4">HTTP/1.1 documentation}.
- seeOther(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class javax.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(Annotation...) - Method in interface javax.enterprise.event.Event
-
Obtains a child Event for the given additional required qualifiers.
- select(Annotation...) - Method in interface javax.enterprise.inject.Instance
-
Obtains a child Instance for the given additional required qualifiers.
- select(Class<U>, Annotation...) - Method in interface javax.enterprise.event.Event
-
Obtains a child Event for the given required type and additional required qualifiers.
- select(Class<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
-
Obtains a child Instance for the given required type and additional required qualifiers.
- select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.event.Event
-
Obtains a child Event for the given required type and additional required qualifiers.
- select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
-
Obtains a child Instance for the given required type and additional required qualifiers.
- selectVariant(List<Variant>) - Method in interface javax.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- SERVER - Enum constant in enum class javax.ws.rs.RuntimeType
-
JAX-RS server run-time.
- SERVER_ERROR - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
5xx
HTTP status codes. - serverError() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in javax.ws.rs
-
A base runtime application exception indicating a server error (HTTP
5xx
status codes). - ServerErrorException(int) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
-
Construct a new server error exception.
- serverName() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Database server name.
- SERVICE_UNAVAILABLE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
503 Service Unavailable, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4">HTTP/1.1 documentation}.
- ServiceUnavailableException - Exception in javax.ws.rs
-
A runtime exception indicating that the requested resource
cannot be served
. - ServiceUnavailableException() - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(String, Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- SessionBeanType - Enum Class in javax.enterprise.inject.spi
-
Identifies the kind of EJB session bean.
- SessionScoped - Annotation Interface in javax.enterprise.context
-
Specifies that a bean is session scoped.
- SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109}.
- setAnnotatedType(AnnotatedType<X>) - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
Replaces the
AnnotatedType
. - setAnnotations(Annotation[]) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
- setBeanAttributes(BeanAttributes<T>) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
Replaces the
BeanAttributes
. - setCDIProvider(CDIProvider) - Static method in class javax.enterprise.inject.spi.CDI
-
Set the
CDIProvider
to use. - setDescription(String) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Sets the description of the metric.
- setDisplayName(String) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Sets the display name.
- setEntity(Object) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntityStream(InputStream) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(OutputStream) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setGenericType(Type) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
-
Replaces the InjectionPoint.
- setInjectionTarget(InjectionTarget<X>) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
-
Replaces the
InjectionTarget
which performs injection for this target. - setInputStream(InputStream) - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInstance(RuntimeDelegate) - Static method in class javax.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setInstance(ConfigProviderResolver) - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Set the instance.
- setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMediaType(MediaType) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMethod(String) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMustRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setName(String) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Sets the metric name.
- setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoStore(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setOutputStream(OutputStream) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or constructor of the target class.
- setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProducer(Producer<X>) - Method in interface javax.enterprise.inject.spi.ProcessProducer
-
Replaces the
Producer
object that will be used by the container to call the producer method or read the producer field. - setProperty(String, Object) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setRequestUri(URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
- setRequestUri(URI, URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setResponseProvider(HealthCheckResponseProvider) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
-
Used by OSGi environment while service loader pattern is not supported.
- setSecurityContext(SecurityContext) - Method in interface javax.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setStatus(int) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setTags(HashMap<String, String>) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Sets the tags hashmap.
- setTimeout(long) - Method in interface javax.enterprise.context.Conversation
-
Set the timeout of the current conversation.
- setTimeout(long, TimeUnit) - Method in interface javax.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface javax.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- setType(Class<?>) - Method in interface javax.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setType(String) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Sets the metric type using a String representation of
MetricType
. - setType(MetricType) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Sets the type of the metric
- setUnit(String) - Method in class org.eclipse.microprofile.metrics.Metadata
-
Sets the unit of the metric.
- setUri(URI) - Method in interface javax.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- shareable() - Element in annotation interface javax.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
- Singleton - Annotation Interface in javax.inject
-
Identifies a type that the injector only instantiates once.
- SINGLETON - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
-
A singleton session bean
- sip_callid - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_cseq_num - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_date - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_from_tag - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_via_branch - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- size() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- size() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the number of values in the snapshot.
- Snapshot - Class in org.eclipse.microprofile.metrics
-
A statistical snapshot of a
Snapshot
. - Snapshot() - Constructor for class org.eclipse.microprofile.metrics.Snapshot
- Specializes - Annotation Interface in javax.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- sslContext(SSLContext) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context. - standard() - Element in annotation interface org.eclipse.microprofile.jwt.Claim
-
An alternate way of specifying a claim name using the Claims enum
- START_ARRAY - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Start of a JSON array.
- START_OBJECT - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Start of a JSON object.
- state(boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- STATEFUL - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
-
A stateful session bean
- STATELESS - Enum constant in enum class javax.enterprise.inject.spi.SessionBeanType
-
A stateless session bean
- status(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.StatusType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- Stereotype - Annotation Interface in javax.enterprise.inject
-
Specifies that an annotation type is a stereotype.
- stop() - Method in interface org.eclipse.microprofile.metrics.Timer.Context
-
Updates the timer with the difference between current and start time.
- store - Variable in class javax.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- StreamingOutput - Interface in javax.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application wishes to stream the output. - STRING - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON string.
- sub - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sub_jwk - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- submit() - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(Class<T>) - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- submit(InvocationCallback<T>) - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation. - submit(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- SUCCESSFUL - Enum constant in enum class javax.ws.rs.core.Response.Status.Family
-
2xx
HTTP status codes. - successThreshold() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
For an open circuit, after the delay period is reached, once the successThreshold is reached, the circuit is back to close again.
- Suspended - Annotation Interface in javax.ws.rs.container
-
Inject a suspended
AsyncResponse
into a parameter of an invoked JAX-RSresource or sub-resource method
. - SyncInvoker - Interface in javax.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
T
- tag(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set a strong response entity tag.
- tag(EntityTag) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set a response entity tag.
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
- target(String) - Method in interface javax.ws.rs.client.Client
-
Build a new web resource target.
- target(URI) - Method in interface javax.ws.rs.client.Client
-
Build a new web resource target.
- target(Link) - Method in interface javax.ws.rs.client.Client
-
Build a new web resource target.
- target(UriBuilder) - Method in interface javax.ws.rs.client.Client
-
Build a new web resource target.
- TEMPORARY_REDIRECT - Enum constant in enum class javax.ws.rs.core.Response.Status
-
307 Temporary Redirect, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8">HTTP/1.1 documentation}.
- temporaryRedirect(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a temporary redirection.
- text(T) - Static method in class javax.ws.rs.client.Entity
-
Create a "text/plain" entity.
- TEXT_HTML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""text/html"" media type. - TEXT_HTML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""text/html"" media type. - TEXT_PLAIN - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""text/plain"" media type. - TEXT_PLAIN_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""text/plain"" media type. - TEXT_XML - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing ""text/xml"" media type. - TEXT_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
-
A
MediaType
constant representing ""text/xml"" media type. - time() - Method in interface org.eclipse.microprofile.metrics.Timer
-
Returns a new
Timer.Context
. - time(Runnable) - Method in interface org.eclipse.microprofile.metrics.Timer
-
Times and records the duration of event.
- time(Callable<T>) - Method in interface org.eclipse.microprofile.metrics.Timer
-
Times and records the duration of event.
- Timed - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method, constructor, or class as timed.
- Timeout - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
The annotation to define a method execution timeout.
- TimeoutException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
-
The exception should be thrown when timeout is reached.
- TimeoutException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutHandler - Interface in javax.ws.rs.container
-
Asynchronous response suspend time-out handler.
- timer(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- timer(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
- Timer - Interface in org.eclipse.microprofile.metrics
-
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
. - TIMER - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A timer aggregates timing durations and provides duration statistics, plus throughput statistics
- Timer.Context - Interface in org.eclipse.microprofile.metrics
-
A timing context.
- title(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Convenience method to set a
title
on this link. - TITLE - Static variable in class javax.ws.rs.core.Link
-
Title link param from RFC 5988.
- toCookie() - Method in class javax.ws.rs.core.NewCookie
-
Obtain a new instance of a
Cookie
with the same name, value, path, domain and version as thisNewCookie
. - toResponse(E) - Method in interface javax.ws.rs.ext.ExceptionMapper
-
Map an exception to a
Response
. - toString() - Method in class javax.enterprise.util.AnnotationLiteral
- toString() - Method in class javax.enterprise.util.TypeLiteral
- toString() - Method in interface javax.json.JsonNumber
-
Returns a JSON text representation of the JSON number.
- toString() - Method in interface javax.json.JsonValue
-
Returns JSON text for this JSON value.
- toString() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- toString() - Method in class javax.ws.rs.core.CacheControl
-
Convert the cache control to a string suitable for use as the value of the corresponding HTTP header.
- toString() - Method in class javax.ws.rs.core.Cookie
-
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
- toString() - Method in class javax.ws.rs.core.EntityTag
-
Convert the entity tag to a string suitable for use as the value of the corresponding HTTP header.
- toString() - Method in class javax.ws.rs.core.GenericEntity
- toString() - Method in class javax.ws.rs.core.GenericType
- toString() - Method in class javax.ws.rs.core.Link
-
Returns a string representation as a link header (RFC 5988).
- toString() - Method in class javax.ws.rs.core.MediaType
-
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
- toString() - Method in class javax.ws.rs.core.NewCookie
-
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
- toString() - Method in enum class javax.ws.rs.core.Response.Status
-
Get the reason phrase.
- toString() - Method in class javax.ws.rs.core.Variant
- toString() - Method in class org.eclipse.microprofile.metrics.Metadata
- toString() - Method in enum class org.eclipse.microprofile.metrics.MetricType
- toString(T) - Method in interface javax.ws.rs.ext.ParamConverter
-
Convert the supplied value to a String.
- toString(T) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Convert the supplied value to a String.
- toTemplate() - Method in class javax.ws.rs.core.UriBuilder
-
Get the URI template string represented by this URI builder.
- trace() - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace() - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- transactional() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
Set to
false
if connections should not participate in transactions. - TransactionPhase - Enum Class in javax.enterprise.event
-
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
- TransientReference - Annotation Interface in javax.enterprise.inject
-
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
- TRUE - Enum constant in enum class javax.json.JsonValue.ValueType
-
JSON true.
- TRUE - Static variable in interface javax.json.JsonValue
-
JSON true value.
- trustStore(KeyStore) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the client-side trust store.
- type() - Element in annotation interface javax.annotation.Resource
-
The Java type of the resource.
- type() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.RegistryType
- type(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Convenience method to set a
type
on this link. - type(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- type(MediaType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- TYPE - Static variable in class javax.ws.rs.core.Link
-
Type link param from RFC 5988.
- Typed - Annotation Interface in javax.enterprise.inject
-
Restricts the bean types of a bean.
- TypeLiteral<T> - Class in javax.enterprise.util
-
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
- TypeLiteral() - Constructor for class javax.enterprise.util.TypeLiteral
U
- UNAUTHORIZED - Enum constant in enum class javax.ws.rs.core.Response.Status
-
401 Unauthorized, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2">HTTP/1.1 documentation}.
- UNCONFIGURED_VALUE - Static variable in annotation interface org.eclipse.microprofile.config.inject.ConfigProperty
- unit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Timeout
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
- UNKNOWN - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Unmanaged<T> - Class in javax.enterprise.inject.spi
-
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
- Unmanaged(Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class, using the current bean manager
- Unmanaged(BeanManager, Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class
- Unmanaged.UnmanagedInstance<T> - Class in javax.enterprise.inject.spi
-
Represents a non-contextual instance.
- unmarshal(Link.JaxbLink) - Method in class javax.ws.rs.core.Link.JaxbAdapter
-
Convert a
Link.JaxbLink
into aLink
. - UnproxyableResolutionException - Exception in javax.enterprise.inject
-
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
- UnproxyableResolutionException() - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
- UnsatisfiedResolutionException - Exception in javax.enterprise.inject
-
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
- UnsatisfiedResolutionException() - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class javax.ws.rs.core.Response.Status
-
415 Unsupported Media Type, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16">HTTP/1.1 documentation}.
- up() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- UP - Enum constant in enum class org.eclipse.microprofile.health.HealthCheckResponse.State
- update(int) - Method in interface org.eclipse.microprofile.metrics.Histogram
-
Adds a recorded value.
- update(long) - Method in interface org.eclipse.microprofile.metrics.Histogram
-
Adds a recorded value.
- update(long, TimeUnit) - Method in interface org.eclipse.microprofile.metrics.Timer
-
Adds a recorded duration.
- updated_at - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- upn - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- uri(String) - Method in interface javax.ws.rs.core.Link.Builder
-
Set underlying string representing URI template for the link being constructed.
- uri(String) - Method in class javax.ws.rs.core.UriBuilder
-
Parses the
uriTemplate
string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components. - uri(URI) - Method in interface javax.ws.rs.core.Link.Builder
-
Set underlying URI template for the link being constructed.
- uri(URI) - Method in class javax.ws.rs.core.UriBuilder
-
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
- uriBuilder(UriBuilder) - Method in interface javax.ws.rs.core.Link.Builder
-
Set underlying URI builder representing the URI template for the link being constructed.
- UriBuilder - Class in javax.ws.rs.core
-
URI template-aware utility class for building URIs from their components.
- UriBuilder() - Constructor for class javax.ws.rs.core.UriBuilder
-
Protected constructor, use one of the static
fromXxx(...)
methods to obtain an instance. - UriBuilderException - Exception in javax.ws.rs.core
-
A runtime exception thrown by
UriBuilder.build(Object...)
methods when aURI
cannot be constructed based on the current state of the builder. - UriBuilderException() - Constructor for exception javax.ws.rs.core.UriBuilderException
-
Creates a new instance of
UriBuilderException
without detail message. - UriBuilderException(String) - Constructor for exception javax.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message. - UriBuilderException(String, Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message and cause. - UriBuilderException(Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
-
Constructs a new exception with the specified cause and a detail message of (
cause==null ? null : cause.toString()
) (which typically contains the class and detail message of cause). - UriInfo - Interface in javax.ws.rs.core
-
An injectable interface that provides access to application and request URI information.
- url() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- USE_PROXY - Enum constant in enum class javax.ws.rs.core.Response.Status
-
305 Use Proxy, see {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.6">HTTP/1.1 documentation}.
- user() - Element in annotation interface javax.annotation.sql.DataSourceDefinition
-
User name to use for connection authentication.
- USER - Static variable in class javax.ws.rs.Priorities
-
User-level filter/interceptor priority.
- USER_AGENT - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43">HTTP/1.1 documentation}.
- userInfo(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI user-info.
V
- validate(InjectionPoint) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Validate a certain injection point.
- value() - Element in annotation interface javax.annotation.Generated
-
The value element MUST have the name of the code generator.
- value() - Element in annotation interface javax.annotation.ManagedBean
-
The name of the Managed Bean.
- value() - Element in annotation interface javax.annotation.Priority
-
The priority value.
- value() - Element in annotation interface javax.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Element in annotation interface javax.annotation.security.DeclareRoles
- value() - Element in annotation interface javax.annotation.security.RolesAllowed
- value() - Element in annotation interface javax.annotation.security.RunAs
- value() - Element in annotation interface javax.annotation.sql.DataSourceDefinitions
- value() - Element in annotation interface javax.enterprise.context.Destroyed
-
The scope for which to observe initialization
- value() - Element in annotation interface javax.enterprise.context.Initialized
-
The scope for which to observe initialization
- value() - Element in annotation interface javax.enterprise.inject.New
-
Specifies the bean class of the new instance.
- value() - Element in annotation interface javax.enterprise.inject.spi.WithAnnotations
- value() - Element in annotation interface javax.enterprise.inject.Typed
-
Selects the bean types of the bean.
- value() - Element in annotation interface javax.inject.Named
-
The name.
- value() - Element in annotation interface javax.interceptor.Interceptors
-
An ordered list of interceptors.
- value() - Element in annotation interface javax.ws.rs.ApplicationPath
-
Defines the base URI for all resource URIs.
- value() - Element in annotation interface javax.ws.rs.ConstrainedTo
-
Define the
constraint type
to be placed on a JAX-RS provider. - value() - Element in annotation interface javax.ws.rs.Consumes
-
A list of media types.
- value() - Element in annotation interface javax.ws.rs.CookieParam
-
Defines the name of the HTTP cookie whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface javax.ws.rs.DefaultValue
-
The specified default value.
- value() - Element in annotation interface javax.ws.rs.FormParam
-
Defines the name of the form parameter whose value will be used to initialize the value of the annotated method argument.
- value() - Element in annotation interface javax.ws.rs.HeaderParam
-
Defines the name of the HTTP header whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface javax.ws.rs.HttpMethod
-
Specifies the name of a HTTP method.
- value() - Element in annotation interface javax.ws.rs.MatrixParam
-
Defines the name of the URI matrix parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface javax.ws.rs.Path
-
Defines a URI template for the resource class or method, must not include matrix parameters.
- value() - Element in annotation interface javax.ws.rs.PathParam
-
Defines the name of the URI template parameter whose value will be used to initialize the value of the annotated method parameter, class field or property.
- value() - Element in annotation interface javax.ws.rs.Produces
-
A list of media types.
- value() - Element in annotation interface javax.ws.rs.QueryParam
-
Defines the name of the HTTP query parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Bulkhead
-
Specify the maximum number of concurrent calls to an instance.
- value() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Fallback
-
Specify the fallback class to be used.
- value() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Timeout
-
The timeout value.
- value() - Element in annotation interface org.eclipse.microprofile.jwt.Claim
-
The value specifies the id name the claim to inject
- VALUE_FALSE - Enum constant in enum class javax.json.stream.JsonParser.Event
-
false
value in a JSON array or object. - VALUE_NULL - Enum constant in enum class javax.json.stream.JsonParser.Event
-
null
value in a JSON array or object. - VALUE_NUMBER - Enum constant in enum class javax.json.stream.JsonParser.Event
-
Number value in a JSON array or object.
- VALUE_STRING - Enum constant in enum class javax.json.stream.JsonParser.Event
-
String value in a JSON array or object.
- VALUE_TRUE - Enum constant in enum class javax.json.stream.JsonParser.Event
-
true
value in a JSON array or object. - valueOf(String) - Static method in enum class javax.annotation.Resource.AuthenticationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.event.Reception
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.event.TransactionPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.inject.spi.InterceptionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.enterprise.inject.spi.SessionBeanType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.json.JsonValue.ValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.json.stream.JsonParser.Event
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class javax.ws.rs.core.CacheControl
-
Creates a new instance of CacheControl by parsing the supplied string.
- valueOf(String) - Static method in class javax.ws.rs.core.Cookie
-
Creates a new instance of
Cookie
by parsing the supplied string. - valueOf(String) - Static method in class javax.ws.rs.core.EntityTag
-
Creates a new instance of
EntityTag
by parsing the supplied string. - valueOf(String) - Static method in class javax.ws.rs.core.Link
-
Simple parser to convert link header string representations into a link.
- valueOf(String) - Static method in class javax.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
by parsing the supplied string. - valueOf(String) - Static method in class javax.ws.rs.core.NewCookie
-
Creates a new instance of NewCookie by parsing the supplied string.
- valueOf(String) - Static method in enum class javax.ws.rs.core.Response.Status.Family
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ws.rs.core.Response.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.ws.rs.RuntimeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.health.HealthCheckResponse.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.jwt.Claims
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class javax.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.event.Reception
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.event.TransactionPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.inject.spi.InterceptionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.enterprise.inject.spi.SessionBeanType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.json.JsonValue.ValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.json.stream.JsonParser.Event
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
- values() - Static method in enum class javax.ws.rs.core.Response.Status.Family
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ws.rs.core.Response.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.ws.rs.RuntimeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.health.HealthCheckResponse.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.jwt.Claims
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variant(Variant) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set message entity representation metadata.
- Variant - Class in javax.ws.rs.core
-
Abstraction for a resource representation variant.
- Variant(MediaType, String, String) - Constructor for class javax.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String) - Constructor for class javax.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String, String) - Constructor for class javax.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, Locale, String) - Constructor for class javax.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant.VariantListBuilder - Class in javax.ws.rs.core
-
A builder for a list of representation variants.
- VariantListBuilder() - Constructor for class javax.ws.rs.core.Variant.VariantListBuilder
-
Protected constructor, use the static
newInstance
method to obtain an instance. - variants(List<Variant>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- variants(Variant...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- VARY - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.44">HTTP/1.1 documentation}.
- VENDOR - Enum constant in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
The Vendor scoped MetricRegistry.
- veto() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
-
Forces the container to ignore this type.
- veto() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
-
Forces the container to ignore the bean.
- Vetoed - Annotation Interface in javax.enterprise.inject
-
Veto the processing of the class.
W
- waitingTaskQueue() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Bulkhead
-
Specify the waiting task queue.
- WebApplicationException - Exception in javax.ws.rs
-
Runtime exception for applications.
- WebApplicationException() - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and default HTTP status code of 500.
- WebApplicationException(int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and default HTTP status code of 500.
- WebApplicationException(String, int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String, Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and default HTTP status code of 500.
- WebApplicationException(String, Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String, Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(String, Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(String, Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(String, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and default HTTP status code of 500.
- WebApplicationException(Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebApplicationException(Response) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response.
- WebApplicationException(Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
-
Construct a new instance with a blank message and specified HTTP status code.
- WebTarget - Interface in javax.ws.rs.client
-
A resource target identified by the resource URI.
- WILDCARD - Static variable in class javax.ws.rs.core.MediaType
-
A
String
constant representing wildcard ""*/*"" media type . - WILDCARD_TYPE - Static variable in class javax.ws.rs.core.MediaType
- WithAnnotations - Annotation Interface in javax.enterprise.inject.spi
-
WithAnnotations
may be applied to any portable extension observer method with an event parameter type ofProcessAnnotatedType
to filter the events delivered. - withCharset(String) - Method in class javax.ws.rs.core.MediaType
-
Create a new
MediaType
instance with the same type, subtype and parameters copied from the original instance and the supplied ""charset"" parameter. - withConfig(Configuration) - Method in class javax.ws.rs.client.ClientBuilder
-
Set the internal configuration state to an externally provided configuration state.
- withConverters(Converter<?>...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the specified
Converter
. - withData(String, boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- withData(String, long) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- withData(String, String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
- withSources(ConfigSource...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the specified
ConfigSource
. - wrapExpressionFactory(ExpressionFactory) - Method in interface javax.enterprise.inject.spi.BeanManager
-
Returns a wrapper
ExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. - write(boolean) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON true or false value within the current array context.
- write(double) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(int) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(long) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(OutputStream) - Method in interface javax.ws.rs.core.StreamingOutput
-
Called to write the message body.
- write(String) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON string value within the current array context.
- write(String, boolean) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/boolean value pair in the current object context.
- write(String, double) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, int) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, long) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, String) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/string value pair in the current object context.
- write(String, BigDecimal) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, BigInteger) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, JsonValue) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/value pair in the current object context.
- write(BigDecimal) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(BigInteger) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array context.
- write(JsonStructure) - Method in interface javax.json.JsonWriter
- write(JsonValue) - Method in interface javax.json.stream.JsonGenerator
-
Writes the specified value as a JSON value within the current array context.
- writeArray(JsonArray) - Method in interface javax.json.JsonWriter
-
Writes the specified JSON
array
to the output source. - writeEnd() - Method in interface javax.json.stream.JsonGenerator
-
Writes the end of the current context.
- writeNull() - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON null value within the current array context.
- writeNull(String) - Method in interface javax.json.stream.JsonGenerator
-
Writes a JSON name/null value pair in an current object context.
- writeObject(JsonObject) - Method in interface javax.json.JsonWriter
-
Writes the specified JSON
object
to the output source. - WriterInterceptor - Interface in javax.ws.rs.ext
-
Interface for message body writer interceptors that wrap around calls to
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - WriterInterceptorContext - Interface in javax.ws.rs.ext
- writeStartArray() - Method in interface javax.json.stream.JsonGenerator
-
Writes the JSON start array character.
- writeStartArray(String) - Method in interface javax.json.stream.JsonGenerator
-
Writes the JSON name/start array character pair with in the current object context.
- writeStartObject() - Method in interface javax.json.stream.JsonGenerator
-
Writes the JSON start object character.
- writeStartObject(String) - Method in interface javax.json.stream.JsonGenerator
-
Writes the JSON name/start object character pair in the current object context.
- writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface javax.ws.rs.ext.MessageBodyWriter
-
Write a type to an HTTP message.
- WWW_AUTHENTICATE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation}.
X
- xhtml(T) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/xhtml+xml" entity.
- xml(T) - Static method in class javax.ws.rs.client.Entity
-
Create an "application/xml" entity.
Z
A B C D E F G H I J K L M N O P Q R S T U V W X ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form