A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

abortOn() - Method in annotation type org.eclipse.microprofile.faulttolerance.Retry
The list of exception types that should not trigger a 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() - Method in annotation type org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
Denotes whether to use the absolute name or use the default given name relative to the annotated class.
absolute() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Counted
Denotes whether to use the absolute name or use the default given name relative to the annotated class.
absolute() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Gauge
Denotes whether to use the absolute name or use the default given name relative to the annotated class.
absolute() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Metered
 
absolute() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Metric
Denotes whether to use the absolute name or use the default given name relative to the annotated class.
absolute() - Method in annotation type org.eclipse.microprofile.metrics.annotation.SimplyTimed
 
absolute() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Timed
Denotes whether to use the absolute name or use the default given name relative to the annotated class.
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 a Map<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(EventContext<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
 
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
ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
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 - javax.ws.rs.core.Response.Status
202 Accepted, see {@link 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.
ack() - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Acknowledge this message.
Acknowledgment - Annotation Type in org.eclipse.microprofile.reactive.messaging
Configure the acknowledgement policy for the given @Incoming.
Acknowledgment.Strategy - Enum in org.eclipse.microprofile.reactive.messaging
 
acr - org.eclipse.microprofile.jwt.Claims
 
activate() - Method in interface javax.enterprise.context.control.RequestContextController
Activates a RequestContext for the current thread if one is not already active.
ActivateRequestContext - Annotation Type in javax.enterprise.context.control
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
ADAPTERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom mapping adapters for generic types.
adaptFromJson(Adapted) - Method in interface javax.json.bind.adapter.JsonbAdapter
This method is used on deserialization only.
adaptToJson(Original) - Method in interface javax.json.bind.adapter.JsonbAdapter
This method is used on serialization only.
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 or JsonValue.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(int, boolean) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array at the specified position.
add(int, double) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, int) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, long) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, String) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonString at the specified position.
add(int, BigDecimal) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, BigInteger) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array at the specified position.
add(int, JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array at the specified position.
add(int, JsonValue) - Method in interface javax.json.JsonArrayBuilder
Inserts a value to the array at the specified position.
add(long) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Add an annotation to the constructor.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Add an annotation to the field.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Add an annotation to the method.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Add an annotation to the parameter.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Add an annotation to the type.
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, boolean) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
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, int) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
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, String) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
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(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
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.
add(T, JsonValue) - Method in interface javax.json.JsonPointer
Adds or replaces a value at the referenced location in the specified target with the specified value.
ADD - javax.json.JsonPatch.Operation
"add" operation.
addAll(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds all elements of the array in the specified array builder to the array.
addAll(JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
Adds all name/value pairs in the JSON object associated with the specified object builder to the JSON object associated with this object builder.
addAll(K, List<V>) - Method in class 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.
addAllOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the given Schema to the list of schemas used by the allOf property.
addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation.
addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation
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.
addAnyOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the given Schema to the list of schemas used by the anyOf property.
addAPIResponse(String, APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Adds an APIResponse in the format of the name as a key and the item as the value to APIResponses map
addBean() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtains a new BeanConfigurator to configure a new Bean and add it at the end of the observer invocation.
addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessBean containing the given Bean and then registers the Bean with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans.
addBeanClasses(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add provided bean classes to the synthetic bean archive.
addCallback(String, Callback) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given callback to this Components' map of callbacks with the given string as its key.
addCallback(String, Callback) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given callback item to this Operation's map of callbacks.
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 configuration sources to the configuration being built.
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.
addDiscoveredContextManagerExtensions() - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Load all discoverable ContextManagerExtension instances via the ServiceLoader mechanism on the current thread-context ClassLoader (unless overridden by ContextManager.Builder.forClassLoader(ClassLoader)).
addDiscoveredConverters() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add all configuration converters which can be discovered from this configuration builder's class loader.
addDiscoveredSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add all configuration sources which can be discovered from this configuration builder's class loader.
addDiscoveredThreadContextProviders() - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Load all discoverable ThreadContextProvider instances via the ServiceLoader mechanism on the current thread-context ClassLoader (unless overridden by ContextManager.Builder.forClassLoader(ClassLoader)).
addEncoding(String, Encoding) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Adds an Encoding item to the encoding property of a MediaType instance.
addEnumeration(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds an item of the appropriate type to the enumerated list of values allowed.
addEnumeration(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method adds a string item to enumeration list of a ServerVariable instance and returns the instance.
addExample(String, Example) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given example to this Components' map of examples with the given string as its key.
addExample(String, Example) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Adds an example of the header using the specified key to this Header instance.
addExample(String, Example) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Adds an example item to the examples map of a MediaType instance.
addExample(String, Example) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Adds an example of the parameter using the specified key.
addExtension(String, Object) - Method in interface org.eclipse.microprofile.openapi.models.Extensible
Adds the given object to this Extensible's map of extensions, with the given name as its key.
addExtensions(Class<? extends Extension>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExtensions(Extension...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
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.
addHeader(String, Header) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given header to this Components' map of headers with the given string as its key.
addHeader(String, Header) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
Adds the given header to this Encoding' list of headers with the given string as its key.
addHeader(String, Header) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Adds the given Header to this ApiResponse instance's map of Headers with the given name and return this instance of ApiResponse.
addInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add an InjectionPoint to the configured bean
addInjectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInjectionPoints(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
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.
additionalPropertiesBoolean(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the value of "additionalProperties" to either True or False.
additionalPropertiesSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the Schema which defines additional properties not defined by "properties" or "patternProperties".
addLink(String, Link) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given link to this Components' map of links with the given string as its key.
addLink(String, Link) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Adds a link to this instance of ApiResponse using the given name and Link, and returns this ApiResponse instance.
addMapping(String, String) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Maps the given name to the given value and stores it in this Discriminator's mapping property.
addMediaType(String, MediaType) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Adds the MediaType for this Content, where the key is the name of the MediaType and the value is the object that describes the content passed into or returned from an operation.
addNull() - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array.
addNull(int) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array at the specified position.
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 is null.
addNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addObserverMethod() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
obtains a new ObserverMethodConfigurator to configure a new ObserverMethod and add it at the end of the observer invocation.
addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessObserverMethod containing the given ObserverMethod and then registers the ObserverMethod with the container, thereby making it available for event notifications.
addOneOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the given Schema to the list of schemas used by the oneOf property.
addPackages(boolean, Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
addPackages(boolean, Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addPackages(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
addPackages(Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addParameter(String, Object) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Add a new parameter to the parameters property of this instance of Link.
addParameter(String, Parameter) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given parameter to this Components' map of parameters with the given string as its key.
addParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given parameter item to this Operation's list of parameters.
addParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Adds the given parameter to this PathItem's list of parameters.
addPathItem(String, PathItem) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Adds the given PathItem to this Callback's list of PathItems using the string as its key.
addPathItem(String, PathItem) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Adds the given path item to this Paths and return this instance of Paths
addProperty(String, Object) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add a configuration property to the container
addProperty(String, Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds a Schema property of the provided name using the given schema.
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add the qualifier to the InjectionPoint to build
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add the qualifier to the observed event
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.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addRequestBody(String, RequestBody) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given request body to this Components' map of request bodies with the given string as its key.
addRequired(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the name of an item to the list of fields required in objects defined by this Schema.
addResponse(String, APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given response to this Components' map of responses with the given string as its key.
address - org.eclipse.microprofile.jwt.Claims
 
addSchema(String, Schema) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given schema to this Components' list of schemas with the given string as its key.
addScheme(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Adds a security scheme to the SecurityRequirement instance based on the scheme name.
addScheme(String, String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Adds a security scheme to the SecurityRequirement instance based on the scheme name and required scope (optional) provided.
addScheme(String, List<String>) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Adds a security scheme to the SecurityRequirement instance based on the scheme name and required scopes (optional) provided.
addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a scope type.
addScope(String, String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
Adds name of an existing scope object and item parameters to scopes as a key-value pair in a map.
addSecurityRequirement(SecurityRequirement) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Adds the given security requirement to this OpenAPI instance's list of security requirements.
addSecurityRequirement(SecurityRequirement) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given security requirement item to this Operation's list of security mechanisms.
addSecurityScheme(String, SecurityScheme) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given security scheme to this Components' map of security schemes with the given string as its key.
addServer(Server) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Adds the given server to this OpenAPI instance's list of servers.
addServer(Server) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given server to this Operation's list of servers.
addServer(Server) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Adds the given server to this PathItem's list of servers.
addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a stereotype to the configured bean
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.
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add stereotypes to the configured bean
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add stereotypes to the configured bean
addTag(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given tag to this Operation's list of tags.
addTag(Tag) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Adds the given tag to this OpenAPI instance's list of tags.
addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addVariable(String, ServerVariable) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
Adds the given server variable item to the Server's map of variables.
AFTER_COMPLETION - javax.enterprise.event.TransactionPhase
Identifies an after completion observer method, called during the after completion phase of the transaction.
AFTER_FAILURE - 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 - 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 and ObserverMethod 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 MetricID.
ALL_REMAINING - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for all available thread context types which are not specified individually under cleared, propagated, or unchanged.
allOf() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
allOf() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
allOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the schemas used by the allOf property of this Schema.
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
allowEmptyValue() - Method in annotation type org.eclipse.microprofile.openapi.annotations.headers.Header
When true, allows sending an empty value.
allowEmptyValue() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
When true, allows sending an empty value.
allowEmptyValue(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's allowEmptyValue property to the given value.
allowEmptyValue(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the allowEmptyValue property of a Parameter instance to the given value.
allowReserved() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Encoding
Determines whether the encoding instance value SHOULD allow reserved characters, as defined by RFC3986 to be included without percent-encoding.
allowReserved() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986.
allowReserved(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
AllowReserved determines whether the parameter value SHOULD allow reserved characters to be encoded without percent-encoding.
allowReserved(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the allowReserved property of a Parameter instance to the given value.
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(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Change the alternative status of the configured bean.
alternative(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Change the alternative status of the configured bean.
Alternative - Annotation Type in javax.enterprise.inject
Specifies that a bean is an alternative.
Alternative.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Alternative annotation.
ALWAYS - 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 - 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.
AnnotatedConstructorConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedConstructor
AnnotatedField<X> - Interface in javax.enterprise.inject.spi
Represents a field of a Java class.
AnnotatedFieldConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedField
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.
AnnotatedMethodConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedMethod
AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
Represents a parameter of a method or constructor.
AnnotatedParameterConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedParameter
AnnotatedType<X> - Interface in javax.enterprise.inject.spi
Represents a Java class or interface.
AnnotatedTypeConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is a helper to configure a new AnnotatedType instance.
AnnotationLiteral<T extends java.lang.annotation.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 Type in javax.enterprise.inject
The built-in qualifier type.
ANY - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is not guaranteed to retain any order.
Any.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Any qualifier.
anyOf() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
anyOf() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
anyOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the schemas used by the anyOf property of this Schema.
APIKEY - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
APIKEY - org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
 
apiKeyName() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
Applies to and is REQUIRED for SecurityScheme of apiKey type.
APIResponse - Interface in org.eclipse.microprofile.openapi.models.responses
This interface represents a single response from an API Operation, including design-time, static links to operations based on the response.
APIResponse - Annotation Type in org.eclipse.microprofile.openapi.annotations.responses
The APIResponse annotation corresponds to the OpenAPI Response model object which describes a single response from an API Operation, including design-time, static links to operations based on the response.
APIResponses - Interface in org.eclipse.microprofile.openapi.models.responses
This interface represents the container for the expected responses of an operation.
APIResponses - Annotation Type in org.eclipse.microprofile.openapi.annotations.responses
The ApiResponses annotation is a container for @ApiResponse annotations.
APIResponseSchema - Annotation Type in org.eclipse.microprofile.openapi.annotations.responses
The APIResponseSchema annotation corresponds to an individual schema in the OpenAPI Response model object which describes a single response from an API Operation.
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 - javax.annotation.Resource.AuthenticationType
 
APPLICATION - org.eclipse.microprofile.metrics.MetricRegistry.Type
The Application (default) scoped MetricRegistry.
APPLICATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
APPLICATION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
APPLICATION - Static variable in class javax.enterprise.context.Initialized.Literal
 
APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for interceptors defined by applications.
APPLICATION - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for application context.
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_PATCH_JSON - Static variable in class javax.ws.rs.core.MediaType
String representation of "application/json-patch+json" media type..
APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/json-patch+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 Type in javax.ws.rs
Identifies the application path that serves as the base URI for all resource URIs provided by Path.
ApplicationScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is application scoped.
ApplicationScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the ApplicationScoped annotation.
apply(JsonValue) - Method in interface javax.json.JsonMergePatch
Applies the JSON Merge Patch to the specified target.
apply(T) - Method in interface javax.json.JsonPatch
Applies the patch operations to the specified target.
applyContext() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
This method will be invoked by the MP Rest Client runtime on the "async" thread (i.e.
applyOn() - Method in annotation type org.eclipse.microprofile.faulttolerance.Fallback
The list of exception types which should trigger Fallback
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 - javax.enterprise.inject.spi.InterceptionType
Intercepts a constructor invocation
AROUND_INVOKE - javax.enterprise.inject.spi.InterceptionType
Intercepts method invocation
AROUND_TIMEOUT - javax.enterprise.inject.spi.InterceptionType
Intercepts a timeout
AroundConstruct - Annotation Type in javax.interceptor
Designates an interceptor method that receives a callback when the target class constructor is invoked.
AroundInvoke - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on business methods.
aroundReadFrom(ReaderInterceptorContext) - Method in interface javax.ws.rs.ext.ReaderInterceptor
AroundTimeout - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on timeout methods.
aroundWriteTo(WriterInterceptorContext) - Method in interface javax.ws.rs.ext.WriterInterceptor
ARRAY - javax.json.JsonValue.ValueType
JSON array.
ARRAY - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
ARRAY - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
ARRAY_PAIRS - org.eclipse.microprofile.rest.client.ext.QueryParamStyle
Multiple parameter instances with square brackets for each parameter, e.g.: foo[]=v1&foo[]=v2&foo[]=v3
asJsonArray() - Method in interface javax.json.JsonValue
Return the JsonValue as a JsonArray
asJsonObject() - Method in interface javax.json.JsonValue
Return the JsonValue as a JsonObject
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.
async(boolean) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Allows modification of the asynchronous status of the observer to build.
Asynchronous - Annotation Type in org.eclipse.microprofile.faulttolerance
Wrap the execution and invoke it asynchronously.
AsyncInvocationInterceptor - Interface in org.eclipse.microprofile.rest.client.ext
Implementations of this interface can intercept asynchronous method invocations.
AsyncInvocationInterceptorFactory - Interface in org.eclipse.microprofile.rest.client.ext
This is a provider interface intended for intercepting asynchronous method invocations.
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 - org.eclipse.microprofile.jwt.Claims
 
attribute(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method sets the attribute property of XML instance to the given Boolean argument and returns the modified instance.
aud - org.eclipse.microprofile.jwt.Claims
 
AUDIENCES - Static variable in interface org.eclipse.microprofile.jwt.config.Names
The expected "aud" claim value(s), separated by commas.
auth_time - org.eclipse.microprofile.jwt.Claims
 
AUTHENTICATION - Static variable in class javax.ws.rs.Priorities
Security authentication filter/interceptor priority.
authenticationType() - Method in annotation type javax.annotation.Resource
The authentication type to use for this resource.
authMethod() - Method in annotation type org.eclipse.microprofile.auth.LoginConfig
The 'authMethod' is used to configure the "MP-JWT" authentication mechanism for the JAX-RS application.
AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
Security authorization filter/interceptor priority.
authorizationCode() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.OAuthFlows
Configuration for the OAuth Authorization Code flow.
authorizationCode(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Authorization Code flow; previously called accessCode in OpenAPI 2.0
authorizationUrl() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.OAuthFlow
The authorization URL to be used for this flow.
authorizationUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The authorization URL to be used for this flow.
azp - org.eclipse.microprofile.jwt.Claims
 

B

BAD_GATEWAY - javax.ws.rs.core.Response.Status
502 Bad Gateway, see {@link HTTP/1.1 documentation}.
BAD_REQUEST - javax.ws.rs.core.Response.Status
400 Bad Request, see {@link 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 - org.eclipse.microprofile.metrics.MetricRegistry.Type
The Base scoped MetricRegistry.
BASE_64 - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BASE_64_URL - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
baseUri() - Method in annotation type org.eclipse.microprofile.rest.client.inject.RegisterRestClient
Sets the base URI for the rest client interface.
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.
baseUri(URI) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies the base URI to be used when making requests.
baseUrl(URL) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies the base URL to be used when making requests.
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.
BeanAttributesConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure a new BeanAttributes instance.
beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set the class of the configured Bean.
beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the class of the Bean containing this observer.
BeanConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure a new Bean instance.
BeanManager - Interface in javax.enterprise.inject.spi
Allows a portable extension to interact directly with the container.
BeanParam - Annotation Type 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.
bearerFormat() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
Applies to http ("bearer") type.
bearerFormat(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
bearerFormat is intended as a hint to the client to identify how the bearer token is formatted.
BEFORE_COMPLETION - 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.
BeforeDestroyed - Annotation Type in javax.enterprise.context
An event with this qualifier is fired when a context is about to be destroyed, i.e.
BeforeDestroyed.Literal - Class in javax.enterprise.context
Supports inline instantiation of the BeforeDestroyed qualifier.
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() - Method in interface org.eclipse.microprofile.context.spi.ThreadContextSnapshot
Applies the captured thread context snapshot to the current thread and returns a distinct ThreadContextController instance.
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 BigInteger object.
BINARY_DATA_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
BinaryDataStrategy - Class in javax.json.bind.config
Specifies predefined binary data handling strategies.
birthdate - org.eclipse.microprofile.jwt.Claims
 
BITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Represents bits.
BOOLEAN - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
BOOLEAN - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
broadcast(OutboundSseEvent) - Method in interface javax.ws.rs.sse.SseBroadcaster
Publish an SSE event to all registered SseEventSink instances.
bufferEntity() - Method in class javax.ws.rs.core.Response
Buffer the message entity data.
build() - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
build() - Method in interface javax.json.bind.JsonbBuilder
Returns a new instance of Jsonb based on the parameters and configuration specified previously in this builder.
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 interface javax.json.JsonPatchBuilder
Returns the JSON Patch.
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 javax.ws.rs.sse.OutboundSseEvent.Builder
build() - Method in class javax.ws.rs.sse.SseEventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
build() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Build a new Config instance based on this builder instance.
build() - Method in interface org.eclipse.microprofile.context.ManagedExecutor.Builder
Builds a new ManagedExecutor with the configuration that this builder represents as of the point in time when this method is invoked.
build() - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Creates a new ContextManager with the specified configuration.
build() - Method in interface org.eclipse.microprofile.context.ThreadContext.Builder
Builds a new ThreadContext instance with the configuration that this builder represents as of the point in time when this method is invoked.
build() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
Creates a HealthCheckResponse from the current builder.
build() - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
 
build() - Method in interface org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder
Build this stream, using the first ReactiveStreamsEngine found by the ServiceLoader.
build(Class<T>) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Based on the configured RestClientBuilder, creates a new instance of the given REST interface to invoke API calls against.
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.
build(ReactiveStreamsEngine) - Method in interface org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder
Build this stream, using the supplied ReactiveStreamsEngine.
buildCompletion(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a closed graph from the given stages.
buildDelete() - Method in interface javax.ws.rs.client.Invocation.Builder
Build a DELETE request invocation.
builder() - Static method in interface javax.enterprise.event.NotificationOptions
 
builder() - Static method in interface org.eclipse.microprofile.context.ManagedExecutor
Creates a new ManagedExecutor.Builder instance.
builder() - Static method in interface org.eclipse.microprofile.context.ThreadContext
Creates a new ThreadContext.Builder instance.
builder() - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
Creates an empty HealthCheckResponseBuilder.
builder() - Static method in interface org.eclipse.microprofile.metrics.Metadata
Returns a new builder
builder() - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
builder() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
builder(Metadata) - Static method in interface org.eclipse.microprofile.metrics.Metadata
Returns a new builder with the Metadata information
Builder() - Constructor for class javax.ws.rs.sse.SseEventSource.Builder
Allows custom implementations to extend the SSE event source builder class.
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.
buildModel() - Method in interface org.eclipse.microprofile.openapi.OASModelReader
This method is called by the vendor's OpenAPI processing framework.
buildPost(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a POST request invocation.
buildProcessor(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a Processor from the given stages.
buildPublisher(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a Publisher from the given stages.
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.
buildRs() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Build this stream, using the first ReactiveStreamsEngine found by the ServiceLoader.
buildRs() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Build this stream, using the first ReactiveStreamsEngine found by the ServiceLoader.
buildRs(ReactiveStreamsEngine) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Build this stream, using the supplied ReactiveStreamsEngine.
buildRs(ReactiveStreamsEngine) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Build this stream, using the supplied ReactiveStreamsEngine.
buildSubscriber(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a Subscriber from the given stages.
Bulkhead - Annotation Type 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
 
BYTE - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded as a byte array.
BYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits

C

c_hash - org.eclipse.microprofile.jwt.Claims
 
CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
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
Invokes the health check procedure provided by the implementation of this interface.
Callback - Interface in org.eclipse.microprofile.openapi.models.callbacks
Callback
Callback - Annotation Type in org.eclipse.microprofile.openapi.annotations.callbacks
This object represents a callback URL that will be invoked.
CallbackOperation - Annotation Type in org.eclipse.microprofile.openapi.annotations.callbacks
Describes a single API callback operation.
callbacks() - Method in annotation type org.eclipse.microprofile.openapi.annotations.Components
An object to hold reusable Callback Objects.
callbacks(Map<String, Callback>) - Method in interface org.eclipse.microprofile.openapi.models.Components
Sets this Components' callbacks property to the given Map containing keys and reusable callback objects.
callbacks(Map<String, Callback>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Sets this Operation's callbacks property to the given map.
Callbacks - Annotation Type in org.eclipse.microprofile.openapi.annotations.callbacks
This object represents an array of Callback URLs that can be invoked.
callbackUrlExpression() - Method in annotation type org.eclipse.microprofile.openapi.annotations.callbacks.Callback
An absolute URL which defines the destination which will be called with the supplied operation definition.
cancel() - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Cancels the stream as soon as it is run.
cancel() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Cancels the stream as soon as it is run.
cancel() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Cancels the stream as soon as it is run.
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.
CASE_INSENSITIVE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the serialization will be same as identity.
CDI<T> - Class in javax.enterprise.inject.spi
Provides access to the current container.
CDI - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for CDI context.
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
CHANNEL_NAME_ATTRIBUTE - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
The channel-name attribute name.
CHARSET_PARAMETER - Static variable in class javax.ws.rs.core.MediaType
The media type charset parameter name.
CircuitBreaker - Annotation Type in org.eclipse.microprofile.faulttolerance
Defines a circuit breaker policy to an individual method or a class.
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(Claims) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
A utility method to access a claim value in an Optional wrapper
Claim - Annotation Type in org.eclipse.microprofile.jwt
Annotation used to signify an injection point for a ClaimValue from a JsonWebToken
ClaimLiteral - Class in org.eclipse.microprofile.jwt
Annotation literal for Claim
ClaimLiteral() - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Creates a default value Claim literal
ClaimLiteral(String) - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Construct a Claim literal from a string name of a claim
ClaimLiteral(Claims) - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Construct a Claim literal from a standard claim defined in Claims
Claims - Enum 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() - Method in annotation type javax.annotation.sql.DataSourceDefinition
Name of a DataSource class that implements javax.sql.DataSource or javax.sql.XADataSource or javax.sql.ConnectionPoolDataSource.
clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
cleared(String...) - Method in interface org.eclipse.microprofile.context.ManagedExecutor.Builder
Defines the set of thread context types to clear from the thread where the action or task executes.
cleared(String...) - Method in interface org.eclipse.microprofile.context.ThreadContext.Builder
Defines the set of thread context types to clear from the thread where the action or task executes.
clearedContext(Map<String, String>) - Method in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
Returns empty/cleared context of the provided type.
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 - 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 - 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.
clientCredentials() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.OAuthFlows
Configuration for the OAuth Client Credentials flow.
clientCredentials(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Client Credential flow; previously called application in OpenAPI 2.0
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.
ClientHeaderParam - Annotation Type in org.eclipse.microprofile.rest.client.annotation
Used to specify an HTTP parameter that should be sent with the outbound request.
ClientHeaderParams - Annotation Type in org.eclipse.microprofile.rest.client.annotation
Used to specify HTTP parameters that should be sent with the outbound request.
ClientHeadersFactory - Interface in org.eclipse.microprofile.rest.client.ext
This interface is intended for generating or propagating HTTP headers.
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.
ClientTracingRegistrar - Class in org.eclipse.microprofile.opentracing
This class registers tracing components into ClientBuilder.
ClientTracingRegistrarProvider - Interface in org.eclipse.microprofile.opentracing
Implementation of this interface will be used to configure ClientBuilder when ClientTracingRegistrar.configure(ClientBuilder) is called.
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.enterprise.inject.se.SeContainer
Shuts down this SeContainer instance when it is no longer in scope.
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
 
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 javax.ws.rs.sse.SseBroadcaster
Close the broadcaster and all registered SseEventSink instances.
close() - Method in interface javax.ws.rs.sse.SseEventSink
Close the SseEventSink instance and release all associated resources.
close() - Method in interface javax.ws.rs.sse.SseEventSource
Close this event source.
close() - Method in interface org.eclipse.microprofile.metrics.SimpleTimer.Context
Equivalent to calling SimpleTimer.Context.stop().
close() - Method in interface org.eclipse.microprofile.metrics.Timer.Context
Equivalent to calling Timer.Context.stop().
close(long, TimeUnit) - Method in interface javax.ws.rs.sse.SseEventSource
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
cnf - org.eclipse.microprofile.jwt.Claims
 
collect(Supplier<R>, BiConsumer<R, ? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Collect the elements emitted by this stream using a Collector built from the given supplier and accumulator.
collect(Supplier<R>, BiConsumer<R, ? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Collect the elements emitted by this stream using a Collector built from the given supplier and accumulator.
collect(Supplier<S>, BiConsumer<S, ? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Collect the elements emitted by this stream using a Collector built from the given supplier and accumulator.
collect(Collector<? super R, A, S>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Collect the elements emitted by this stream using the given Collector.
collect(Collector<? super T, A, R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Collect the elements emitted by this stream using the given Collector.
collect(Collector<? super T, A, R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Collect the elements emitted by this stream using the given Collector.
COMMA_SEPARATED - org.eclipse.microprofile.rest.client.ext.QueryParamStyle
A single parameter instance with multiple, comma-separated values, e.g.: foo=v1,v2,v3
comment(String) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set comment string associated with the event.
comments() - Method in annotation type javax.annotation.Generated
A place holder for any comments that the code generator may want to include in the generated code.
compareTo(MetricID) - Method in class org.eclipse.microprofile.metrics.MetricID
Compares two MetricID objects through the following steps:
Compares the names of the two MetricIDs lexicographically.
completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation was successfully completed.
completedFuture(U) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletableFuture that is already completed with the specified value.
completedStage(U) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletionStage that is already completed with the specified value.
CompletionCallback - Interface in javax.ws.rs.container
A request processing callback that receives request processing completion events.
CompletionRunner<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
A builder for a closed reactive streams graph.
CompletionStageRxInvoker - Interface in javax.ws.rs.client
Reactive invoker based CompletionStage.
CompletionSubscriber<T,​R> - Interface in org.eclipse.microprofile.reactive.streams.operators
A subscriber that redeems a completion stage when it completes.
components() - Method in annotation type org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition
An element to hold a set of reusable objects for different aspects of the OpenAPI Specification (OAS).
components(Components) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Sets this OpenAPI instance's components property to the given components.
Components - Interface in org.eclipse.microprofile.openapi.models
Components
Components - Annotation Type in org.eclipse.microprofile.openapi.annotations
Describes the Components object that holds various reusable objects for different aspects of the OpenAPI Specification (OAS).
concat(PublisherBuilder<? extends T>, PublisherBuilder<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Concatenates two publishers.
concat(PublisherBuilder<? extends T>, PublisherBuilder<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Concatenates two publishers.
CONCURRENT_GAUGE - org.eclipse.microprofile.metrics.MetricType
A concurrent gauge counts the number of parallel invocations of a target (method).
concurrentGauge(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with this name; or create and register a new ConcurrentGauge if none is registered.
concurrentGauge(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with this name and with the provided Tags; or create and register a new ConcurrentGauge if none is registered.
concurrentGauge(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with the Metadata's name; or create and register a new ConcurrentGauge if none is registered.
concurrentGauge(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with the Metadata's name and with the provided Tags; or create and register a new ConcurrentGauge if none is registered.
concurrentGauge(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID; or create and register a new ConcurrentGauge if none is registered.
ConcurrentGauge - Interface in org.eclipse.microprofile.metrics
A concurrent gauge is a gauge that measures parallel invocations of a method.
ConcurrentGauge - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as concurrent gauged.
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
The name of the configuration ordinal property, "config_ordinal".
ConfigBuilder - Interface in org.eclipse.microprofile.config.spi
A builder for manually creating a configuration instance.
configKey() - Method in annotation type org.eclipse.microprofile.rest.client.inject.RegisterRestClient
Associates the annotated rest client interface with this configuration key.
ConfigProperties - Annotation Type in org.eclipse.microprofile.config.inject
Retrieve a number of related configuration properties with the specified prefix into a property class.
ConfigProperties.Literal - Class in org.eclipse.microprofile.config.inject
Support inline instantiation of the ConfigProperties qualifier.
ConfigProperty - Annotation Type 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
The service provider for implementations of the MicroProfile Configuration specification.
ConfigProviderResolver() - Constructor for class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Construct a new instance.
ConfigSource - Interface in org.eclipse.microprofile.config.spi
A configuration source which provides configuration values from a specific place.
ConfigSourceProvider - Interface in org.eclipse.microprofile.config.spi
A provider for configuration source instances.
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() - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
Returns an AnnotatedTypeConfigurator to to configure the AnnotatedType used to create the InjectionTarget.
configure() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType created either for the class passed to BeanManager.createInterceptionFactory(CreationalContext, Class) or derived from the InterceptionFactory parameter injection point.
configure(ClientBuilder) - Static method in class org.eclipse.microprofile.opentracing.ClientTracingRegistrar
Register tracing components into client builder instance.
configure(ClientBuilder) - Method in interface org.eclipse.microprofile.opentracing.ClientTracingRegistrarProvider
Configures ClientBuilder with tracing integration.
configure(ClientBuilder, ExecutorService) - Static method in class org.eclipse.microprofile.opentracing.ClientTracingRegistrar
Register tracing components into client builder instance.
configure(ClientBuilder, ExecutorService) - Method in interface org.eclipse.microprofile.opentracing.ClientTracingRegistrarProvider
Configures ClientBuilder with tracing integration.
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 particular resource 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.
configureAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.
configureBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
returns a BeanAttributesConfigurator initialized with the BeanAttributes processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation.
configuredProvider - Static variable in class javax.enterprise.inject.spi.CDI
 
configureInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
Returns an InjectionPointConfigurator initialized with the InjectionPoint processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation.
configureInterceptorBinding(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as an interceptor binding type.
configureObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Returns a ObserverMethodConfigurator initialized with the ObserverMethod processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation.
configureProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns a ProducerConfigurator initialized with the Producer processed by this event, to configure a new Producer that will replace the original one at the end of the observer invocation.
configureQualifier(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as a Qualifier qualifier type.
ConfigValue - Interface in org.eclipse.microprofile.config
The ConfigValue holds additional information after the lookup of a configuration property and is itself immutable.
CONFLICT - javax.ws.rs.core.Response.Status
409 Conflict, see {@link HTTP/1.1 documentation}.
ConnectingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operators for connecting different graphs together.
ConnectionCallback - Interface in javax.ws.rs.container
Asynchronous request processing lifecycle callback that receives connection related asynchronous response lifecycle events.
Connector - Annotation Type in org.eclipse.microprofile.reactive.messaging.spi
Qualifier used on connector implementations to indicate the associated underlying transport.
CONNECTOR_ATTRIBUTE - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
The connector attribute name.
CONNECTOR_PREFIX - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
Prefix used in the MicroProfile Config to configure properties shared by all the channels associated with a specific connector.
ConnectorFactory - Interface in org.eclipse.microprofile.reactive.messaging.spi
ConnectorLiteral - Class in org.eclipse.microprofile.reactive.messaging.spi
Supports inline instantiation of the Connector qualifier.
connectTimeout(long, TimeUnit) - Method in class javax.ws.rs.client.ClientBuilder
Set the connect timeout.
connectTimeout(long, TimeUnit) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Set the connect timeout.
ConstrainedTo - Annotation Type in javax.ws.rs
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
Constructible - Interface in org.eclipse.microprofile.openapi.models
Marker interface for OpenAPI model objects that can be constructed by the OASFactory.
constructors() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
Consumes - Annotation Type in javax.ws.rs
Defines the media types that the methods of a resource class or MessageBodyReader can accept.
ConsumingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operators for completing a stream.
contact() - Method in annotation type org.eclipse.microprofile.openapi.annotations.info.Info
The contact information for the exposed API.
contact(Contact) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Sets this Info instance's contact information for the exposed API and returns this instance of Info.
Contact - Interface in org.eclipse.microprofile.openapi.models.info
This interface represents the Contact information for the exposed API.
Contact - Annotation Type in org.eclipse.microprofile.openapi.annotations.info
Contact information for the exposed API.
CONTAINER - 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
 
containsValue(JsonStructure) - Method in interface javax.json.JsonPointer
Returns true if there is a value at the referenced location in the specified target.
content() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
The representation of this parameter, for different media types.
content() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
The content of the request body.
content() - Method in annotation type org.eclipse.microprofile.openapi.annotations.responses.APIResponse
An array containing descriptions of potential response payloads for different media types.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's content property to the given object.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the content property of a Parameter instance to the given object.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Sets the content of this instance of RequestBody, where the keys in content are media type names and the values describe it.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Sets the map containing descriptions of potential response payload for this instance of ApiResponse and returns this ApiResponse instance.
Content - Interface in org.eclipse.microprofile.openapi.models.media
Content
Content - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
This object provides schema and examples for a particular media type.
CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
See {@link IETF RFC-2183}.
CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
See {@link IETF RFC-2392}.
CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the content location.
contentType() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Encoding
The Content-Type for encoding a specific property.
contentType(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
The Content-Type for encoding a specific property.
Context - Interface in javax.enterprise.context.spi
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
Context - Annotation Type 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
 
ContextManager - Interface in org.eclipse.microprofile.context.spi
ContextManager.Builder - Interface in org.eclipse.microprofile.context.spi
Use this class to configure instances of ContextManager.
ContextManagerExtension - Interface in org.eclipse.microprofile.context.spi
ContextManagerExtension instances receive notification upon creation of each ContextManager.
ContextManagerProvider - Interface in org.eclipse.microprofile.context.spi
A provider implementation supplied by the container, which creates and caches instances of ContextManager per class loader, which in turn create new instances of ManagedExecutor.Builder and ThreadContext.Builder.
ContextManagerProviderRegistration - Class in org.eclipse.microprofile.context.spi
This class gives the container that registered a ContextManagerProvider exclusive control over unregistering it.
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.
contextualCallable(Callable<R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Callable with context that is captured from the thread that invokes contextualCallable.
contextualConsumer(BiConsumer<T, U>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a BiConsumer with context that is captured from the thread that invokes contextualConsumer.
contextualConsumer(Consumer<T>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Consumer with context that is captured from the thread that invokes contextualConsumer.
contextualFunction(BiFunction<T, U, R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a BiFunction with context that is captured from the thread that invokes contextualFunction.
contextualFunction(Function<T, R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Function with context that is captured from the thread that invokes contextualFunction.
contextualRunnable(Runnable) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Runnable with context that is captured from the thread that invokes ContextualRunnable.
contextualSupplier(Supplier<R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Supplier with context captured from the thread that invokes contextualSupplier.
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.
CONVERSATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
CONVERSATION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
CONVERSATION - Static variable in class javax.enterprise.context.Initialized.Literal
 
ConversationScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is conversation scoped.
ConversationScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the ConversationScoped annotation.
convert(String) - Method in interface org.eclipse.microprofile.config.spi.Converter
Convert the given string value to a specified type.
Converter<T> - Interface in org.eclipse.microprofile.config.spi
A mechanism 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 - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
COOKIE - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
COOKIE - org.eclipse.microprofile.openapi.models.parameters.Parameter.In
 
COOKIE - org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
 
COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
See {@link IETF RFC 2109}.
CookieParam - Annotation Type in javax.ws.rs
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
copy(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "copy" JSON Patch operation.
COPY - javax.json.JsonPatch.Operation
"copy" operation.
Counted - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as counted.
counter(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with this name and with no tags; or create and register a new Counter if none is registered.
counter(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with this name and with the provided Tags; or create and register a new Counter if none is registered.
counter(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with the Metadata's name and with no tags; or create and register a new Counter if none is registered.
counter(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with the Metadata's name and with the provided Tags; or create and register a new Counter if none is registered.
counter(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID; or create and register a new Counter if none is registered.
Counter - Interface in org.eclipse.microprofile.metrics
An incrementing counter metric.
COUNTER - org.eclipse.microprofile.metrics.MetricType
A Counter monotonically increases its values.
Counting - Interface in org.eclipse.microprofile.metrics
An interface for metric types which have counts.
coupled(SubscriberBuilder<? super T, ?>, PublisherBuilder<? extends R>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
coupled(SubscriberBuilder<? super T, ?>, PublisherBuilder<? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
coupled(Subscriber<? super T>, Publisher<? extends R>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates a ProcessorBuilder by coupling a Subscriber to a Publisher.
coupled(Subscriber<? super T>, Publisher<? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates a ProcessorBuilder by coupling a Subscriber to a Publisher.
create() - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method.
create() - Method in class javax.json.bind.spi.JsonbProvider
Returns a new instance of JsonbBuilder class.
create(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Create a new instance of the contextual type.
create(JsonbConfig) - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method, configured with provided configuration.
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.
createAPIResponse() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new APIResponse instance.
createAPIResponses() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new APIResponses instance.
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 build JsonArray
createArrayBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder.
createArrayBuilder(Collection<?>) - Static method in class javax.json.Json
Creates a JSON array builder, initialized with the content of specified collection.
createArrayBuilder(Collection<?>) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with the content of specified collection.
createArrayBuilder(Collection<?>) - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder, initialized with the content of specified collection.
createArrayBuilder(JsonArray) - Static method in class javax.json.Json
Creates a JSON array builder, initialized with the specified array
createArrayBuilder(JsonArray) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with an array.
createArrayBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder, initialized with the specified array.
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and Producer.
createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBuilderFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createCallback() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Callback instance.
createComponents() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Components instance.
createContact() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Contact instance.
createContent() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Content instance.
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 - javax.ws.rs.core.Response.Status
201 Created, see {@link HTTP/1.1 documentation}.
createDiff(JsonStructure, JsonStructure) - Static method in class javax.json.Json
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
createDiff(JsonStructure, JsonStructure) - Method in class javax.json.spi.JsonProvider
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
createDiscriminator() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Discriminator instance.
createEncoding() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Encoding instance.
createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a configured instance of the supplied endpoint type.
createExample() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Example instance.
createExternalDocumentation() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new ExternalDocumentation instance.
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.
createHeader() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Header instance.
createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Obtain an instance of a RuntimeDelegate.HeaderDelegate for the supplied class.
createInfo() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Info instance.
createInjectionPoint(AnnotatedField<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedField.
createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an InjectionTarget for the given AnnotatedType.
createInjectionTarget(Bean<T>) - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
Create a new injection target for a bean.
createInstance() - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an Instance object to access to beans instances.
createInterceptedInstance(T) - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Create an InterceptionFactory for the given CreationalContext and type.
createLicense() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new License instance.
createLink() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Link instance.
createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Link.Builder.
createMediaType() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new MediaType instance.
createMergeDiff(JsonValue, JsonValue) - Static method in class javax.json.Json
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergeDiff(JsonValue, JsonValue) - Method in class javax.json.spi.JsonProvider
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergePatch(JsonValue) - Static method in class javax.json.Json
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createMergePatch(JsonValue) - Method in class javax.json.spi.JsonProvider
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createOAuthFlow() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new OAuthFlow instance.
createOAuthFlows() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new OAuthFlows instance.
createObject(Class<T>) - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new instance of a constructible element from the OpenAPI model tree.
createObject(Class<T>) - Method in class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
Create a new instance of a constructible element from the OpenAPI model tree.
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 build JsonObject.
createObjectBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder.
createObjectBuilder(Map<String, Object>) - Static method in class javax.json.Json
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder(Map<String, Object>) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with the specified object.
createObjectBuilder(Map<String, Object>) - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder(JsonObject) - Static method in class javax.json.Json
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(JsonObject) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with an object.
createObjectBuilder(JsonObject) - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder, initialized with the specified object.
createOpenAPI() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new OpenAPI instance.
createOperation() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Operation instance.
createParameter() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Parameter instance.
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.
createPatch(JsonArray) - Static method in class javax.json.Json
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatch(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatchBuilder() - Static method in class javax.json.Json
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder(JsonArray) - Static method in class javax.json.Json
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPatchBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPathItem() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new PathItem instance.
createPaths() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Paths instance.
createPointer(String) - Static method in class javax.json.Json
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createPointer(String) - Method in class javax.json.spi.JsonProvider
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
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.
createRequestBody() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new RequestBody instance.
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
Provides an implementation of HealthCheckResponseBuilder.
createSchema() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Schema instance.
createSecurityRequirement() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new SecurityRequirement instance.
createSecurityScheme() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new SecurityScheme instance.
createServer() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Server instance.
createServerVariable() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new ServerVariable instance.
createTag() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Tag instance.
createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a UriBuilder.
createValue(double) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(double) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(int) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(int) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(long) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(long) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(String) - Static method in class javax.json.Json
Creates a JsonString.
createValue(String) - Method in class javax.json.spi.JsonProvider
Creates a JsonString.
createValue(BigDecimal) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(BigDecimal) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(BigInteger) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(BigInteger) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Variant.VariantListBuilder.
createWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
createWriter(OutputStream) - Static method in class javax.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Static method in class javax.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(Writer) - Method in class javax.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
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.
createXML() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new XML instance.
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.
currentContext(Map<String, String>) - Method in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
Captures from the current thread a snapshot of the provided thread context type.
currentContextExecutor() - Method in interface org.eclipse.microprofile.context.ThreadContext
Creates an Executorthat runs tasks on the same thread from which executeis invoked but with context that is captured from the thread that invokes currentContextExecutor.

D

data(Class, Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set event data and java type of event data.
data(Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set event data and java type of event data.
data(GenericType, Object) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set event data and a generic java type of event data.
databaseName() - Method in annotation type javax.annotation.sql.DataSourceDefinition
Name of a database on a server.
DataSourceDefinition - Annotation Type in javax.annotation.sql
Annotation used to define a container DataSource to be registered with JNDI.
DataSourceDefinitions - Annotation Type in javax.annotation.sql
Declares one or more DataSourceDefinition annotations.
date() - Method in annotation type javax.annotation.Generated
Date when the source was generated.
DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
DATE_FORMAT - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom date format globally.
DAYS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
deactivate() - Method in interface javax.enterprise.context.control.RequestContextController
Deactivates the current Request Context if it was activated by this context controller.
dec() - Method in interface org.eclipse.microprofile.metrics.ConcurrentGauge
Decrement the concurrent gauge's value by 1
DeclareRoles - Annotation Type in javax.annotation.security
Used by application to declare security roles.
decodePointer(String) - Static method in class javax.json.Json
Decodes a passed JSON-pointer string as defined by RFC 6901.
Decorated - Annotation Type 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 Type in javax.decorator
Specifies that a class is a decorator.
DECRYPTOR_KEY_LOCATION - Static variable in interface org.eclipse.microprofile.jwt.config.Names
The relative path or full URL of the decryption key.
DEEP_OBJECT - org.eclipse.microprofile.openapi.models.media.Encoding.Style
 
DEEPOBJECT - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
DEEPOBJECT - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
Default - Annotation Type in javax.enterprise.inject
The default qualifier type.
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.Explode
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
DEFAULT - Static variable in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
 
DEFAULT() - Constructor for class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
 
DEFAULT_CDI_PROVIDER_PRIORITY - Static variable in interface javax.enterprise.inject.spi.CDIProvider
 
DEFAULT_FORMAT - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Value that indicates the default format.
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Value that indicates that default Locale.
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbNumberFormat
Value that indicates that default Locale.
DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
Specifies that the cookie expires with the current application/browser session.
DEFAULT_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
The default configuration ordinal value, 100.
DEFAULT_PRIORITY - Static variable in interface javax.enterprise.inject.spi.ObserverMethod
 
DEFAULT_PRIORITY - Static variable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
 
DEFAULT_VERSION - Static variable in class javax.ws.rs.core.Cookie
Cookies using the default version correspond to RFC 2109.
Default.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Default qualifier.
DefaultClientHeadersFactoryImpl - Class in org.eclipse.microprofile.rest.client.ext
This class propagates JAX-RS headers whose names are specified using the MicroProfile Config property, org.eclipse.microprofile.rest.client.propagateHeaders.
DefaultClientHeadersFactoryImpl() - Constructor for class org.eclipse.microprofile.rest.client.ext.DefaultClientHeadersFactoryImpl
 
DefaultMetadata - Class in org.eclipse.microprofile.metrics
The default implementation of Metadata
DefaultMetadata(String, String, String, MetricType, String) - Constructor for class org.eclipse.microprofile.metrics.DefaultMetadata
 
defaultValue() - Method in annotation type org.eclipse.microprofile.config.inject.ConfigProperty
The default value if the configured property does not exist.
defaultValue() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Provides a default value.
defaultValue() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Provides a default value.
defaultValue() - Method in annotation type org.eclipse.microprofile.openapi.annotations.servers.ServerVariable
The default value of this server variable.
defaultValue(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Set the default value property of this Schema instance to the value given.
defaultValue(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
The default value to use for substitution, and to send, if an alternate value is not supplied.
defaultValue(APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Sets the default documentation of responses for this instance of ApiResponses and return this instance of ApiResponses.
DefaultValue - Annotation Type 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, or HeaderParam.
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() - Method in annotation type org.eclipse.microprofile.faulttolerance.CircuitBreaker
The delay after which an open circuit will transitions to half-open state.
delay() - Method in annotation type org.eclipse.microprofile.faulttolerance.Retry
The delay between retries.
delayUnit() - Method in annotation type org.eclipse.microprofile.faulttolerance.CircuitBreaker
The unit of the delay after which an open circuit will transitions to half-open state.
delayUnit() - Method in annotation type org.eclipse.microprofile.faulttolerance.Retry
The unit for Retry.delay().
delegate(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the delegate status of the built InjectionPoint.
Delegate - Annotation Type 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.CompletionStageRxInvoker
 
delete() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
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.CompletionStageRxInvoker
 
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<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
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.CompletionStageRxInvoker
 
delete(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
DELETE - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
DELETE - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP DELETE requests.
DELETE - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP DELETE method.
DELETE(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's delete property to the given operation.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s).
Dependent - Annotation Type in javax.enterprise.context
Specifies that a bean belongs to the dependent pseudo-scope.
Dependent.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Dependent annotation.
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
 
deprecated() - Method in annotation type org.eclipse.microprofile.openapi.annotations.headers.Header
Specifies that a header is deprecated and should be transitioned out of usage.
deprecated() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Specifies that a schema is deprecated and SHOULD be transitioned out of usage.
deprecated() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Specifies that a schema is deprecated and SHOULD be transitioned out of usage.
deprecated() - Method in annotation type org.eclipse.microprofile.openapi.annotations.Operation
Allows an operation to be marked as deprecated.
deprecated() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
Specifies that a parameter is deprecated and SHOULD be transitioned out of usage.
deprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's deprecated property to the given value.
deprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the deprecated property of this Schema.
deprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Sets this Operation's deprecated property to the given value.
deprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the deprecated property of a Parameter instance to the given value.
description() - Method in annotation type javax.annotation.Resource
Description of this resource.
description() - Method in annotation type javax.annotation.sql.DataSourceDefinition
Description of this data source
description() - Method in annotation type org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
The description of the concurrent gauge.
description() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Counted
The description of the counter.
description() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Gauge
The description of the gauge.
description() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Metered
The description of the meter.
description() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Metric
The description of the metric.
description() - Method in annotation type org.eclipse.microprofile.metrics.annotation.SimplyTimed
 
description() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Timed
The description of the timer.
description() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
description() - Method in interface org.eclipse.microprofile.metrics.Metadata
 
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
A verbose description of the callback operation behavior.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.ExternalDocumentation
A short description of the target documentation.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.headers.Header
Additional description data to provide on the purpose of the header
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.info.Info
A short description of the application.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.links.Link
A description of the link.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.ExampleObject
Long description for the example.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
A description of the schema.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
A description of the schema.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.Operation
A verbose description of the operation behaviour.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
A brief description of the parameter.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
A brief description of the request body.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.responses.APIResponse
A short description of the response.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.OAuthScope
Short description of the scope.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
A short description for security scheme.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.servers.Server
An optional string describing the host designated by the URL.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.servers.ServerVariable
An optional description for the server variable.
description() - Method in annotation type org.eclipse.microprofile.openapi.annotations.tags.Tag
A short description for this tag.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Sets this Example's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.ExternalDocumentation
Sets this ExternalDocumentation's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Sets this Info instance's description for the application to the given description and returns this instance of Info.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Sets this Link's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the description property of this Schema to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Sets this Operation's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the description property of a Parameter instance to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Sets the description of this RequestBody and return this instance of RequestBody
description(String) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Sets the description of this instance of ApiResponse and returns this ApiResponse instance.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
A short description for security schema.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
This method sets the description property of a Server instance to the given description parameter and returns the modified instance.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method sets the description property of ServerVariable instance to the given description argument and returns the modeified instance.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Sets the description property of a Tag instance to the given string.
DeserializationContext - Interface in javax.json.bind.serializer
Provides JSONB Mapper functionality on top of JSONP parser.
deserialize(Class<T>, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(Type, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(JsonParser, DeserializationContext, Type) - Method in interface javax.json.bind.serializer.JsonbDeserializer
Deserialize JSON stream into object.
DESERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom deserializers.
dest - 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
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Destroy an instance of the contextual type.
Destroyed - Annotation Type in javax.enterprise.context
An event with this qualifier is fired when a context is destroyed, i.e.
Destroyed.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Destroyed qualifier.
destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Digest authentication.
disableDiscovery() - Method in class javax.enterprise.inject.se.SeContainerInitializer
By default, the discovery is enabled.
discoveredProviders - Static variable in class javax.enterprise.inject.spi.CDI
 
discriminator(Discriminator) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the discriminator property of this Schema instance to the given object.
Discriminator - Interface in org.eclipse.microprofile.openapi.models.media
Discriminator
discriminatorMapping() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
An array of discriminator mappings.
discriminatorMapping() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
An array of discriminator mappings.
DiscriminatorMapping - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
This object maps payload values to a particular Schema.
discriminatorProperty() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Provides a discriminator property value.
discriminatorProperty() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Provides a discriminator property value.
displayName() - Method in annotation type org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
The display name of the concurrent gauge.
displayName() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Counted
The human readable display name of the counter.
displayName() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Gauge
The human readable display name of the gauge.
displayName() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Metered
The display name of the meter.
displayName() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Metric
The display name of the metric.
displayName() - Method in annotation type org.eclipse.microprofile.metrics.annotation.SimplyTimed
 
displayName() - Method in annotation type org.eclipse.microprofile.metrics.annotation.Timed
The display name of the timer.
displayName() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
displayName() - Method in interface org.eclipse.microprofile.metrics.Metadata
 
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 Type in javax.enterprise.inject
Identifies the disposed parameter of a disposer method.
disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disposeWith(Consumer<T>) - Method in interface javax.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to destroy the produced instance.
distinct() - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Creates a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
distinct() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Creates a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
distinct() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Creates a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
doubleValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a double.
down() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
Sets the status of the health check response to HealthCheckResponse.Status.DOWN.
down(String) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
Creates a failed health check with a name.
DOWN - org.eclipse.microprofile.health.HealthCheckResponse.Status
 
dropWhile(Predicate<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Drop the longest prefix of elements from this stream that satisfy the given predicate.
dropWhile(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Drop the longest prefix of elements from this stream that satisfy the given predicate.
dropWhile(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Drop the longest prefix of elements from this stream that satisfy the given predicate.
dump(OutputStream) - Method in class org.eclipse.microprofile.metrics.Snapshot
Writes the values of the snapshot to the given stream.
durationUnit() - Method in annotation type org.eclipse.microprofile.faulttolerance.Retry
The duration unit for Retry.maxDuration().
during() - Method in annotation type javax.enterprise.event.Observes
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 - org.eclipse.microprofile.jwt.Claims
 
email() - Method in annotation type org.eclipse.microprofile.openapi.annotations.info.Contact
The email address of the contact person/organization.
email(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
Sets this Contact instance's contact email to the given email and returns this instance of Contact
email_verified - org.eclipse.microprofile.jwt.Claims
 
empty() - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create an empty PublisherBuilder.
empty() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create an empty PublisherBuilder.
EMPTY_JSON_ARRAY - Static variable in interface javax.json.JsonValue
The empty JSON array.
EMPTY_JSON_OBJECT - Static variable in interface javax.json.JsonValue
The empty JSON object.
enableDecorators(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
enableInterceptors(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
Encoded - Annotation Type in javax.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
encodePointer(String) - Static method in class javax.json.Json
Encodes (escapes) a passed string as defined by RFC 6901.
encoding() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Content
An array of encoding corresponding to a map of property name and its encoding information in MediaType model.
encoding(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity content encoding.
encoding(Map<String, Encoding>) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Sets encoding property of a MediaType instance to the given map object.
Encoding - Interface in org.eclipse.microprofile.openapi.models.media
Encoding
Encoding - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
Single encoding definition to be applied to single Schema Object
ENCODING - Static variable in class javax.json.bind.JsonbConfig
The Jsonb serialization toJson() methods will default to this property for encoding of output JSON data.
Encoding.Style - Enum in org.eclipse.microprofile.openapi.models.media
 
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 - javax.json.stream.JsonParser.Event
End of a JSON array.
END_OBJECT - javax.json.stream.JsonParser.Event
End of a JSON object.
endContext() - Method in interface org.eclipse.microprofile.context.spi.ThreadContextController
Invoked by the ManagedExecutor or ThreadContext to remove the thread context managed by this ThreadContextController instance and restore the previous context that was on the thread before the ThreadContextController applied the context to the thread.
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
 
enumeration() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Provides a list of enum values.
enumeration() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Provides a list of enum values.
enumeration() - Method in annotation type org.eclipse.microprofile.openapi.annotations.servers.ServerVariable
An array of enum values for this variable.
enumeration(List<Object>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
 
enumeration(List<String>) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method sets the enumeration property of ServerVariable instance to the given enumeration argument and returns the modified instance.
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.client.Entity
 
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.Link.JaxbLink
 
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.
equals(Object) - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
equals(Object) - Method in class org.eclipse.microprofile.metrics.MetricID
equals(Object) - Method in class org.eclipse.microprofile.metrics.Tag
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.
ErrorHandlingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operators for handling errors in streams.
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
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.
EventContext<T> - Interface in javax.enterprise.inject.spi
Represents a context of a fired event.
EventMetadata - Interface in javax.enterprise.inject.spi
Provides access to metadata about an observed event payload.
example() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Content
A free-form property to include an example of an instance for this content.
example() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
A free-form property to include an example of an instance for this schema.
example() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
A free-form property to include an example of an instance for this schema.
example() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
Provides an example of the schema.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's example property to the given object.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Sets the example property of a MediaType instance to the given value.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the example property of this Schema instance.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the example property of a Parameter instance to the given object.
Example - Interface in org.eclipse.microprofile.openapi.models.examples
Example
ExampleObject - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
This object illustrates an example of a particular content
examples() - Method in annotation type org.eclipse.microprofile.openapi.annotations.Components
An object to hold reusable Example Objects.
examples() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Content
An array of examples used to show the use of the associated schema.
examples() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
Provides an array examples of the schema.
examples(Map<String, Example>) - Method in interface org.eclipse.microprofile.openapi.models.Components
Sets this Components' examples property to the given Map containing keys and reusable example objects.
examples(Map<String, Example>) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets the examples property of this Header instance to the given map.
examples(Map<String, Example>) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Sets the examples field of a MediaType instance to the given map object.
examples(Map<String, Example>) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the examples property of a Parameter instance to the given value.
ExceptionMapper<E extends java.lang.Throwable> - Interface in javax.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExcludeClassInterceptors - Annotation Type in javax.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
exclusiveMaximum() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
If true, makes the maximum value exclusive, or a less-than criteria.
exclusiveMaximum() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
If true, makes the maximum value exclusive, or a less-than criteria.
exclusiveMaximum(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the exclusiveMaximum property of this Schema instance to the value given.
exclusiveMinimum() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
If true, makes the minimum value exclusive, or a greater-than criteria.
exclusiveMinimum() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
If true, makes the minimum value exclusive, or a greater-than criteria.
exclusiveMinimum(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the exclusiveMinimum property of this Schema instance to the value given.
ExecutionContext - Interface in org.eclipse.microprofile.faulttolerance
The execution context for the method being executed.
executorService(ExecutorService) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side ExecutorService.
executorService(ExecutorService) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies the ExecutorService to use when invoking asynchronous Rest Client interface methods.
exp - org.eclipse.microprofile.jwt.Claims
 
EXPECTATION_FAILED - javax.ws.rs.core.Response.Status
417 Expectation Failed, see {@link 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
explode() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Encoding
When explode is set to true, property values of type array or object generate separate parameters for each value of the array, or key-value-pair of the map.
explode() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
When this is true, parameter values of type array or object generate separate parameters for each value of the array or key-value pair of the map.
explode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's explode property to the given value.
explode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
When this is true, property values of type array or object generate separate parameters for each value of the array, or key-value-pair of the map.
explode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the explode property of a Parameter instance to the given value.
Explode - Enum in org.eclipse.microprofile.openapi.annotations.enums
Enumeration used to define the value of Explode property.
expression() - Method in annotation type org.eclipse.microprofile.openapi.annotations.links.LinkParameter
A constant or an expression to be evaluated and passed to the linked operation.
Extensible<T extends Extensible<T>> - Interface in org.eclipse.microprofile.openapi.models
The base interface for OpenAPI model objects that can contain extensions.
Extension - Interface in javax.enterprise.inject.spi
Service interface implemented by extensions.
Extension - Annotation Type in org.eclipse.microprofile.openapi.annotations.extensions
A named extension that should be added to the OpenAPI definition.
extensions() - Method in annotation type org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
The list of optional extensions.
extensions(Map<String, Object>) - Method in interface org.eclipse.microprofile.openapi.models.Extensible
Sets this Extensible's extensions property to the given map of extensions.
Extensions - Annotation Type in org.eclipse.microprofile.openapi.annotations.extensions
This object represents an array of extensions that can be added to the element.
EXTENSIONS_PREFIX - Static variable in class org.eclipse.microprofile.openapi.OASConfig
Recommended prefix for vendor specific configuration properties.
externalDocs() - Method in annotation type org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
Additional external documentation for this callback operation.
externalDocs() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Additional external documentation for this schema.
externalDocs() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Additional external documentation for this schema.
externalDocs() - Method in annotation type org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition
Any additional external documentation for the API
externalDocs() - Method in annotation type org.eclipse.microprofile.openapi.annotations.tags.Tag
Additional external documentation for this tag.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the externalDocs property of this Schema to the indicated value.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Sets this OpenAPI instance's externalDocs property to the given object.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Sets this Operation's externalDocs property to the given object.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Sets the externalDocs property of a Tag instance to the given object.
ExternalDocumentation - Interface in org.eclipse.microprofile.openapi.models
ExternalDocumentation
ExternalDocumentation - Annotation Type in org.eclipse.microprofile.openapi.annotations
This annotation allows referencing an external resource for extended documentation.
externalValue() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.ExampleObject
A URL to point to an external document to be used as an example.
externalValue(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Sets this Example's externalValue property to the given string.

F

failed(Throwable) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation has failed for any reason.
failed(Throwable) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a failed PublisherBuilder.
failed(Throwable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a failed PublisherBuilder.
failedFuture(Throwable) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletableFuture that is already exceptionally completed with the specified Throwable.
failedStage(Throwable) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletionStage that is already exceptionally completed with the specified Throwable.
failOn() - Method in annotation type org.eclipse.microprofile.faulttolerance.CircuitBreaker
The list of exception types which should be considered failures.
failureRatio() - Method in annotation type org.eclipse.microprofile.faulttolerance.CircuitBreaker
The ratio of failures within the rolling window that will trip the circuit to open.
Fallback - Annotation Type 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() - Method in annotation type org.eclipse.microprofile.faulttolerance.Fallback
Specify the method name to fallback to.
FALSE - javax.json.JsonValue.ValueType
JSON false.
FALSE - org.eclipse.microprofile.openapi.annotations.enums.Explode
 
FALSE - Static variable in interface javax.json.JsonValue
JSON false value.
family_name - org.eclipse.microprofile.jwt.Claims
 
familyOf(int) - Static method in enum 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 and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
fields() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filter(Predicate<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Filter elements emitted by this publisher using the given Predicate.
filter(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Filter elements emitted by this publisher using the given Predicate.
filter(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Filter elements emitted by this publisher using the given Predicate.
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.
FILTER - Static variable in class org.eclipse.microprofile.openapi.OASConfig
Configuration property to specify the fully qualified name of the OASFilter implementation.
filterAPIResponse(APIResponse) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular APIResponse.
filterCallback(Callback) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Callback.
filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterHeader(Header) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Header.
FilteringOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operations for transforming a stream.
filterLink(Link) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Link.
filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterOpenAPI(OpenAPI) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of the singleton OpenAPI element.
filterOperation(Operation) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Operation.
filterParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Parameter.
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
filterPathItem(PathItem) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular PathItem.
filterRequestBody(RequestBody) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular RequestBody.
filterSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Schema.
filterSecurityScheme(SecurityScheme) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular SecurityScheme.
filterServer(Server) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Server.
filterTag(Tag) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Tag.
findFirst() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Find the first element emitted by the Publisher, and return it in a CompletionStage.
findFirst() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Find the first element emitted by the Publisher, and return it in a CompletionStage.
findFirst() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Find the first element emitted by the Publisher, and return it in a CompletionStage.
fire(T) - Method in interface javax.enterprise.event.Event
Fires an event with the specified qualifiers and notifies observers.
fireAsync(U) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireAsync(U, NotificationOptions) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireEvent(Object, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Fire an event and notify observers.
flatMap(Function<? super R, ? extends PublisherBuilder<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMap(Function<? super T, ? extends PublisherBuilder<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMap(Function<? super T, ? extends PublisherBuilder<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMapCompletionStage(Function<? super R, ? extends CompletionStage<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to CompletionStage, and flatten so that the elements the values redeemed by each CompletionStage are emitted from this stream.
flatMapCompletionStage(Function<? super T, ? extends CompletionStage<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to CompletionStage, and flatten so that the elements the values redeemed by each CompletionStage are emitted from this stream.
flatMapCompletionStage(Function<? super T, ? extends CompletionStage<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to CompletionStage, and flatten so that the elements the values redeemed by each CompletionStage are emitted from this stream.
flatMapIterable(Function<? super R, ? extends Iterable<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to Iterable's, and flatten so that the elements contained in each iterable are emitted by this stream.
flatMapIterable(Function<? super T, ? extends Iterable<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to Iterable's, and flatten so that the elements contained in each iterable are emitted by this stream.
flatMapIterable(Function<? super T, ? extends Iterable<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to Iterable's, and flatten so that the elements contained in each iterable are emitted by this stream.
flatMapRsPublisher(Function<? super R, ? extends Publisher<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMapRsPublisher(Function<? super T, ? extends Publisher<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMapRsPublisher(Function<? super T, ? extends Publisher<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flows() - Method in annotation type org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
Applies to and is REQUIRED for SecurityScheme of oauth2 type.
flows(OAuthFlows) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Flows is a REQUIRED property.
flush() - Method in interface javax.json.stream.JsonGenerator
Flushes the underlying output source.
followRedirects(boolean) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies whether client built by this builder should follow HTTP redirect responses (30x) or not.
FORBIDDEN - javax.ws.rs.core.Response.Status
403 Forbidden, see {@link 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
Specify the class loader for which this configuration is being built.
forClassLoader(ClassLoader) - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Use the given ClassLoader for ContextManager.Builder.addDiscoveredThreadContextProviders() instead of the current thread-context ClassLoader.
forEach(Consumer<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Performs an action for each element on this stream.
forEach(Consumer<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Performs an action for each element on this stream.
forEach(Consumer<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Performs an action for each element on this stream.
forInstance(Object) - Static method in class javax.ws.rs.core.GenericType
Create a generic type from a Java instance.
form(Form) - Static method in class javax.ws.rs.client.Entity
form(MultivaluedMap<String, String>) - Static method in class javax.ws.rs.client.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 - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
FORM - org.eclipse.microprofile.openapi.models.media.Encoding.Style
 
FORM - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Form authentication.
format() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Provides an optional override for the format.
format() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Provides an optional override for the format.
format(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the format property of this Schema instance to the given string.
FORMATTING - Static variable in class javax.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
FormParam - Annotation Type in javax.ws.rs
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
FOUND - javax.ws.rs.core.Response.Status
302 Found, see {@link HTTP/1.1 documentation}.
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI fragment.
from(Class<?>) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Convert the metric Java class into a MetricType
from(String) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Convert the string representation into an enum
fromClassName(String) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Convert the metric Java class name into a MetricType
fromCompletionStage(CompletionStage<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates a publisher from a CompletionStage.
fromCompletionStage(CompletionStage<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates a publisher from a CompletionStage.
fromCompletionStageNullable(CompletionStage<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates a publisher from a CompletionStage.
fromCompletionStageNullable(CompletionStage<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates a publisher from a CompletionStage.
fromIterable(Iterable<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a PublisherBuilder that will emits the elements produced by the passed in Iterable.
fromIterable(Iterable<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a PublisherBuilder that will emits the elements produced by the passed in Iterable.
fromJson(InputStream, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(InputStream, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(Reader, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(Reader, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(String, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(String, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
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.
fromOperationName(String) - Static method in enum javax.json.JsonPatch.Operation
Returns the enum constant with the specified name.
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.
fromProcessor(Processor<? super T, ? extends R>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a ProcessorBuilder from the given Processor.
fromProcessor(Processor<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a ProcessorBuilder from the given Processor.
fromPublisher(Publisher<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a PublisherBuilder from the given Publisher.
fromPublisher(Publisher<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a PublisherBuilder from the given Publisher.
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 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.
fromSubscriber(Subscriber<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a SubscriberBuilder from the given Subscriber.
fromSubscriber(Subscriber<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a SubscriberBuilder from the given Subscriber.
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 - org.eclipse.microprofile.jwt.Claims
 

G

GATEWAY_TIMEOUT - javax.ws.rs.core.Response.Status
504 Gateway Timeout, see {@link HTTP/1.1 documentation}.
gauge(String, Supplier<T>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Gauge registered under the MetricID with this name and with the provided Tags; or create and register this gauge if none is registered.
gauge(String, T, Function<T, R>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Gauge of type Number registered under the MetricID with this name and with the provided Tags; or create and register this gauge if none is registered.
gauge(Metadata, Supplier<T>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Gauge registered under the MetricID with the @{link Metadata}'s name and with the provided Tags; or create and register this gauge if none is registered.
gauge(Metadata, T, Function<T, R>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Gauge of type Number registered under the MetricID with the @{link Metadata}'s name and with the provided Tags; or create and register this gauge if none is registered.
gauge(MetricID, Supplier<T>) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Gauge registered under the MetricID; or create and register this gauge if none is registered.
gauge(MetricID, T, Function<T, R>) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Gauge of type Number registered under the MetricID; or create and register this gauge if none is registered.
Gauge<T> - Interface in org.eclipse.microprofile.metrics
A gauge metric is an instantaneous reading of a particular value.
Gauge - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method or field as a gauge.
GAUGE - org.eclipse.microprofile.metrics.MetricType
A Gauge has values that 'arbitrarily' goes up/down at each sampling.
gender - org.eclipse.microprofile.jwt.Claims
 
generate(Supplier<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates an infinite stream that emits elements supplied by the supplier s.
generate(Supplier<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates an infinite stream that emits elements supplied by the supplier s.
Generated - Annotation Type 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.CompletionStageRxInvoker
 
get() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
get() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Class<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
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.CompletionStageRxInvoker
 
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(String) - Method in interface javax.enterprise.event.NotificationOptions
 
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<R>) - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
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.CompletionStageRxInvoker
 
get(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
GET - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
GET - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP GET requests.
GET - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP GET method.
GET(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's get property to the given operation.
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.
getAction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnComplete
The action to execute.
getAction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnTerminate
The action to execute.
getAdditionalPropertiesBoolean() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the value of the "additionalProperties" setting, which indicates whether properties not otherwise defined are allowed.
getAdditionalPropertiesSchema() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the value of the "additionalProperties" setting, which indicates whether properties not otherwise defined are allowed.
getAllOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the schemas used by the allOf property.
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.
getAllowEmptyValue() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the allowEmptyValue property from a Header instance.
getAllowEmptyValue() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the allowEmptyValue property from a Parameter instance.
getAllowReserved() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
AllowReserved determines whether the parameter value SHOULD allow reserved characters to be encoded without percent-encoding.
getAllowReserved() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the allowReserved property from a Parameter instance.
getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Obtain an instance of AnnotatedField or AnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the AnnotatedType representing the bean class, the AnnotatedMethod representing the producer method, or the AnnotatedField representing the producer field.
getAnnotated() - Method in interface 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 the AnnotatedMethod 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 AnnotatedTypes that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotation(Class<T>) - Method in interface 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.
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get program element annotations of a certain annotation type.
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedField
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedType
 
getAnyOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the schemas used by the anyOf property.
getAPIResponse(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Returns a APIResponse for a given name.
getAPIResponses() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Returns a copy map (potentially immutable) of the APIResponses.
getArray() - Method in interface javax.json.stream.JsonParser
Returns a JsonArray and advance the parser to the the corresponding END_ARRAY.
getArrayStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of the JsonArray elements.
getAsMap() - Method in class javax.json.bind.JsonbConfig
Return all configuration properties as an unmodifiable map.
getAttribute() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the attribute property of XML instance.
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.
getAuthorizationCode() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Authorization Code flow; previously called accessCode in OpenAPI 2.0
getAuthorizationUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The authorization URL to be used for this flow.
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 interface javax.enterprise.inject.se.SeContainer
Get the CDI BeanManager for this container
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.
getBearerFormat() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
bearerFormat is intended as a hint to the client to identify how the bearer token is formatted.
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 ConfigBuilder instance for the current application.
getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
Corresponds to a set of extension cache control directives.
getCallbacks() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the callbacks property from a Components instance.
getCallbacks() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the callbacks property from an Operation instance.
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.
getClaim(Claims) - 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.
getClientCredentials() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Client Credential flow; previously called application in OpenAPI 2.0
getCollector() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Collect
The collector.
getColumnNumber() - Method in interface javax.json.stream.JsonLocation
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
getComment() - Method in class javax.ws.rs.core.NewCookie
Get the comment associated with the cookie.
getComment() - Method in interface javax.ws.rs.sse.SseEvent
Get a comment string that accompanies the event.
getCompletion() - Method in interface org.eclipse.microprofile.reactive.streams.operators.CompletionSubscriber
Get the completion stage.
getCompletion() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage
Get the completion stage.
getCompletionStage() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStage
Get the CompletionStage.
getCompletionStage() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable
Get the CompletionStage.
getComponents() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the components property from an OpenAPI instance.
getConcurrentGauge(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered for the provided MetricID.
getConcurrentGauges() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the concurrent gauges in the registry and their MetricIDs.
getConcurrentGauges(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the concurrent gauges in the registry and their MetricIDs which match the given filter.
getConfig() - Static method in class org.eclipse.microprofile.config.ConfigProvider
Get the configuration corresponding to the current application, as defined by the calling thread's context class loader.
getConfig() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Get the configuration instance for the current application in the manner described by ConfigProvider.getConfig().
getConfig(ClassLoader) - Static method in class org.eclipse.microprofile.config.ConfigProvider
Get the configuration for the application corresponding to the given class loader instance.
getConfig(ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Get the configuration instance for the current application in the manner described by ConfigProvider.getConfig(ClassLoader).
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
Return all of the currently registered configuration sources for this configuration.
getConfigSources(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider
Return the ConfigSource instances that are provided by this provider.
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.
getConfigValue(String) - Method in interface org.eclipse.microprofile.config.Config
Return the ConfigValue for the specified property name from the underlying configuration source.
getConstructor() - Method in interface javax.interceptor.InvocationContext
Returns the constructor of the target class for which the AroundConstruct interceptor method was invoked.
getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the constructors of the type.
getConsumer() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnError
The error handler.
getConsumer() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek
The consumer function.
getContact() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the contact information for the exposed API from this Info instance.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the content property from a Header instance.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the content property from a Parameter instance.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Returns the content of this instance of RequestBody, where the keys in content are media type names and the values describe it.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Returns the map containing descriptions of potential response payload for this instance of ApiResponse.
getContentType() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
The Content-Type for encoding a specific property.
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 endpoint in the invocation chain.
getContextManager() - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Gets a ContextManager for the current thread-context ClassLoader.
getContextManager(ClassLoader) - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Gets a ContextManager for the given ClassLoader.
getContextManagerBuilder() - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Returns a new ContextManager.Builder to create new ContextManager instances.
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>) - Method in interface org.eclipse.microprofile.config.Config
Return the Converter used by this instance to produce instances of the specified type from string values.
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.ConcurrentGauge
Get the current value of the ConcurrentGauge
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.SimpleTimer
 
getCount() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getCounter(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered for the provided MetricID.
getCounters() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the counters in the registry and their MetricIDs.
getCounters(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the counters in the registry and their MetricIDs which match the given filter.
getData() - Method in interface javax.ws.rs.sse.OutboundSseEvent
Get event data.
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
 
getDefaultValue() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the default value property from this Schema instance.
getDefaultValue() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Returns the default documentation of responses other than the ones declared for specific HTTP response codes in this instance of ApiResponses.
getDefaultValue() - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
The default value to use for substitution, and to send, if an alternate value is not supplied.
getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the type of the delegate injection point.
getDELETE() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the delete property from a PathItem instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the deprecated property from a Header instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the deprecated property from this Schema instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the deprecated property from an Operation instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the deprecated property from a Parameter instance.
getDescription() - Method in enum org.eclipse.microprofile.jwt.Claims
 
getDescription() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getDescription() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the description of the metric if set, otherwise this method returns the empty String.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Returns the description property from an Example instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.ExternalDocumentation
Returns the description property from an ExternalDocumentation instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the description property from a Header instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns a short description for the application for this Info instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the description property from a Link instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns a description of the purpose of this Schema.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the description property from an Operation instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the description property from a Parameter instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Returns the description of this instance of RequestBody.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the description property from a PathItem instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Returns a short description of this instance of ApiResponse.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
A short description for security schema.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
This method returns the description property of Server instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method returns the description property of ServerVariable instance.
getDescription() - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Returns the description property from a Tag instance.
getDiscriminator() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the discriminator property from this Schema instance.
getDisplayName() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getDisplayName() - Method in interface 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.
getElapsedTime() - Method in interface org.eclipse.microprofile.metrics.SimpleTimer
Returns the total elapsed timing durations of all completed timing events that are recorded with SimpleTimer.update(Duration).
getElapsedTime() - Method in interface org.eclipse.microprofile.metrics.Timer
Returns the total elapsed timing durations of all completed timing events that are recorded with Timer.update(Duration).
getElements() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Of
The elements to emit.
getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns a ELResolver that resolves beans by EL name.
getEmail() - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
Returns the contact email of this Contact instance.
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.
getEncoding() - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Returns the encoding property from a MediaType instance.
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.
getEnumeration() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the enumerated list of values allowed for objects defined by this Schema.
getEnumeration() - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method returns the enumeration property of ServerVariable instance.
getError() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Failed
The error.
getEvent() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection of Event built-in bean requirement.
getEvent() - Method in interface javax.enterprise.inject.spi.EventContext
 
getExample() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the example property from a Header instance.
getExample() - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Returns the example property from a MediaType instance.
getExample() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the example property from this Schema instance.
getExample() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the example property from a Parameter instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the examples property from a Components instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the examples property from a Header instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Returns the collection of examples from a MediaType instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the examples property from a Parameter instance.
getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
Get an exception mapping provider for a particular class of exception.
getExclusiveMaximum() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the exclusiveMaximum property from this Schema instance.
getExclusiveMinimum() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the exclusiveMinimum property from this Schema instance.
getExecutor() - Method in interface javax.enterprise.event.NotificationOptions
 
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.
getExplode() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the explode property from a Header instance.
getExplode() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
When this is true, property values of type array or object generate separate parameters for each value of the array, or key-value-pair of the map.
getExplode() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the explode property from a Parameter instance.
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.
getExtensions() - Method in interface org.eclipse.microprofile.openapi.models.Extensible
Returns the extensions property from an Extensible instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the externalDocs property from this Schema instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the externalDocs property from an OpenAPI instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the externalDocs property from an Operation instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Returns the externalDocs property from a Tag instance.
getExternalValue() - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Returns the externalValue property from an Example instance.
getFailure() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
Returns the failure of the method execution.
getFamily() - Method in enum 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() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat
The first graph in the stream.
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
 
getFlows() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Flows is a REQUIRED property.
getFormat() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the format property from this Schema instance.
getFunction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnErrorResume
The error handler.
getFunction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnErrorResumeWith
The error handler.
getGauge(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Gauge registered for the provided MetricID.
getGauges() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the gauges in the registry and their MetricIDs.
getGauges(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the gauges in the registry and their MetricIDs 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.
getGenericType() - Method in interface javax.ws.rs.sse.OutboundSseEvent
Get generic data type.
getGET() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the get property from a PathItem instance.
getGroups() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The groups claim provides the group names the JWT principal has been granted.
getHEAD() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the head property from a PathItem instance.
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.
getHeaders() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the headers property from a Components instance.
getHeaders() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
Headers property of an Encoding is a map that allows additional information to be provided as headers
getHeaders() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Returns the map of Headers in this instance of ApiResponse.
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.
getHistogram(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered for the provided MetricID.
getHistograms() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the histograms in the registry and their MetricIDs.
getHistograms(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the histograms in the registry and their MetricIDs 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 or Contextual.
getId() - Method in interface javax.ws.rs.sse.SseEvent
Get event identifier.
getImplicit() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
This method returns the implicit property from OAuthFlows instance.
getIn() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the in property from a Parameter instance.
getIn() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
In is a REQUIRED property that indicates the location of the API key.
getInfo() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the info property from an OpenAPI instance.
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 injected Event instance which fired the event, or null if it was fired from BeanManager.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 created InjectionTarget 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
getItems() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the Schema used for all the elements of an array typed Schema.
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.
getJavaParameter() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the underlying Parameter.
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.
getLicense() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the license information for the exposed API from this Info instance.
getLimit() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Limit
The limit.
getLineNumber() - Method in interface javax.json.stream.JsonLocation
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
getLink(String) - Method in interface 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.
getLinks() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the links property from a Components instance.
getLinks() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Returns the operations links that can be followed from this instance of ApiResponse.
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.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMap
The mapper function.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapCompletionStage
The mapper function.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapIterable
The mapper function.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Map
The mapper function.
getMapping() - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Returns the mapping property from a Discriminator instance.
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 interface org.eclipse.microprofile.metrics.ConcurrentGauge
Get the maximum value of the ConcurrentGauge for the previously completed full minute.
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.
getMaximum() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the maximum property from this Schema instance.
getMaxItems() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the maxItems property from this Schema instance.
getMaxLength() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the maxLength property from this Schema instance.
getMaxProperties() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the maxProperties property from this Schema instance.
getMaxTimeDuration() - Method in interface org.eclipse.microprofile.metrics.SimpleTimer
Get the maximum recorded time duration of the SimpleTimer for the previously completed full minute.
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.
getMediaType() - Method in interface javax.ws.rs.sse.OutboundSseEvent
Get media type of the event data.
getMediaType(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Returns a media type for a given name.
getMediaTypes() - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Returns a copy map (potentially immutable) of media types.
getMember() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Field object in the case of field injection, the Method object in the case of method parameter injection or the Constructor object in the case of constructor parameter injection.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface 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 interface javax.enterprise.inject.spi.EventContext
 
getMetadata() - Method in class javax.ws.rs.core.Response
getMetadata() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metadata in the registry and their names.
getMetadata(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Metadata for the provided name.
getMeter(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Meter registered for the provided MetricID.
getMeters() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the meters in the registry and their MetricIDs.
getMeters(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the meters in the registry and their MetricIDs 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.
getMetric(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Metric registered for a provided MetricID.
getMetric(MetricID, Class<T>) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Metric registered for the provided MetricID as the provided type.
getMetricIDs() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a set of the MetricIDs of all the metrics in the registry.
getMetrics() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metrics in the registry and their MetricIDs at query time.
getMetrics(Class<T>, MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metrics in the registry and their MetricIDs which match the given filter and which are assignable to the provided type.
getMetrics(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metrics in the registry and their MetricIDs which match the given filter.
getMin() - Method in interface org.eclipse.microprofile.metrics.ConcurrentGauge
Get the minimum value of the ConcurrentGauge for the previously completed full minute.
getMin() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the lowest value in the snapshot.
getMinimum() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the minimum property from this Schema instance.
getMinItems() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the minItems property from this Schema instance.
getMinLength() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the minLength property from this Schema instance.
getMinProperties() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the minProperties property from this Schema instance.
getMinTimeDuration() - Method in interface org.eclipse.microprofile.metrics.SimpleTimer
Get the minimum recorded time duration of the SimpleTimer for the previously completed full minute.
getMultipleOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the multipleOf property from this Schema instance.
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 javax.ws.rs.sse.SseEvent
Get event name.
getName() - Method in interface org.eclipse.microprofile.config.ConfigValue
The name of the property.
getName() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
The name of the configuration source.
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.DefaultMetadata
 
getName() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the metric name.
getName() - Method in class org.eclipse.microprofile.metrics.MetricID
Returns the Metric name associated with this MetricID
getName() - Method in enum org.eclipse.microprofile.metrics.MetricRegistry.Type
Returns the name of the MetricRegistry scope.
getName() - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
Returns the identifying name of this Contact instance.
getName() - Method in interface org.eclipse.microprofile.openapi.models.info.License
Returns the license name for this License instance that is used for the API.
getName() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the name property from XML instance.
getName() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the name property from a Parameter instance.
getName() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Name is a REQUIRED property - this is the name of the header, query or cookie parameter to be used.
getName() - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Returns the name property from a Tag instance.
getNames() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a set of the names of all the metrics in the registry.
getNamespace() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the namespace property of XML instance.
getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getNot() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns a Schema which describes properties not allowed in objects defined by the current schema.
getNullable() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the nullable property from this Schema instance which indicates whether null is a valid value.
getObject() - Method in interface javax.json.stream.JsonParser
Returns a JsonObject and advances the parser to the corresponding END_OBJECT.
getObjectStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of the JsonObject's name/value pairs.
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
 
getOneOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the schemas used by the oneOf property.
getOpenapi() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the openapi property from an OpenAPI instance.
getOpenIdConnectUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
openIdConnectUrl is a REQUIRED property.
getOperationId() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the operationId property for this instance of Link.
getOperationId() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the operationId property from an Operation instance.
getOperationRef() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the operationRef property from a Link instance.
getOperations() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns a map with all the operations for this path where the keys are PathItem.HttpMethod items
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 configuration sources.
getOptionalValues(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
Return the resolved property values with the specified type for the specified property name from the underlying configuration sources.
getOPTIONS() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the options property from a PathItem instance.
getOrdinal() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the ordinal priority value of this configuration 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.
getParameters() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the parameters property from a Components instance.
getParameters() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the parameters property from this instance of Link.
getParameters() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the parameters property from an Operation instance.
getParameters() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the parameters property from this PathItem instance.
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.
getPassword() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Resource Owner Password flow
getPATCH() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the patch property from a PathItem instance.
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.
getPathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Returns a path item for a given name.
getPathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Returns a path item for a given name.
getPathItems() - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Returns a copy map (potentially immutable) of the path items.
getPathItems() - Method in interface org.eclipse.microprofile.openapi.models.Paths
Returns a copy map (potentially immutable) of the path items.
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.
getPaths() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the paths property from an OpenAPI instance.
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.
getPattern() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the pattern property from this Schema instance.
getPayload() - Method in interface org.eclipse.microprofile.reactive.messaging.Message
 
getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPOST() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the post property from a PathItem instance.
getPredicate() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.DropWhile
The predicate.
getPredicate() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Filter
The predicate.
getPredicate() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.TakeWhile
The predicate.
getPrefix() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the prefix property of XML instance.
getPriority() - Method in interface javax.enterprise.inject.spi.CDIProvider
 
getPriority() - Method in interface javax.enterprise.inject.spi.ObserverMethod
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
getPriority() - Method in interface javax.enterprise.inject.spi.Prioritized
Returns the priority for this SPI element.
getPriority() - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
The priority of this mapper.
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 created Producer 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 created Producer 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 configuration source as a map.
getProperties() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the properties defined in this Schema.
getProperty(String) - Method in class javax.json.bind.JsonbConfig
Return value of particular configuration property.
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.
getPropertyName() - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Returns the propertyName property from a Discriminator instance.
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
Returns a sequence of configuration property names.
getPropertyNames() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Gets all property names known to this configuration source, potentially without evaluating the values.
getPublisher() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Coupled
Get the publisher graph.
getPublisherBuilder(Config) - Method in interface org.eclipse.microprofile.reactive.messaging.spi.IncomingConnectorFactory
Creates a channel for the given configuration.
getPUT() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the put property from a PathItem instance.
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
 
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.
getRawValue() - Method in interface org.eclipse.microprofile.config.ConfigValue
The value of the property lookup without any transformation (expanded , etc).
getReadOnly() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the readOnly property from this Schema instance.
getReasonPhrase() - Method in enum 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.
getReconnectDelay() - Method in interface javax.ws.rs.sse.SseEvent
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
getRef() - Method in interface org.eclipse.microprofile.openapi.models.Reference
Returns the reference property from this Reference instance.
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.
getRefreshUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The URL to be used for obtaining refresh tokens.
getRel() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param, or null if this param is not specified.
getRels() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param as a list of strings or the empty list if rel is not defined.
getRequest() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable request information.
getRequestBodies() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the requestBodies property from a Components instance.
getRequestBody() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the requestBody property from a Link instance.
getRequestBody() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the requestBody property from an Operation instance.
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.
getRequired() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the required property from a Header instance.
getRequired() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the required property from this Schema instance.
getRequired() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the required property from a Parameter instance.
getRequired() - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Returns whether this instance of RequestBody is required for the operation.
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.
getResponses() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the responses property from a Components instance.
getResponses() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the responses property from an Operation instance.
getRetryTime(Date) - Method in exception javax.ws.rs.ServiceUnavailableException
Get the retry time for the failed request.
getRsProcessor() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.ProcessorStage
The processor.
getRsPublisher() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.PublisherStage
The publisher.
getRsSubscriber() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.SubscriberStage
The subscriber.
getRuntimeType() - Method in interface javax.ws.rs.core.Configuration
Get the runtime type of this configuration context.
getRxInvoker(SyncInvoker, ExecutorService) - Method in interface javax.ws.rs.client.RxInvokerProvider
Get RxInvoker implementation instance.
getSchema() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the schema property from a Header instance.
getSchema() - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Returns the schema property from a MediaType instance.
getSchema() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the schema property from a Parameter instance.
getSchemas() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the schemas property from a Components instance.
getScheme() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Schema is a REQUIRED property that is the name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235.
getScheme(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Returns a list of scopes for a given scheme name.
getSchemes() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Returns a copy map (potentially immutable) of the schemes.
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.
getScopes() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The available scopes for the OAuth2 security scheme.
getSecond() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat
The second graph in the stream.
getSecurity() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the security property from an OpenAPI instance.
getSecurity() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the security property from an Operation instance.
getSecurityContext() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable security context information for the current request.
getSecuritySchemes() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the securitySchemes property from a Components instance.
getServer() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the server property from a Link instance.
getServers() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the Servers defined in the API
getServers() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the servers property from an Operation instance.
getServers() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the servers property from a PathItem instance.
getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns a SessionBeanType representing the kind of session bean.
getSimpleTimer(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the SimpleTimer registered for the provided MetricID.
getSimpleTimers() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the simple timers in the registry and their MetricIDs.
getSimpleTimers(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the simple timers in the registry and their MetricIDs which match the given filter.
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 of t.
getSkip() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Skip
The number of elements to skip.
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.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticBean
Get the extension instance which added the Bean for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticObserverMethod
Get the extension instance which added the ObserverMethod for which this event is being fired.
getSourceName() - Method in interface org.eclipse.microprofile.config.ConfigValue
The ConfigSource name that loaded the property lookup.
getSourceOrdinal() - Method in interface org.eclipse.microprofile.config.ConfigValue
The ConfigSource ordinal that loaded the property lookup.
getSslContext() - Method in interface javax.ws.rs.client.Client
Get the SSL context configured to be used with the current client run-time.
getStages() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Graph
Get the stages of this graph.
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.
getStatus() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
 
getStatusCode() - Method in enum 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 of JsonString 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.
getStyle() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the style property from a Header instance.
getStyle() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
Style describes how the encoding value will be serialized depending on the type of the parameter value.
getStyle() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the style property from a Parameter instance.
getSubject() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The sub(Subject) claim identifies the principal that is the subject of the JWT.
getSubscriber() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Coupled
Get the subscriber graph.
getSubscriber() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage
Get the subscriber.
getSubscriberBuilder(Config) - Method in interface org.eclipse.microprofile.reactive.messaging.spi.OutgoingConnectorFactory
Creates a channel for the given configuration.
getSubtype() - Method in class javax.ws.rs.core.MediaType
Getter for subtype.
getSum() - Method in interface org.eclipse.microprofile.metrics.Histogram
Returns the sum of values recorded.
getSummary() - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Returns the summary property from an Example instance.
getSummary() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the summary property from an Operation instance.
getSummary() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the summary property from a PathItem instance.
getTagName() - Method in class org.eclipse.microprofile.metrics.Tag
 
getTags() - Method in class org.eclipse.microprofile.metrics.MetricID
Returns the underlying map containing the tags.
getTags() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the tags property from an OpenAPI instance.
getTags() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the tags property from an Operation instance.
getTagsAsArray() - Method in class org.eclipse.microprofile.metrics.MetricID
Gets the list of tags as an array of Tag objects.
getTagsAsList() - Method in class org.eclipse.microprofile.metrics.MetricID
Gets the list of tags as a list of Tag objects
getTagsAsString() - Method in class org.eclipse.microprofile.metrics.MetricID
Gets the list of tags as a single String in the format 'key="value",key2="value2",...'
getTagValue() - Method in class org.eclipse.microprofile.metrics.Tag
 
getTarget() - Method in interface javax.interceptor.InvocationContext
Returns the target instance.
getTermsOfService() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the URL to the Terms of Service for the API for this instance of Info.
getThreadContextType() - Method in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
Returns a human readable identifier for the type of thread context that is captured by this ThreadContextProvider implementation.
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 interceptor method types other than AroundTimeout.
getTimer(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Timer registered for the provided MetricID.
getTimers() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the timers in the registry and their MetricIDs.
getTimers(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the timers in the registry and their MetricIDs which match the given filter.
getTitle() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link title param, or null if this param is not specified.
getTitle() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the title for the application for this instance of Info
getTitle() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the title property from this Schema instance.
getTokenID() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The jti(JWT ID) claim provides a unique identifier for the JWT.
getTokenUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The token URL to be used for this flow.
getTRACE() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the trace property from a PathItem instance.
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, or null 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 interface javax.ws.rs.sse.OutboundSseEvent
Get data type.
getType() - Method in enum org.eclipse.microprofile.jwt.Claims
The required type of the claim
getType() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getType() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the String representation of the MetricType.
getType() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Returns the type of this metric registry.
getType() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the type property from this Schema.
getType() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Type is a REQUIRED property that specifies the type of SecurityScheme instance.
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.DefaultMetadata
 
getTypeRaw() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the MetricType of the metric if set, otherwise it returns MetricType.INVALID
getTypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the bean types of the bean.
getUniqueItems() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the uniqueItems property from this Schema instance.
getUnit() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getUnit() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the unit of this metric if set, otherwise this method returns MetricUnits.NONE
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.
getUrl() - Method in interface org.eclipse.microprofile.openapi.models.ExternalDocumentation
Returns the url property from an ExternalDocumentation instance.
getUrl() - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
Returns the URL pointing to the contact information for this Contact instance.
getUrl() - Method in interface org.eclipse.microprofile.openapi.models.info.License
Returns the URL for this License instance that is used for the API.
getUrl() - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
This method returns the url property of Server instance, which is a URL to the target host.
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 interface javax.json.stream.JsonParser
Returns a JsonValue at the current parser position.
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.config.ConfigValue
The value of the property lookup with transformations (expanded, etc).
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() - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Returns the value property from an Example instance.
getValue(double) - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the given quantile.
getValue(String) - Method in interface javax.json.JsonStructure
Get the value referenced by the provided JSON Pointer in the JsonStructure.
getValue(String) - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the value for the specified property in this configuration 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 configuration sources.
getValue(JsonStructure) - Method in interface javax.json.JsonPointer
Returns the value at the referenced location in the specified target.
getValues() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the entire set of values in the snapshot.
getValues(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
Return the resolved property values with the specified type for the specified property name from the underlying configuration sources.
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 view of the specified type for the array.
getValuesAs(Function<K, T>) - Method in interface javax.json.JsonArray
Returns a list view for the array.
getValueStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of JsonValue from a sequence of JSON values.
getValueType() - Method in interface javax.json.JsonValue
Returns the value type of this JSON value.
getVariables() - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
This method returns the variables property of Server instance.
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.
getVersion() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the version of the OpenAPI document for this Info instance.
getWrapped() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the wrapped property of XML instance.
getWriteOnly() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the writeOnly property from this Schema instance.
getXml() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the xml property from this Schema instance.
GIBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
GIGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
GIGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
given_name - org.eclipse.microprofile.jwt.Claims
 
GONE - javax.ws.rs.core.Response.Status
410 Gone, see {@link HTTP/1.1 documentation}.
Graph - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A graph.
groupingBy(Function<JsonValue, String>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
groups - 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.
handles(int, MultivaluedMap<String, Object>) - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
Whether or not this mapper will be used for the given response.
handleTimeout(AsyncResponse) - Method in interface javax.ws.rs.container.TimeoutHandler
Invoked when the suspended asynchronous response is about to time out.
hasAPIResponse(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Check whether a APIResponse is present in the map.
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.client.Entity
 
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.Link.JaxbLink
 
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.DefaultMetadata
 
hashCode() - Method in class org.eclipse.microprofile.metrics.MetricID
hashCode() - Method in class org.eclipse.microprofile.metrics.Tag
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.
hasMediaType(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Check whether a media type is present in the map.
hasNext() - Method in interface javax.json.stream.JsonParser
Returns true if there are more parsing states.
hasPathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Check whether a path item is present to the map.
hasPathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Check whether a path item is present in the map.
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.
hasScheme(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Check whether a scheme is present in the map.
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.CompletionStageRxInvoker
 
head() - Method in interface javax.ws.rs.client.RxInvoker
Invoke HTTP HEAD method for the current request.
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 - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
HEAD - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP HEAD requests.
HEAD - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP HEAD method.
HEAD(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's head property to the given operation.
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 - Interface in org.eclipse.microprofile.openapi.models.headers
Header
Header - Annotation Type in org.eclipse.microprofile.openapi.annotations.headers
Describes a single header object
HEADER - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
HEADER - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
HEADER - org.eclipse.microprofile.openapi.models.parameters.Parameter.In
 
HEADER - org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
 
HEADER_DECORATOR - Static variable in class javax.ws.rs.Priorities
Header decorator filter/interceptor priority.
Header.Style - Enum in org.eclipse.microprofile.openapi.models.headers
Controls the style of serialization.
HeaderParam - Annotation Type 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() - Method in annotation type org.eclipse.microprofile.openapi.annotations.Components
An object to hold reusable Header Objects.
headers() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Encoding
An array of headers that corresponds to a map of headers in the encoding model.
headers() - Method in annotation type org.eclipse.microprofile.openapi.annotations.responses.APIResponse
An array of response headers.
headers(Map<String, Header>) - Method in interface org.eclipse.microprofile.openapi.models.Components
Sets this Components' headers property to the given Map containing keys and reusable header objects.
headers(Map<String, Header>) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
Headers property of an Encoding is a map that allows additional information to be provided as headers
headers(Map<String, Header>) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Sets the Headers for this instance of ApiResponse with the given map of Headers and returns this instance of ApiResponse.
headers(MultivaluedMap<String, Object>) - Method in interface javax.ws.rs.client.Invocation.Builder
Replaces all existing headers with the newly supplied headers.
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
Default constructor
HealthCheckResponse(String, HealthCheckResponse.Status, Optional<Map<String, Object>>) - Constructor for class org.eclipse.microprofile.health.HealthCheckResponse
Constructor allowing instantiation from 3rd party framework like MicroProfile Rest client
HealthCheckResponse.Status - Enum in org.eclipse.microprofile.health
 
HealthCheckResponseBuilder - Class in org.eclipse.microprofile.health
A builder to construct a health check 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.
hidden() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Allows schema to be marked as hidden.
hidden() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
Allows schema to be marked as hidden.
hidden() - Method in annotation type org.eclipse.microprofile.openapi.annotations.Operation
Allows this operation to be marked as hidden
hidden() - Method in annotation type org.eclipse.microprofile.openapi.annotations.parameters.Parameter
Allows this parameter to be marked as hidden
histogram(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with this name and with no tags; or create and register a new Histogram if none is registered.
histogram(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with this name and with the provided Tags; or create and register a new Histogram if none is registered.
histogram(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with the Metadata's name and with no tags; or create and register a new Histogram if none is registered.
histogram(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with the Metadata's name and with the provided Tags; or create and register a new Histogram if none is registered.
histogram(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID; or create and register a new Histogram if none is registered.
Histogram - Interface in org.eclipse.microprofile.metrics
A metric which calculates the distribution of a value.
HISTOGRAM - 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
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.
hostnameVerifier(HostnameVerifier) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Set the hostname verifier to verify the endpoint's hostname
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 - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
HTTP - org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
 
HTTP_VERSION_NOT_SUPPORTED - javax.ws.rs.core.Response.Status
505 HTTP Version Not Supported, see {@link HTTP/1.1 documentation}.
HttpHeaders - Interface in javax.ws.rs.core
An injectable interface that provides access to HTTP header information.
HttpMethod - Annotation Type in javax.ws.rs
Associates the name of a HTTP method with an annotation.

I

iat - org.eclipse.microprofile.jwt.Claims
 
id(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Make the configured bean implements PassivationCapable and its Id for passivation.
id(String) - Method in interface javax.ws.rs.sse.OutboundSseEvent.Builder
Set the event id.
IDENTITY - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is unchanged.
IF_EXISTS - 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
IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
ignore() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Ignores each element of this stream.
ignore() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Ignores each element of this stream.
ignore() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Ignores each element of this stream.
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of InterceptionFactory.createInterceptedInstance(Object).
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
IllegalProductException - Exception in 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
 
implementation() - Method in annotation type org.eclipse.microprofile.openapi.annotations.media.Schema
Provides a java class as implementation for this schema.
<