Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abortOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The list of exception types that should not trigger a retry.
- abortWith(Response) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Abort the filter chain with a response.
- abortWith(Response) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Abort the filter chain with a response.
- absolute() - Element in annotation interface 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() - Element in annotation interface 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() - Element in annotation interface 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() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- absolute() - Element in annotation interface 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() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.SimplyTimed
- absolute() - Element in annotation interface 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 jakarta.ws.rs.core -
Abstract skeleton implementation of a
MultivaluedMap
that is backed by a [key, multi-value] store represented as aMap<K, List<V>>
. - AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Initialize the backing store in the abstract parent multivalued map implementation.
- accept(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
- accept(MediaType...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- accept(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- ACCEPT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ACCEPT_CHARSET - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ACCEPT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ACCEPT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- accepted() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status.
- accepted(Object) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
- ACCEPTED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
202 Accepted, see HTTP/1.1 documentation.
- acceptEncoding(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable encodings.
- acceptLanguage(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acceptLanguage(Locale...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acr - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- activate() - Method in interface jakarta.enterprise.context.control.RequestContextController
-
Activates a RequestContext for the current thread if one is not already active.
- ActivateRequestContext - Annotation Interface in jakarta.enterprise.context.control
-
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
- ActivationDataFlavor - Class in jakarta.activation
-
The ActivationDataFlavor class is similar to the JDK's
java.awt.datatransfer.DataFlavor
class. - ActivationDataFlavor(Class, String) - Constructor for class jakarta.activation.ActivationDataFlavor
-
Construct an ActivationDataFlavor that represents a MimeType.
- ActivationDataFlavor(Class, String, String) - Constructor for class jakarta.activation.ActivationDataFlavor
-
Construct an ActivationDataFlavor that represents an arbitrary Java object.
- ActivationDataFlavor(String, String) - Constructor for class jakarta.activation.ActivationDataFlavor
-
Construct an ActivationDataFlavor that represents a MimeType.
- add() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
- add(boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array. - add(double) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array at the specified position. - add(int, double) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, long) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array at the specified position. - add(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array at the specified position. - add(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Inserts a value to the array at the specified position.
- add(int, String) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
at the specified position. - add(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
at the specified position. - add(long) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array. - add(JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array. - add(JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Add an annotation to the constructor.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Add an annotation to the field.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Add an annotation to the method.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Add an annotation to the parameter.
- add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Add an annotation to the type.
- add(String) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
. - add(String, boolean) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue#TRUE
or name/JsonValue#FALSE
pair to the JSON object associated with this object builder. - add(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, double) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, int) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, int) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, long) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, JsonArrayBuilder) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonArray
pair to the JSON object associated with this object builder. - add(String, JsonObjectBuilder) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonObject
pair to the JSON object associated with this object builder. - add(String, JsonValue) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue
pair to the JSON object associated with this object builder. - add(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, String) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonString
pair to the JSON object associated with this object builder. - add(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- add(String, BigDecimal) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(String, BigInteger) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add a value to the current list of values for the supplied key.
- add(T, JsonValue) - Method in interface jakarta.json.JsonPointer
-
Adds or replaces a value at the referenced location in the specified
target
with the specifiedvalue
. - ADD - Enum constant in enum class jakarta.json.JsonPatch.Operation
-
"add" operation.
- addAll(JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds all elements of the array in the specified array builder to the array.
- addAll(JsonObjectBuilder) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds all name/value pairs in the JSON object associated with the specified object builder to the JSON object associated with this object builder.
- addAll(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add all the values from the supplied value list to the current list of values for the supplied key.
- addAll(K, List<V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add all the values from the supplied value list to the current list of values for the supplied key.
- addAll(K, V...) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- addAll(K, V...) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add multiple values to the current list of values for the supplied key.
- 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(AnnotatedType<?>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Adds a given
AnnotatedType
to the set of types which will be scanned during bean discovery. - addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation. - addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation - 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 jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtains a new
BeanConfigurator
to configure a newBean
and add it at the end of the observer invocation. - addBean(Bean<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessBean
containing the givenBean
and then registers theBean
with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans. - addBeanClasses(Class<?>...) - Method in class jakarta.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 jakarta.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 jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDeploymentProblem(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterDeploymentValidation
-
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
- 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.
- 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(Extension...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add extensions to the set of extensions.
- addExtensions(Class<? extends Extension>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add extensions to the set of extensions.
- addFirst(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Add a value to the first position in the current list of values for the supplied key.
- addFirst(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add a value to the first position in the current list of values for the supplied key.
- addFirstNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the first position in the value list. - 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 jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add an InjectionPoint to the configured bean
- addInjectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add InjectionPoints to the configured bean
- addInjectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add InjectionPoints to the configured bean
- addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type.
- addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
- 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.
- addMailcap(String) - Method in class jakarta.activation.MailcapCommandMap
-
Add entries to the registry.
- 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.
- addMimeTypes(String) - Method in class jakarta.activation.MimetypesFileTypeMap
-
Prepend the MIME type values to the registry.
- addNull() - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array. - addNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array at the specified position. - addNull(String) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue#NULL
pair to the JSON object associated with this object builder where the value isnull
. - addNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the value list. - addObserverMethod() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
obtains a new
ObserverMethodConfigurator
to configure a newObserverMethod
and add it at the end of the observer invocation. - addObserverMethod(ObserverMethod<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessObserverMethod
containing the givenObserverMethod
and then registers theObserverMethod
with the container, thereby making it available for event notifications. - 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 jakarta.enterprise.inject.se.SeContainerInitializer
-
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
- addPackages(boolean, Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
- addPackages(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
- addPackages(Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
- 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 jakarta.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(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a qualifier to the configured bean
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a qualifier to the configured bean
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add the qualifier to the InjectionPoint to build
- addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add the qualifier to the observed event
- addQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add all the qualifiers to the InjectionPoint to build
- addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add all the qualifiers to the Observed event
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Add all the qualifiers to the InjectionPoint to build
- addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Add all the qualifiers to the Observed event
- 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 - Enum constant in enum class 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 jakarta.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 jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a stereotype to the configured bean
- addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a stereotype to the configured bean
- addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a stereotype, and specifies its meta-annotations.
- addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add stereotypes to the configured bean
- addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add stereotypes to the configured bean
- 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 jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
- addTransitiveTypeClosure(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
- addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a type to the bean types
- addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a type to the bean types
- addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add a type to the bean types
- addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add a type to the bean types
- addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add types to the bean types
- addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add types to the bean types
- addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Add types to the bean types
- addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Add types to the bean types
- 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 - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
-
Identifies an after completion observer method, called during the after completion phase of the transaction.
- AFTER_FAILURE - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
-
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
- AFTER_SUCCESS - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
-
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
- AfterBeanDiscovery - Interface in jakarta.enterprise.inject.spi
-
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered
Bean
andObserverMethod
objects for the discovered beans, but before detecting deployment problems. - AfterDeploymentValidation - Interface in jakarta.enterprise.inject.spi
-
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
- AfterTypeDiscovery - Interface in jakarta.enterprise.inject.spi
-
This event type is thrown by the container after type discovery is complete.
- ALL - Static variable in interface org.eclipse.microprofile.metrics.MetricFilter
-
Matches all metrics, regardless of type or
MetricID
. - allOf() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
- allOf() - Element in annotation interface 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 jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- allow(Set<String>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the list of allowed methods for the resource.
- ALLOW - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- allowEmptyValue() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.headers.Header
-
When true, allows sending an empty value.
- allowEmptyValue() - Element in annotation interface 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() - Element in annotation interface 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() - Element in annotation interface 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 jakarta.enterprise.context.spi
-
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
- alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Change the alternative status of the configured bean.
- alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Change the alternative status of the configured bean.
- Alternative - Annotation Interface in jakarta.enterprise.inject
-
Specifies that a bean is an alternative.
- Alternative.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Alternative
annotation. - ALWAYS - Enum constant in enum class jakarta.enterprise.event.Reception
-
Specifies that an observer method always receives event notifications.
- AmbiguousResolutionException - Exception in jakarta.enterprise.inject
-
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
- AmbiguousResolutionException() - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- amr - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Annotated - Interface in jakarta.enterprise.inject.spi
-
Represents a Java program element that can be annotated.
- AnnotatedCallable<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a callable member of a Java type.
- AnnotatedConstructor<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a constructor of a Java class.
- AnnotatedConstructorConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedConstructor
- AnnotatedField<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a field of a Java class.
- AnnotatedFieldConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedField
- AnnotatedMember<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a member of a Java type.
- AnnotatedMethod<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a method of a Java type.
- AnnotatedMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedMethod
- AnnotatedParameter<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a parameter of a method or constructor.
- AnnotatedParameterConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedParameter
- AnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a Java class or interface.
- AnnotatedTypeConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is a helper to configure a new
AnnotatedType
instance. - AnnotationLiteral<T extends Annotation> - Class in jakarta.enterprise.util
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class jakarta.enterprise.util.AnnotationLiteral
- annotationType() - Method in class jakarta.enterprise.util.AnnotationLiteral
- Any - Annotation Interface in jakarta.enterprise.inject
-
The built-in qualifier type.
- Any.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Any
qualifier. - anyOf() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
- anyOf() - Element in annotation interface 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 - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
- APIKEY - Enum constant in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
- apiKeyName() - Element in annotation interface 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 Interface 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 Interface in org.eclipse.microprofile.openapi.annotations.responses
-
The ApiResponses annotation is a container for @ApiResponse annotations.
- APIResponseSchema - Annotation Interface 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 jakarta.ws.rs.core
-
Defines the components of a JAX-RS application and supplies additional meta-data.
- Application() - Constructor for class jakarta.ws.rs.core.Application
- APPLICATION - Enum constant in enum class jakarta.annotation.Resource.AuthenticationType
- APPLICATION - Enum constant in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
The Application (default) scoped MetricRegistry.
- APPLICATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- APPLICATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- APPLICATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- APPLICATION - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for interceptors defined by applications.
- APPLICATION_ATOM_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/atom+xml" media type. - APPLICATION_ATOM_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/atom+xml" media type. - APPLICATION_FORM_URLENCODED - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/x-www-form-urlencoded" media type. - APPLICATION_FORM_URLENCODED_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/x-www-form-urlencoded" media type. - APPLICATION_JSON - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/json" media type. - APPLICATION_JSON_PATCH_JSON - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of "application/json-patch+json" media type.. - APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/json-patch+json" media type. - APPLICATION_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/json" media type. - APPLICATION_OCTET_STREAM - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/octet-stream" media type. - APPLICATION_OCTET_STREAM_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/octet-stream" media type. - APPLICATION_SVG_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/svg+xml" media type. - APPLICATION_SVG_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/svg+xml" media type. - APPLICATION_XHTML_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/xhtml+xml" media type. - APPLICATION_XHTML_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/xhtml+xml" media type. - APPLICATION_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/xml" media type. - APPLICATION_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/xml" media type. - ApplicationPath - Annotation Interface in jakarta.ws.rs
-
Identifies the application path that serves as the base URI for all resource URIs provided by
Path
. - ApplicationScoped - Annotation Interface in jakarta.enterprise.context
-
Specifies that a bean is application scoped.
- ApplicationScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
ApplicationScoped
annotation. - apply(JsonValue) - Method in interface jakarta.json.JsonMergePatch
-
Applies the JSON Merge Patch to the specified
target
. - apply(T) - Method in interface jakarta.json.JsonPatch
-
Applies the patch operations to the specified
target
. - 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() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Fallback
-
The list of exception types which should trigger Fallback
- areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - areQualifiersEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with
Nonbinding
. - AROUND_CONSTRUCT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts a constructor invocation
- AROUND_INVOKE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts method invocation
- AROUND_TIMEOUT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts a timeout
- AroundConstruct - Annotation Interface in jakarta.interceptor
-
Designates an interceptor method that receives a callback when the target class constructor is invoked.
- AroundInvoke - Annotation Interface in jakarta.interceptor
-
Defines an interceptor method that interposes on business methods.
- aroundReadFrom(ReaderInterceptorContext) - Method in interface jakarta.ws.rs.ext.ReaderInterceptor
- AroundTimeout - Annotation Interface in jakarta.interceptor
-
Defines an interceptor method that interposes on timeout methods.
- aroundWriteTo(WriterInterceptorContext) - Method in interface jakarta.ws.rs.ext.WriterInterceptor
- ARRAY - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON array.
- ARRAY - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- ARRAY - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
- ARRAY_PAIRS - Enum constant in enum class 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 jakarta.json.JsonValue
-
Return the JsonValue as a JsonArray
- asJsonObject() - Method in interface jakarta.json.JsonValue
-
Return the JsonValue as a JsonObject
- asMap() - Method in class jakarta.ws.rs.core.Form
-
Returns multivalued map representation of the form.
- async() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
- async(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Allows modification of the asynchronous status of the observer to build.
- Asynchronous - Annotation Interface 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 jakarta.ws.rs.client
-
Uniform interface for asynchronous invocation of HTTP methods.
- AsyncResponse - Interface in jakarta.ws.rs.container
-
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
- at_hash - Enum constant in enum class 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 - Enum constant in enum class 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 - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- AUTHENTICATION - Static variable in class jakarta.ws.rs.Priorities
-
Security authentication filter/interceptor priority.
- authenticationType() - Element in annotation interface jakarta.annotation.Resource
-
The authentication type to use for this resource.
- authMethod() - Element in annotation interface 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 jakarta.ws.rs.core.HttpHeaders
- AUTHORIZATION - Static variable in class jakarta.ws.rs.Priorities
-
Security authorization filter/interceptor priority.
- authorizationCode() - Element in annotation interface 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() - Element in annotation interface 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 - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
B
- BAD_GATEWAY - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
502 Bad Gateway, see HTTP/1.1 documentation.
- BAD_REQUEST - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
400 Bad Request, see HTTP/1.1 documentation.
- BadRequestException - Exception in jakarta.ws.rs
-
A runtime exception indicating a
bad client request
. - BadRequestException() - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BASE - Enum constant in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
The Base scoped MetricRegistry.
- baseUri() - Element in annotation interface org.eclipse.microprofile.rest.client.inject.RegisterRestClient
-
Sets the base URI for the rest client interface.
- baseUri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI as a string for resolution of relative URIs.
- baseUri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI for resolution of relative URIs.
- 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 jakarta.ws.rs.core.SecurityContext
-
String identifier for Basic authentication.
- Bean<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled bean.
- BeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
-
The BeanAttributes interface exposes the basic attributes of a bean.
- BeanAttributesConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
BeanAttributes
instance. - beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the class of the configured Bean.
- beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the class of the Bean containing this observer.
- BeanConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
Bean
instance. - BeanManager - Interface in jakarta.enterprise.inject.spi
-
Allows a portable extension to interact directly with the container.
- BeanParam - Annotation Interface in jakarta.ws.rs
-
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
- bearerFormat() - Element in annotation interface 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 - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
-
Identifies a before completion observer method, called during the before completion phase of the transaction.
- BeforeBeanDiscovery - Interface in jakarta.enterprise.inject.spi
-
This event type is thrown by the container before the bean discovery process begins.
- BeforeDestroyed - Annotation Interface in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is about to be destroyed, i.e.
- BeforeDestroyed.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
BeforeDestroyed
qualifier. - BeforeShutdown - Interface in jakarta.enterprise.inject.spi
-
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
- begin() - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running.
- begin(String) - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running, with a specified identifier.
- bigDecimalValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - bigIntegerValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - bigIntegerValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - birthdate - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- BITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represents bits.
- BOOLEAN - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- BOOLEAN - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
- broadcast(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Publish an SSE event to all registered
SseEventSink
instances. - bufferEntity() - Method in class jakarta.ws.rs.core.Response
-
Buffer the message entity data.
- build() - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- build() - Method in interface jakarta.json.JsonArrayBuilder
-
Returns the current array.
- build() - Method in interface jakarta.json.JsonObjectBuilder
-
Returns the JSON object associated with this object builder.
- build() - Method in interface jakarta.json.JsonPatchBuilder
-
Returns the JSON Patch.
- build() - Method in class jakarta.ws.rs.client.ClientBuilder
-
Build a new client instance using all the configuration previously specified in this client builder.
- build() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Create a Response instance from the current ResponseBuilder.
- build() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
- build() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Build
OutboundSseEvent
. - build() - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Build new SSE event source pointing at a SSE streaming
web target
. - build() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Build a new
Config
instance based on this builder instance. - 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(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 jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters.
- build(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(Object[], boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name.
- build(String, Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name and request entity.
- buildDelete() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a DELETE request invocation.
- builder() - Static method in interface jakarta.enterprise.event.NotificationOptions
- builder() - Static method in 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(Metadata) - Static method in interface org.eclipse.microprofile.metrics.Metadata
-
Returns a new builder with the
Metadata
information - Builder() - Constructor for class jakarta.ws.rs.sse.SseEventSource.Builder
-
Allows custom implementations to extend the SSE event source builder class.
- buildFromEncoded(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromEncodedMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildGet() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a GET request invocation.
- 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 jakarta.ws.rs.client.Invocation.Builder
-
Build a POST request invocation.
- buildPut(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a PUT request invocation.
- buildRelativized(URI, Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
- Bulkhead - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
Define bulkhead policy to limit the number of the concurrent calls to an instance.
- BulkheadException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
-
The exception should be thrown when Bulkhead implementation throws an exception, e.g.
- BulkheadException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BulkheadException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BulkheadException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BulkheadException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
- BusyConversationException - Exception in jakarta.enterprise.context
-
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
- BusyConversationException() - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(String) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
C
- c_hash - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheControl - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- 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 Interface in org.eclipse.microprofile.openapi.annotations.callbacks
-
This object represents a callback URL that will be invoked.
- CallbackOperation - Annotation Interface in org.eclipse.microprofile.openapi.annotations.callbacks
-
Describes a single API callback operation.
- callbacks() - Element in annotation interface 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 Interface in org.eclipse.microprofile.openapi.annotations.callbacks
-
This object represents an array of Callback URLs that can be invoked.
- callbackUrlExpression() - Element in annotation interface 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 jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- CDI<T> - Class in jakarta.enterprise.inject.spi
-
Provides access to the current container.
- CDI() - Constructor for class jakarta.enterprise.inject.spi.CDI
- CDIProvider - Interface in jakarta.enterprise.inject.spi
-
Interface implemented by a CDI provider to provide access to the current container
- CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
-
The media type
charset
parameter name. - CircuitBreaker - Annotation Interface 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 Interface in org.eclipse.microprofile.jwt
-
Annotation used to signify an injection point for a
ClaimValue
from aJsonWebToken
- 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 Class in org.eclipse.microprofile.jwt
-
This enum represents the standardized claims that the MP-JWT specification allows for in terms of interoperability.
- ClaimValue<T> - Interface in org.eclipse.microprofile.jwt
-
A representation of a claim in a
JsonWebToken
- className() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Name of a DataSource class that implements
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - clear() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- Client - Interface in jakarta.ws.rs.client
-
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
- CLIENT - Enum constant in enum class jakarta.ws.rs.RuntimeType
-
JAX-RS client run-time.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
4xx
HTTP status codes. - ClientBuilder - Class in jakarta.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances. - ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the
ClientBuilder
class. - clientCredentials() - Element in annotation interface 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 jakarta.ws.rs
-
A base runtime application exception indicating a client request error (HTTP
4xx
status codes). - ClientErrorException(int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientHeaderParam - Annotation Interface in org.eclipse.microprofile.rest.client.annotation
-
Used to specify an HTTP parameter that should be sent with the outbound request.
- ClientHeaderParams - Annotation Interface 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 jakarta.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in jakarta.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client response filters.
- 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
whenClientTracingRegistrar.configure(ClientBuilder)
is called. - clone() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class jakarta.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- close() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Shuts down this SeContainer instance when it is no longer in scope.
- close() - Method in interface jakarta.json.JsonReader
-
Closes this reader and frees any resources associated with the reader.
- close() - Method in interface jakarta.json.JsonWriter
- close() - Method in interface jakarta.json.stream.JsonGenerator
-
Closes this generator and frees any resources associated with it.
- close() - Method in interface jakarta.json.stream.JsonParser
-
Closes this parser and frees any resources associated with the parser.
- close() - Method in interface jakarta.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class jakarta.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
- close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and all registered
SseEventSink
instances. - close() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Close the
SseEventSink
instance and release all associated resources. - close() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source.
- close() - 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 jakarta.ws.rs.sse.SseEventSource
-
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
- cnf - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- COMMA_SEPARATED - Enum constant in enum class org.eclipse.microprofile.rest.client.ext.QueryParamStyle
-
A single parameter instance with multiple, comma-separated values, e.g.:
foo=v1,v2,v3
- CommandInfo - Class in jakarta.activation
-
The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
- CommandInfo(String, String) - Constructor for class jakarta.activation.CommandInfo
-
The Constructor for CommandInfo.
- CommandMap - Class in jakarta.activation
-
The CommandMap class provides an interface to a registry of command objects available in the system.
- CommandMap() - Constructor for class jakarta.activation.CommandMap
- CommandObject - Interface in jakarta.activation
-
JavaBeans components that are Jakarta Activation aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- comments() - Element in annotation interface jakarta.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. If the names are equal: Compare the number of tags. If the tag lengths are equal: Compare the Tags (sorted by the Tag's key value) a) Compare the Tag names/keys lexicographically b) If keys are equal, compare the Tag values lexicographically - completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- CompletionCallback - Interface in jakarta.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
-
Reactive invoker based
CompletionStage
. - components() - Element in annotation interface 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 Interface in org.eclipse.microprofile.openapi.annotations
-
Describes the Components object that holds various reusable objects for different aspects of the OpenAPI Specification (OAS).
- CONCURRENT_GAUGE - Enum constant in enum class 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 theMetricID
with this name; or create and register a newConcurrentGauge
if none is registered. - concurrentGauge(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
ConcurrentGauge
registered under theMetricID
with this name and with the providedTag
s; or create and register a newConcurrentGauge
if none is registered. - concurrentGauge(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
ConcurrentGauge
registered under theMetricID
with theMetadata
's name; or create and register a newConcurrentGauge
if none is registered. - concurrentGauge(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
ConcurrentGauge
registered under theMetricID
with theMetadata
's name and with the providedTag
s; or create and register a newConcurrentGauge
if none is registered. - concurrentGauge(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
ConcurrentGauge
registered under theMetricID
; or create and register a newConcurrentGauge
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 Interface 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() - Element in annotation interface org.eclipse.microprofile.rest.client.inject.RegisterRestClient
-
Associates the annotated rest client interface with this configuration key.
- ConfigProperties - Annotation Interface 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 Interface in org.eclipse.microprofile.config.inject
-
Binds the injection point with a configured value.
- ConfigProvider - Class in org.eclipse.microprofile.config
-
This is the central class to access a
Config
. - ConfigProviderResolver - Class in org.eclipse.microprofile.config.spi
-
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 jakarta.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- Configuration - Interface in jakarta.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context. - configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Returns an
AnnotatedTypeConfigurator
to to configure theAnnotatedType
used to create theInjectionTarget
. - configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
created either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)
or derived from theInterceptionFactory
parameter injection point. - configure(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 jakarta.ws.rs.container.DynamicFeature
-
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a
runtime configuration
scope of a particularresource or sub-resource method
; i.e. - configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation. - configureBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
returns a
BeanAttributesConfigurator
initialized with theBeanAttributes
processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation. - configuredProvider - Static variable in class jakarta.enterprise.inject.spi.CDI
- configureInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Returns an
InjectionPointConfigurator
initialized with theInjectionPoint
processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation. - configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as an interceptor binding type. - configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Returns a
ObserverMethodConfigurator
initialized with theObserverMethod
processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation. - configureProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns a
ProducerConfigurator
initialized with theProducer
processed by this event, to configure a newProducer
that will replace the original one at the end of the observer invocation. - configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as a Qualifier qualifier type. - ConfigValue - Interface in org.eclipse.microprofile.config
-
The ConfigValue holds additional information after the lookup of a configuration property and is itself immutable.
- CONFLICT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
409 Conflict, see HTTP/1.1 documentation.
- ConnectionCallback - Interface in jakarta.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous response
lifecycle events. - connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the connect timeout.
- connectTimeout(long, TimeUnit) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
-
Set the connect timeout.
- ConstrainedTo - Annotation Interface in jakarta.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 jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- Consumes - Annotation Interface in jakarta.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept. - contact() - Element in annotation interface 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 Interface in org.eclipse.microprofile.openapi.annotations.info
-
Contact information for the exposed API.
- CONTAINER - Enum constant in enum class jakarta.annotation.Resource.AuthenticationType
- ContainerRequestContext - Interface in jakarta.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in jakarta.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container response filters.
- containsClaim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
-
Verify is a given claim exists
- containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- containsValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns
true
if there is a value at the referenced location in the specifiedtarget
. - containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- content() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
The representation of this parameter, for different media types.
- content() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
-
The content of the request body.
- content() - Element in annotation interface 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 Interface in org.eclipse.microprofile.openapi.annotations.media
-
This object provides schema and examples for a particular media type.
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2183.
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2392.
- CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- contentType() - Element in annotation interface 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 jakarta.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Interface in jakarta.ws.rs.core
-
This annotation is used to inject information into a class field, bean property or method parameter.
- ContextException - Exception in jakarta.enterprise.context
-
Indicates a problem relating to context management.
- ContextException() - Constructor for exception jakarta.enterprise.context.ContextException
- ContextException(String) - Constructor for exception jakarta.enterprise.context.ContextException
- ContextException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
- ContextException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
- ContextNotActiveException - Exception in jakarta.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextNotActiveException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextNotActiveException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextResolver<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- Contextual<T> - Interface in jakarta.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- Conversation - Interface in jakarta.enterprise.context
-
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
- CONVERSATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- ConversationScoped - Annotation Interface in jakarta.enterprise.context
-
Specifies that a bean is conversation scoped.
- ConversationScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
ConversationScoped
annotation. - 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(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in jakarta.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
- COOKIE - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
- COOKIE - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.In
- COOKIE - Enum constant in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
- COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- CookieParam - Annotation Interface in jakarta.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
- copy(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "copy" JSON Patch operation.
- COPY - Enum constant in enum class jakarta.json.JsonPatch.Operation
-
"copy" operation.
- Counted - Annotation Interface 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
- counter(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- counter(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- counter(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- counter(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- Counter - Interface in org.eclipse.microprofile.metrics
-
An incrementing counter metric.
- COUNTER - Enum constant in enum class 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.
- create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtain an
AnnotatedType
that may be used to read the annotations of the given class or interface. - 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 jakarta.json.Json
-
Creates a JSON array builder
- createArrayBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to buildJsonArray
- createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder.
- createArrayBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the specified array
- createArrayBuilder(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with an array. - createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the specified array.
- createArrayBuilder(Collection<?>) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the content of specified
collection
. - createArrayBuilder(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with the content of specified collection. - createArrayBuilder(Collection<?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the content of specified
collection
. - createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - 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 jakarta.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 jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- CREATED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
201 Created, see HTTP/1.1 documentation.
- createDataContentHandler(String) - Method in class jakarta.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDataContentHandler(String) - Method in interface jakarta.activation.DataContentHandlerFactory
-
Creates a new DataContentHandler object for the MIME type.
- createDataContentHandler(String) - Method in class jakarta.activation.MailcapCommandMap
-
Return the DataContentHandler for the specified MIME type.
- createDataContentHandler(String, DataSource) - Method in class jakarta.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDiff(JsonStructure, JsonStructure) - Static method in class jakarta.json.Json
-
Generates a JSON Patch (RFC 6902) from the source and target
JsonStructure
. - createDiff(JsonStructure, JsonStructure) - Method in class jakarta.json.spi.JsonProvider
-
Generates a JSON Patch (RFC 6902) from the source and target
JsonStructure
. - 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 jakarta.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 jakarta.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(OutputStream) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(Writer) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a generator factory for creating
JsonGenerator
objects. - createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances. - createHeader() - Static method in class org.eclipse.microprofile.openapi.OASFactory
-
This method creates a new
Header
instance. - createHeaderDelegate(Class<T>) - Method in class jakarta.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 jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedField
. - createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedParameter
. - createInjectionTarget(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains an
InjectionTarget
for the givenAnnotatedType
. - createInjectionTarget(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Create a new injection target for a bean.
- createInstance() - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains an
Instance
object to access to beans instances. - createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
- createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Create an
InterceptionFactory
for the givenCreationalContext
and type. - 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 jakarta.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 jakarta.json.Json
-
Generates a JSON Merge Patch (RFC 7396) from the source and target
JsonValue
s which when applied to thesource
, yields thetarget
. - createMergeDiff(JsonValue, JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Generates a JSON Merge Patch (RFC 7396) from the source and target
JsonValue
s which when applied to thesource
, yields thetarget
. - createMergePatch(JsonValue) - Static method in class jakarta.json.Json
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue
. - createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue
. - 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 jakarta.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to buildJsonObject
. - createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder.
- createObjectBuilder(JsonObject) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, initialized with an object. - createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, Object>) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the data from specified
map
. - createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, initialized with the specified object. - createObjectBuilder(Map<String, Object>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the data from specified
map
. - 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(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParser(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParserFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a parser factory for creating
JsonParser
objects. - createParserFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParser
instances. - createPatch(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatch(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatchBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- createPatchBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- 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 jakarta.json.Json
-
Creates JSON Pointer (RFC 6901) from given
jsonPointer
string. - createPointer(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Pointer (RFC 6901) from given
jsonPointer
string. - createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- createReader(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReaderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a reader factory for creating
JsonReader
objects. - createReaderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReader
objects. - createRequestBody() - Static method in class org.eclipse.microprofile.openapi.OASFactory
-
This method creates a new
RequestBody
instance. - createResponseBuilder() - Method in class jakarta.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 jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
UriBuilder
. - createValue(double) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(double) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(int) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(int) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(long) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(long) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(String) - Static method in class jakarta.json.Json
-
Creates a JsonString.
- createValue(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonString.
- createValue(BigDecimal) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigInteger) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Variant.VariantListBuilder
. - createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- createWriter(OutputStream) - Static method in class jakarta.json.Json
- createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class jakarta.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Static method in class jakarta.json.Json
- createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Method in class jakarta.json.spi.JsonProvider
- createWriterFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a writer factory for creating
JsonWriter
objects. - createWriterFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriter
objects. - createXML() - Static method in class org.eclipse.microprofile.openapi.OASFactory
-
This method creates a new
XML
instance. - CreationalContext<T> - Interface in jakarta.enterprise.context.spi
-
Provides operations that are used by the
Contextual
implementation during instance creation and destruction. - CreationException - Exception in jakarta.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception jakarta.enterprise.inject.CreationException
- CreationException(String) - Constructor for exception jakarta.enterprise.inject.CreationException
- CreationException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
- CreationException(Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
- current() - Static method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
D
- data(GenericType, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and a generic java type of event data.
- data(Class, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and java type of event data.
- data(Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and java type of event data.
- databaseName() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- DataContentHandler - Interface in jakarta.activation
-
The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface.
- DataContentHandlerFactory - Interface in jakarta.activation
-
This interface defines a factory for
DataContentHandlers
. - DataHandler - Class in jakarta.activation
-
The DataHandler class provides a consistent interface to data available in many different sources and formats.
- DataHandler(DataSource) - Constructor for class jakarta.activation.DataHandler
-
Create a
DataHandler
instance referencing the specified DataSource. - DataHandler(Object, String) - Constructor for class jakarta.activation.DataHandler
-
Create a
DataHandler
instance representing an object of this MIME type. - DataHandler(URL) - Constructor for class jakarta.activation.DataHandler
-
Create a
DataHandler
instance referencing a URL. - DataSource - Interface in jakarta.activation
-
The DataSource interface provides Jakarta Activation with an abstraction of an arbitrary collection of data.
- DataSourceDefinition - Annotation Interface in jakarta.annotation.sql
-
Annotation used to define a container
DataSource
to be registered with JNDI. - DataSourceDefinitions - Annotation Interface in jakarta.annotation.sql
-
Declares one or more
DataSourceDefinition
annotations. - date() - Element in annotation interface jakarta.annotation.Generated
-
Date when the source was generated.
- DATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- DAYS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- deactivate() - Method in interface jakarta.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 Interface in jakarta.annotation.security
-
Used by application to declare security roles.
- decodePointer(String) - Static method in class jakarta.json.Json
-
Decodes a passed JSON-pointer string as defined by RFC 6901.
- Decorated - Annotation Interface in jakarta.enterprise.inject
-
A decorator may inject metadata about the bean it is decorating
- Decorator<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled decorator.
- Decorator - Annotation Interface in jakarta.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 - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Encoding.Style
- DEEPOBJECT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- DEEPOBJECT - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- Default - Annotation Interface in jakarta.enterprise.inject
-
The default qualifier type.
- DEFAULT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.Explode
- DEFAULT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
- DEFAULT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- DEFAULT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- DEFAULT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
- DEFAULT - Enum constant in enum class 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 jakarta.enterprise.inject.spi.CDIProvider
- DEFAULT_MAX_AGE - Static variable in class jakarta.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 jakarta.enterprise.inject.spi.ObserverMethod
- DEFAULT_PRIORITY - Static variable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
- DEFAULT_VERSION - Static variable in class jakarta.ws.rs.core.Cookie
-
Cookies using the default version correspond to RFC 2109.
- Default.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Default
qualifier. - 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() - Element in annotation interface org.eclipse.microprofile.config.inject.ConfigProperty
-
The default value if the configured property does not exist.
- defaultValue() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides a default value.
- defaultValue() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Provides a default value.
- defaultValue() - Element in annotation interface 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 Interface in jakarta.ws.rs
-
Defines the default value of request meta-data that is bound using one of the following annotations:
PathParam
,QueryParam
,MatrixParam
,CookieParam
,FormParam
, orHeaderParam
. - DefinitionException - Exception in jakarta.enterprise.inject.spi
-
Thrown when a definition error occurs.
- DefinitionException(String) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- DefinitionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- DefinitionException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- delay() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The delay after which an open circuit will transitions to half-open state.
- delay() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The delay between retries.
- delayUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The unit of the delay after which an open circuit will transitions to half-open state.
- delayUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The unit for
Retry.delay()
. - delegate(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Change the delegate status of the built InjectionPoint.
- Delegate - Annotation Interface in jakarta.decorator
-
Identifies the delegate injection point of a decorator.
- delete() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- delete() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- delete(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- DELETE - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- DELETE - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP DELETE requests.
- DELETE - Static variable in annotation interface jakarta.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 Interface in jakarta.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s).
- Dependent - Annotation Interface in jakarta.enterprise.context
-
Specifies that a bean belongs to the dependent pseudo-scope.
- Dependent.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
Dependent
annotation. - DeploymentException - Exception in jakarta.enterprise.inject.spi
-
Thrown when a deployment problem occurs.
- DeploymentException(String) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
- DeploymentException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
- DeploymentException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
- deprecated() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.headers.Header
-
Specifies that a header is deprecated and should be transitioned out of usage.
- deprecated() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Specifies that a schema is deprecated and SHOULD be transitioned out of usage.
- deprecated() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Specifies that a schema is deprecated and SHOULD be transitioned out of usage.
- deprecated() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Operation
-
Allows an operation to be marked as deprecated.
- deprecated() - Element in annotation interface 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() - Element in annotation interface jakarta.annotation.Resource
-
Description of this resource.
- description() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Description of this data source
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
-
The description of the concurrent gauge.
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
-
The description of the counter.
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
-
The description of the gauge.
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
-
The description of the meter.
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
-
The description of the metric.
- description() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.SimplyTimed
- description() - Element in annotation interface 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() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
A verbose description of the callback operation behavior.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.ExternalDocumentation
-
A short description of the target documentation.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.headers.Header
-
Additional description data to provide on the purpose of the header
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.Info
-
A short description of the application.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
A description of the link.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.ExampleObject
-
Long description for the example.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
A description of the schema.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
A description of the schema.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Operation
-
A verbose description of the operation behaviour.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
A brief description of the parameter.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
-
A brief description of the request body.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponse
-
A short description of the response.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.OAuthScope
-
Short description of the scope.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
A short description for security scheme.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.servers.Server
-
An optional string describing the host designated by the URL.
- description() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.servers.ServerVariable
-
An optional description for the server variable.
- description() - Element in annotation interface 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.
- dest - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- destroy(Contextual<?>) - Method in interface jakarta.enterprise.context.spi.AlterableContext
-
Destroy the existing contextual instance.
- destroy(T) - Method in interface jakarta.enterprise.inject.Instance
-
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
- destroy(T, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Destroy an instance of the contextual type.
- Destroyed - Annotation Interface in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is destroyed, i.e.
- Destroyed.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
Destroyed
qualifier. - destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to destroy a bean instance.
- DIGEST_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Digest authentication.
- disableDiscovery() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
By default, the discovery is enabled.
- discoveredProviders - Static variable in class jakarta.enterprise.inject.spi.CDI
- 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() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
An array of discriminator mappings.
- discriminatorMapping() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
An array of discriminator mappings.
- DiscriminatorMapping - Annotation Interface in org.eclipse.microprofile.openapi.annotations.media
-
This object maps payload values to a particular Schema.
- discriminatorProperty() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides a discriminator property value.
- discriminatorProperty() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Provides a discriminator property value.
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
-
The display name of the concurrent gauge.
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
-
The human readable display name of the counter.
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
-
The human readable display name of the gauge.
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
-
The display name of the meter.
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
-
The display name of the metric.
- displayName() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.SimplyTimed
- displayName() - Element in annotation interface 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 jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Dispose of the instance, doing any necessary cleanup
- dispose(T) - Method in interface jakarta.enterprise.inject.spi.Producer
-
Destroys the instance.
- Disposes - Annotation Interface in jakarta.enterprise.inject
-
Identifies the disposed parameter of a disposer method.
- disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to destroy a bean instance.
- disposeWith(Consumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
-
Set a callback to destroy the produced instance.
- doubleValue() - Method in interface jakarta.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 - Enum constant in enum class org.eclipse.microprofile.health.HealthCheckResponse.Status
- dump(OutputStream) - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Writes the values of the snapshot to the given stream.
- durationUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The duration unit for
Retry.maxDuration()
. - during() - Element in annotation interface jakarta.enterprise.event.Observes
-
Specifies at what time the observer method is notified.
- DynamicFeature - Interface in jakarta.ws.rs.container
-
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
E
- email - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- email() - Element in annotation interface 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 - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- EMPTY_JSON_ARRAY - Static variable in interface jakarta.json.JsonValue
-
The empty JSON array.
- EMPTY_JSON_OBJECT - Static variable in interface jakarta.json.JsonValue
-
The empty JSON object.
- enableDecorators(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
- enableInterceptors(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
- Encoded - Annotation Interface in jakarta.ws.rs
-
Disables automatic decoding of parameter values bound using
QueryParam
,PathParam
,FormParam
orMatrixParam
. - encodePointer(String) - Static method in class jakarta.json.Json
-
Encodes (escapes) a passed string as defined by RFC 6901.
- encoding() - Element in annotation interface 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 jakarta.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 Interface in org.eclipse.microprofile.openapi.annotations.media
-
Single encoding definition to be applied to single Schema Object
- Encoding.Style - Enum Class in org.eclipse.microprofile.openapi.models.media
- encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported encodings. - encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding(s) for this variant.
- end() - Method in interface jakarta.enterprise.context.Conversation
-
Marks the current long-running conversation transient.
- END_ARRAY - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
End of a JSON array.
- END_OBJECT - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
End of a JSON object.
- entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- Entity<T> - Class in jakarta.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- EntityTag - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
- EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of a strong
EntityTag
. - EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of an
EntityTag
. - entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- enumeration() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides a list of enum values.
- enumeration() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Provides a list of enum values.
- enumeration() - Element in annotation interface 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(ActivationDataFlavor) - Method in class jakarta.activation.ActivationDataFlavor
-
Compares the ActivationDataFlavor passed in with this ActivationDataFlavor; calls the
isMimeTypeEqual
method. - equals(Object) - Method in class jakarta.activation.ActivationDataFlavor
- equals(Object) - Method in class jakarta.enterprise.util.AnnotationLiteral
- equals(Object) - Method in class jakarta.enterprise.util.TypeLiteral
- equals(Object) - Method in interface jakarta.json.JsonNumber
-
Compares the specified object with this
JsonNumber
object for equality. - equals(Object) - Method in interface jakarta.json.JsonString
-
Compares the specified object with this
JsonString
for equality. - equals(Object) - Method in class jakarta.ws.rs.client.Entity
- equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
-
Compares object argument to this cache control to see if they are the same considering all property values.
- equals(Object) - Method in class jakarta.ws.rs.core.Cookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
-
Compares
obj
to this tag to see if they are the same considering weakness and value. - equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
- equals(Object) - Method in class jakarta.ws.rs.core.GenericType
- equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
- equals(Object) - Method in class jakarta.ws.rs.core.MediaType
-
Compares
obj
to this media type to see if they are the same by comparing type, subtype and parameters. - equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.Variant
-
Compares obj to this variant to see if they are the same considering all property values.
- 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
- equals(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Deprecated.
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Compare the specified map with this map for equality modulo the order of values for each key.
- ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently exist.
- evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- Event<T> - Interface in jakarta.enterprise.event
-
Allows the application to fire events of a particular type.
- EventContext<T> - Interface in jakarta.enterprise.inject.spi
-
Represents a context of a fired event.
- EventMetadata - Interface in jakarta.enterprise.inject.spi
-
Provides access to metadata about an observed event payload.
- example() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Content
-
A free-form property to include an example of an instance for this content.
- example() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
A free-form property to include an example of an instance for this schema.
- example() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
A free-form property to include an example of an instance for this schema.
- example() - Element in annotation interface 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 Interface in org.eclipse.microprofile.openapi.annotations.media
-
This object illustrates an example of a particular content
- examples() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Example Objects.
- examples() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Content
-
An array of examples used to show the use of the associated schema.
- examples() - Element in annotation interface 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 Throwable> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response
. - ExcludeClassInterceptors - Annotation Interface in jakarta.interceptor
-
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
- ExcludeDefaultInterceptors - Annotation Interface in jakarta.interceptor
-
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
- exclusiveMaximum() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
If true, makes the maximum value exclusive, or a less-than criteria.
- exclusiveMaximum() - Element in annotation interface 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() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
If true, makes the minimum value exclusive, or a greater-than criteria.
- exclusiveMinimum() - Element in annotation interface 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 jakarta.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 - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- EXPECTATION_FAILED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
417 Expectation Failed, see HTTP/1.1 documentation.
- expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- explode() - Element in annotation interface 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() - Element in annotation interface 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 Class in org.eclipse.microprofile.openapi.annotations.enums
-
Enumeration used to define the value of Explode property.
- expression() - Element in annotation interface 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 jakarta.enterprise.inject.spi
-
Service interface implemented by extensions.
- Extension - Annotation Interface in org.eclipse.microprofile.openapi.annotations.extensions
-
A named extension that should be added to the OpenAPI definition.
- extensions() - Element in annotation interface 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 Interface 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() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
Additional external documentation for this callback operation.
- externalDocs() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Additional external documentation for this schema.
- externalDocs() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Additional external documentation for this schema.
- externalDocs() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition
-
Any additional external documentation for the API
- externalDocs() - Element in annotation interface 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 Interface in org.eclipse.microprofile.openapi.annotations
-
This annotation allows referencing an external resource for extended documentation.
- externalValue() - Element in annotation interface 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 jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation has failed for any reason.
- failOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The list of exception types which should be considered failures.
- failureRatio() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The ratio of failures within the rolling window that will trip the circuit to open.
- Fallback - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
The fallback annotation to define the fallback handler class so that a failure can be handled properly.
- Fallback.DEFAULT - Class in org.eclipse.microprofile.faulttolerance
-
Create a default class so the value is not required to be set all the time.
- FallbackHandler<T> - Interface in org.eclipse.microprofile.faulttolerance
-
The handler instance used by the container to service a fallback invocation is a non-contextual instance created using the CDI SPI.
- fallbackMethod() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Fallback
-
Specify the method name to fallback to.
- FALSE - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON false.
- FALSE - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.Explode
- FALSE - Static variable in interface jakarta.json.JsonValue
-
JSON false value.
- family_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- familyOf(int) - Static method in enum class jakarta.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 jakarta.ws.rs.core
-
A feature extension contract.
- FeatureContext - Interface in jakarta.ws.rs.core
-
A configurable context passed to
Feature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration. - fields() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- FileDataSource - Class in jakarta.activation
-
The FileDataSource class implements a simple DataSource object that encapsulates a file.
- FileDataSource(File) - Constructor for class jakarta.activation.FileDataSource
-
Creates a FileDataSource from a File object.
- FileDataSource(String) - Constructor for class jakarta.activation.FileDataSource
-
Creates a FileDataSource from the specified path name.
- FileTypeMap - Class in jakarta.activation
-
The FileTypeMap is an abstract class that provides a data typing interface for files.
- FileTypeMap() - Constructor for class jakarta.activation.FileTypeMap
-
The default constructor.
- filter(ClientRequestContext) - Method in interface jakarta.ws.rs.client.ClientRequestFilter
-
Filter method called before a request has been dispatched to a client transport layer.
- filter(ClientRequestContext, ClientResponseContext) - Method in interface jakarta.ws.rs.client.ClientResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or when the HTTP invocation returns). - filter(ContainerRequestContext) - Method in interface jakarta.ws.rs.container.ContainerRequestFilter
-
Filter method called before a request has been dispatched to a resource.
- filter(ContainerRequestContext, ContainerResponseContext) - Method in interface jakarta.ws.rs.container.ContainerResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or by a matched resource method. - 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 jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterHeader(Header) - Method in interface org.eclipse.microprofile.openapi.OASFilter
-
Allows filtering of a particular Header.
- filterLink(Link) - Method in interface org.eclipse.microprofile.openapi.OASFilter
-
Allows filtering of a particular Link.
- filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface jakarta.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 jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.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.
- fire(T) - Method in interface jakarta.enterprise.event.Event
-
Fires an event with the specified qualifiers and notifies observers.
- fireAsync(U) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- fireAsync(U, NotificationOptions) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- fireEvent(Object, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Fire an event and notify observers.
- flows() - Element in annotation interface 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 jakarta.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 - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
403 Forbidden, see HTTP/1.1 documentation.
- ForbiddenException - Exception in jakarta.ws.rs
-
A runtime exception indicating that an access to a resource requested by a client has been
forbidden
by the server. - ForbiddenException() - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- forClassLoader(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Specify the class loader for which this configuration is being built.
- forInstance(Object) - Static method in class jakarta.ws.rs.core.GenericType
-
Create a
generic type
from a Javainstance
. - form(Form) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- form(MultivaluedMap<String, String>) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- Form - Class in jakarta.ws.rs.core
-
Represents the the HTML form data request entity encoded using the
"application/x-www-form-urlencoded"
content type. - Form() - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance.
- Form(MultivaluedMap<String, String>) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance and register a custom underlying parameter store.
- Form(String, String) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance with a single parameter entry.
- FORM - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- FORM - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Encoding.Style
- FORM - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- FORM_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Form authentication.
- format() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides an optional override for the format.
- format() - Element in annotation interface 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.
- FormParam - Annotation Interface in jakarta.ws.rs
-
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
- FOUND - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
302 Found, see HTTP/1.1 documentation.
- fragment(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI fragment.
- from(Class<?>) - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Convert the metric Java class into a MetricType
- from(String) - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Convert the string representation into an enum
- fromClassName(String) - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Convert the metric Java class name into a MetricType
- fromLink(Link) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from another link.
- fromLink(Link) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from a Link.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a
Path
-annotated method. - fromOperationName(String) - Static method in enum class jakarta.json.JsonPatch.Operation
-
Returns the enum constant with the specified name.
- fromPath(String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a path.
- fromPath(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a URI path.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a root resource class.
- fromResponse(Response) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
- fromStatusCode(int) - Static method in enum class jakarta.ws.rs.core.Response.Status
-
Convert a numerical status code into the corresponding Status.
- fromString(String) - Method in interface jakarta.ws.rs.ext.ParamConverter
-
Parse the supplied value and create an instance of
T
. - fromString(String) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Parse the supplied value and create an instance of
T
. - fromUri(String) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI represented as a string.
- fromUri(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUriBuilder(UriBuilder) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from a URI builder.
- full_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
G
- GATEWAY_TIMEOUT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
504 Gateway Timeout, see HTTP/1.1 documentation.
- gauge(String, Supplier<T>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- gauge(String, T, Function<T, R>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- gauge(Metadata, Supplier<T>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- gauge(Metadata, T, Function<T, R>, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- gauge(MetricID, Supplier<T>) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- gauge(MetricID, T, Function<T, R>) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- Gauge<T> - Interface in org.eclipse.microprofile.metrics
-
A gauge metric is an instantaneous reading of a particular value.
- Gauge - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method or field as a gauge.
- GAUGE - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A Gauge has values that 'arbitrarily' goes up/down at each sampling.
- gender - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Generated - Annotation Interface in jakarta.annotation
-
The
Generated
annotation is used to mark source code that has been generated. - GenericEntity<T> - Class in jakarta.ws.rs.core
-
Represents a message entity of a generic type
T
. - GenericEntity(T) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericType<T> - Class in jakarta.ws.rs.core
-
Represents a generic message entity type
T
. - GenericType() - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType(Type) - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type information and deriving the class.
- get() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Get the instance
- get() - Method in interface jakarta.inject.Provider
-
Provides a fully-constructed and injected instance of
T
. - get() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Contextual<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
Return an existing instance of a certain contextual type or a null value.
- get(Contextual<T>, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
Return an existing instance of certain contextual type or create a new instance by calling
Contextual.create(CreationalContext)
and return the new instance. - get(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- get(String) - Method in class jakarta.activation.MimeTypeParameterList
-
Retrieve the value associated with the given name, or null if there is no current association.
- get(String) - Method in interface jakarta.enterprise.event.NotificationOptions
- GET - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- GET - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation interface jakarta.ws.rs.HttpMethod
-
HTTP GET method.
- 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 jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- 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.
- getAllCommands() - Method in class jakarta.activation.DataHandler
-
Return all the commands for this type of data.
- getAllCommands(String) - Method in class jakarta.activation.CommandMap
-
Get all the available commands for this type.
- getAllCommands(String) - Method in class jakarta.activation.MailcapCommandMap
-
Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.
- getAllCommands(String, DataSource) - Method in class jakarta.activation.CommandMap
-
Get all the available commands for this type.
- getAllOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Returns the schemas used by the allOf property.
- getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- 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 jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Obtain an instance of
AnnotatedField
orAnnotatedParameter
, depending upon whether the injection point is an injected field or a constructor/method parameter. - getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Returns the
AnnotatedType
representing the bean class, theAnnotatedMethod
representing the producer method, or theAnnotatedField
representing the producer field. - getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
- getAnnotatedBeanClass() - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
-
Returns the
AnnotatedType
representing the bean class. - getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as the producer field return type found on a disposal method. - getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as the producer method return type found on a disposal method. - getAnnotatedMember() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns the
AnnotatedField
representing the producer field or theAnnotatedMethod
representing the producer method. - getAnnotatedMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
The
AnnotatedMethod
representing the observer method. - getAnnotatedProducerField() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedField
representing the producer field. - getAnnotatedProducerMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedMethod
representing the producer method. - getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns the
AnnotatedType
object that will be used by the container to read the declared annotations. - getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
AnnotatedType
representing the managed bean class, session bean class or other Java EE component class supporting injection. - getAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
that may be used to read the annotations of the given class or interface as defined during container initialization. - getAnnotatedTypes(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
s that may be used to read the annotations of the given class or interface as defined during container initialization. - getAnnotation(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotation of a certain annotation type.
- getAnnotations() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get all annotations of the program element.
- getAnnotations() - Method in class jakarta.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotations of a certain annotation type.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
- 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 jakarta.json.stream.JsonParser
-
Returns a
JsonArray
and advance the parser to the the correspondingEND_ARRAY
. - getArrayStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the
JsonArray
elements. - 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 jakarta.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 class jakarta.activation.MimeType
-
Return a String representation of this object without the parameter list.
- getBaseType() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get the type of the annotated program element.
- getBaseUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBean() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Bean
object representing the bean that defines the injection point. - getBean() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Returns the
Bean
object that is about to be registered. - getBean(CommandInfo) - Method in class jakarta.activation.DataHandler
-
A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.
- getBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.Bean
-
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the class of the type that declares the observer method.
- getBeanManager() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Get the CDI BeanManager for this container
- getBeanManager() - Method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI BeanManager for the current context
- getBeans(Type, Annotation...) - Method in interface jakarta.enterprise.inject.spi.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 theBeanManager
was obtained, according to the rules of typesafe resolution. - getBeans(String) - Method in interface jakarta.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 theBeanManager
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 jakarta.json.stream.JsonParser
-
Returns a JSON number as a
BigDecimal
. - getBoolean(int) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(int, boolean) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(String) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getBoolean(String, boolean) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getBuilder() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Create a
ConfigBuilder
instance for the current application. - getCacheExtension() - Method in class jakarta.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 jakarta.enterprise.inject.spi.CDIProvider
-
Provides access to the current container
- getChallenges() - Method in exception jakarta.ws.rs.NotAuthorizedException
-
Get the list of authorization challenges associated with the exception and applicable to the resource requested by the client.
- getChars() - Method in interface jakarta.json.JsonString
-
Returns the char sequence for the JSON String value
- 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 jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes. - getClasses() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider, root resource or
feature
) classes to be instantiated, injected and utilized in the scope of the configurable instance. - getClient() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getClientCredentials() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
-
OAuth Client Credential flow; previously called application in OpenAPI 2.0
- getColumnNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
- getCommand(String) - Method in class jakarta.activation.DataHandler
-
Get the command cmdName.
- getCommand(String, String) - Method in class jakarta.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommand(String, String) - Method in class jakarta.activation.MailcapCommandMap
-
Get the command corresponding to
cmdName
for the MIME type. - getCommand(String, String, DataSource) - Method in class jakarta.activation.CommandMap
-
Get the default command corresponding to the MIME type.
- getCommandClass() - Method in class jakarta.activation.CommandInfo
-
Return the command's class name.
- getCommandName() - Method in class jakarta.activation.CommandInfo
-
Return the command verb.
- getCommandObject(DataHandler, ClassLoader) - Method in class jakarta.activation.CommandInfo
-
Return the instantiated JavaBean component.
- getComment() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getComment() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get a comment string that accompanies the event.
- 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 providedMetricID
. - getConcurrentGauges() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the concurrent gauges in the registry and their
MetricID
s. - getConcurrentGauges(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the concurrent gauges in the registry and their
MetricID
s 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 jakarta.json.JsonBuilderFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
- getConfigInUse() - Method in interface jakarta.json.JsonReaderFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
- getConfigInUse() - Method in interface jakarta.json.JsonWriterFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonParserFactory
-
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
- 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 jakarta.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface jakarta.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- 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 jakarta.interceptor.InvocationContext
-
Returns the constructor of the target class for which the
AroundConstruct
interceptor method was invoked. - getConstructors() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the constructors of the type.
- 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 class jakarta.activation.DataHandler
-
Return the data in its preferred Object form.
- 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.
- getContent(DataSource) - Method in interface jakarta.activation.DataContentHandler
-
Return an object representing the data in its most preferred form.
- getContentType() - Method in class jakarta.activation.DataHandler
-
Return the MIME type of this object as retrieved from the source object.
- getContentType() - Method in interface jakarta.activation.DataSource
-
This method returns the MIME type of the data in the form of a string.
- getContentType() - Method in class jakarta.activation.FileDataSource
-
This method returns the MIME type of the data in the form of a string.
- getContentType() - Method in class jakarta.activation.URLDataSource
-
Returns the value of the URL content-type header field.
- getContentType() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
-
The Content-Type for encoding a specific property.
- getContentType(File) - Method in class jakarta.activation.FileTypeMap
-
Return the type of the file object.
- getContentType(File) - Method in class jakarta.activation.MimetypesFileTypeMap
-
Return the MIME type of the file object.
- getContentType(String) - Method in class jakarta.activation.FileTypeMap
-
Return the type of the file passed in.
- getContentType(String) - Method in class jakarta.activation.MimetypesFileTypeMap
-
Return the MIME type based on the specified file name.
- getContext(Class<?>) - Method in interface jakarta.ws.rs.ext.ContextResolver
-
Get a context of type
T
that is applicable to the supplied type. - getContext(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains an active context object for the given scope .
- getContextData() - Method in interface jakarta.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
- getContextResolver(Class<T>, MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContracts(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- getConverter(Class<T>) - 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 jakarta.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion for an instance of a particular Java type. - getCookies() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class jakarta.ws.rs.core.Response
-
Get any new cookies set on the response message.
- 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
- getCounters() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their
MetricID
s. - getCounters(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the counters in the registry and their
MetricID
s which match the given filter. - getData() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get event data.
- getData() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
- getDataSource() - Method in class jakarta.activation.DataHandler
-
Return the DataSource associated with this instance of DataHandler.
- getDate() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class jakarta.ws.rs.core.Response
-
Get message date.
- getDeclaringCallable() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the declaring method or constructor.
- getDeclaringType() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Get the type which defines this member.
- getDecoratedTypes() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the decorated types.
- getDecorators() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getDefaultCommandMap() - Static method in class jakarta.activation.CommandMap
-
Get the default CommandMap.
- getDefaultFileTypeMap() - Static method in class jakarta.activation.FileTypeMap
-
Return the default FileTypeMap for the system.
- 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 jakarta.enterprise.inject.spi.Decorator
-
Obtains the qualifiers of the delegate injection point.
- getDelegateType() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the type of the delegate injection point.
- 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 class 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 jakarta.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getEjbName() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
-
Returns the EJB name of the session bean.
- 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)
. - getELResolver() - Method in interface jakarta.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 jakarta.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class jakarta.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 jakarta.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class jakarta.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class jakarta.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- 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.
- getEvent() - Method in interface jakarta.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 ofEvent
built-in bean requirement. - getEvent() - Method in interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 class jakarta.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFields() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the fields of the type.
- 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
- getFile() - Method in class jakarta.activation.FileDataSource
-
Return the File object that corresponds to this FileDataSource.
- getFirst(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- getFirst(K) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- 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.
- getGauge(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- getGauges() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their
MetricID
s. - getGauges(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the gauges in the registry and their
MetricID
s which match the given filter. - getGenericType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGenericType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get generic data type.
- 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 jakarta.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- 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 jakarta.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class jakarta.ws.rs.core.Response
-
Get a message header as a single string value.
- getHistogram(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- getHistograms() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the histograms in the registry and their
MetricID
s. - getHistograms(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the histograms in the registry and their
MetricID
s which match the given filter. - getHostnameVerifier() - Method in interface jakarta.ws.rs.client.Client
-
Get the hostname verifier configured in the client or
null
in case no hostname verifier has been configured. - getHumanPresentableName() - Method in class jakarta.activation.ActivationDataFlavor
-
Return the Human Presentable name.
- getId() - Method in interface jakarta.enterprise.context.Conversation
-
Get the identifier of the current long-running conversation.
- getId() - Method in interface jakarta.enterprise.inject.spi.PassivationCapable
-
A string that uniquely identifies the instance of
Bean
orContextual
. - getId() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event identifier.
- 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 jakarta.enterprise.inject.spi.BeanManager
-
Obtains an injectable reference for a certain injection point.
- getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
Get the
InjectionPoint
representing the injectedEvent
instance which fired the event, ornull
if it was fired fromBeanManager.fireEvent(Object, Annotation...)
; - getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
- getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Bean
-
Obtains the
InjectionPoint
objects representing injection points of the bean, that will be validated by the container at initialization time. - getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Producer
-
Returns the set of all
InjectionPoints
. - getInjectionTarget() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
InjectionTarget
object that will be used by the container to perform injection. - getInjectionTargetFactory(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
InjectionTargetFactory
that provides container createdInjectionTarget
instances. - getInputStream() - Method in class jakarta.activation.DataHandler
-
Get the InputStream for this object.
- getInputStream() - Method in interface jakarta.activation.DataSource
-
This method returns an
InputStream
representing the data and throws the appropriate exception if it can not do so. - getInputStream() - Method in class jakarta.activation.FileDataSource
-
This method will return an InputStream representing the the data and will throw an IOException if it can not do so.
- getInputStream() - Method in class jakarta.activation.URLDataSource
-
The getInputStream method from the URL.
- getInputStream() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstance() - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain a
RuntimeDelegate
instance. - getInstances() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) instances to be utilized by the configurable instance. - getInt() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as an integer.
- getInt(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonNumber(index).intValue()
. - getInt(int, int) - Method in interface jakarta.json.JsonArray
-
Returns the int value of the
JsonNumber
at the specified position. - getInt(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonNumber(name).intValue()
- getInt(String, int) - Method in interface jakarta.json.JsonObject
-
Returns the int value of the associated
JsonNumber
mapping for the specified name. - getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains the set of meta-annotations for a certain interceptor binding type .
- getInterceptorBindingHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with
Nonbinding
. - getInterceptorBindings() - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Obtains the interceptor bindings of the interceptor.
- getInterceptors() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- 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 jakarta.enterprise.inject.spi.AnnotatedType
-
Get the underlying
Class
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
-
Get the underlying
Constructor
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
-
Get the underlying
Field
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Get the underlying
Member
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
-
Get the underlying
Method
. - getJavaParameter() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the underlying
Parameter
. - getJsonArray(int) - Method in interface jakarta.json.JsonArray
-
Returns the array value at the specified position in this array.
- getJsonArray(String) - Method in interface jakarta.json.JsonObject
-
Returns the array value to which the specified name is mapped.
- getJsonNumber(int) - Method in interface jakarta.json.JsonArray
-
Returns the number value at the specified position in this array.
- getJsonNumber(String) - Method in interface jakarta.json.JsonObject
-
Returns the number value to which the specified name is mapped.
- getJsonObject(int) - Method in interface jakarta.json.JsonArray
-
Returns the object value at the specified position in this array.
- getJsonObject(String) - Method in interface jakarta.json.JsonObject
-
Returns the object value to which the specified name is mapped.
- getJsonString(int) - Method in interface jakarta.json.JsonArray
-
Returns the string value at ths specified position in this array.
- getJsonString(String) - Method in interface jakarta.json.JsonObject
-
Returns the string value to which the specified name is mapped.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class jakarta.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class jakarta.ws.rs.core.Variant
-
Get the string representation of the variant language, or
null
if no language has been set. - getLastModified() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class jakarta.ws.rs.core.Response
-
Get the last modified date.
- getLength() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class jakarta.ws.rs.core.Response
-
Get Content-Length value.
- getLicense() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Returns the license information for the exposed API from this Info instance.
- getLineNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
- getLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class jakarta.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in class jakarta.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation. - getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class jakarta.ws.rs.core.Response
-
Get the links attached to the message as headers.
- 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 jakarta.json.stream.JsonParser
-
Return the location that corresponds to the parser's current state in the JSON input source.
- getLocation() - Method in exception jakarta.json.stream.JsonParsingException
-
Return the location of the incorrect JSON.
- getLocation() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class jakarta.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception jakarta.ws.rs.RedirectionException
-
Get the redirection response location.
- getLong() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as a long.
- getMapping() - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
-
Returns the mapping property from a Discriminator instance.
- getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- 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 jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- 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 jakarta.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class jakarta.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMediaType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get
media type
of the event data. - 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 jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Field
object in the case of field injection, theMethod
object in the case of method parameter injection or theConstructor
object in the case of constructor parameter injection. - getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body writer that matches a set of criteria.
- getMetadata() - Method in interface jakarta.enterprise.inject.spi.EventContext
- getMetadata() - Method in class jakarta.ws.rs.core.Response
- 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
- getMeters() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the meters in the registry and their
MetricID
s. - getMeters(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the meters in the registry and their
MetricID
s which match the given filter. - getMethod() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor was invoked.
- getMethod() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.core.Request
-
Get the request method, e.g.
- getMethod() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
-
Returns the method being executed.
- getMethods() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the methods of the type.
- getMetric(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- getMetric(MetricID, Class<T>) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- getMetricIDs() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a set of the
MetricID
s 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
MetricID
s 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
MetricID
s 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
MetricID
s which match the given filter. - getMimeType() - Method in class jakarta.activation.ActivationDataFlavor
-
Return the MIME type for this ActivationDataFlavor.
- getMimeTypes() - Method in class jakarta.activation.CommandMap
-
Get all the MIME types known to this command map.
- getMimeTypes() - Method in class jakarta.activation.MailcapCommandMap
-
Get all the MIME types known to this command map.
- 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 class jakarta.activation.DataHandler
-
Return the name of the data object.
- getName() - Method in interface jakarta.activation.DataSource
-
Return the name of this object where the name of the object is dependant on the nature of the underlying objects.
- getName() - Method in class jakarta.activation.FileDataSource
-
Return the name of this object.
- getName() - Method in class jakarta.activation.URLDataSource
-
Calls the
getFile
method on the URL used to instantiate the object. - getName() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the EL name of a bean, if it has one.
- getName() - Method in class jakarta.ws.rs.core.Cookie
-
Get the name of the cookie.
- getName() - Method in interface jakarta.ws.rs.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 class 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 class jakarta.activation.MimeTypeParameterList
-
Retrieve an enumeration of all the names in this list.
- 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.
- getNativeCommands(String) - Method in class jakarta.activation.MailcapCommandMap
-
Get the native commands for the given MIME type.
- getNoCacheFields() - Method in class jakarta.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 jakarta.json.stream.JsonParser
-
Returns a
JsonObject
and advances the parser to the correspondingEND_OBJECT
. - getObjectStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the
JsonObject
's name/value pairs. - getObservedQualifiers() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the set of observed event qualifiers.
- getObservedType() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the observed event type.
- getObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
The
ObserverMethod
object that will be used by the container to invoke the observer when a matching event is fired. - 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 class jakarta.activation.DataHandler
-
Get an OutputStream for this DataHandler to allow overwriting the underlying data.
- getOutputStream() - Method in interface jakarta.activation.DataSource
-
This method returns an
OutputStream
where the data can be written and throws the appropriate exception if it can not do so. - getOutputStream() - Method in class jakarta.activation.FileDataSource
-
This method will return an OutputStream representing the the data and will throw an IOException if it can not do so.
- getOutputStream() - Method in class jakarta.activation.URLDataSource
-
The getOutputStream method from the URL.
- getOutputStream() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getParameter(String) - Method in class jakarta.activation.MimeType
-
Retrieve the value associated with the given name, or null if there is no current association.
- getParameters() - Method in class jakarta.activation.MimeType
-
Retrieve this object's parameter list.
- getParameters() - Method in interface jakarta.enterprise.inject.spi.AnnotatedCallable
-
Get the parameters of the callable member.
- getParameters() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or constructor of the target class.
- getParameters() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- 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 jakarta.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters defined on this link.
- getParams() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the parameter map for this link.
- getPassivationCapableBean(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns the
PassivationCapable
bean with the given identifier. - 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 jakarta.ws.rs.core.Cookie
-
Get the path of the cookie.
- getPath() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- 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 jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPaths() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Returns the paths property from an OpenAPI instance.
- getPathSegments() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
. - getPathSegments(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
. - getPattern() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Returns the pattern property from this Schema instance.
- getPosition() - Method in interface jakarta.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.
- getPreferredCommands() - Method in class jakarta.activation.DataHandler
-
Return the preferred commands for this type of data.
- getPreferredCommands(String) - Method in class jakarta.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPreferredCommands(String) - Method in class jakarta.activation.MailcapCommandMap
-
Get the preferred command list for a MIME Type.
- getPreferredCommands(String, DataSource) - Method in class jakarta.activation.CommandMap
-
Get the preferred command list from a MIME Type.
- getPrefix() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method returns the prefix property of XML instance.
- getPrimaryType() - Method in class jakarta.activation.MimeType
-
Retrieve the primary type of this object.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
- getPriority() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.Prioritized
-
Returns the priority for this SPI element.
- getPriority() - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
The priority of this mapper.
- getPrivateFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- getProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns the
Producer
object that will be used by the container to call the producer method or read the producer field. - getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
ProducerFactory
that provides container createdProducer
instances for the given field. - getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
ProducerFactory
that provides container createdProducer
instances for the given method. - getProperties() - Method in class jakarta.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- 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 interface jakarta.ws.rs.client.ClientRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the value for the property with a given name.
- getProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getPropertyName() - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
-
Returns the propertyName property from a Discriminator instance.
- getPropertyNames() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in interface jakarta.ws.rs.core.Configuration
-
Returns an immutable
collection
containing the property names available within the context of the current configuration instance. - getPropertyNames() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - 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.
- getPUT() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Returns the put property from a PathItem instance.
- getQualifierHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with
Nonbinding
. - getQualifiers() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the qualifiers of the bean.
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required qualifiers of the injection point.
- getQueryParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- 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 jakarta.enterprise.util.TypeLiteral
- getRawType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class jakarta.ws.rs.core.GenericType
-
Returns the object representing the class or interface that declared the type represented by this generic type instance.
- 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 class jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReception() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
Reception
for the observer method. - getReconnectDelay() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
- 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 jakarta.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 jakarta.ws.rs.core.Link
-
Returns the value associated with the link
rel
param, ornull
if this param is not specified. - getRels() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
rel
param as a list of strings or the empty list ifrel
is not defined. - getRepresentationClass() - Method in class jakarta.activation.ActivationDataFlavor
-
Return the representation class.
- getRequest() - Method in interface jakarta.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 jakarta.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header.
- getRequestHeaders() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- 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 jakarta.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResourceClass() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource class that is the target of a request, or
null
if this information is not available. - getResourceMethod() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource method that is the target of a request, or
null
if this information is not available. - getResponse() - Method in exception jakarta.ws.rs.client.ResponseProcessingException
-
Get the HTTP response for which the processing has failed.
- getResponse() - Method in exception jakarta.ws.rs.WebApplicationException
-
Get the HTTP response.
- 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 jakarta.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getRuntimeType() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- getRxInvoker(SyncInvoker, ExecutorService) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
Get
RxInvoker
implementation instance. - 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 jakarta.enterprise.context.spi.Context
-
Get the scope type of the context object.
- getScope() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the scope of the bean.
- getScopes() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The available scopes for the OAuth2 security scheme.
- 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 jakarta.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 jakarta.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 providedMetricID
. - getSimpleTimers() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the simple timers in the registry and their
MetricID
s. - getSimpleTimers(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the simple timers in the registry and their
MetricID
s which match the given filter. - getSingletons() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
instances. - getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Originally, the method has been called before
writeTo
to ascertain the length in bytes of the serialized form oft
. - getSMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- 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 jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType
-
Get the extension instance which added the
AnnotatedType
for which this event is being fired. - getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticBean
-
Get the extension instance which added the
Bean
for which this event is being fired. - getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticObserverMethod
-
Get the extension instance which added the
ObserverMethod
for which this event is being fired. - 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 jakarta.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getStatus() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class jakarta.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatus() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
- getStatusCode() - Method in enum class jakarta.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the associated status code.
- getStatusInfo() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class jakarta.ws.rs.core.Response
-
Get the complete status information associated with the response.
- 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 jakarta.enterprise.inject.spi.BeanManager
-
Obtains meta-annotations for a certain stereotype.
- getStereotypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the stereotypes of the bean.
- getStreamOffset() - Method in interface jakarta.json.stream.JsonLocation
-
Return the stream offset into the input source this location is pointing to.
- getString() - Method in interface jakarta.json.JsonString
-
Returns the JSON string value.
- getString() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
String
for the name in a name/value pair, for a string value or a number value. - getString(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonString(index).getString()
. - getString(int, String) - Method in interface jakarta.json.JsonArray
-
Returns the
String
value ofJsonString
at the specified position in this JSON array values. - getString(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonString(name).getString()
- getString(String, String) - Method in interface jakarta.json.JsonObject
-
Returns the string value of the associated
JsonString
mapping for the specified name. - getStringHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their string values.
- 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.
- getSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for subtype.
- getSubType() - Method in class jakarta.activation.MimeType
-
Retrieve the subtype of this object.
- 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 jakarta.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.
- getTimeout() - Method in interface jakarta.enterprise.context.Conversation
-
Get the timeout of the current conversation.
- getTimer() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than
AroundTimeout
. - getTimer(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- getTimers() - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the timers in the registry and their
MetricID
s. - getTimers(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Returns a map of all the timers in the registry and their
MetricID
s which match the given filter. - getTitle() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
title
param, ornull
if this param is not specified. - 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 jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
TransactionPhase
for the observer method. - getTransferData(ActivationDataFlavor) - Method in class jakarta.activation.DataHandler
-
Returns an object that represents the data to be transferred.
- getTransferData(ActivationDataFlavor, DataSource) - Method in interface jakarta.activation.DataContentHandler
-
Returns an object which represents the data to be transferred.
- getTransferDataFlavors() - Method in interface jakarta.activation.DataContentHandler
-
Returns an array of ActivationDataFlavor objects indicating the flavors the data can be provided in.
- getTransferDataFlavors() - Method in class jakarta.activation.DataHandler
-
Return the ActivationDataFlavors in which this data is available.
- getType() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
Get the type representing runtime class of the event object with type variables resolved.
- getType() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required type of injection point.
- getType() - Method in class jakarta.enterprise.util.TypeLiteral
- getType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets underlying
Type
instance. - getType() - Method in class jakarta.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
type
param, ornull
if this param is not specified. - getType() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get data type.
- getType() - Method in enum class 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 jakarta.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 returnsMetricType.INVALID
- getTypes() - Method in interface jakarta.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 jakarta.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class jakarta.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the underlying URI for this link.
- getUriBuilder() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI builder initialized with the
URI
of the current resource target. - getUriBuilder() - Method in class jakarta.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI. - getUriInfo() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- 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.
- getURL() - Method in class jakarta.activation.URLDataSource
-
Return the URL used to create this DataSource.
- getUserPrincipal() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a
java.security.Principal
object containing the name of the current authenticated user. - getValue() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
JsonValue
at the current parser position. - getValue() - Method in class jakarta.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class jakarta.ws.rs.core.EntityTag
-
Get the value of an
EntityTag
. - getValue() - 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(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns the value at the referenced location in the specified
target
. - getValue(String) - Method in interface jakarta.json.JsonStructure
-
Get the value referenced by the provided JSON Pointer in the JsonStructure.
- 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.
- 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 jakarta.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getValuesAs(Class<T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view of the specified type for the array.
- getValuesAs(Function<K, T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view for the array.
- getValueStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of
JsonValue
from a sequence of JSON values. - getValueType() - Method in interface jakarta.json.JsonValue
-
Returns the value type of this JSON value.
- getVariables() - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
-
This method returns the variables property of Server instance.
- getVariant() - Method in class jakarta.ws.rs.client.Entity
-
Get entity
variant
information. - getVersion() - Method in class jakarta.ws.rs.core.Cookie
-
Get the version of the cookie.
- 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
-
1024
MetricUnits.MEBIBITS
- GIGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.MEGABITS
- GIGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- given_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- GONE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
410 Gone, see HTTP/1.1 documentation.
- groupingBy(Function<JsonValue, String>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that implements a "group by" operation on the inputJsonValue
elements. - groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that implements a "group by" operation on the inputJsonValue
elements. - groups - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
H
- handle(ExecutionContext) - Method in class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
- handle(ExecutionContext) - Method in interface org.eclipse.microprofile.faulttolerance.FallbackHandler
-
Handle the previous calling failure and then call alternative methods or perform any alternative operations.
- 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 jakarta.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 jakarta.ws.rs.client.ClientRequestContext
-
Check if there is an entity available in the request.
- hasEntity() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Check if there is a non-empty entity input stream is available in the response message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Check if there is a non-empty entity input stream available in the request message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if there is an entity available in the response.
- hasEntity() - Method in class jakarta.ws.rs.core.Response
-
Check if there is an entity available in the response.
- hashCode() - Method in class jakarta.activation.ActivationDataFlavor
-
Returns hash code for this
ActivationDataFlavor
. - hashCode() - Method in class jakarta.enterprise.util.AnnotationLiteral
- hashCode() - Method in class jakarta.enterprise.util.TypeLiteral
- hashCode() - Method in interface jakarta.json.JsonNumber
-
Returns the hash code value for this
JsonNumber
object. - hashCode() - Method in interface jakarta.json.JsonString
-
Returns the hash code value for this
JsonString
object. - hashCode() - Method in class jakarta.ws.rs.client.Entity
- hashCode() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- hashCode() - Method in class jakarta.ws.rs.core.CacheControl
-
Generate hash code from cache control properties.
- hashCode() - Method in class jakarta.ws.rs.core.Cookie
-
Generate a hash code by hashing all of the cookies properties.
- hashCode() - Method in class jakarta.ws.rs.core.EntityTag
-
Generate hashCode based on value and weakness.
- hashCode() - Method in class jakarta.ws.rs.core.GenericEntity
- hashCode() - Method in class jakarta.ws.rs.core.GenericType
- hashCode() - Method in class jakarta.ws.rs.core.Link.JaxbLink
- hashCode() - Method in class jakarta.ws.rs.core.MediaType
-
Generate a hash code from the type, subtype and parameters.
- hashCode() - Method in class jakarta.ws.rs.core.NewCookie
-
Generate a hash code by hashing all of the properties.
- hashCode() - Method in class jakarta.ws.rs.core.Variant
-
Generate hash code from variant properties.
- 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 jakarta.ws.rs.client.ClientResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in class jakarta.ws.rs.core.Response
-
Check if link for relation exists.
- 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 jakarta.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 jakarta.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 jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- head() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- head() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP HEAD method for the current request.
- head() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP HEAD method for the current request synchronously.
- head(InvocationCallback<Response>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- HEAD - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- HEAD - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP HEAD requests.
- HEAD - Static variable in annotation interface jakarta.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 jakarta.ws.rs.client.Invocation.Builder
-
Add an arbitrary header.
- header(String, Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add an arbitrary header.
- Header - Interface in org.eclipse.microprofile.openapi.models.headers
-
Header
- Header - Annotation Interface in org.eclipse.microprofile.openapi.annotations.headers
-
Describes a single header object
- HEADER - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
- HEADER - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
- HEADER - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.In
- HEADER - Enum constant in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
- HEADER_DECORATOR - Static variable in class jakarta.ws.rs.Priorities
-
Header decorator filter/interceptor priority.
- Header.Style - Enum Class in org.eclipse.microprofile.openapi.models.headers
-
Controls the style of serialization.
- HeaderParam - Annotation Interface in jakarta.ws.rs
-
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
- headers() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Header Objects.
- headers() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Encoding
-
An array of headers that corresponds to a map of headers in the encoding model.
- headers() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponse
-
An array of response headers.
- headers(MultivaluedMap<String, Object>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Replaces all existing headers with the newly supplied 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.
- 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 Class 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() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Allows schema to be marked as hidden.
- hidden() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Allows schema to be marked as hidden.
- hidden() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Operation
-
Allows this operation to be marked as hidden
- hidden() - Element in annotation interface 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
- histogram(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- histogram(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- histogram(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- histogram(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- Histogram - Interface in org.eclipse.microprofile.metrics
-
A metric which calculates the distribution of a value.
- HISTOGRAM - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A Histogram calculates the distribution of a value.
- host(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI host.
- HOST - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- hostnameVerifier(HostnameVerifier) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
- 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 jakarta.ws.rs.client.Entity
-
Create a "text/html" entity.
- HTTP - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
- HTTP - Enum constant in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
505 HTTP Version Not Supported, see HTTP/1.1 documentation.
- HttpHeaders - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to HTTP header information.
- HttpMethod - Annotation Interface in jakarta.ws.rs
-
Associates the name of a HTTP method with an annotation.
I
- iat - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- id(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Make the configured bean implements
PassivationCapable
and its Id for passivation. - id(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set the event id.
- IF_EXISTS - Enum constant in enum class jakarta.enterprise.event.Reception
-
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
- IF_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_MODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_NONE_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_UNMODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of
InterceptionFactory.createInterceptedInstance(Object)
. - ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
- IllegalProductException - Exception in jakarta.enterprise.inject
-
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not
Dependent
. - IllegalProductException() - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(String) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- implementation() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides a java class as implementation for this schema.
- implementation() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Provides a java class as implementation for this schema.
- implicit() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.OAuthFlows
-
Configuration for the OAuth Implicit flow.
- implicit(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
-
This method sets the implicit property of OAuthFlows instance to the given implicit argument and returns the modified instance.
- in() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
The location of the parameter.
- in() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
Applies to and is REQUIRED for SecurityScheme of apiKey type.
- in(Parameter.In) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the in property of a Parameter instance to the given value.
- in(SecurityScheme.In) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
In is a REQUIRED property that indicates the location of the API key.
- IN_PROGRESS - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
-
Identifies a regular observer method, called when the event is fired.
- InboundSseEvent - Interface in jakarta.ws.rs.sse
-
Inbound Server-sent event.
- inc() - Method in interface org.eclipse.microprofile.metrics.ConcurrentGauge
-
Increment the concurrent gauge's value by 1
- inc() - Method in interface org.eclipse.microprofile.metrics.Counter
-
Increment the counter by one.
- inc(long) - Method in interface org.eclipse.microprofile.metrics.Counter
-
Increment the counter by
n
. - info() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition
-
Required: Provides metadata about the API.
- info(Info) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's info property to the given object.
- Info - Interface in org.eclipse.microprofile.openapi.models.info
-
This interface represents all the metadata about the API.
- Info - Annotation Interface in org.eclipse.microprofile.openapi.annotations.info
-
This annotation provides metadata about the API, and maps to the Info object in OpenAPI Specification 3.
- INFORMATIONAL - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
1xx
HTTP status codes. - initialize() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Initializes a CDI SeContainerInitializer.
- Initialized - Annotation Interface in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is initialized, i.e.
- Initialized.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
Initialized
qualifier. - initialPoolSize() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- initResource(T) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Initialize the resource or sub-resource instance.
- inject() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Inject the instance
- inject(T, CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Performs dependency injection upon the given object.
- Inject - Annotation Interface in jakarta.inject
-
Identifies injectable constructors, methods, and fields.
- InjectionException - Exception in jakarta.enterprise.inject
-
Indicates a problem relating to dependency injection.
- InjectionException() - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(String) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionPoint - Interface in jakarta.enterprise.inject.spi
-
Provides access to metadata about an injection point.
- InjectionPointConfigurator - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure an existing
InjectionPoint
instance. - injectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace InjectionPoints for the configured bean
- injectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace InjectionPoints for the configured bean
- InjectionTarget<T> - Interface in jakarta.enterprise.inject.spi
-
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
- InjectionTargetFactory<T> - Interface in jakarta.enterprise.inject.spi
-
An
InjectionTargetFactory
can create anInjectionTarget
for a given bean. - InjectLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Inject
annotation. - InjectLiteral() - Constructor for class jakarta.enterprise.inject.literal.InjectLiteral
- instance() - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Find and return the provider resolver instance.
- instance() - Static method in class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
-
Creates an OASFactoryResolver object.
- instance() - Static method in class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
-
Gets or creates a RestClientBuilderResolver instance.
- Instance<T> - Interface in jakarta.enterprise.inject
-
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
- INSTANCE - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.Dependent.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Alternative.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Any.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Default.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.New.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Specializes.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Typed.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
- INSTANCE - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
- INSTANCE - Static variable in class org.eclipse.microprofile.health.Liveness.Literal
- INSTANCE - Static variable in class org.eclipse.microprofile.health.Readiness.Literal
- INSTANCE - Static variable in class org.eclipse.microprofile.health.Startup.Literal
- INTEGER - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- INTEGER - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
- intercept(InterceptionType, T, InvocationContext) - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
- Intercepted - Annotation Interface in jakarta.enterprise.inject
-
An interceptor may inject metadata about the bean it is intercepting.
- InterceptionFactory<T> - Interface in jakarta.enterprise.inject.spi
-
InterceptionFactory
allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance. - InterceptionType - Enum Class in jakarta.enterprise.inject.spi
-
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
- Interceptor<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled interceptor.
- Interceptor - Annotation Interface in jakarta.interceptor
-
Specifies that a class is an interceptor.
- Interceptor.Priority - Class in jakarta.interceptor
-
Priorities that define the order in which interceptors are invoked.
- InterceptorBinding - Annotation Interface in jakarta.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- InterceptorContext - Interface in jakarta.ws.rs.ext
-
Context shared by message body interceptors that can be used to wrap calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
andMessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - Interceptors - Annotation Interface in jakarta.interceptor
-
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
- intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
- INTERNAL_SERVER_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
500 Internal Server Error, see HTTP/1.1 documentation.
- InternalServerErrorException - Exception in jakarta.ws.rs
-
A runtime exception indicating an
internal server error
. - InternalServerErrorException() - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- intValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as an
int
. - intValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as an
int
. - INVALID - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
Invalid - Placeholder
- invocation(Link) - Method in interface jakarta.ws.rs.client.Client
-
Build an invocation builder from a link.
- Invocation - Interface in jakarta.ws.rs.client
-
A client request invocation.
- Invocation.Builder - Interface in jakarta.ws.rs.client
-
A client request invocation builder.
- InvocationCallback<RESPONSE> - Interface in jakarta.ws.rs.client
-
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
- InvocationContext - Interface in jakarta.interceptor
-
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
- invoke() - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response back.
- invoke(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified generic type back.
- invoke(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified type back.
- isActive() - Method in interface jakarta.enterprise.context.spi.Context
-
Determines if the context object is active.
- isAlternative() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Determines if the bean is an alternative.
- isAmbiguous() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isAnnotationPresent(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Determine if the program element has an annotation of a certain annotation type.
- isAsync() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Determines if this observer method is asynchronous
- isCancelled() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance has been cancelled.
- isClosed() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Check if the stream has been closed already.
- isCompatible(MediaType) - Method in class jakarta.ws.rs.core.MediaType
-
Check if this media type is compatible with another media type.
- isDataFlavorSupported(ActivationDataFlavor) - Method in class jakarta.activation.DataHandler
-
Returns whether the specified data flavor is supported for this object.
- isDelegate() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Determines if the injection point is a decorator delegate injection point.
- isDone() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the processing of a request this asynchronous response instance belongs to has finished.
- isEmpty() - Method in class jakarta.activation.MimeTypeParameterList
-
Determine whether or not this list is empty.
- isEmpty() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- isEmpty() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Check if the event is empty (i.e.
- isEnabled(Feature) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a particular
feature
instance has been previously enabled in the runtime configuration context. - isEnabled(Class<? extends Feature>) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a
feature
instance offeatureClass
class has been previously enabled in the runtime configuration context. - isHttpOnly() - Method in class jakarta.ws.rs.core.NewCookie
-
Returns
true
if this cookie contains theHttpOnly
attribute. - isIntegral() - Method in interface jakarta.json.JsonNumber
-
Returns true if this JSON number is a integral number.
- isIntegralNumber() - Method in interface jakarta.json.stream.JsonParser
-
Returns true if the JSON number at the current parser state is a integral number.
- isInterceptorBinding(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is an interceptor binding type .
- isMimeTypeEqual(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Is the string representation of the MIME type passed in equivalent to the MIME type of this ActivationDataFlavor.
- isMustRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- isNoCache() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- isNormalScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a normal scope type.
- isNoStore() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- isNoTransform() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- isNull(int) - Method in interface jakarta.json.JsonArray
-
Returns
true
if the value at the specified location in this array isJsonValue.NULL
. - isNull(String) - Method in interface jakarta.json.JsonObject
-
Returns
true
if the associated value for the specified name isJsonValue.NULL
. - isNullable() - Method in interface jakarta.enterprise.inject.spi.Bean
-
Determines if
Contextual.create(CreationalContext)
sometimes return a null value. - isolationLevel() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
- isOpen() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Check if this event source instance has already been
opened
. - isPassivatingScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a passivating scope type.
- isPrivate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- isProviderFor(Class<?>) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
Determine if this is a provider for the given
RxInvoker
subclass. - isProxyRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the proxy-revalidate cache control directive.
- isQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a qualifier type.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
Ascertain if the MessageBodyReader can produce an instance of a particular type.
- isReconnectDelaySet() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Check if the connection retry time has been set in the event.
- isRegistered(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a JAX-RS component of the supplied
componentClass
class has been previously registered in the runtime configuration context. - isRegistered(Object) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a particular JAX-RS
component
instance (such as providers orfeatures
) has been previously registered in the runtime configuration context. - isResolvable() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isRunning() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Check if the container is running or was shut down
- iss - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- isScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a scope type.
- isSecure() - Method in class jakarta.ws.rs.core.NewCookie
-
Whether the cookie will only be sent over a secure connection.
- isSecure() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isStatic() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Determines if the member is static.
- isStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a stereotype.
- ISSUER - Static variable in interface org.eclipse.microprofile.jwt.config.Names
-
The expected iss claim value to validate against an MP-JWT.
- isSuspended() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance is in a suspended state.
- isTransient() - Method in interface jakarta.enterprise.context.Conversation
-
Determine if the conversation is marked transient or long-running.
- isTransient() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Determines if the injection is a transient field.
- isUnsatisfied() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isUserInRole(String) - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isWeak() - Method in class jakarta.ws.rs.core.EntityTag
-
Check the strength of an
EntityTag
. - isWildcardSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Checks if the subtype is a wildcard.
- isWildcardType() - Method in class jakarta.ws.rs.core.MediaType
-
Checks if the primary type is a wildcard.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Ascertain if the MessageBodyWriter supports a particular type.
- items(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Set the Schema used for all the elements of an array typed Schema.
J
- jakarta.activation - package jakarta.activation
-
Jakarta Activation is used by Jakarta Mail to manage MIME data.
- jakarta.annotation - package jakarta.annotation
-
This package defines the common annotations.
- jakarta.annotation.security - package jakarta.annotation.security
-
This package contains the security common annotations.
- jakarta.annotation.sql - package jakarta.annotation.sql
- jakarta.decorator - package jakarta.decorator
-
Annotations relating to decorators.
- jakarta.enterprise.context - package jakarta.enterprise.context
-
Annotations and interfaces relating to scopes and contexts.
- jakarta.enterprise.context.control - package jakarta.enterprise.context.control
- jakarta.enterprise.context.spi - package jakarta.enterprise.context.spi
-
The custom context SPI.
- jakarta.enterprise.event - package jakarta.enterprise.event
-
Annotations and interfaces relating to events.
- jakarta.enterprise.inject - package jakarta.enterprise.inject
- jakarta.enterprise.inject.literal - package jakarta.enterprise.inject.literal
- jakarta.enterprise.inject.se - package jakarta.enterprise.inject.se
- jakarta.enterprise.inject.spi - package jakarta.enterprise.inject.spi
-
The portable extension integration SPI.
- jakarta.enterprise.inject.spi.configurator - package jakarta.enterprise.inject.spi.configurator
- jakarta.enterprise.util - package jakarta.enterprise.util
-
Contains shared, general-purpose helper classes and annotations.
- jakarta.inject - package jakarta.inject
-
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- jakarta.interceptor - package jakarta.interceptor
-
Contains annotations and interfaces for defining interceptor methods and interceptor classes, and for binding interceptor classes to target classes.
- jakarta.json - package jakarta.json
-
Provides an object model API to process JSON.
- jakarta.json.spi - package jakarta.json.spi
-
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
- jakarta.json.stream - package jakarta.json.stream
-
Provides a streaming API to parse and generate JSON.
- jakarta.ws.rs - package jakarta.ws.rs
-
High-level interfaces and annotations used to create RESTful service resources.
- jakarta.ws.rs.client - package jakarta.ws.rs.client
-
The JAX-RS client API
- jakarta.ws.rs.container - package jakarta.ws.rs.container
-
Container-specific JAX-RS API.
- jakarta.ws.rs.core - package jakarta.ws.rs.core
-
Low-level interfaces and annotations used to create RESTful service resources.
- jakarta.ws.rs.ext - package jakarta.ws.rs.ext
-
APIs that provide extensions to the types supported by the JAX-RS API.
- jakarta.ws.rs.sse - package jakarta.ws.rs.sse
-
Server-Sent Events related API.
- JaxbAdapter() - Constructor for class jakarta.ws.rs.core.Link.JaxbAdapter
- JaxbLink() - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Default constructor needed during unmarshalling.
- JaxbLink(URI) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Construct an instance from a URI and no parameters.
- JaxbLink(URI, Map<QName, Object>) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Construct an instance from a URI and some parameters.
- JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.client.ClientBuilder
-
Name of the property identifying the
ClientBuilder
implementation to be returned fromClientBuilder.newBuilder()
. - JAXRS_DEFAULT_SSE_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Name of the property identifying the
SseEventSource.Builder
implementation to be returned fromSseEventSource.Builder.newBuilder()
. - JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class jakarta.ws.rs.ext.RuntimeDelegate
-
Name of the property identifying the
RuntimeDelegate
implementation to be returned fromRuntimeDelegate.getInstance()
. - jitter() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
Set the jitter to randomly vary retry delays for.
- jitterDelayUnit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The delay unit for
Retry.jitter()
. - jku - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- json(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/json" entity.
- Json - Class in jakarta.json
-
Factory class for creating JSON processing objects.
- JsonArray - Interface in jakarta.json
-
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values). - JsonArrayBuilder - Interface in jakarta.json
-
A builder for creating
JsonArray
models from scratch, and for modifying a existingJsonArray
. - JsonBuilderFactory - Interface in jakarta.json
-
Factory to create
JsonObjectBuilder
andJsonArrayBuilder
instances. - JsonCollectors - Class in jakarta.json.stream
-
This class contains some implementations of
java.util.stream.Collector
for accumulatingJsonValue
s intoJsonArray
andJsonObject
. - JsonException - Exception in jakarta.json
-
JsonException
indicates that some exception happened during JSON processing. - JsonException(String) - Constructor for exception jakarta.json.JsonException
-
Constructs a new runtime exception with the specified detail message.
- JsonException(String, Throwable) - Constructor for exception jakarta.json.JsonException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerationException - Exception in jakarta.json.stream
-
JsonGenerationException
indicates an incorrect JSON is being generated. - JsonGenerationException(String) - Constructor for exception jakarta.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message.
- JsonGenerationException(String, Throwable) - Constructor for exception jakarta.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerator - Interface in jakarta.json.stream
-
Writes JSON data to an output source in a streaming way.
- JsonGeneratorFactory - Interface in jakarta.json.stream
-
Factory to create
JsonGenerator
instances. - JsonLocation - Interface in jakarta.json.stream
-
Provides the location information of a JSON event in an input source.
- JsonMergePatch - Interface in jakarta.json
-
This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.
- JsonNumber - Interface in jakarta.json
-
An immutable JSON number value.
- JsonObject - Interface in jakarta.json
-
JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs). - JsonObjectBuilder - Interface in jakarta.json
-
A builder for creating
JsonObject
models from scratch. - JsonParser - Interface in jakarta.json.stream
-
Provides forward, read-only access to JSON data in a streaming way.
- JsonParser.Event - Enum Class in jakarta.json.stream
-
An event from
JsonParser
. - JsonParserFactory - Interface in jakarta.json.stream
-
Factory for creating
JsonParser
instances. - JsonParsingException - Exception in jakarta.json.stream
-
JsonParsingException
is used when an incorrect JSON is being parsed. - JsonParsingException(String, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message.
- JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonPatch - Interface in jakarta.json
-
This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.
- JsonPatch.Operation - Enum Class in jakarta.json
-
This enum represents the list of valid JSON Patch operations as defined by RFC 6902.
- JsonPatchBuilder - Interface in jakarta.json
-
A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.
- JsonPointer - Interface in jakarta.json
-
This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.
- JsonProvider - Class in jakarta.json.spi
-
Service provider for JSON processing objects.
- JsonProvider() - Constructor for class jakarta.json.spi.JsonProvider
- JsonReader - Interface in jakarta.json
- JsonReaderFactory - Interface in jakarta.json
-
Factory to create
JsonReader
instances. - JsonString - Interface in jakarta.json
-
An immutable JSON string value.
- JsonStructure - Interface in jakarta.json
- JsonValue - Interface in jakarta.json
-
JsonValue
represents an immutable JSON value. - JsonValue.ValueType - Enum Class in jakarta.json
-
Indicates the type of a
JsonValue
object. - JsonWebToken - Interface in org.eclipse.microprofile.jwt
-
A read-only interface for the the claims required by Eclipse MicroProfile conforming tokens.
- JsonWriter - Interface in jakarta.json
- JsonWriterFactory - Interface in jakarta.json
-
Factory to create
JsonWriter
instances. - jti - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- jwe - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- jwk - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
K
- KEY_NAME - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
Name in a name/value pair of a JSON object.
- keySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- keyStore(KeyStore, char[]) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- keyStore(KeyStore, String) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- keyStore(KeyStore, String) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
-
Set the client-side key store.
- KIBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1024
MetricUnits.BITS
- kid - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- KILOBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.BITS
- KILOBYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.BYTES
L
- LABEL - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- LABEL - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- language(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- language(Locale) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- languages(Locale...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported languages. - languages(Locale...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the language(s) for this variant.
- LAST_EVENT_ID_HEADER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
"Last-Event-ID"
HTTP request header name as defined by SSE specification. - LAST_MODIFIED - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- lastModified(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity last modification date.
- LENGTH_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
411 Length Required, see HTTP/1.1 documentation.
- LIBRARY_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by extension libraries.
- LIBRARY_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by extension libraries.
- license() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.Info
-
The license information for the exposed API.
- license(License) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info's license information for the exposed API and returns this instance of Info.
- License - Interface in org.eclipse.microprofile.openapi.models.info
-
This interface represents the License information for the exposed API.
- License - Annotation Interface in org.eclipse.microprofile.openapi.annotations.info
-
License information for the exposed API.
- link(Link) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Initialize builder using another link.
- link(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Initialize builder using another link represented as a string.
- link(String, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- link(URI, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- Link - Class in jakarta.ws.rs.core
-
Class representing hypermedia links.
- Link - Interface in org.eclipse.microprofile.openapi.models.links
-
Link
- Link - Annotation Interface in org.eclipse.microprofile.openapi.annotations.links
-
The Link object represents a possible design-time link for a response.
- Link() - Constructor for class jakarta.ws.rs.core.Link
- LINK - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- Link.Builder - Interface in jakarta.ws.rs.core
-
Builder class for hypermedia links.
- Link.JaxbAdapter - Class in jakarta.ws.rs.core
-
An implementation of JAXB
XmlAdapter
that maps the JAX-RSLink
type to a value that can be marshalled and unmarshalled by JAXB. - Link.JaxbLink - Class in jakarta.ws.rs.core
-
Value type for
Link
that can be marshalled and unmarshalled by JAXB. - LinkParameter - Annotation Interface in org.eclipse.microprofile.openapi.annotations.links
-
Represents a parameter to pass to an operation as specified with operationId or identified via operationRef.
- links() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Link Objects.
- links() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponse
-
An array of operation links that can be followed from the response.
- links(Link...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add one or more link headers.
- links(Map<String, Link>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' links property to the given Map containing keys and reusable link objects.
- links(Map<String, Link>) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
-
Sets the operations links that can be followed from this instance of ApiResponse.
- Literal() - Constructor for class jakarta.enterprise.context.ApplicationScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.ConversationScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.Dependent.Literal
- Literal() - Constructor for class jakarta.enterprise.context.RequestScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.SessionScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Alternative.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Any.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Default.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Specializes.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.TransientReference.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Vetoed.Literal
- Literal() - Constructor for class jakarta.enterprise.util.Nonbinding.Literal
- Literal() - Constructor for class org.eclipse.microprofile.health.Liveness.Literal
- Literal() - Constructor for class org.eclipse.microprofile.health.Readiness.Literal
- Literal() - Constructor for class org.eclipse.microprofile.health.Startup.Literal
- LITERAL - Static variable in annotation interface org.eclipse.microprofile.rest.client.inject.RestClient
- Liveness - Annotation Interface in org.eclipse.microprofile.health
-
This qualifier is used to define a liveness Health Check procedure
- Liveness.Literal - Class in org.eclipse.microprofile.health
-
Support inline instantiation of the
Liveness
qualifier. - locale - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- location(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the location.
- LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- LoginConfig - Annotation Interface in org.eclipse.microprofile.auth
-
A security annotation describing the authentication method and the associated realm name that should be used for this application.
- loginTimeout() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- longValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
long
. - longValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
long
. - lookup() - Element in annotation interface jakarta.annotation.Resource
-
The name of the resource that the reference points to.
M
- MailcapCommandMap - Class in jakarta.activation
-
MailcapCommandMap extends the CommandMap abstract class.
- MailcapCommandMap() - Constructor for class jakarta.activation.MailcapCommandMap
-
The default Constructor.
- MailcapCommandMap(InputStream) - Constructor for class jakarta.activation.MailcapCommandMap
-
Constructor that allows the caller to specify an InputStream containing a mailcap file.
- MailcapCommandMap(String) - Constructor for class jakarta.activation.MailcapCommandMap
-
Constructor that allows the caller to specify the path of a mailcap file.
- ManagedBean - Annotation Interface in jakarta.annotation
-
The
ManagedBean
annotation marks a POJO (Plain Old Java Object) as a ManagedBean. - mappedName() - Element in annotation interface jakarta.annotation.Resource
-
A product-specific name that this resource should be mapped to.
- mapping(Map<String, String>) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
-
Sets this Discriminator's mapping property to the given map object.
- mark() - Method in interface org.eclipse.microprofile.metrics.Meter
-
Mark the occurrence of an event.
- mark(long) - Method in interface org.eclipse.microprofile.metrics.Meter
-
Mark the occurrence of a given number of events.
- marshal(Link) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
-
Convert a
Link
into aLink.JaxbLink
. - match(MimeType) - Method in class jakarta.activation.MimeType
-
Determine if the primary and sub type of this object is the same as what is in the given type.
- match(String) - Method in class jakarta.activation.MimeType
-
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
- matches(MetricID, Metric) - Method in interface org.eclipse.microprofile.metrics.MetricFilter
-
Returns
true
if the metric matches the filter;false
otherwise. - MATRIX - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- MATRIX - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- matrixParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance. - matrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
- MatrixParam - Annotation Interface in jakarta.ws.rs
-
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
- maxDuration() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The max duration.
- maxIdleTime() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
- maximum() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Sets the maximum numeric value for a property.
- maximum() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Sets the maximum numeric value for a property.
- maximum(BigDecimal) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maximum property of this Schema instance to the value given.
- maxItems() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Only applicable if type=array.
- maxItems() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Only applicable if type=array.
- maxItems(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maxItems property of this Schema instance to the value given.
- maxLength() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Sets the maximum length of a string value.
- maxLength() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Sets the maximum length of a string value.
- maxLength(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maxLength property of this Schema instance to the value given.
- maxPoolSize() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxProperties() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Constrains the number of arbitrary properties when additionalProperties is defined.
- maxProperties() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Constrains the number of arbitrary properties when additionalProperties is defined.
- maxProperties(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maxProperties property of this Schema instance to the value given.
- maxRetries() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The max number of the retries.
- maxStatements() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- MEBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1024
MetricUnits.KIBIBITS
- MEDIA_TYPE_WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
-
The value of a type or subtype wildcard "*".
- mediaType() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Content
-
The media type that this object applies to.
- mediaType(MediaType) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set the
media type
of the event data. - MediaType - Class in jakarta.ws.rs.core
-
An abstraction for a media type.
- MediaType - Interface in org.eclipse.microprofile.openapi.models.media
-
MediaType
- MediaType() - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
, both type and subtype are wildcards. - MediaType(String, String) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type and subtype. - MediaType(String, String, String) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type, subtype and "charset" parameter. - MediaType(String, String, Map<String, String>) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type, subtype and parameters. - mediaTypes(MediaType...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported media types. - mediaTypes(MediaType...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the media type(s) for this variant.
- MEGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1000
MetricUnits.KILOBITS
- MEGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- MessageBodyReader<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supports the conversion of a stream to a Java type.
- MessageBodyWriter<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supports the conversion of a Java type to a stream.
- Metadata - Interface in org.eclipse.microprofile.metrics
-
Bean holding the metadata of one single metric.
- MetadataBuilder - Class in org.eclipse.microprofile.metrics
-
The
Metadata
builder. - MetadataBuilder() - Constructor for class org.eclipse.microprofile.metrics.MetadataBuilder
- meter(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- meter(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- meter(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- meter(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- meter(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- Meter - Interface in org.eclipse.microprofile.metrics
-
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
- Metered - Interface in org.eclipse.microprofile.metrics
-
An object which maintains mean and exponentially-weighted rate.
- Metered - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method, constructor, or class as metered.
- METERED - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A Meter measures the rate at which a set of events occur.
- method() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
The HTTP method for this callback operation.
- method(String) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- METHOD_NOT_ALLOWED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
405 Method Not Allowed, see HTTP/1.1 documentation.
- methods() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- Metric - Interface in org.eclipse.microprofile.metrics
-
A tag interface to indicate that a class is a metric.
- Metric - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation requesting that a metric be injected or registered.
- MetricFilter - Interface in org.eclipse.microprofile.metrics
-
A filter used to determine whether or not a metric should be reported, among other things.
- MetricID - Class in org.eclipse.microprofile.metrics
-
A unique identifier for
Metric
andMetadata
that are registered in theMetricRegistry
The MetricID contains:Name
: (Required) The name of the metric.Tags
: (Optional) The tags (represented byTag
objects) of the metric. - MetricID(String) - Constructor for class org.eclipse.microprofile.metrics.MetricID
-
Constructs a MetricID with the given metric name and no tags.
- MetricID(String, Tag...) - Constructor for class org.eclipse.microprofile.metrics.MetricID
-
Constructs a MetricID with the given metric name and
Tag
s. - MetricRegistry - Interface in org.eclipse.microprofile.metrics
-
The registry that stores metrics and their metadata.
- MetricRegistry.Type - Enum Class in org.eclipse.microprofile.metrics
-
An enumeration representing the scopes of the MetricRegistry
- MetricType - Enum Class in org.eclipse.microprofile.metrics
-
An enumeration representing the different types of metrics.
- MetricUnits - Class in org.eclipse.microprofile.metrics
-
Standard units constants for metric's
Metadata
. - MICROSECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1/1000
MetricUnits.MILLISECONDS
- middle_name - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- MILLISECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1/1000
MetricUnits.SECONDS
- MimeType - Class in jakarta.activation
-
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
- MimeType() - Constructor for class jakarta.activation.MimeType
-
Default constructor.
- MimeType(String) - Constructor for class jakarta.activation.MimeType
-
Constructor that builds a MimeType from a String.
- MimeType(String, String) - Constructor for class jakarta.activation.MimeType
-
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
- MimeTypeParameterList - Class in jakarta.activation
-
A parameter list of a MimeType as defined in RFC 2045 and 2046.
- MimeTypeParameterList() - Constructor for class jakarta.activation.MimeTypeParameterList
-
Default constructor.
- MimeTypeParameterList(String) - Constructor for class jakarta.activation.MimeTypeParameterList
-
Constructs a new MimeTypeParameterList with the passed in data.
- MimeTypeParseException - Exception in jakarta.activation
-
A class to encapsulate MimeType parsing related exceptions.
- MimeTypeParseException() - Constructor for exception jakarta.activation.MimeTypeParseException
-
Constructs a MimeTypeParseException with no specified detail message.
- MimeTypeParseException(String) - Constructor for exception jakarta.activation.MimeTypeParseException
-
Constructs a MimeTypeParseException with the specified detail message.
- MimetypesFileTypeMap - Class in jakarta.activation
-
This class extends FileTypeMap and provides data typing of files via their file extension.
- MimetypesFileTypeMap() - Constructor for class jakarta.activation.MimetypesFileTypeMap
-
The default constructor.
- MimetypesFileTypeMap(InputStream) - Constructor for class jakarta.activation.MimetypesFileTypeMap
-
Construct a MimetypesFileTypeMap with programmatic entries added from the InputStream.
- MimetypesFileTypeMap(String) - Constructor for class jakarta.activation.MimetypesFileTypeMap
-
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
- minimum() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Sets the minimum numeric value for a property.
- minimum() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Sets the minimum numeric value for a property.
- minimum(BigDecimal) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minimum property of this Schema instance to the value given.
- minItems() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Only applicable if type=array.
- minItems() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Only applicable if type=array.
- minItems(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minItems property of this Schema instance to the value given.
- minLength() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Sets the minimum length of a string value.
- minLength() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Sets the minimum length of a string value.
- minLength(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minLength property of this Schema instance to the value given.
- minPoolSize() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
- minProperties() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Constrains the number of arbitrary properties when additionalProperties is defined.
- minProperties() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Constrains the number of arbitrary properties when additionalProperties is defined.
- minProperties(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minProperties property of this Schema instance to the value given.
- MINUTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
- mky - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Model - Annotation Interface in jakarta.enterprise.inject
-
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
- MODEL_READER - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Configuration property to specify the fully qualified name of the OASModelReader implementation.
- move(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "move" JSON Patch operation.
- MOVE - Enum constant in enum class jakarta.json.JsonPatch.Operation
-
"move" operation.
- MOVED_PERMANENTLY - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
301 Moved Permanently, see HTTP/1.1 documentation.
- MULTI_PAIRS - Enum constant in enum class org.eclipse.microprofile.rest.client.ext.QueryParamStyle
-
Multiple parameter instances, e.g.:
foo=v1&foot=v2&foo=v3
This is the default if no style is configured. - MULTIPART_FORM_DATA - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "multipart/form-data" media type. - MULTIPART_FORM_DATA_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "multipart/form-data" media type. - multipleOf() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Constrains a value such that when divided by the multipleOf, the remainder must be an integer.
- multipleOf() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Constrains a value such that when divided by the multipleOf, the remainder must be an integer.
- multipleOf(BigDecimal) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the multipleOf property of this Schema instance to the value given.
- MultivaluedHashMap<K,
V> - Class in jakarta.ws.rs.core -
A hash table based implementation of
MultivaluedMap
interface. - MultivaluedHashMap() - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the default initial capacity (
16
) and the default load factor (0.75
). - MultivaluedHashMap(int) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (
0.75
). - MultivaluedHashMap(int, float) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
- MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified
MultivaluedMap
. - MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified single-valued
Map
. - MultivaluedMap<K,
V> - Interface in jakarta.ws.rs.core -
A map of key-values pairs.
N
- name() - Element in annotation interface jakarta.annotation.Resource
-
The JNDI name of the resource.
- name() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
- name() - Element in annotation interface org.eclipse.microprofile.config.inject.ConfigProperty
-
The key of the config property used to look up the configuration value.
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
-
The name of the concurrent gauge.
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
-
The name of the counter.
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
-
The name of the gauge.
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
-
The name of the metric.
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.SimplyTimed
- name() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
-
The name of the timer.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.Callback
-
The friendly name used to refer to this callback.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.extensions.Extension
-
A name for the extension.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.headers.Header
-
The name of the header.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.Contact
-
The identifying name of the contact person/organization.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.License
-
The license name used for the API.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
The name of this link.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.LinkParameter
-
The name of this link parameter.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Encoding
-
The name of this encoding object instance.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.ExampleObject
-
A unique name to identify this particular example in a map.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
The name of the schema or property.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
The name of the property.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
The name of the parameter.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
-
The unique name to identify this request body.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponse
-
The unique name to identify this response.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.OAuthScope
-
Name of the scope.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityRequirement
-
Name MUST correspond to a security scheme which is declared in the Security Schemes under the Components Object.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.servers.ServerVariable
-
The name of this server variable.
- name() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.tags.Tag
-
The name of this tag.
- name() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.ClientHeaderParam
- name(Class<?>, String...) - Static method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Concatenates a class name and elements to form a dotted name, eliding any null values or empty strings.
- name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Set the name of the configured bean
- name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the name of the configured bean
- name(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event name.
- name(String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
-
Sets the name of the health check response.
- name(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
-
Sets this Contact instance's identifying name to the given name and returns this instance of Contact.
- name(String) - Method in interface org.eclipse.microprofile.openapi.models.info.License
-
Sets this License instance's name used for the API and returns this instance of License.
- name(String) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the name property of XML instance to the given String argument and returns the modified instance.
- name(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the name property of a Parameter instance to the given string.
- name(String) - 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.
- name(String) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
-
Sets the name property of a Tag instance to the given string.
- name(String, String...) - Static method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Concatenates elements to form a dotted name, eliding any null values or empty strings.
- NameBinding - Annotation Interface in jakarta.ws.rs
-
Meta-annotation used to create name binding annotations for filters and interceptors.
- named(String) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
-
Creates a
HealthCheckResponseBuilder
with a name. - Named - Annotation Interface in jakarta.inject
-
String-based qualifier.
- NamedLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Named
qualifier. - Names - Interface in org.eclipse.microprofile.jwt.config
-
Constants for the names of the MP-config properties that MP-JWT implementations must support externalization of to ensure portable setup of MP-JWT implementations.
- namespace(String) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the namespace property of XML instance to the given String argument and returns the modified instance.
- NANOSECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
1/1000
MetricUnits.MICROSECONDS
- nbf - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
511 Network Authentication Required, see RFC 6585: Additional HTTP Status Codes.
- New - Annotation Interface in jakarta.enterprise.inject
-
The
New
qualifier was deprecated in CDI 1.1. - New.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
New
qualifier. - newBroadcaster() - Method in interface jakarta.ws.rs.sse.Sse
-
Get a new Server-sent event broadcaster.
- newBuilder() - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new
ClientBuilder
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - newBuilder() - Static method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
- newBuilder() - Method in class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
-
Creates a new RestClientBuilder instance.
- newClient() - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new
Client
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - newClient(Configuration) - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new custom-configured
Client
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - NewCookie - Class in jakarta.ws.rs.core
-
Used to create a new HTTP cookie, transferred in a response.
- NewCookie(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance copying the information in the supplied cookie.
- NewCookie(Cookie, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance supplementing the information in the supplied cookie.
- NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance supplementing the information in the supplied cookie.
- NewCookie(String, String) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance.
- NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance.
- newEvent(String) - Method in interface jakarta.ws.rs.sse.Sse
-
Create new
OutboundSseEvent
from provided data. - newEvent(String, String) - Method in interface jakarta.ws.rs.sse.Sse
-
Create new
OutboundSseEvent
from provided data and name. - newEventBuilder() - Method in interface jakarta.ws.rs.sse.Sse
-
Get a new outbound event builder.
- newInstance() - Static method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Returns an instance of
SeContainerInitializer
Each call returns a new instance - newInstance() - Method in class jakarta.enterprise.inject.spi.Unmanaged
-
Instantiate a new UnmanagedInstance
- newInstance() - Static method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Create a new builder instance.
- newInstance() - Static method in class jakarta.ws.rs.core.UriBuilder
-
Creates a new instance of UriBuilder.
- newInstance() - Static method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Create a new builder instance.
- newInterceptor() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory
-
Implementations of this method should return an implementation of the
AsyncInvocationInterceptor
interface. - next() - Method in interface jakarta.json.stream.JsonParser
-
Returns the event for the next parsing state.
- nickname - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- NO_CONTENT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
204 No Content, see HTTP/1.1 documentation.
- NO_PREFIX - Static variable in class org.eclipse.microprofile.config.inject.ConfigProperties.Literal
- NO_TIMEOUT - Static variable in interface jakarta.ws.rs.container.AsyncResponse
-
Constant specifying no suspend timeout value.
- noContent() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for an empty response.
- NoContentException - Exception in jakarta.ws.rs.core
-
An I/O exception thrown by
MessageBodyReader
implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content. - NoContentException(String) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - Nonbinding - Annotation Interface in jakarta.enterprise.util
-
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
- Nonbinding.Literal - Class in jakarta.enterprise.util
-
Supports inline instantiation of the
Nonbinding
annotation. - nonce - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- NONE - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
No unit
- NonexistentConversationException - Exception in jakarta.enterprise.context
-
Indicates that the conversation context could not be restored.
- NonexistentConversationException() - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- normalizeMimeType(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Deprecated.
- normalizeMimeTypeParameter(String, String) - Method in class jakarta.activation.ActivationDataFlavor
-
Deprecated.
- NormalScope - Annotation Interface in jakarta.enterprise.context
-
Specifies that an annotation type is a normal scope type.
- not() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides a java class to be used to disallow matching properties.
- not() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Provides a java class to be used to disallow matching properties.
- not(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the not property to a Schema which describes properties not allowed in objects defined by the current schema.
- NOT_ACCEPTABLE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
406 Not Acceptable, see HTTP/1.1 documentation.
- NOT_FOUND - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
404 Not Found, see HTTP/1.1 documentation.
- NOT_IMPLEMENTED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
501 Not Implemented, see HTTP/1.1 documentation.
- NOT_MODIFIED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
304 Not Modified, see HTTP/1.1 documentation.
- notAcceptable(List<Variant>) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a not acceptable response.
- NotAcceptableException - Exception in jakarta.ws.rs
-
A runtime exception indicating that a client request is
not acceptable
by the server. - NotAcceptableException() - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAllowedException - Exception in jakarta.ws.rs
-
A runtime exception indicating a client requesting a resource method that is
not allowed
. - NotAllowedException(Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAuthorizedException - Exception in jakarta.ws.rs
-
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
- NotAuthorizedException(Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotFoundException - Exception in jakarta.ws.rs
-
A runtime exception indicating a resource requested by a client was
not found
on the server. - NotFoundException() - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotificationOptions - Interface in jakarta.enterprise.event
-
Notification options are used to configure observer notification.
- NotificationOptions.Builder - Interface in jakarta.enterprise.event
-
Notification options builder.
- notify(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event context.
- notify(T) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event object.
- notifyObserver() - Element in annotation interface jakarta.enterprise.event.Observes
- notifyObserver() - Element in annotation interface jakarta.enterprise.event.ObservesAsync
- notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Define an operation that accepts a context of a fired event.
- notModified() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- notModified(EntityTag) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- notModified(String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
- NotSupportedException - Exception in jakarta.ws.rs
-
A runtime exception indicating that the client request entity media type is
not supported
. - NotSupportedException() - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NULL - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON null.
- NULL - Static variable in interface jakarta.json.JsonValue
-
JSON null value.
- nullable() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Allows sending a null value for the defined schema.
- nullable() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Allows sending a null value for the defined schema.
- nullable(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the nullable property of this Schema instance.
- NUMBER - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON number.
- NUMBER - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- NUMBER - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
- numberValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
Number
object.
O
- OASConfig - Class in org.eclipse.microprofile.openapi
-
Configurable properties in MicroProfile OpenAPI
- OASFactory - Class in org.eclipse.microprofile.openapi
-
This class allows application developers to build new OpenAPI model elements.
- OASFactoryResolver - Class in org.eclipse.microprofile.openapi.spi
-
This class is not intended to be used by end-users.
- OASFactoryResolver() - Constructor for class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
- OASFilter - Interface in org.eclipse.microprofile.openapi
-
This interface allows application developers to filter different parts of the OpenAPI model tree.
- OASModelReader - Interface in org.eclipse.microprofile.openapi
-
This interface allows application developers to programmatically contribute an OpenAPI model tree.
- OAUTH2 - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
- OAUTH2 - Enum constant in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
- OAuthFlow - Interface in org.eclipse.microprofile.openapi.models.security
-
Configuration details for a supportde OAuthFlow
- OAuthFlow - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
Configuration details for a supported OAuth Flow.
- OAuthFlows - Interface in org.eclipse.microprofile.openapi.models.security
-
Configuration of the supported OAuthFlows
- OAuthFlows - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
Allows configuration of the supported OAuth Flows.
- OAuthScope - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
Represents an OAuth scope.
- OBJECT - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON object.
- OBJECT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- OBJECT - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
- observedType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the type of the observed event
- ObserverException - Exception in jakarta.enterprise.event
-
Indicates that a checked exception was thrown by an observer method during event notification.
- ObserverException() - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(String) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(String, Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverMethod<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an observer method of an enabled bean.
- ObserverMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
An
ObserverMethodConfigurator
can configure anObserverMethod
. - ObserverMethodConfigurator.EventConsumer<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
Represents an operation that accepts a context of a fired event.
- Observes - Annotation Interface in jakarta.enterprise.event
-
Identifies the event parameter of an observer method.
- ObservesAsync - Annotation Interface in jakarta.enterprise.event
-
Identifies the event parameter of an asynchronous observer method.
- of(Class<?>) - Static method in class jakarta.enterprise.inject.New.Literal
- of(Class<?>[]) - Static method in class jakarta.enterprise.inject.Typed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.BeforeDestroyed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Destroyed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Initialized.Literal
- of(String) - Static method in class jakarta.enterprise.inject.literal.NamedLiteral
- of(String) - Static method in class org.eclipse.microprofile.config.inject.ConfigProperties.Literal
- of(String, Object) - Static method in interface jakarta.enterprise.event.NotificationOptions
- ofExecutor(Executor) - Static method in interface jakarta.enterprise.event.NotificationOptions
- ok() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an OK status.
- ok(Object) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, MediaType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, Variant) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- OK - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
200 OK, see HTTP/1.1 documentation.
- onClose(Consumer<SseEventSink>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when this SseBroadcaster closes a given event
SseEventSink
or tries to write to a givenSseEventSink
that is already closed (either by client closing the connection or by callingSseEventSink.close()
on the server side. - onComplete(Throwable) - Method in interface jakarta.ws.rs.container.CompletionCallback
-
A completion callback notification method that will be invoked when the request processing is finished, after a response is processed and is sent back to the client or when an unmapped throwable has been propagated to the hosting I/O container.
- onDisconnect(AsyncResponse) - Method in interface jakarta.ws.rs.container.ConnectionCallback
-
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
- oneOf() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
- oneOf() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Provides an array of java class implementations which can be used to describe multiple acceptable schemas.
- oneOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the schemas used by the oneOf property of this Schema.
- onError(BiConsumer<SseEventSink, Throwable>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when an exception is thrown by a given
SseEventSink
when this SseBroadcaster tries to write to it or close it. - onNewBuilder(RestClientBuilder) - Method in interface org.eclipse.microprofile.rest.client.spi.RestClientBuilderListener
- onNewClient(Class<?>, RestClientBuilder) - Method in interface org.eclipse.microprofile.rest.client.spi.RestClientListener
- open() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Open the connection to the supplied SSE underlying
web target
and start processing incomingevents
. - openapi(String) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's openapi property to the given string.
- OpenAPI - Interface in org.eclipse.microprofile.openapi.models
-
OpenAPI
- OpenAPIDefinition - Annotation Interface in org.eclipse.microprofile.openapi.annotations
-
OpenAPI
- OPENIDCONNECT - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
- OPENIDCONNECT - Enum constant in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
- openIdConnectUrl() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
Applies to and is REQUIRED for SecurityScheme of openIdConnect type.
- openIdConnectUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
penIdConnectUrl is a REQUIRED property.
- Operation - Interface in org.eclipse.microprofile.openapi.models
-
Operation
- Operation - Annotation Interface in org.eclipse.microprofile.openapi.annotations
-
Describes a single API operation on a path.
- operationId() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
The name of an existing, resolvable OAS operation, as defined with a unique operationId.
- operationId() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Operation
-
Unique string used to identify the operation.
- operationId(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's operationId property to the given string.
- operationId(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's operationId property to the given string.
- operationName() - Method in enum class jakarta.json.JsonPatch.Operation
-
Returns enum constant name as lower case string.
- operationName() - Element in annotation interface org.eclipse.microprofile.opentracing.Traced
-
Default is "".
- operationRef() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
A relative or absolute reference to an OAS operation.
- operationRef(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's operationRef property to the given string.
- operations() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.Callback
-
The array of operations that will be called out-of band
- options() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- OPTIONS - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- OPTIONS - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP OPTIONS requests.
- OPTIONS - Static variable in annotation interface jakarta.ws.rs.HttpMethod
-
HTTP OPTIONS method.
- OPTIONS(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's options property to the given operation.
- org.eclipse.microprofile.auth - package org.eclipse.microprofile.auth
-
Metadata for JWT RBAC for Microprofile
- org.eclipse.microprofile.config - package org.eclipse.microprofile.config
-
Configuration for Java MicroProfile
- org.eclipse.microprofile.config.inject - package org.eclipse.microprofile.config.inject
-
CDI Support for MicroProfile Config
- org.eclipse.microprofile.config.spi - package org.eclipse.microprofile.config.spi
-
This package contains classes which are used to implement the configuration API, and to extend the standard configuration functionality in a portable way.
- org.eclipse.microprofile.faulttolerance - package org.eclipse.microprofile.faulttolerance
-
CDI Support for Microprofile Fault Tolerance
- org.eclipse.microprofile.faulttolerance.exceptions - package org.eclipse.microprofile.faulttolerance.exceptions
-
Exceptions for Microprofile Fault Tolerance
- org.eclipse.microprofile.health - package org.eclipse.microprofile.health
-
Microprofile Health
- org.eclipse.microprofile.health.spi - package org.eclipse.microprofile.health.spi
-
Microprofile Service Health Checks
- org.eclipse.microprofile.jwt - package org.eclipse.microprofile.jwt
-
Interoperable JWT RBAC for Microprofile
- org.eclipse.microprofile.jwt.config - package org.eclipse.microprofile.jwt.config
- org.eclipse.microprofile.metrics - package org.eclipse.microprofile.metrics
-
MicroProfile Metrics
- org.eclipse.microprofile.metrics.annotation - package org.eclipse.microprofile.metrics.annotation
-
This package contains the annotations used for MicroProfile Metrics.
- org.eclipse.microprofile.openapi - package org.eclipse.microprofile.openapi
-
A set of Java interfaces, annotations and programming models which allow Java developers to natively produce OpenAPI v3 documents from their JAX-RS applications.
- org.eclipse.microprofile.openapi.annotations - package org.eclipse.microprofile.openapi.annotations
-
A set of annotations, many derived from Swagger Core library.
- org.eclipse.microprofile.openapi.annotations.callbacks - package org.eclipse.microprofile.openapi.annotations.callbacks
-
A set of annotations to represent callback URL or an array of relevant callback URLs that can be invoked for a particular HTTP operation as well as the HTTP operation that will be invoked with the callback.
- org.eclipse.microprofile.openapi.annotations.enums - package org.eclipse.microprofile.openapi.annotations.enums
-
A set of parameters used by other annotations to represent their enumerable properties.
- org.eclipse.microprofile.openapi.annotations.extensions - package org.eclipse.microprofile.openapi.annotations.extensions
-
Annotations to represent additional data to extend existing OpenAPI specifications.
- org.eclipse.microprofile.openapi.annotations.headers - package org.eclipse.microprofile.openapi.annotations.headers
-
An annotation to describe a single header object.
- org.eclipse.microprofile.openapi.annotations.info - package org.eclipse.microprofile.openapi.annotations.info
-
A set of annotations to represent metadata about the API, including license information and contact information of the exposed API.
- org.eclipse.microprofile.openapi.annotations.links - package org.eclipse.microprofile.openapi.annotations.links
-
Annotations to represent a design-time link for a response and the corresponding parameter to be passed to the linked operation.
- org.eclipse.microprofile.openapi.annotations.media - package org.eclipse.microprofile.openapi.annotations.media
-
A set of annotations to represent input and output data type, media type and relevant examples.
- org.eclipse.microprofile.openapi.annotations.parameters - package org.eclipse.microprofile.openapi.annotations.parameters
-
A set of annotations to describe and encapsulate operation parameters and operation's request body.
- org.eclipse.microprofile.openapi.annotations.responses - package org.eclipse.microprofile.openapi.annotations.responses
-
Contains annotation to describe a single response from an API operation, and an annotation to encapsulate multiple responses from an API operation.
- org.eclipse.microprofile.openapi.annotations.security - package org.eclipse.microprofile.openapi.annotations.security
-
A set of annotations to represent various security components of an OpenAPI app.
- org.eclipse.microprofile.openapi.annotations.servers - package org.eclipse.microprofile.openapi.annotations.servers
-
Annotations to represent servers used for a single API operation or for all operations in an OpenAPI document, as well as a way to represent variables for server URL template substitution.
- org.eclipse.microprofile.openapi.annotations.tags - package org.eclipse.microprofile.openapi.annotations.tags
-
A set of annotations to represent a tag for an API endpoint and a container that encapsulates multiple such tags.
- org.eclipse.microprofile.openapi.models - package org.eclipse.microprofile.openapi.models
-
A set of interfaces for programmable models and their helper classes, many derived from Swagger Core library.
- org.eclipse.microprofile.openapi.models.callbacks - package org.eclipse.microprofile.openapi.models.callbacks
-
An interface to represent callback URL.
- org.eclipse.microprofile.openapi.models.examples - package org.eclipse.microprofile.openapi.models.examples
-
An interface to represent a programmable model of an example of a data type or a media type.
- org.eclipse.microprofile.openapi.models.headers - package org.eclipse.microprofile.openapi.models.headers
-
An interface of a programmable model to represent a single header object.
- org.eclipse.microprofile.openapi.models.info - package org.eclipse.microprofile.openapi.models.info
-
A set of interfaces of programmable models to represent metadata about the API, including license information and contact information of the exposed API.
- org.eclipse.microprofile.openapi.models.links - package org.eclipse.microprofile.openapi.models.links
-
An interface of a model to represent a design-time link for a response.
- org.eclipse.microprofile.openapi.models.media - package org.eclipse.microprofile.openapi.models.media
-
A set of interfaces for programmable models to represent input and output data types and media types.
- org.eclipse.microprofile.openapi.models.parameters - package org.eclipse.microprofile.openapi.models.parameters
-
A set of model interfaces to describe operation parameters and operation's request body.
- org.eclipse.microprofile.openapi.models.responses - package org.eclipse.microprofile.openapi.models.responses
-
Model interfaces to describe a single response from an API operation, and an annotation to encapsulate multiple responses from an API operation.
- org.eclipse.microprofile.openapi.models.security - package org.eclipse.microprofile.openapi.models.security
-
A set of model interfaces to represent various security components of an OpenAPI app.
- org.eclipse.microprofile.openapi.models.servers - package org.eclipse.microprofile.openapi.models.servers
-
Model interfaces to represent servers used for a single API operation or for all operations in an OpenAPI document, as well as a way to represent variables for server URL template substitution.
- org.eclipse.microprofile.openapi.models.tags - package org.eclipse.microprofile.openapi.models.tags
-
Model interface to represent a tag of an API endpoint.
- org.eclipse.microprofile.openapi.spi - package org.eclipse.microprofile.openapi.spi
-
Service provider interface which allows vendors to set their implementations of OASFactoryResolver.
- org.eclipse.microprofile.opentracing - package org.eclipse.microprofile.opentracing
-
CDI Support for Microprofile OpenTracing.
- org.eclipse.microprofile.rest.client - package org.eclipse.microprofile.rest.client
-
APIs for building a type-safe RESTful client leveraging existing JAX-RS APIs, for example:
- org.eclipse.microprofile.rest.client.annotation - package org.eclipse.microprofile.rest.client.annotation
-
APIs for annotating MP Rest Client interfaces.
- org.eclipse.microprofile.rest.client.ext - package org.eclipse.microprofile.rest.client.ext
-
APIs for extending MP Rest Client functionality - such as new providers.
- org.eclipse.microprofile.rest.client.inject - package org.eclipse.microprofile.rest.client.inject
-
APIs to aid in CDI-based injection of MP Rest Client implementations.
- org.eclipse.microprofile.rest.client.spi - package org.eclipse.microprofile.rest.client.spi
-
SPIs for MP Rest Client implementations or system-level components that provide additional functionality for MP Rest Clients.
- orig - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- OTHER - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
Other, unrecognized HTTP status codes.
- OutboundSseEvent - Interface in jakarta.ws.rs.sse
-
Representation of a single outbound Server-sent event.
- OutboundSseEvent.Builder - Interface in jakarta.ws.rs.sse
-
A builder class used for creating
OutboundSseEvent
instances.
P
- param(String, String) - Method in class jakarta.ws.rs.core.Form
-
Adds a new value to the specified form parameter.
- param(String, String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set an arbitrary parameter on this link.
- ParamConverter<T> - Interface in jakarta.ws.rs.ext
-
Defines a contract for a delegate responsible for converting between a
String
form of a message parameter value and the corresponding custom Java typeT
. - ParamConverter.Lazy - Annotation Interface in jakarta.ws.rs.ext
-
Mandates that a conversion of any
default value
delegated to aparameter converter
annotated with@Lazy
annotation SHOULD occur only once the value is actually required (e.g. - ParamConverterProvider - Interface in jakarta.ws.rs.ext
-
Contract for a provider of
ParamConverter
instances. - Parameter - Interface in org.eclipse.microprofile.openapi.models.parameters
-
Parameter
- Parameter - Annotation Interface in org.eclipse.microprofile.openapi.annotations.parameters
-
Describes a single operation parameter
- Parameter.In - Enum Class in org.eclipse.microprofile.openapi.models.parameters
-
The values allowed for the in field.
- Parameter.Style - Enum Class in org.eclipse.microprofile.openapi.models.parameters
-
The values allowed for the style field.
- ParameterIn - Enum Class in org.eclipse.microprofile.openapi.annotations.enums
- parameters() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
An array of parameters applicable for this callback operation, which will be added to any automatically detected parameters in the method itself.
- parameters() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Parameter Objects.
- parameters() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
Array of parameters to pass to an operation as specified with operationId or identified via operationRef.
- parameters(List<Parameter>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's parameters property to the given parameter list.
- parameters(List<Parameter>) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's parameters property to the given list.
- parameters(Map<String, Object>) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's parameters property to the given map and returns the modified Link instance.
- parameters(Map<String, Parameter>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' parameters property to the given Map containing keys and reusable parameter objects.
- Parameters - Annotation Interface in org.eclipse.microprofile.openapi.annotations.parameters
-
This object encapsulates input parameters
- ParameterStyle - Enum Class in org.eclipse.microprofile.openapi.annotations.enums
- params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- parse(String) - Method in class jakarta.activation.MimeTypeParameterList
-
A routine for parsing the parameter list out of a String.
- parseValue() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.extensions.Extension
-
Should the value be parsed into an object/array or other simple type (number, boolean, etc) or left as a simple String.
- PARTIAL_CONTENT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
206 Reset Content, see HTTP/1.1 documentation.
- passivating() - Element in annotation interface jakarta.enterprise.context.NormalScope
-
Determines whether the normal scope type is a passivating scope.
- PassivationCapable - Interface in jakarta.enterprise.inject.spi
-
Indicates that a custom implementation of
Bean
orContextual
is passivation capable. - password() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Password to use for connection authentication.
- password() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.OAuthFlows
-
Configuration for the OAuth Resource Owner Password flow.
- password(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
-
OAuth Resource Owner Password flow
- PATCH - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- PATCH - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP PATCH requests.
- PATCH - Static variable in annotation interface jakarta.ws.rs.HttpMethod
-
HTTP PATCH method.
- PATCH(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's patch property to the given operation.
- path(Class) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated class to the existing path.
- path(Class, String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated method to the existing path.
- path(Method) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a
Path
-annotated method to the existing path. - path(String) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by appending path to the URI of the current target instance. - path(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path to the existing path.
- Path - Annotation Interface in jakarta.ws.rs
-
Identifies the URI path that a resource class or class method will serve requests for.
- PATH - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
- PATH - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.In
- PathItem - Interface in org.eclipse.microprofile.openapi.models
-
PathItem
- PathItem.HttpMethod - Enum Class in org.eclipse.microprofile.openapi.models
-
All of the possible types of HTTP operations for this path
- PathParam - Annotation Interface in jakarta.ws.rs
-
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
- paths(Paths) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's paths property to the given paths.
- Paths - Interface in org.eclipse.microprofile.openapi.models
-
Paths
- PathSegment - Interface in jakarta.ws.rs.core
-
Represents a URI path segment and any associated matrix parameters.
- pattern() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
A pattern that the value must satisfy.
- pattern() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
A pattern that the value must satisfy.
- pattern(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the pattern property of this Schema instance to the string given.
- PAYMENT_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
402 Payment Required, see HTTP/1.1 documentation.
- PER_SECOND - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represent per second
- PERCENT - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represents percentage
- PermitAll - Annotation Interface in jakarta.annotation.security
-
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
- phone_number - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- phone_number_verified - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- PIPE_DELIMITED - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Encoding.Style
- PIPEDELIMITED - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- PIPEDELIMITED - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by platform specifications.
- PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by platform specifications.
- port(int) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI port.
- portNumber() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Port number where a server is listening for requests.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- POST - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- POST - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP POST requests.
- POST - Static variable in annotation interface jakarta.ws.rs.HttpMethod
-
HTTP POST method.
- POST(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's post property to the given operation.
- POST_ACTIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean activation, only called for EJBs
- POST_CONSTRUCT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean construction
- postConstruct() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PostConstruct callback
- postConstruct(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Calls the
PostConstruct
callback, if it exists, according to the semantics required by the Java EE platform specification. - PostConstruct - Annotation Interface in jakarta.annotation
-
The
PostConstruct
annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization. - PRE_DESTROY - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean destruction
- PRE_PASSIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean passivation, only called for EJBs
- PRECONDITION_FAILED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
412 Precondition Failed, see HTTP/1.1 documentation.
- PRECONDITION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
428 Precondition required, see RFC 6585: Additional HTTP Status Codes.
- preDestroy() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PreDestroy callback
- preDestroy(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Calls the
PreDestroy
callback, if it exists, according to the semantics required by the Java EE platform specification. - PreDestroy - Annotation Interface in jakarta.annotation
-
The
PreDestroy
annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container. - preferred_username - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- prefix() - Method in class org.eclipse.microprofile.config.inject.ConfigProperties.Literal
- prefix() - Element in annotation interface org.eclipse.microprofile.config.inject.ConfigProperties
-
The prefix of the configuration properties.
- prefix(String) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the prefix property of XML instance to the given String argument and returns the modified instance.
- PreMatching - Annotation Interface in jakarta.ws.rs.container
-
Global binding annotation that can be applied to a
container request filter
to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs. - prepareContext() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
-
This method will be invoked by the MP Rest Client runtime on the "main" thread (i.e.
- PRETTY_PRINTING - Static variable in interface jakarta.json.stream.JsonGenerator
-
Configuration property to generate JSON prettily.
- Priorities - Class in jakarta.ws.rs
-
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their
jakarta.annotation.Priority
class-level annotation value when used or applied by JAX-RS runtime. - Prioritized - Interface in jakarta.enterprise.inject.spi
-
This interface allows some SPI implementation to change their priority programmatically.
- priority() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.RegisterProvider
- priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the priority for the observer to build
- Priority - Annotation Interface in jakarta.annotation
-
The
Priority
annotation can be applied to classes or parameters to indicate in what order they should be used. - proceed() - Method in interface jakarta.interceptor.InvocationContext
-
Proceed to the next interceptor in the interceptor chain.
- proceed() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Proceed to the next interceptor in the chain.
- proceed() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Proceed to the next interceptor in the chain.
- ProcessAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
- ProcessBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the
Bean
object. - ProcessBeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the
Bean
object. - ProcessingException - Exception in jakarta.ws.rs
-
A base JAX-RS runtime processing exception.
- ProcessingException(String) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ProcessingException(String, Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
- ProcessingException(Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - ProcessInjectionPoint<T,
X> - Interface in jakarta.enterprise.inject.spi -
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
jakarta.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - ProcessInjectionTarget<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
jakarta.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - ProcessManagedBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled managed bean, before registering the
Bean
object. - ProcessObserverMethod<T,
X> - Interface in jakarta.enterprise.inject.spi -
The container fires an event of this type for each observer method of each enabled bean, before registering the
ObserverMethod
object. - ProcessProducer<T,
X> - Interface in jakarta.enterprise.inject.spi -
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
- ProcessProducerField<T,
X> - Interface in jakarta.enterprise.inject.spi -
The container fires an event of this type for each enabled producer field, before registering the
Bean
object. - ProcessProducerMethod<T,
X> - Interface in jakarta.enterprise.inject.spi -
The container fires an event of this type for each enabled producer method, before registering the
Bean
object. - ProcessSessionBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled session bean, before registering the
Bean
object. - ProcessSyntheticAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface added by
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType)
,BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String)
orAfterTypeDiscovery.addAnnotatedType(AnnotatedType, String)
- ProcessSyntheticBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each custom bean implementation added through
AfterBeanDiscovery.addBean()
orAfterBeanDiscovery.addBean(Bean)
, before registering theBean
object. - ProcessSyntheticObserverMethod<T,
X> - Interface in jakarta.enterprise.inject.spi -
The container fires an event of this type for each custom implementation of
ObserverMethod
added throughAfterBeanDiscovery.addObserverMethod(ObserverMethod)
orAfterBeanDiscovery.addObserverMethod()
, before registering theObserverMethod
object. - produce() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Create the instance
- produce(CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.Producer
-
Causes an instance to be produced via the
Producer
. - Producer<T> - Interface in jakarta.enterprise.inject.spi
-
Provides a generic operation for producing an instance of a type.
- ProducerConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
A
ProducerConfigurator
can configure aProducer
. - ProducerFactory<X> - Interface in jakarta.enterprise.inject.spi
-
An
ProducerFactory
can create anProducer
for a given bean. - Produces - Annotation Interface in jakarta.enterprise.inject
-
Identifies a producer method or field.
- Produces - Annotation Interface in jakarta.ws.rs
-
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter
can produce. - produceWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
-
Set a callback to produce a new instance.
- produceWith(Function<Instance<Object>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- PROFILE - Static variable in interface org.eclipse.microprofile.config.Config
-
The value of the property specifies a single active profile.
- PROPAGATE_PROPERTY - Static variable in class org.eclipse.microprofile.rest.client.ext.DefaultClientHeadersFactoryImpl
- properties() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Used to specify vendor-specific properties and less commonly used
DataSource
properties such as: - properties() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides a list of properties present in this schema.
- properties(Map<String, Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the properties of this Schema instance to the map provided.
- property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set a new property in the context of a request represented by this invocation builder.
- property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation
-
Set a new property in the context of a request represented by this invocation.
- property(String, Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Set the new configuration property, if already set, the existing value of the property will be updated.
- PROPERTY_EXPRESSIONS_ENABLED - Static variable in interface org.eclipse.microprofile.config.Config
-
The value of the property determines whether the property expression is enabled or disabled.
- propertyName(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
-
Sets this Discriminator's propertyName property to the given string.
- provider() - Static method in class jakarta.json.spi.JsonProvider
-
Creates a JSON provider object.
- Provider<T> - Interface in jakarta.inject
-
Provides instances of
T
. - Provider - Annotation Interface in jakarta.ws.rs.ext
-
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
- Providers - Interface in jakarta.ws.rs.ext
-
An injectable interface providing runtime lookup of provider instances.
- PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
407 Proxy Authentication Required, see HTTP/1.1 documentation.
- proxyAddress(String, int) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
-
Specifies the HTTP proxy hostname/IP address and port to use for requests from client instances.
- push(T) - Method in interface jakarta.enterprise.context.spi.CreationalContext
-
Registers an incompletely initialized contextual instance the with the container.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- PUT - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- PUT - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP PUT requests.
- PUT - Static variable in annotation interface jakarta.ws.rs.HttpMethod
-
HTTP PUT method.
- PUT(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's put property to the given operation.
- putAll(Map<? extends K, ? extends List<V>>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- putSingle(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Set the value for the key to be a one item list consisting of the supplied value.
- putSingle(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Set the key's value to be a one item list consisting of the supplied value.
Q
- Qualifier - Annotation Interface in jakarta.inject
-
Identifies qualifier annotations.
- QualifierLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Qualifier
annotation. - QualifierLiteral() - Constructor for class jakarta.enterprise.inject.literal.QualifierLiteral
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Replace all qualifiers on the Observed event.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Replace all qualifiers on the Observed event.
- QUERY - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
- QUERY - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
- QUERY - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.In
- QUERY - Enum constant in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
- queryParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by configuring a query parameter on the URI of the current target instance. - queryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append a query parameter to the existing set of query parameters.
- QueryParam - Annotation Interface in jakarta.ws.rs
-
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
- queryParamStyle(QueryParamStyle) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
-
Specifies the URI formatting style to use when multiple query parameter values are passed to the client.
- QueryParamStyle - Enum Class in org.eclipse.microprofile.rest.client.ext
-
A QueryParamStyle enum is used to specify how multiple values are handled when constructing the query portion of the URI.
R
- raw_token - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- read() - Method in interface jakarta.json.JsonReader
-
Returns a JSON array or object that is represented in the input source.
- read(AnnotatedMethod<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing
AnnotatedMethod
- read(AnnotatedType<U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Read the information from the given annotated type.
- read(BeanAttributes<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Read the information from the given bean attributes.
- read(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing ObserverMethod
- read(Method) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing
Method
- readArray() - Method in interface jakarta.json.JsonReader
-
Returns a JSON array that is represented in the input source.
- readData() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Get the original event data as
String
. - readData(GenericType<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(GenericType<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(Class<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readData(Class<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readEntity(GenericType<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - ReaderInterceptor - Interface in jakarta.ws.rs.ext
-
Interface for message body reader interceptors that wrap around calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
. - ReaderInterceptorContext - Interface in jakarta.ws.rs.ext
-
Context class used by
ReaderInterceptor
to intercept calls to (@link jakarta.ws.rs.ext.MessageBodyReader#readFrom}. - readExternal(ObjectInput) - Method in class jakarta.activation.MimeType
-
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
- readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
Read a type from the
InputStream
. - Readiness - Annotation Interface in org.eclipse.microprofile.health
-
This qualifier is used to define a readiness Health Check procedure
- Readiness.Literal - Class in org.eclipse.microprofile.health
-
Support inline instantiation of the
Readiness
qualifier. - readObject() - Method in interface jakarta.json.JsonReader
-
Returns a JSON object that is represented in the input source.
- readOnly() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Relevant only for Schema "properties" definitions.
- readOnly() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Relevant only for Schema "properties" definitions.
- readOnly(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the readOnly property of this Schema.
- readTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the read timeout.
- readTimeout(long, TimeUnit) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
-
Set the read timeout.
- readValue() - Method in interface jakarta.json.JsonReader
-
Returns a JSON value that is represented in the input source.
- realmName() - Element in annotation interface org.eclipse.microprofile.auth.LoginConfig
-
The realm name
- reception(Reception) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the
Reception
mode for the observer to build - Reception - Enum Class in jakarta.enterprise.event
-
Distinguishes conditional observer methods from observer methods which are always notified.
- RECONNECT_NOT_SET - Static variable in interface jakarta.ws.rs.sse.SseEvent
-
A "reconnection not set" value for the SSE reconnect delay set via SSE event
retry
field. - reconnectDelay(long) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
- reconnectingEvery(long, TimeUnit) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Set the initial reconnect delay to be used by the event source.
- REDIRECTION - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
3xx
HTTP status codes. - RedirectionException - Exception in jakarta.ws.rs
-
A runtime application exception indicating a request redirection (HTTP
3xx
status codes). - RedirectionException(int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.Callback
-
Reference value to a Callback object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.headers.Header
-
Reference value to a Header object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
Reference value to a Link object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.ExampleObject
-
Reference value to an Example object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Reference value to a Schema definition.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Reference value to a Schema definition.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
Reference value to a Parameter object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
-
Reference value to a RequestBody object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponse
-
Reference value to a Response object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
Reference value to a SecurityScheme object.
- ref() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.tags.Tag
-
Reference value to a Tag object.
- ref(String) - Method in interface org.eclipse.microprofile.openapi.models.Reference
-
Sets this Reference's reference property to the given string.
- Reference<T extends Reference<T>> - Interface in org.eclipse.microprofile.openapi.models
-
Base interface for OpenAPI model objects that can make reference to other objects.
- refreshUrl() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.OAuthFlow
-
The URL to be used for obtaining refresh tokens.
- refreshUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The URL to be used for obtaining refresh tokens.
- refs() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.tags.Tags
-
An array of referenced Tag objects which hold metadata for the API
- register(SseEventSink) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register provided
SseEventSink
instance to thisSseBroadcaster
. - register(Class<?>) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Object...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(String, T) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- register(Consumer<InboundSseEvent>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register a
InboundSseEvent
consumer. - register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register
InboundSseEvent
andThrowable
consumers. - register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register
InboundSseEvent
andThrowable
consumers and onComplete callback. - register(Metadata, T) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- register(Metadata, T, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- RegisterClientHeaders - Annotation Interface in org.eclipse.microprofile.rest.client.annotation
-
Used to specify that a
ClientHeadersFactory
should be used to generate or propagate HTTP headers on the outbound request. - registerConfig(Config, ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Register the given
Config
instance to the application identified by the given class loader. - RegisterProvider - Annotation Interface in org.eclipse.microprofile.rest.client.annotation
-
When annotation is placed at the interface level of a REST API definition, the providers listed will be registered upon proxying.
- RegisterProviders - Annotation Interface in org.eclipse.microprofile.rest.client.annotation
-
When annotation is placed at the interface level of a REST API definition, the providers listed will be registered upon proxying.
- RegisterRestClient - Annotation Interface in org.eclipse.microprofile.rest.client.inject
-
A marker annotation to register a rest client at runtime.
- RegistryType - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
Qualifies the type of Metric Registry to inject.
- rel(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a link relation.
- REL - Static variable in class jakarta.ws.rs.core.Link
-
Rel link param from RFC 5988.
- relativize(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Relativize a URI with respect to the current request URI.
- release() - Method in interface jakarta.enterprise.context.spi.CreationalContext
-
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to
Contextual.destroy(Object, CreationalContext)
. - releaseConfig(Config) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
A
Config
normally gets released if the Application it is associated with gets destroyed. - remove(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Remove the value in the array at the specified position.
- remove(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- remove(String) - Method in class jakarta.activation.MimeTypeParameterList
-
Remove any value associated with the given name.
- remove(String) - Method in interface jakarta.json.JsonObjectBuilder
-
Remove the name/value pair from the JSON object associated with this object builder if it is present.
- remove(String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "remove" JSON Patch operation.
- remove(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Removes all metrics with the given name.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Remove annotations that match the specified predicate.
- remove(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Removes the metric with the given MetricID
- remove(T) - Method in interface jakarta.json.JsonPointer
-
Removes the value at the reference location in the specified
target
. - REMOVE - Enum constant in enum class jakarta.json.JsonPatch.Operation
-
"remove" operation.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Remove all the annotations.
- removeAllOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Removes the given Schema to the list of schemas used by the allOf property.
- removeAnyOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Removes the given Schema to the list of schemas used by the anyOf property.
- removeAPIResponse(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
-
Removes the given APIResponse to this APIResponses.
- removeCallback(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given callback to this Components' map of callbacks with the given string as its key.
- removeCallback(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Removes the given callback item to this Operation's map of callbacks.
- removeContext() - 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.
- removeEncoding(String) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
-
Removes an Encoding item to the encoding property of a MediaType instance.
- removeEnumeration(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Removes an item of the appropriate type to the enumerated list of values allowed.
- removeEnumeration(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
-
This method removes a string item to enumeration list of a ServerVariable instance.
- removeExample(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given example to this Components' map of examples with the given string as its key.
- removeExample(String) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Removes an example of the header using the specified key to this Header instance.
- removeExample(String) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
-
Removes an example item to the examples map of a MediaType instance.
- removeExample(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Removes an example of the parameter using the specified key.
- removeExtension(String) - Method in interface org.eclipse.microprofile.openapi.models.Extensible
-
Removes the given object to this Extensible's map of extensions, with the given name as its key.
- removeHeader(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given header to this Components' map of headers with the given string as its key.
- removeHeader(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
-
Removes the given header to this Encoding' list of headers with the given string as its key.
- removeHeader(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
-
Removes the given Header to this ApiResponse instance's map of Headers with the given name and return this instance of ApiResponse.
- removeLink(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given link to this Components' map of links with the given string as its key.
- removeLink(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
-
Removes a link to this instance of ApiResponse using the given name and Link.
- removeMapping(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
-
Remove the given name to the given value and stores it in this Discriminator's mapping property.
- removeMatching(MetricFilter) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Removes all metrics which match the given filter.
- removeMediaType(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
-
Removes the given MediaType for this Content by its name.
- removeOneOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Removes the given Schema to the list of schemas used by the oneOf property.
- removeParameter(String) - Method in class jakarta.activation.MimeType
-
Remove any value associated with the given name.
- removeParameter(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given parameter to this Components' map of parameters with the given string as its key.
- removeParameter(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Remove a new parameter to the parameters property of this instance of Link.
- removeParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Removes the given parameter item to this Operation's list of parameters.
- removeParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Removes the given parameter to this PathItem's list of parameters.
- removePathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
-
Removes the given path item of the Callback PathItems.
- removePathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.Paths
-
Removes the given path item to this Paths.
- removeProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Removes a Schema property of the provided name using the given schema.
- removeRequestBody(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given request body to this Components' map of request bodies with the given string as its key.
- removeRequired(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Removes the name of an item to the list of fields required in objects defined by this Schema.
- removeResponse(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given response to this Components' map of responses with the given string as its key.
- removeSchema(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given schema to this Components' list of schemas with the given string as its key.
- removeScheme(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
-
Removes a security scheme to the SecurityRequirement instance based on the scheme name.
- removeScope(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
Removes the given scope item to this scope mapping.
- removeSecurityRequirement(SecurityRequirement) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Removes the given security requirement to this OpenAPI instance's list of security requirements.
- removeSecurityRequirement(SecurityRequirement) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Removes the given security requirement item to this Operation's list of security mechanisms.
- removeSecurityScheme(String) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Removes the given security scheme to this Components' map of security schemes with the given string as its key.
- removeServer(Server) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Removes the given server to this OpenAPI instance's list of servers.
- removeServer(Server) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Removes the given server to this Operation's list of servers.
- removeServer(Server) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Removes the given server to this PathItem's list of servers.
- removeTag(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Removes the given tag to this Operation's list of tags.
- removeTag(Tag) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Removes the given tag to this OpenAPI instance's list of tags.
- removeVariable(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
-
Removes the given server variable item from the Server's map of variables
- replace(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, int) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(T, JsonValue) - Method in interface jakarta.json.JsonPointer
-
Replaces the value at the referenced location in the specified
target
with the specifiedvalue
. - REPLACE - Enum constant in enum class jakarta.json.JsonPatch.Operation
-
"replace" operation.
- replaceAll(MultivaluedMap<String, Object>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Replaces all existing headers with the newly supplied headers.
- replaceMatrix(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the matrix parameters of the current final segment of the current URI path.
- replaceMatrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
- replacePath(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI path.
- replaceQuery(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI query string.
- replaceQueryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a query parameter.
- request() - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource.
- request(MediaType...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- request(String...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- Request - Interface in jakarta.ws.rs.core
-
An injectable helper for request processing, all methods throw an
IllegalStateException
if called outside the scope of a request (e.g. - REQUEST - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- REQUEST - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- REQUEST - Static variable in class jakarta.enterprise.context.Initialized.Literal
- REQUEST_ENTITY_TOO_LARGE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
413 Request Entity Too Large, see HTTP/1.1 documentation.
- REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
431 Request Header Fields Too Large, see RFC 6585: Additional HTTP Status Codes.
- REQUEST_TIMEOUT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
408 Request Timeout, see HTTP/1.1 documentation.
- REQUEST_URI_TOO_LONG - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
414 Request-URI Too Long, see HTTP/1.1 documentation.
- requestBodies() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Request Body Objects.
- requestBodies(Map<String, RequestBody>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' requestBodies property to the given Map containing keys and reusable request body objects.
- requestBody() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
The request body applicable for this callback operation.
- requestBody() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
A literal value or {expression} to use as a request body when calling the target operation.
- requestBody(Object) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's requestBody property to the given object.
- requestBody(RequestBody) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's requestBody property to the given object.
- RequestBody - Interface in org.eclipse.microprofile.openapi.models.parameters
-
This interface represents the request body of an operation in which body parameters can be specified.
- RequestBody - Annotation Interface in org.eclipse.microprofile.openapi.annotations.parameters
-
Describes a single request body.
- RequestBodySchema - Annotation Interface in org.eclipse.microprofile.openapi.annotations.parameters
-
Provides a reference to a class that (after introspection) describes the schema for a single request body.
- RequestContextController - Interface in jakarta.enterprise.context.control
-
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
- REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
416 Requested Range Not Satisfiable, see HTTP/1.1 documentation.
- RequestScoped - Annotation Interface in jakarta.enterprise.context
-
Specifies that a bean is request scoped.
- RequestScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
RequestScoped
annotation. - requestVolumeThreshold() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The number of consecutive requests in a rolling window.
- required() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.headers.Header
-
Determines whether this header is mandatory.
- required() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Mandates whether the annotated item is required or not.
- required() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
Determines whether this parameter is mandatory.
- required() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
-
Determines if the request body is required in the request.
- required() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.ClientHeaderParam
- required(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's required property to the given value.
- required(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the required property of a Parameter instance to the given value.
- required(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
-
Sets whether this instance of RequestBody is required or not and returns this instance of RequestBody
- required(List<String>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the list of fields required in objects defined by this Schema.
- requiredProperties() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Allows multiple properties in an object to be marked as required.
- requiredProperties() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Allows multiple properties in an object to be marked as required.
- RESET_CONTENT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
205 Reset Content, see HTTP/1.1 documentation.
- ResolutionException - Exception in jakarta.enterprise.inject
-
Indicates a problem relating to typesafe resolution.
- ResolutionException() - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(String) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- resolve(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Resolve a relative URI with respect to the base URI of the application.
- resolve(Set<Bean<? extends X>>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Apply the ambiguous dependency resolution rules to a set of beans.
- resolveDecorators(Set<Type>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the
BeanManager
was injected or the Java EE component from whose JNDI environment namespace theBeanManager
was obtained. - resolveInterceptors(InterceptionType, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the
BeanManager
was injected or the Java EE component from whose JNDI environment namespace theBeanManager
was obtained. - resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return an ordered set of observer methods for an event.
- resolveTemplate(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplateFromEncoded(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied encoded value. - resolveTemplateFromEncoded(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied encoded value. - resolveTemplates(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - Resource - Annotation Interface in jakarta.annotation
-
The
Resource
annotation marks a resource that is needed by the application. - Resource.AuthenticationType - Enum Class in jakarta.annotation
-
The two possible authentication types for a resource.
- ResourceContext - Interface in jakarta.ws.rs.container
-
The resource context provides access to instances of resource classes.
- ResourceInfo - Interface in jakarta.ws.rs.container
-
An injectable class to access the resource class and resource method matched by the current request.
- Resources - Annotation Interface in jakarta.annotation
-
This class is used to allow multiple resources declarations.
- Response - Class in jakarta.ws.rs.core
-
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
- Response() - Constructor for class jakarta.ws.rs.core.Response
-
Protected constructor, use one of the static methods to obtain a
Response.ResponseBuilder
instance and obtain a Response from that. - Response.ResponseBuilder - Class in jakarta.ws.rs.core
-
A class used to build Response instances that contain metadata instead of or in addition to an entity.
- Response.Status - Enum Class in jakarta.ws.rs.core
-
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
- Response.Status.Family - Enum Class in jakarta.ws.rs.core
-
An enumeration representing the class of status code.
- Response.StatusType - Interface in jakarta.ws.rs.core
-
Base interface for statuses used in responses.
- ResponseBuilder() - Constructor for class jakarta.ws.rs.core.Response.ResponseBuilder
-
Protected constructor, use one of the static methods of
Response
to obtain an instance. - responseCode() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponse
-
The HTTP response code, or 'default', for the supplied response.
- responseCode() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponseSchema
-
The HTTP response code, or 'default', for the supplied response.
- responseDescription() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponseSchema
-
A short description of the response.
- ResponseExceptionMapper<T extends Throwable> - Interface in org.eclipse.microprofile.rest.client.ext
-
Converts an JAX-RS Response object into an Exception.
- ResponseProcessingException - Exception in jakarta.ws.rs.client
-
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
- ResponseProcessingException(Response, String) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ResponseProcessingException(Response, String, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
- ResponseProcessingException(Response, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception for a specific
response
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - responses() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
This is a REQUIRED property of an callback operation instance.
- responses() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Response Objects.
- responses(Map<String, APIResponse>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' responses property to the given Map containing keys and reusable response objects.
- responses(APIResponses) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's responses property to the given responses.
- RestClient - Annotation Interface in org.eclipse.microprofile.rest.client.inject
-
Use the RestClient qualifier on an injection to point to indicate that this injection point is meant to use an instance of a Type-Safe Rest Client.
- RestClient.RestClientLiteral - Class in org.eclipse.microprofile.rest.client.inject
- RestClientBuilder - Interface in org.eclipse.microprofile.rest.client
-
This is the main entry point for creating a Type Safe Rest Client.
- RestClientBuilderListener - Interface in org.eclipse.microprofile.rest.client.spi
-
Implementations of this interface will be notified when new RestClientBuilder instances are being constructed.
- RestClientBuilderResolver - Class in org.eclipse.microprofile.rest.client.spi
-
Resolver for a
RestClientBuilder
implementation. - RestClientBuilderResolver() - Constructor for class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
- RestClientDefinitionException - Exception in org.eclipse.microprofile.rest.client
-
This exception is thrown when the MicroProfile Rest Client implementation attempts to build a client using an invalid interface.
- RestClientDefinitionException() - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
- RestClientDefinitionException(String) - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
- RestClientDefinitionException(String, Throwable) - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
- RestClientDefinitionException(Throwable) - Constructor for exception org.eclipse.microprofile.rest.client.RestClientDefinitionException
- RestClientListener - Interface in org.eclipse.microprofile.rest.client.spi
-
Implementations of this interface will be notified when new Rest Client instances are being constructed.
- RestClientLiteral() - Constructor for class org.eclipse.microprofile.rest.client.inject.RestClient.RestClientLiteral
- resume(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided response data.
- resume(Throwable) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided throwable.
- Retry - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
The retry annotation to define the number of retries.
- RETRY_AFTER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- retryOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Retry
-
The list of exception types that should trigger a retry.
- RolesAllowed - Annotation Interface in jakarta.annotation.security
-
Specifies the list of security roles permitted to access method(s) in an application.
- RunAs - Annotation Interface in jakarta.annotation.security
-
Defines the identity of the application during execution.
- RuntimeDelegate - Class in jakarta.ws.rs.ext
-
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
- RuntimeDelegate() - Constructor for class jakarta.ws.rs.ext.RuntimeDelegate
-
Allows custom implementations to extend the
RuntimeDelegate
class. - RuntimeDelegate.HeaderDelegate<T> - Interface in jakarta.ws.rs.ext
-
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type
T
. - RuntimeType - Enum Class in jakarta.ws.rs
-
Enumeration of JAX-RS runtime types.
- rx() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access the default reactive invoker based on
CompletionStage
. - rx(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access a reactive invoker based on a
RxInvoker
subclass provider. - RxInvoker<T> - Interface in jakarta.ws.rs.client
-
Uniform interface for reactive invocation of HTTP methods.
- RxInvokerProvider<T extends RxInvoker> - Interface in jakarta.ws.rs.client
-
RxInvoker
provider.
S
- Sampling - Interface in org.eclipse.microprofile.metrics
-
An object which samples values.
- SCAN_CLASSES - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Configuration property to specify the list of classes to scan.
- SCAN_DISABLE - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Configuration property to disable annotation scanning.
- SCAN_EXCLUDE_CLASSES - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Configuration property to specify the list of classes to exclude from scans.
- SCAN_EXCLUDE_PACKAGES - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Configuration property to specify the list of packages to exclude from scans.
- SCAN_PACKAGES - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Configuration property to specify the list of packages to scan.
- scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side
ScheduledExecutorService
. - schema() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.headers.Header
-
The schema defining the type used for the header.
- schema() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Content
-
The schema defining the type used for the request body.
- schema() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.DiscriminatorMapping
-
The schema that is being mapped to a property value
- schema() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
The schema defining the type used for the parameter.
- schema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's schema property to the given object.
- schema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
-
Sets the schema field of a MediaType instance to the given schema object.
- schema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the schema property of a Parameter instance to the given value.
- Schema - Interface in org.eclipse.microprofile.openapi.models.media
-
The Schema Object allows the definition of input and output data types.
- Schema - Annotation Interface in org.eclipse.microprofile.openapi.annotations.media
-
The Schema Object allows the definition of input and output data types.
- SCHEMA_PREFIX - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Prefix of the configuration property to specify a schema for a specific class, in JSON format.
- Schema.SchemaType - Enum Class in org.eclipse.microprofile.openapi.models.media
-
The values allowed for the in field.
- SchemaProperty - Annotation Interface in org.eclipse.microprofile.openapi.annotations.media
-
The SchemaProperty Object allows the definition of input and output data types nested within the
properties
attribute of aSchema
annotation. - schemas() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Schema Objects.
- schemas(Map<String, Schema>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' schemas property to the given Map containing keys and reusable schemas.
- SchemaType - Enum Class in org.eclipse.microprofile.openapi.annotations.enums
- scheme() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
Applies to and is REQUIRED for SecurityScheme of http type.
- scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme.
- scheme(String) - 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.
- schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see
URI
). - scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace Bean scope
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace Bean scope
- Scope - Annotation Interface in jakarta.inject
-
Identifies scope annotations.
- scopes() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.OAuthFlow
-
This is a REQUIRED property.
- scopes() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityRequirement
-
If the security scheme referred by the name property is of type "oauth2" or "openIdConnect", then the scopes array is a list of scope names required for the execution.
- scopes(Map<String, String>) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The available scopes for the OAuth2 security scheme.
- SECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
-
Represents seconds
- SeContainer - Interface in jakarta.enterprise.inject.se
-
Provides access to the current container in Java SE.
- SeContainerInitializer - Class in jakarta.enterprise.inject.se
-
A CDI container initializer for Java SE.
- SeContainerInitializer() - Constructor for class jakarta.enterprise.inject.se.SeContainerInitializer
- security() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
A declaration of which security mechanisms can be used for this callback operation.
- security() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition
-
A declaration of which security mechanisms can be used across the API.
- security(List<SecurityRequirement>) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's security property to the given list.
- security(List<SecurityRequirement>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's security property to the given list.
- SecurityContext - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to security related information.
- SecurityRequirement - Interface in org.eclipse.microprofile.openapi.models.security
-
SecurityRequirement
- SecurityRequirement - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
Specifies a security requirement for an operation.
- SecurityRequirements - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
This object represents an array of security requirements that can be specified for the operation or at definition level.
- SecurityRequirementsSet - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
This object represents a map of security requirements that can be specified for the operation or at definition level.
- SecurityScheme - Interface in org.eclipse.microprofile.openapi.models.security
-
SecurityScheme
- SecurityScheme - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
Defines a security scheme that can be used by the operations.
- SecurityScheme.In - Enum Class in org.eclipse.microprofile.openapi.models.security
-
In is a REQUIRED property that specifies the location of the API key.
- SecurityScheme.Type - Enum Class in org.eclipse.microprofile.openapi.models.security
-
Type is a REQUIRED property that specifies the type of SecurityScheme instance.
- SecuritySchemeIn - Enum Class in org.eclipse.microprofile.openapi.annotations.enums
- securitySchemeName() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
The name of this SecurityScheme.
- securitySchemes() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Components
-
An object to hold reusable Security Scheme Objects.
- securitySchemes(Map<String, SecurityScheme>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' securitySchemes property to the given Map containing keys and reusable security scheme objects.
- SecuritySchemes - Annotation Interface in org.eclipse.microprofile.openapi.annotations.security
-
This object represents an array of SecurityScheme annotations that can be specified at the definition level.
- SecuritySchemeType - Enum Class in org.eclipse.microprofile.openapi.annotations.enums
- SEE_OTHER - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
303 See Other, see HTTP/1.1 documentation.
- seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - select(Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given additional required qualifiers. - select(Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - selectAlternatives(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
- selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
- selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Send an outbound Server-sent event to this sink.
- server() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.links.Link
-
An alternative server to service this operation.
- server(Server) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's server property to the given object.
- Server - Interface in org.eclipse.microprofile.openapi.models.servers
-
An object representing a server.
- Server - Annotation Interface in org.eclipse.microprofile.openapi.annotations.servers
-
This annotation represents a Server used in an operation or used by all operations in an OpenAPI document.
- SERVER - Enum constant in enum class jakarta.ws.rs.RuntimeType
-
JAX-RS server run-time.
- SERVER_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
5xx
HTTP status codes. - SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of Server sent events media type. - SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
Server sent events media type.
- serverError() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a server error (HTTP
5xx
status codes). - ServerErrorException(int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- serverName() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Database server name.
- servers() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition
-
An array of Server Objects, which provide connectivity information to a target server.
- servers(List<Server>) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's servers property to the given servers.
- servers(List<Server>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's servers property to the given list.
- servers(List<Server>) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's servers property to the given list.
- Servers - Annotation Interface in org.eclipse.microprofile.openapi.annotations.servers
-
The Servers annotation is a container for @Server annotations.
- SERVERS - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Configuration property to specify the list of global servers that provide connectivity information.
- SERVERS_OPERATION_PREFIX - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Prefix of the configuration property to specify an alternative list of servers to service an operation.
- SERVERS_PATH_PREFIX - Static variable in class org.eclipse.microprofile.openapi.OASConfig
-
Prefix of the configuration property to specify an alternative list of servers to service all operations in a path.
- ServerVariable - Interface in org.eclipse.microprofile.openapi.models.servers
-
An object representing a Server Variable for server URL template substitution.
- ServerVariable - Annotation Interface in org.eclipse.microprofile.openapi.annotations.servers
-
An object representing a Server Variable for server URL template substitution.
- SERVICE_UNAVAILABLE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
503 Service Unavailable, see HTTP/1.1 documentation.
- ServiceUnavailableException - Exception in jakarta.ws.rs
-
A runtime exception indicating that the requested resource
cannot be served
. - ServiceUnavailableException() - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(String, Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- SESSION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- SESSION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- SESSION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- SessionBeanType - Enum Class in jakarta.enterprise.inject.spi
-
Identifies the kind of EJB session bean.
- SessionScoped - Annotation Interface in jakarta.enterprise.context
-
Specifies that a bean is session scoped.
- SessionScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
SessionScoped
annotation. - set(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.TRUE
orJsonValue.FALSE
value at the specified position. - set(int, double) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, long) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonArray
from an array builder at the specified position. - set(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonObject
from an object builder at the specified position. - set(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value at the specified position.
- set(int, String) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonString
at the specified position. - set(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(String, Object) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- set(String, String) - Method in class jakarta.activation.MimeTypeParameterList
-
Set the value to be associated with the given name, replacing any previous association.
- SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- setAdditionalPropertiesBoolean(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the value of "additionalProperties" to either True or False.
- setAdditionalPropertiesSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the Schema which defines additional properties not defined by "properties" or "patternProperties".
- setAllOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the schemas used by the allOf property of this Schema.
- setAllowEmptyValue(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's allowEmptyValue property to the given value.
- setAllowEmptyValue(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the allowEmptyValue property of a Parameter instance to the given value.
- setAllowReserved(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.
- setAllowReserved(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the allowReserved property of a Parameter instance to the given value.
- setAnnotatedType(AnnotatedType<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Replaces the
AnnotatedType
. - setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
- setAnyOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the schemas used by the anyOf property of this Schema.
- setAPIResponses(Map<String, APIResponse>) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
-
Set the APIResponses map to this APIResponses
- setAttribute(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.
- setAuthorizationCode(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
-
OAuth Authorization Code flow; previously called accessCode in OpenAPI 2.0
- setAuthorizationUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The authorization URL to be used for this flow.
- setBeanAttributes(BeanAttributes<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Replaces the
BeanAttributes
. - setBearerFormat(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.
- setCallbacks(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.
- setCallbacks(Map<String, Callback>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's callbacks property to the given map.
- setCDIProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
-
Set the
CDIProvider
to use. - setClassLoader(ClassLoader) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set a
ClassLoader
. - setClientCredentials(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
-
OAuth Client Credential flow; previously called application in OpenAPI 2.0
- setCommandContext(String, DataHandler) - Method in interface jakarta.activation.CommandObject
-
Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on.
- setCommandMap(CommandMap) - Method in class jakarta.activation.DataHandler
-
Set the CommandMap for use by this DataHandler.
- setComponents(Components) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's components property to the given components.
- setContact(Contact) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info instance's contact information for the exposed API.
- setContent(Content) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's content property to the given object.
- setContent(Content) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the content property of a Parameter instance to the given object.
- setContent(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.
- setContent(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.
- setContentType(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
-
The Content-Type for encoding a specific property.
- setDataContentHandlerFactory(DataContentHandlerFactory) - Static method in class jakarta.activation.DataHandler
-
Sets the DataContentHandlerFactory.
- setDefaultCommandMap(CommandMap) - Static method in class jakarta.activation.CommandMap
-
Set the default CommandMap.
- setDefaultFileTypeMap(FileTypeMap) - Static method in class jakarta.activation.FileTypeMap
-
Sets the default FileTypeMap for the system.
- setDefaultValue(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Set the default value property of this Schema instance to the value given.
- setDefaultValue(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.
- setDefaultValue(APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
-
Sets the default documentation of responses for this instance of ApiResponses.
- setDELETE(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's delete property to the given operation.
- setDeprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's deprecated property to the given value.
- setDeprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the deprecated property of this Schema.
- setDeprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's deprecated property to the given value.
- setDeprecated(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the deprecated property of a Parameter instance to the given value.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
-
Sets this Example's description property to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.ExternalDocumentation
-
Sets this ExternalDocumentation's description property to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's description property to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info instance's description for the application to the given description.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's description property to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the description property of this Schema to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's description property to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the description property of a Parameter instance to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
-
Sets the description of this instance of RequestBody.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's description property to the given string.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
-
Sets the description of this instance of ApiResponse.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
A short description for security schema.
- setDescription(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.
- setDescription(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.
- setDescription(String) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
-
Sets the description property of a Tag instance to the given string.
- setDiscriminator(Discriminator) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the discriminator property of this Schema instance to the given object.
- setEmail(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
-
Sets the contact email of this instance of Contact.
- setEncoding(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.
- setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setEnumeration(List<Object>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the enumerated list of values allowed for objects defined by this Schema.
- setEnumeration(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.
- setExample(Object) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's example property to the given object.
- setExample(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
-
Sets the example property of a MediaType instance to the given value.
- setExample(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the example property of this Schema instance.
- setExample(Object) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the example property of a Parameter instance to the given object.
- setExamples(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.
- setExamples(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.
- setExamples(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.
- setExamples(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.
- setExclusiveMaximum(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the exclusiveMaximum property of this Schema instance to the value given.
- setExclusiveMinimum(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the exclusiveMinimum property of this Schema instance to the value given.
- setExecutor(Executor) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- setExplode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's explode property to the given value.
- setExplode(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.
- setExplode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the explode property of a Parameter instance to the given value.
- setExtensions(Map<String, Object>) - Method in interface org.eclipse.microprofile.openapi.models.Extensible
-
Sets this Extensible's extensions property to the given map of extensions.
- setExternalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the externalDocs property of this Schema to the indicated value.
- setExternalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's externalDocs property to the given object.
- setExternalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's externalDocs property to the given object.
- setExternalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
-
Sets the externalDocs property of a Tag instance to the given object.
- setExternalValue(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
-
Sets this Example's externalValue property to the given string.
- setFileTypeMap(FileTypeMap) - Method in class jakarta.activation.FileDataSource
-
Set the FileTypeMap to use with this FileDataSource
- setFlows(OAuthFlows) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
Flows is a REQUIRED property.
- setFormat(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the format property of this Schema instance to the given string.
- setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setGET(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's get property to the given operation.
- setHEAD(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's head property to the given operation.
- setHeaders(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.
- setHeaders(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
- setHeaders(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.
- setHumanPresentableName(String) - Method in class jakarta.activation.ActivationDataFlavor
-
Set the human presentable name.
- setImplicit(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
-
This method sets the implicit property of OAuthFlows instance to the given implicit argument.
- setIn(Parameter.In) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the in property of a Parameter instance to the given value.
- setIn(SecurityScheme.In) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
In is a REQUIRED property that indicates the location of the API key.
- setInfo(Info) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's info property to the given object.
- setInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Replaces the InjectionPoint.
- setInjectionTarget(InjectionTarget<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Replaces the
InjectionTarget
which performs injection for this target. - setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setInstance(ConfigProviderResolver) - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
-
Set the instance.
- setInstance(OASFactoryResolver) - Static method in class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
-
Set the instance.
- setInstance(RestClientBuilderResolver) - Static method in class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
-
Set the instance.
- setItems(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Set the Schema used for all the elements of an array typed Schema.
- setLicense(License) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info's license information for the exposed API.
- setLinks(Map<String, Link>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' links property to the given Map containing keys and reusable link objects.
- setLinks(Map<String, Link>) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
-
Sets the operations links that can be followed from this instance of ApiResponse.
- setMapping(Map<String, String>) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
-
Sets this Discriminator's mapping property to the given map object.
- setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMaximum(BigDecimal) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maximum property of this Schema instance to the value given.
- setMaxItems(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maxItems property of this Schema instance to the value given.
- setMaxLength(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maxLength property of this Schema instance to the value given.
- setMaxProperties(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the maxProperties property of this Schema instance to the value given.
- setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMediaTypes(Map<String, MediaType>) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
-
Set the media types map to this Content
- setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMinimum(BigDecimal) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minimum property of this Schema instance to the value given.
- setMinItems(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minItems property of this Schema instance to the value given.
- setMinLength(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minLength property of this Schema instance to the value given.
- setMinProperties(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the minProperties property of this Schema instance to the value given.
- setMultipleOf(BigDecimal) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the multipleOf property of this Schema instance to the value given.
- setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setName(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
-
Sets the identifying name of this Contact instance.
- setName(String) - Method in interface org.eclipse.microprofile.openapi.models.info.License
-
Sets the license name for this License instance that is used for the API.
- setName(String) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the name property of XML instance to the given String argument.
- setName(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the name property of a Parameter instance to the given string.
- setName(String) - 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.
- setName(String) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
-
Sets the name property of a Tag instance to the given string.
- setNamespace(String) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the namespace property of XML instance to the given String argument.
- setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNot(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the not property to a Schema which describes properties not allowed in objects defined by the current schema.
- setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.NULL
value at the specified position. - setNullable(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the nullable property of this Schema instance.
- setObserverMethod(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Replaces the
ObserverMethod
. - setOneOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the schemas used by the oneOf property of this Schema.
- setOpenapi(String) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's openapi property to the given string.
- setOpenIdConnectUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
openIdConnectUrl is a REQUIRED property.
- setOperation(PathItem.HttpMethod, Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets an operation for a given http method.
- setOperationId(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's operationId property to the given string.
- setOperationId(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's operationId property to the given string.
- setOperationRef(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's operationRef property to the given string.
- setOPTIONS(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's options property to the given operation.
- setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setParameter(String, String) - Method in class jakarta.activation.MimeType
-
Set the value to be associated with the given name, replacing any previous association.
- setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or constructor of the target class.
- setParameters(List<Parameter>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's parameters property to the given parameter list.
- setParameters(List<Parameter>) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's parameters property to the given list.
- setParameters(Map<String, Object>) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's parameters property to the given map.
- setParameters(Map<String, Parameter>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' parameters property to the given Map containing keys and reusable parameter objects.
- setPassword(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
-
OAuth Resource Owner Password flow
- setPATCH(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's patch property to the given operation.
- setPathItems(Map<String, PathItem>) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
-
Set the path items map to this Callback.
- setPathItems(Map<String, PathItem>) - Method in interface org.eclipse.microprofile.openapi.models.Paths
-
Set the path items map to this Paths
- setPaths(Paths) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's paths property to the given paths.
- setPattern(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the pattern property of this Schema instance to the string given.
- setPOST(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's post property to the given operation.
- setPrefix(String) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the prefix property of XML instance to the given String argument.
- setPrimaryType(String) - Method in class jakarta.activation.MimeType
-
Set the primary type for this object to the given String.
- setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProducer(Producer<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Replaces the
Producer
object that will be used by the container to call the producer method or read the producer field. - setProperties(Map<String, Object>) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set all the configuration properties.
- setProperties(Map<String, Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the properties of this Schema instance to the map provided.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setPropertyName(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
-
Sets this Discriminator's propertyName property to the given propertyName.
- setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setPUT(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's put property to the given operation.
- setReadOnly(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the readOnly property of this Schema.
- setRef(String) - Method in interface org.eclipse.microprofile.openapi.models.Reference
-
Sets this Reference's reference property to the given string.
- setRefreshUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The URL to be used for obtaining refresh tokens.
- setRequestBodies(Map<String, RequestBody>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' requestBodies property to the given Map containing keys and reusable request body objects.
- setRequestBody(Object) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's requestBody property to the given object.
- setRequestBody(RequestBody) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's requestBody property to the given object.
- setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
- setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setRequired(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's required property to the given value.
- setRequired(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the required property of a Parameter instance to the given value.
- setRequired(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
-
Sets whether this instance of RequestBody is required or not.
- setRequired(List<String>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the list of fields required in objects defined by this Schema.
- setResponseProvider(HealthCheckResponseProvider) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
-
Used by OSGi environment where the service loader pattern is not supported.
- setResponses(Map<String, APIResponse>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' responses property to the given Map containing keys and reusable response objects.
- setResponses(APIResponses) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's responses property to the given responses.
- setSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's schema property to the given object.
- setSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
-
Sets the schema field of a MediaType instance to the given schema object.
- setSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the schema property of a Parameter instance to the given value.
- setSchemas(Map<String, Schema>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' schemas property to the given Map containing keys and reusable schema objects.
- setScheme(String) - 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.
- setSchemes(Map<String, List<String>>) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
-
Set all security schemes to the SecurityRequirement instance.
- setScopes(Map<String, String>) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The available scopes for the OAuth2 security scheme.
- setSecurity(List<SecurityRequirement>) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's security property to the given list.
- setSecurity(List<SecurityRequirement>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's security property to the given list.
- setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSecuritySchemes(Map<String, SecurityScheme>) - Method in interface org.eclipse.microprofile.openapi.models.Components
-
Sets this Components' securitySchemes property to the given Map containing keys and reusable security scheme objects.
- setServer(Server) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
-
Sets this Link's server property to the given object.
- setServers(List<Server>) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's servers property to the given servers.
- setServers(List<Server>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's servers property to the given list.
- setServers(List<Server>) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's servers property to the given list.
- setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStyle(Header.Style) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's style property to the given style.
- setStyle(Encoding.Style) - 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.
- setStyle(Parameter.Style) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the style property of a Parameter instance to the given value.
- setSubType(String) - Method in class jakarta.activation.MimeType
-
Set the subtype for this object to the given String.
- setSummary(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
-
Sets this Example's summary property to the given string.
- setSummary(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's summary property to the given string.
- setSummary(String) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's summary property to the given string.
- setTags(List<String>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's tags property to the given tags.
- setTags(List<Tag>) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's tags property to the given Tags.
- setTermsOfService(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info instance's URL to the Terms of Service for the API to the given String.
- setTimeout(long) - Method in interface jakarta.enterprise.context.Conversation
-
Set the timeout of the current conversation.
- setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- setTitle(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info instance's title for the application to the given title.
- setTitle(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the title property of this Schema instance to the given string.
- setTokenUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The token URL to be used for this flow.
- setTRACE(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's trace property to the given operation.
- setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setType(Schema.SchemaType) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the type used by this Schema to the string given.
- setType(SecurityScheme.Type) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
Type is a REQUIRED property that specifies the type of SecurityScheme instance.
- setUniqueItems(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the uniqueItems property of this Schema instance to the value given.
- setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- setUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.ExternalDocumentation
-
Sets this ExternalDocumentation's url property to the given string.
- setUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
-
Sets this Contact instance's URL pointing to the contact information.
- setUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.info.License
-
Sets this URL for this License instance that is used for the API.
- setUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
-
This method sets the url property of Server instance to the given url argument, representing a URL to the target host.
- setValue(Object) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
-
Sets this Example's value property to the given value.
- setVariables(Map<String, ServerVariable>) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
-
This method sets the variables property of Server instance to the given variables argument.
- setVersion(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets the version of the OpenAPI document for this instance of Info to the given version.
- setWrapped(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the wrapped property of XML instance to the given Boolean argument.
- setWriteOnly(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the writeOnly property of this Schema.
- setXml(XML) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the xml property of this Schema instance.
- shareable() - Element in annotation interface jakarta.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
- SIMPLE - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- SIMPLE - Enum constant in enum class org.eclipse.microprofile.openapi.models.headers.Header.Style
- SIMPLE - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- SIMPLE_TIMER - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A simple timer aggregates timing durations
- simpleTimer(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
SimpleTimer
registered under theMetricID
with this name and with no tags; or create and register a newSimpleTimer
if none is registered. - simpleTimer(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
SimpleTimer
registered under theMetricID
with this name and with the providedTag
s; or create and register a newSimpleTimer
if none is registered. - simpleTimer(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
SimpleTimer
registered under the theMetricID
with theMetadata
's name and with no tags; or create and register a newSimpleTimer
if none is registered. - simpleTimer(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
SimpleTimer
registered under the theMetricID
with theMetadata
's name and with the providedTag
s; or create and register a newSimpleTimer
if none is registered. - simpleTimer(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
-
Return the
SimpleTimer
registered under theMetricID
; or create and register a newSimpleTimer
if none is registered. - SimpleTimer - Interface in org.eclipse.microprofile.metrics
-
A simple timer metric which tracks elapsed time durations and count.
- SimpleTimer.Context - Interface in org.eclipse.microprofile.metrics
-
A timing context.
- SimplyTimed - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method, constructor, or class as simply timed.
- Singleton - Annotation Interface in jakarta.inject
-
Identifies a type that the injector only instantiates once.
- SINGLETON - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
A singleton session bean
- SingletonLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Singleton
annotation. - SingletonLiteral() - Constructor for class jakarta.enterprise.inject.literal.SingletonLiteral
- sip_callid - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_cseq_num - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_date - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_from_tag - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sip_via_branch - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- size() - Method in class jakarta.activation.MimeTypeParameterList
-
Return the number of name-value pairs in this list.
- size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- size() - Method in class org.eclipse.microprofile.metrics.Snapshot
-
Returns the number of values in the snapshot.
- skipArray() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_ARRAY
. - skipObject() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_OBJECT
. - skipOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The list of exception types which should not be considered failures.
- skipOn() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Fallback
-
The list of exception types which should not trigger Fallback
- Snapshot - Class in org.eclipse.microprofile.metrics
-
A statistical snapshot of a
Snapshot
. - Snapshot() - Constructor for class org.eclipse.microprofile.metrics.Snapshot
- SPACE_DELIMITED - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Encoding.Style
- SPACEDELIMITED - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- SPACEDELIMITED - Enum constant in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- Specializes - Annotation Interface in jakarta.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- Specializes.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Specializes
annotation. - Sse - Interface in jakarta.ws.rs.sse
-
Server-side entry point for creating
OutboundSseEvent
andSseBroadcaster
. - SseBroadcaster - Interface in jakarta.ws.rs.sse
-
Server-Sent events broadcasting facility.
- SseEvent - Interface in jakarta.ws.rs.sse
-
Base Server Sent Event definition.
- SseEventSink - Interface in jakarta.ws.rs.sse
-
Outbound Server-Sent Events stream.
- SseEventSource - Interface in jakarta.ws.rs.sse
-
Client for reading and processing
incoming Server-Sent Events
. - SseEventSource.Builder - Class in jakarta.ws.rs.sse
-
JAX-RS
SseEventSource
builder class. - sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context. - sslContext(SSLContext) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
-
Specifies the SSL context to use when creating secured transport connections to server endpoints from web targets created by the client instance that is using this SSL context.
- standard() - Element in annotation interface org.eclipse.microprofile.jwt.Claim
-
An alternate way of specifying a claim name using the Claims enum
- standard() - Method in class org.eclipse.microprofile.jwt.ClaimLiteral
- START_ARRAY - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
Start of a JSON array.
- START_OBJECT - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
Start of a JSON object.
- Startup - Annotation Interface in org.eclipse.microprofile.health
-
This qualifier is used to define a Startup Health Check procedure mapped to the Startup Kubernetes probes.
- Startup.Literal - Class in org.eclipse.microprofile.health
-
Support inline instantiation of the
Startup
qualifier. - STATEFUL - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
A stateful session bean
- STATELESS - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
A stateless session bean
- status(boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
-
Sets the status of the health check response according to the boolean value
up
. - status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status and reason phrase.
- status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- Stereotype - Annotation Interface in jakarta.enterprise.inject
-
Specifies that an annotation type is a stereotype.
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace stereotypes on the configured bean
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace stereotypes on the configured bean
- stop() - Method in interface org.eclipse.microprofile.metrics.SimpleTimer.Context
-
Updates the simple timer with the difference between current and start time.
- stop() - Method in interface org.eclipse.microprofile.metrics.Timer.Context
-
Updates the timer with the difference between current and start time.
- store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- stream() - Method in interface jakarta.enterprise.inject.Instance
-
When called, provides back a Stream of the beans available in this Instance.
- StreamingOutput - Interface in jakarta.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application wishes to stream the output. - STRING - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON string.
- STRING - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- STRING - Enum constant in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
- style() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Encoding
-
Style describes how the encoding value will be serialized depending on the type of the parameter value.
- style() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
Describes how the parameter value will be serialized depending on the type of the parameter value.
- style(Header.Style) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
-
Sets this Header's style property to the given style.
- style(Encoding.Style) - 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.
- style(Parameter.Style) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
-
Sets the style property of a Parameter instance to the given value.
- sub - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- sub_jwk - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- submit() - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation. - submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- SUCCESSFUL - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
2xx
HTTP status codes. - successThreshold() - Element in annotation interface org.eclipse.microprofile.faulttolerance.CircuitBreaker
-
The number of successful executions, before a half-open circuit is closed again.
- summary() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
Provides a brief description of what this callback operation does.
- summary() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.ExampleObject
-
A brief summary of the purpose or context of the example
- summary() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.Operation
-
Provides a brief description of what this operation does.
- summary(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
-
Sets this Example's summary property to the given string.
- summary(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's summary property to the given string.
- summary(String) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's summary property to the given string.
- Suspended - Annotation Interface in jakarta.ws.rs.container
-
Inject a suspended
AsyncResponse
into a parameter of an invoked JAX-RSresource or sub-resource method
. - SyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
T
- tag(EntityTag) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set a response entity tag.
- tag(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set a strong response entity tag.
- Tag - Class in org.eclipse.microprofile.metrics
-
Tag represents a singular metric tag key and value pair.
- Tag - Interface in org.eclipse.microprofile.openapi.models.tags
-
Tag
- Tag - Annotation Interface in org.eclipse.microprofile.openapi.annotations.tags
-
This object represents a tag.
- Tag(String, String) - Constructor for class org.eclipse.microprofile.metrics.Tag
-
Constructs the Tag object with the given tag name and tag value
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
-
The tags of the concurrent gauge.
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
-
The tags of the counter.
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
-
The tags of the gauge.
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
-
The tags of the metric.
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.SimplyTimed
- tags() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
- tags() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition
-
A list of tags used by the specification with additional metadata.
- tags(List<String>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
-
Sets this Operation's tags property to the given tags.
- tags(List<Tag>) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
-
Sets this OpenAPI instance's tags property to the given tags.
- Tags - Annotation Interface in org.eclipse.microprofile.openapi.annotations.tags
-
The Tags annotation is a container for @Tag annotations.
- target(WebTarget) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
- target(WebTarget) - Static method in interface jakarta.ws.rs.sse.SseEventSource
-
Create a new
event source builder
that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance. - target(Link) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- target(UriBuilder) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- target(String) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- target(URI) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- TEMPORARY_REDIRECT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
307 Temporary Redirect, see HTTP/1.1 documentation.
- temporaryRedirect(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a temporary redirection.
- termsOfService() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.Info
-
A URL to the Terms of Service for the API.
- termsOfService(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info instance's URL to the Terms of Service for the API to the given String and returns this instance of Info.
- test(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- test(String, int) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- test(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- test(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- TEST - Enum constant in enum class jakarta.json.JsonPatch.Operation
-
"test" operation.
- text(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create a "text/plain" entity.
- TEXT_HTML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "text/html" media type. - TEXT_HTML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "text/html" media type. - TEXT_PLAIN - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "text/plain" media type. - TEXT_PLAIN_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "text/plain" media type. - TEXT_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "text/xml" media type. - TEXT_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "text/xml" media type. - time() - Method in interface org.eclipse.microprofile.metrics.SimpleTimer
-
Returns a new
SimpleTimer.Context
. - time() - Method in interface org.eclipse.microprofile.metrics.Timer
-
Returns a new
Timer.Context
. - time(Runnable) - Method in interface org.eclipse.microprofile.metrics.SimpleTimer
-
Times and records the duration of event.
- time(Runnable) - Method in interface org.eclipse.microprofile.metrics.Timer
-
Times and records the duration of event.
- time(Callable<T>) - Method in interface org.eclipse.microprofile.metrics.SimpleTimer
-
Times and records the duration of event.
- time(Callable<T>) - Method in interface org.eclipse.microprofile.metrics.Timer
-
Times and records the duration of event.
- Timed - Annotation Interface in org.eclipse.microprofile.metrics.annotation
-
An annotation for marking a method, constructor, or class as timed.
- Timeout - Annotation Interface in org.eclipse.microprofile.faulttolerance
-
The annotation to define a method execution timeout.
- TimeoutException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
-
The exception should be thrown when timeout is reached.
- TimeoutException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.TimeoutException
- TimeoutHandler - Interface in jakarta.ws.rs.container
-
Asynchronous response suspend time-out handler.
- timer(String) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- timer(String, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- timer(Metadata) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- timer(Metadata, Tag...) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- timer(MetricID) - Method in interface org.eclipse.microprofile.metrics.MetricRegistry
- Timer - Interface in org.eclipse.microprofile.metrics
-
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
. - TIMER - Enum constant in enum class org.eclipse.microprofile.metrics.MetricType
-
A timer aggregates timing durations and provides duration statistics, plus throughput statistics
- Timer.Context - Interface in org.eclipse.microprofile.metrics
-
A timing context.
- title() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.Info
-
The title of the application.
- title() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
A title to explain the purpose of the schema.
- title() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
A title to explain the purpose of the schema.
- title(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a
title
on this link. - title(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets this Info instance's title for the application to the given title and returns this instance of Info
- title(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the title property of this Schema instance to the given string.
- TITLE - Static variable in class jakarta.ws.rs.core.Link
-
Title link param from RFC 5988.
- toCookie() - Method in class jakarta.ws.rs.core.NewCookie
-
Obtain a new instance of a
Cookie
with the same name, value, path, domain and version as thisNewCookie
. - toEnum() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the this Status Type as a
Response.Status
. - toJsonArray() - Method in interface jakarta.json.JsonPatch
-
Returns the
JsonPatch
asJsonArray
. - toJsonArray() - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputJsonValue
elements into aJsonArray
. - toJsonObject() - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputMap.Entry<String,JsonValue>
elements into aJsonObject
. - toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputJsonValue
elements into aJsonObject
. - toJsonValue() - Method in interface jakarta.json.JsonMergePatch
-
Returns the
JsonMergePatch
asJsonValue
. - TOKEN_COOKIE - Static variable in interface org.eclipse.microprofile.jwt.config.Names
-
The Cookie name expected to containe the JWT token (default is Bearer).
- TOKEN_HEADER - Static variable in interface org.eclipse.microprofile.jwt.config.Names
-
The HTTP header name expected to contain the JWT token.
- tokenUrl() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.OAuthFlow
-
The token URL to be used for this flow.
- tokenUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
-
The token URL to be used for this flow.
- TOO_MANY_REQUESTS - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
429 Too Many Requests, see RFC 6585: Additional HTTP Status Codes.
- toResponse(E) - Method in interface jakarta.ws.rs.ext.ExceptionMapper
-
Map an exception to a
Response
. - toString() - Method in class jakarta.activation.MimeType
-
Return the String representation of this object.
- toString() - Method in class jakarta.activation.MimeTypeParameterList
-
Return a string representation of this object.
- toString() - Method in class jakarta.enterprise.util.AnnotationLiteral
- toString() - Method in class jakarta.enterprise.util.TypeLiteral
- toString() - Method in interface jakarta.json.JsonNumber
-
Returns a JSON text representation of the JSON number.
- toString() - Method in interface jakarta.json.JsonPointer
-
Returns the string representation of this JSON Pointer.
- toString() - Method in interface jakarta.json.JsonValue
-
Returns JSON text for this JSON value.
- toString() - Method in class jakarta.ws.rs.client.Entity
- toString() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- toString() - Method in class jakarta.ws.rs.core.CacheControl
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in class jakarta.ws.rs.core.Cookie
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in class jakarta.ws.rs.core.EntityTag
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in class jakarta.ws.rs.core.GenericEntity
- toString() - Method in class jakarta.ws.rs.core.GenericType
- toString() - Method in class jakarta.ws.rs.core.Link
-
Returns a string representation as a link header (RFC 5988).
- toString() - Method in class jakarta.ws.rs.core.MediaType
-
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
- toString() - Method in class jakarta.ws.rs.core.NewCookie
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in enum class jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- toString() - Method in class jakarta.ws.rs.core.Variant
- toString() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
- toString() - Method in class org.eclipse.microprofile.metrics.MetricID
- toString() - Method in enum class org.eclipse.microprofile.metrics.MetricType
- toString() - Method in class org.eclipse.microprofile.metrics.Tag
- toString() - Method in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
- toString() - Method in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
- toString() - Method in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
- toString() - Method in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
- toString() - Method in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
- toString() - Method in enum class org.eclipse.microprofile.openapi.models.headers.Header.Style
- toString() - Method in enum class org.eclipse.microprofile.openapi.models.media.Encoding.Style
- toString() - Method in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
- toString() - Method in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.In
- toString() - Method in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
- toString() - Method in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
- toString() - Method in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
- toString(T) - Method in interface jakarta.ws.rs.ext.ParamConverter
-
Convert the supplied value to a String.
- toString(T) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Convert the supplied value to a String.
- toTemplate() - Method in class jakarta.ws.rs.core.UriBuilder
-
Get the URI template string represented by this URI builder.
- toThrowable(Response) - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
-
Converts a given Response into a Throwable.
- trace() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- trace() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP TRACE method for the current request.
- trace() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP TRACE method for the current request.
- trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP TRACE method for the current request.
- trace(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- trace(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- TRACE - Enum constant in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
- TRACE(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
-
Sets this PathItem's trace property to the given operation.
- Traced - Annotation Interface in org.eclipse.microprofile.opentracing
-
This annotation allows fine-tuned control over which classes and methods create OpenTracing spans.
- transactional() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Set to
false
if connections should not participate in transactions. - transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the
TransactionPhase
for the observer to build - TransactionPhase - Enum Class in jakarta.enterprise.event
-
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
- transientField(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Change the transient status of the built InjectionPoint.
- TransientReference - Annotation Interface in jakarta.enterprise.inject
-
If a parameter annotated with
@TransientReference
resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes. - TransientReference.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
TransientReference
annotation. - TRUE - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON true.
- TRUE - Enum constant in enum class org.eclipse.microprofile.openapi.annotations.enums.Explode
- TRUE - Static variable in interface jakarta.json.JsonValue
-
JSON true value.
- trustStore(KeyStore) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side trust store.
- trustStore(KeyStore) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
-
Set the client-side trust store.
- type() - Element in annotation interface jakarta.annotation.Resource
-
The Java type of the resource.
- type() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.RegistryType
-
The scope of the MetricRegistry.
- type() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Provides an override for the basic type of the schema.
- type() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Provides an override for the basic type of the schema.
- type() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
The type of the security scheme.
- type(MediaType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- type(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Set the required
Type
(that will be used during typesafe resolution) of the InjectionPoint to build. - type(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a
type
on this link. - type(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- type(Schema.SchemaType) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the type used by this Schema to the string given.
- type(SecurityScheme.Type) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
-
Type is a REQUIRED property that specifies the type of SecurityScheme instance.
- TYPE - Static variable in class jakarta.ws.rs.core.Link
-
Type link param from RFC 5988.
- Typed - Annotation Interface in jakarta.enterprise.inject
-
Restricts the bean types of a bean.
- Typed.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Typed
annotation. - TypeLiteral<T> - Class in jakarta.enterprise.util
-
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
- TypeLiteral() - Constructor for class jakarta.enterprise.util.TypeLiteral
- types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace bean types
- types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace bean types
- types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace bean types
- types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace bean types
U
- UNAUTHORIZED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
401 Unauthorized, see HTTP/1.1 documentation.
- UNCONFIGURED_PREFIX - Static variable in annotation interface org.eclipse.microprofile.config.inject.ConfigProperties
- UNCONFIGURED_VALUE - Static variable in annotation interface org.eclipse.microprofile.config.inject.ConfigProperty
- uniqueItems() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Only applicable if type=array.
- uniqueItems() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Only applicable if type=array.
- uniqueItems(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the uniqueItems property of this Schema instance to the value given.
- unit() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Timeout
-
The timeout unit.
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.ConcurrentGauge
-
The unit of the concurrent gauge.
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Counted
-
The unit of the counter.
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Gauge
-
The unit of the gauge.
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metered
-
The unit of the meter.
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Metric
-
The unit of the metric.
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.SimplyTimed
- unit() - Element in annotation interface org.eclipse.microprofile.metrics.annotation.Timed
-
The unit of the timer.
- unit() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
- unit() - Method in interface org.eclipse.microprofile.metrics.Metadata
- UNKNOWN - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- Unmanaged<T> - Class in jakarta.enterprise.inject.spi
-
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
- Unmanaged(BeanManager, Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class
- Unmanaged(Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class, using the current bean manager
- Unmanaged.UnmanagedInstance<T> - Class in jakarta.enterprise.inject.spi
-
Represents a non-contextual instance.
- unmarshal(Link.JaxbLink) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
-
Convert a
Link.JaxbLink
into aLink
. - UnproxyableResolutionException - Exception in jakarta.enterprise.inject
-
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
- UnproxyableResolutionException() - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnsatisfiedResolutionException - Exception in jakarta.enterprise.inject
-
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
- UnsatisfiedResolutionException() - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
415 Unsupported Media Type, see HTTP/1.1 documentation.
- UnsupportedDataTypeException - Exception in jakarta.activation
-
Signals that the requested operation does not support the requested data type.
- UnsupportedDataTypeException() - Constructor for exception jakarta.activation.UnsupportedDataTypeException
-
Constructs an UnsupportedDataTypeException with no detail message.
- UnsupportedDataTypeException(String) - Constructor for exception jakarta.activation.UnsupportedDataTypeException
-
Constructs an UnsupportedDataTypeException with the specified message.
- unwrap(Class<T>) - Method in interface org.eclipse.microprofile.config.Config
-
Returns an instance of the specific class, to allow access to the provider specific API.
- up() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
-
Sets the status of the health check response to
HealthCheckResponse.Status.UP
. - up(String) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
-
Creates a successful health check with a name.
- UP - Enum constant in enum class org.eclipse.microprofile.health.HealthCheckResponse.Status
- update(int) - Method in interface org.eclipse.microprofile.metrics.Histogram
-
Adds a recorded value.
- update(long) - Method in interface org.eclipse.microprofile.metrics.Histogram
-
Adds a recorded value.
- update(MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in interface org.eclipse.microprofile.rest.client.ext.ClientHeadersFactory
-
Updates the HTTP headers to send to the remote service.
- update(MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class org.eclipse.microprofile.rest.client.ext.DefaultClientHeadersFactoryImpl
- update(Duration) - Method in interface org.eclipse.microprofile.metrics.SimpleTimer
-
Adds a recorded duration.
- update(Duration) - Method in interface org.eclipse.microprofile.metrics.Timer
-
Adds a recorded duration.
- updated_at - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- upn - Enum constant in enum class org.eclipse.microprofile.jwt.Claims
- uri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying string representing URI template for the link being constructed.
- uri(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Parses the
uriTemplate
string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components. - uri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying URI template for the link being constructed.
- uri(URI) - Method in class jakarta.ws.rs.core.UriBuilder
-
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
- uriBuilder(UriBuilder) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying URI builder representing the URI template for the link being constructed.
- UriBuilder - Class in jakarta.ws.rs.core
-
URI template-aware utility class for building URIs from their components.
- UriBuilder() - Constructor for class jakarta.ws.rs.core.UriBuilder
-
Protected constructor, use one of the static
fromXxx(...)
methods to obtain an instance. - UriBuilderException - Exception in jakarta.ws.rs.core
-
A runtime exception thrown by
UriBuilder.build(Object...)
methods when aURI
cannot be constructed based on the current state of the builder. - UriBuilderException() - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Creates a new instance of
UriBuilderException
without detail message. - UriBuilderException(String) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message. - UriBuilderException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message and cause. - UriBuilderException(Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs a new exception with the specified cause and a detail message of (
cause==null ? null : cause.toString()
) (which typically contains the class and detail message of cause). - UriInfo - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to application and request URI information.
- url() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- url() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.ExternalDocumentation
-
The URL for the target documentation.
- url() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.Contact
-
The URL pointing to the contact information.
- url() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.License
-
A URL to the license used for the API.
- url() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.servers.Server
-
A URL to the target host.
- url(String) - Method in interface org.eclipse.microprofile.openapi.models.ExternalDocumentation
-
Sets this ExternalDocumentation's url property to the given string.
- url(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
-
Sets this Contact instance's URL pointing to the contact information and returns this instance of Contact.
- url(String) - Method in interface org.eclipse.microprofile.openapi.models.info.License
-
Sets this License instance's URL used for the API and returns this instance of License.
- url(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
-
This method sets the url property of Server instance to the given url argument, representing a URL to the target host, and returns the modified instance.
- URLDataSource - Class in jakarta.activation
-
The URLDataSource class provides an object that wraps a
URL
object in a DataSource interface. - URLDataSource(URL) - Constructor for class jakarta.activation.URLDataSource
-
URLDataSource constructor.
- USE_PROXY - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
305 Use Proxy, see HTTP/1.1 documentation.
- user() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
User name to use for connection authentication.
- USER - Static variable in class jakarta.ws.rs.Priorities
-
User-level filter/interceptor priority.
- USER_AGENT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- userInfo(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI user-info.
V
- validate(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Validate a certain injection point.
- value() - Element in annotation interface jakarta.annotation.Generated
-
The value element must have the name of the code generator.
- value() - Element in annotation interface jakarta.annotation.ManagedBean
-
The name of the Jakarta Managed Bean.
- value() - Element in annotation interface jakarta.annotation.Priority
-
The priority value.
- value() - Element in annotation interface jakarta.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Element in annotation interface jakarta.annotation.security.DeclareRoles
-
List of security role names.
- value() - Element in annotation interface jakarta.annotation.security.RolesAllowed
-
List of roles that are permitted access.
- value() - Element in annotation interface jakarta.annotation.security.RunAs
-
Name of a security role.
- value() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinitions
- value() - Method in class jakarta.enterprise.context.BeforeDestroyed.Literal
- value() - Element in annotation interface jakarta.enterprise.context.BeforeDestroyed
-
The scope for which to observe destruction
- value() - Method in class jakarta.enterprise.context.Destroyed.Literal
- value() - Element in annotation interface jakarta.enterprise.context.Destroyed
-
The scope for which to observe destruction
- value() - Method in class jakarta.enterprise.context.Initialized.Literal
- value() - Element in annotation interface jakarta.enterprise.context.Initialized
-
The scope for which to observe initialization
- value() - Method in class jakarta.enterprise.inject.literal.NamedLiteral
- value() - Method in class jakarta.enterprise.inject.New.Literal
- value() - Element in annotation interface jakarta.enterprise.inject.New
-
Specifies the bean class of the new instance.
- value() - Element in annotation interface jakarta.enterprise.inject.spi.WithAnnotations
- value() - Method in class jakarta.enterprise.inject.Typed.Literal
- value() - Element in annotation interface jakarta.enterprise.inject.Typed
-
Selects the bean types of the bean.
- value() - Element in annotation interface jakarta.inject.Named
-
The name.
- value() - Element in annotation interface jakarta.interceptor.Interceptors
-
An ordered list of interceptors.
- value() - Element in annotation interface jakarta.ws.rs.ApplicationPath
-
Defines the base URI for all resource URIs.
- value() - Element in annotation interface jakarta.ws.rs.ConstrainedTo
-
Define the
constraint type
to be placed on a JAX-RS provider. - value() - Element in annotation interface jakarta.ws.rs.Consumes
-
A list of media types.
- value() - Element in annotation interface jakarta.ws.rs.CookieParam
-
Defines the name of the HTTP cookie whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface jakarta.ws.rs.DefaultValue
-
The specified default value.
- value() - Element in annotation interface jakarta.ws.rs.FormParam
-
Defines the name of the form parameter whose value will be used to initialize the value of the annotated method argument.
- value() - Element in annotation interface jakarta.ws.rs.HeaderParam
-
Defines the name of the HTTP header whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface jakarta.ws.rs.HttpMethod
-
Specifies the name of a HTTP method.
- value() - Element in annotation interface jakarta.ws.rs.MatrixParam
-
Defines the name of the URI matrix parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface jakarta.ws.rs.Path
-
Defines a URI template for the resource class or method, must not include matrix parameters.
- value() - Element in annotation interface jakarta.ws.rs.PathParam
-
Defines the name of the URI template parameter whose value will be used to initialize the value of the annotated method parameter, class field or property.
- value() - Element in annotation interface jakarta.ws.rs.Produces
-
A list of media types.
- value() - Element in annotation interface jakarta.ws.rs.QueryParam
-
Defines the name of the HTTP query parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Bulkhead
-
Specify the maximum number of concurrent calls to an instance.
- value() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Fallback
-
Specify the fallback class to be used.
- value() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Timeout
-
The timeout value.
- value() - Element in annotation interface org.eclipse.microprofile.jwt.Claim
-
The value specifies the id name the claim to inject
- value() - Method in class org.eclipse.microprofile.jwt.ClaimLiteral
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.callbacks.Callbacks
-
An array of Callback annotations which are a map of possible out-of band callbacks related to the parent operation
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.extensions.Extension
-
The extension value.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.extensions.Extensions
-
An array of Extension annotations
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.DiscriminatorMapping
-
The property value that will be mapped to a Schema
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.ExampleObject
-
A string representation of the example.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.Parameters
-
An array of Parameter Objects for the operation
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.parameters.RequestBodySchema
-
Provides a Java class as implementation for this schema.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponses
-
An array of APIResponse annotations
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.responses.APIResponseSchema
-
Provides a Java class as implementation for this schema.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityRequirements
-
An array of SecurityRequirement annotations that can be specified for the operation or at definition level.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecurityRequirementsSet
-
An array of SecurityRequirement annotations that can be specified for the operation or at definition level.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.security.SecuritySchemes
-
An array of SecurityScheme annotations that can be specified at definition level.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.servers.Servers
-
An array of Server objects which is used to provide connectivity information to a target server.
- value() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.tags.Tags
-
An array of Tag annotation objects which hold metadata for the API
- value() - Element in annotation interface org.eclipse.microprofile.opentracing.Traced
-
Defaults to true.
- value() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.ClientHeaderParam
- value() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.ClientHeaderParams
- value() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.RegisterClientHeaders
- value() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.RegisterProvider
- value() - Element in annotation interface org.eclipse.microprofile.rest.client.annotation.RegisterProviders
- value(Object) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
-
Sets this Example's value property to the given value.
- VALUE_FALSE - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
false
value in a JSON array or object. - VALUE_NULL - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
null
value in a JSON array or object. - VALUE_NUMBER - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
Number value in a JSON array or object.
- VALUE_STRING - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
String value in a JSON array or object.
- VALUE_TRUE - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
true
value in a JSON array or object. - valueOf(String) - Static method in enum class jakarta.annotation.Resource.AuthenticationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.enterprise.event.Reception
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.enterprise.event.TransactionPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.json.JsonPatch.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.json.JsonValue.ValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.json.stream.JsonParser.Event
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class jakarta.ws.rs.core.CacheControl
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.Cookie
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.EntityTag
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.Link
-
Simple parser to convert link header string representations into a link.
- valueOf(String) - Static method in class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
by parsing the supplied string. - valueOf(String) - Static method in class jakarta.ws.rs.core.NewCookie
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
- valueOf(String) - Static method in enum class jakarta.ws.rs.core.Response.Status.Family
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.ws.rs.core.Response.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jakarta.ws.rs.RuntimeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.health.HealthCheckResponse.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.jwt.Claims
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.Explode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.headers.Header.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.media.Encoding.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.In
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.eclipse.microprofile.rest.client.ext.QueryParamStyle
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class jakarta.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.enterprise.event.Reception
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.enterprise.event.TransactionPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.enterprise.inject.spi.InterceptionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.json.JsonPatch.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.json.JsonValue.ValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.json.stream.JsonParser.Event
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- values() - Static method in enum class jakarta.ws.rs.core.Response.Status.Family
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.ws.rs.core.Response.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jakarta.ws.rs.RuntimeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.health.HealthCheckResponse.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.jwt.Claims
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.metrics.MetricType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.Explode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.SchemaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.headers.Header.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.media.Encoding.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.In
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.eclipse.microprofile.rest.client.ext.QueryParamStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variables() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.servers.Server
-
An array of variables used for substitution in the server's URL template.
- variables(Map<String, ServerVariable>) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
-
This method sets the variables property of Server instance to the given variables argument and returns the modified instance.
- variant(Variant) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set message entity representation metadata.
- Variant - Class in jakarta.ws.rs.core
-
Abstraction for a resource representation variant.
- Variant(MediaType, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, Locale, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant.VariantListBuilder - Class in jakarta.ws.rs.core
-
A builder for a list of representation variants.
- VariantListBuilder() - Constructor for class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Protected constructor, use the static
newInstance
method to obtain an instance. - variants(Variant...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- variants(List<Variant>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- VARY - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- VENDOR - Enum constant in enum class org.eclipse.microprofile.metrics.MetricRegistry.Type
-
The Vendor scoped MetricRegistry.
- VERIFIER_PUBLIC_KEY - Static variable in interface org.eclipse.microprofile.jwt.config.Names
-
The embedded key material of the verification public key for the MP-JWT signer in PKCS8 PEM or JWK(S) format.
- VERIFIER_PUBLIC_KEY_ALGORITHM - Static variable in interface org.eclipse.microprofile.jwt.config.Names
-
Public Key Signature Algorithm property which can be set to either 'RS256' or 'ES256'.
- VERIFIER_PUBLIC_KEY_LOCATION - Static variable in interface org.eclipse.microprofile.jwt.config.Names
-
The relative path or full URL of the verification public key.
- version() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.info.Info
-
The version of the API definition.
- version(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
-
Sets the version of the OpenAPI document for this instance of Info to the given version and returns this instance of Info
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Forces the container to ignore this type.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Forces the container to ignore the bean.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Forces the container to ignore the observer method.
- Vetoed - Annotation Interface in jakarta.enterprise.inject
-
Veto the processing of the class.
- Vetoed.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Vetoed
annotation.
W
- waitingTaskQueue() - Element in annotation interface org.eclipse.microprofile.faulttolerance.Bulkhead
-
Specify the waiting task queue.
- WebApplicationException - Exception in jakarta.ws.rs
-
Runtime exception for applications.
- WebApplicationException() - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(String) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and a default HTTP status code of 500.
- WebApplicationException(String, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a supplied message and HTTP status code.
- WebApplicationException(String, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied message and response.
- WebApplicationException(String, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and HTTP status.
- WebApplicationException(String, Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
- WebApplicationException(String, Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and HTTP status code.
- WebApplicationException(String, Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and response.
- WebApplicationException(String, Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a the supplied message, root cause and HTTP status code.
- WebApplicationException(Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebTarget - Interface in jakarta.ws.rs.client
-
A resource target identified by the resource URI.
- WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing wildcard "*/*" media type . - WILDCARD_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
- WithAnnotations - Annotation Interface in jakarta.enterprise.inject.spi
-
WithAnnotations
may be applied to any portable extension observer method with an event parameter type ofProcessAnnotatedType
to filter the events delivered. - withCharset(String) - Method in class jakarta.ws.rs.core.MediaType
-
Create a new
MediaType
instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter. - withConfig(Configuration) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the internal configuration state to an externally provided configuration state.
- withConverter(Class<T>, int, Converter<T>) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the specified
Converter
instance for the given type to the configuration being built. - withConverters(Converter<?>...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the specified
Converter
instances to the configuration being built. - withData(String, boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
-
Adds additional boolean data to the health check response.
- withData(String, long) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
-
Adds additional numeric data to the health check response.
- withData(String, String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
-
Adds additional string data to the health check response.
- withDescription(String) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
-
Sets the description.
- withDisplayName(String) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
-
Sets the displayName.
- withName(String) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
-
Sets the name.
- withSources(ConfigSource...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
-
Add the specified
ConfigSource
instances to the configuration being built. - withType(MetricType) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
-
Sets the type.
- withUnit(String) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
-
Sets the unit.
- wrapExpressionFactory(ExpressionFactory) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns a wrapper
ExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. - wrapped(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
-
This method sets the wrapped property of XML instance to the given Boolean argument and returns the modified instance.
- write(boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON true or false value within the current array, field or root context.
- write(double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(JsonStructure) - Method in interface jakarta.json.JsonWriter
- write(JsonValue) - Method in interface jakarta.json.JsonWriter
-
Writes the specified
JsonValue
to the output source. - write(JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON value within the current array, field or root context.
- write(OutputStream) - Method in interface jakarta.ws.rs.core.StreamingOutput
-
Called to write the message body.
- write(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON string value within the current array, field or root context.
- write(String, boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/boolean value pair in the current object context.
- write(String, double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/value pair in the current object context.
- write(String, String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/string value pair in the current object context.
- write(String, BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- writeArray(JsonArray) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
array
to the output source. - writeEnd() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the end of the current context.
- writeExternal(ObjectOutput) - Method in class jakarta.activation.MimeType
-
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
- writeKey(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name with a colon.
- writeNull() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON null value within the current array, field or root context.
- writeNull(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/null value pair in an current object context.
- writeObject(JsonObject) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
object
to the output source. - writeOnly() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.Schema
-
Relevant only for Schema "properties" definitions.
- writeOnly() - Element in annotation interface org.eclipse.microprofile.openapi.annotations.media.SchemaProperty
-
Relevant only for Schema "properties" definitions.
- writeOnly(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the writeOnly property of this Schema.
- WriterInterceptor - Interface in jakarta.ws.rs.ext
-
Interface for message body writer interceptors that wrap around calls to
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - WriterInterceptorContext - Interface in jakarta.ws.rs.ext
- writeStartArray() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start array character.
- writeStartArray(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start array character pair with in the current object context.
- writeStartObject() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start object character.
- writeStartObject(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start object character pair in the current object context.
- writeTo(OutputStream) - Method in class jakarta.activation.DataHandler
-
Write the data to an
OutputStream
. - writeTo(Object, String, OutputStream) - Method in interface jakarta.activation.DataContentHandler
-
Convert the object to a byte stream of the specified MIME type and write it to the output stream.
- writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Write a type to an HTTP message.
- WWW_AUTHENTICATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
X
- xhtml(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/xhtml+xml" entity.
- xml(XML) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
-
Sets the xml property of this Schema instance.
- xml(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/xml" entity.
- XML - Interface in org.eclipse.microprofile.openapi.models.media
-
A metadata object that allows for more fine-tuned XML model definitions.
Z
A B C D E F G H I J K L M N O P Q R S T U V W X ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
hashCode()
contract, useisMimeTypeEqual(String)
instead.