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

A

accept(EventContext<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
 
acr - org.eclipse.microprofile.jwt.Claims
 
activate() - Method in interface javax.enterprise.context.control.RequestContextController
Activates a RequestContext for the current thread if one is not already active.
ActivateRequestContext - Annotation Type in javax.enterprise.context.control
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
ADAPTERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom mapping adapters for generic types.
adaptFromJson(Adapted) - Method in interface javax.json.bind.adapter.JsonbAdapter
This method is used on deserialization only.
adaptToJson(Original) - Method in interface javax.json.bind.adapter.JsonbAdapter
This method is used on serialization only.
add(boolean) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array.
add(double) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(int) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(int, boolean) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array at the specified position.
add(int, double) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, int) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, long) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, String) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonString at the specified position.
add(int, BigDecimal) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, BigInteger) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array at the specified position.
add(int, JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array at the specified position.
add(int, JsonValue) - Method in interface javax.json.JsonArrayBuilder
Inserts a value to the array at the specified position.
add(long) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Add an annotation to the constructor.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Add an annotation to the field.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Add an annotation to the method.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Add an annotation to the parameter.
add(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Add an annotation to the type.
add(String) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonString.
add(String, boolean) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonValue#TRUE or name/JsonValue#FALSE pair to the JSON object associated with this object builder.
add(String, boolean) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, double) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, int) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, int) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, long) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, String) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonString pair to the JSON object associated with this object builder.
add(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, BigDecimal) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, BigInteger) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, JsonArrayBuilder) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonArray pair to the JSON object associated with this object builder.
add(String, JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonObject pair to the JSON object associated with this object builder.
add(String, JsonValue) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonValue pair to the JSON object associated with this object builder.
add(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(BigDecimal) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(BigInteger) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array.
add(JsonObjectBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array.
add(JsonValue) - Method in interface javax.json.JsonArrayBuilder
Adds a value to the array.
add(T, JsonValue) - Method in interface javax.json.JsonPointer
Adds or replaces a value at the referenced location in the specified target with the specified value.
ADD - javax.json.JsonPatch.Operation
"add" operation.
addAll(JsonArrayBuilder) - Method in interface javax.json.JsonArrayBuilder
Adds all elements of the array in the specified array builder to the array.
addAll(JsonObjectBuilder) - Method in interface javax.json.JsonObjectBuilder
Adds all name/value pairs in the JSON object associated with the specified object builder to the JSON object associated with this object builder.
addAllOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the given Schema to the list of schemas used by the allOf property.
addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation.
addAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation
addAnnotatedType(AnnotatedType<?>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnyOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the given Schema to the list of schemas used by the anyOf property.
addApiResponse(String, APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Deprecated.
addAPIResponse(String, APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Adds an APIResponse in the format of the name as a key and the item as the value to APIResponses map
addBean() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtains a new BeanConfigurator to configure a new Bean and add it at the end of the observer invocation.
addBean(Bean<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessBean containing the given Bean and then registers the Bean with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans.
addBeanClasses(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add provided bean classes to the synthetic bean archive.
addCallback(String, Callback) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given callback to this Components' map of callbacks with the given string as its key.
addCallback(String, Callback) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given callback item to this Operation's map of callbacks.
addContext(Context) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Registers a custom Context object with the container.
addDefaultSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the default config sources appearing on the builder's classpath including: System properties Environment properties /META-INF/microprofile-config.properties
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBean
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface javax.enterprise.inject.spi.ProcessProducer
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDeploymentProblem(Throwable) - Method in interface javax.enterprise.inject.spi.AfterDeploymentValidation
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
addDiscoveredContextManagerExtensions() - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Load all discoverable ContextManagerExtension instances via the ServiceLoader mechanism on the current thread-context ClassLoader (unless overridden by ContextManager.Builder.forClassLoader(ClassLoader)).
addDiscoveredConverters() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the converters to be loaded via service loader pattern
addDiscoveredSources() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the config sources appearing to be loaded via service loader pattern
addDiscoveredThreadContextProviders() - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Load all discoverable ThreadContextProvider instances via the ServiceLoader mechanism on the current thread-context ClassLoader (unless overridden by ContextManager.Builder.forClassLoader(ClassLoader)).
addEncoding(String, Encoding) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Adds an Encoding item to the encoding property of a MediaType instance.
addEnumeration(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds an item of the appropriate type to the enumerated list of values allowed.
addEnumeration(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method adds a string item to enumeration list of a ServerVariable instance and returns the instance.
addExample(String, Example) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given example to this Components' map of examples with the given string as its key.
addExample(String, Example) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Adds an example of the media type 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 media type using the specified key.
addExtension(String, Object) - Method in interface org.eclipse.microprofile.openapi.models.Extensible
Adds the given object to this Extensible's map of extensions, with the given name as its key.
addExtensions(Class<? extends Extension>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExtensions(Extension...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addHeader(String, Header) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given header to this Components' map of headers with the given string as its key.
addHeader(String, Header) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
Adds the given header to this Encoding' list of headers with the given string as its key.
addHeader(String, Header) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Adds the given Header to this ApiResponse instance's map of Headers with the given name and return this instance of ApiResponse.
addInjectionPoint(InjectionPoint) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add an InjectionPoint to the configured bean
addInjectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInjectionPoints(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type.
additionalProperties(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Deprecated.
since 1.1, use @link Schema.additionalPropertiesBoolean(Boolean) instead
additionalProperties(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Deprecated.
since 1.1, use @link Schema.additionalPropertiesSchema(Schema) instead
additionalPropertiesBoolean(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the value of "additionalProperties" to either True or False.
additionalPropertiesSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the Schema which defines additional properties not defined by "properties" or "patternProperties".
addLink(String, Link) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given link to this Components' map of links with the given string as its key.
addLink(String, Link) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Adds a link to this instance of ApiResponse using the given name and Link, and returns this ApiResponse instance.
addMapping(String, String) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Maps the given name to the given value and stores it in this Discriminator's mapping property.
addMediaType(String, MediaType) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Adds the MediaType for this Content, where the key is the name of the MediaType and the value is the object that describes the content passed into or returned from an operation.
addNull() - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array.
addNull(int) - Method in interface javax.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array at the specified position.
addNull(String) - Method in interface javax.json.JsonObjectBuilder
Adds a name/JsonValue#NULL pair to the JSON object associated with this object builder where the value is null.
addObserverMethod() - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
obtains a new ObserverMethodConfigurator to configure a new ObserverMethod and add it at the end of the observer invocation.
addObserverMethod(ObserverMethod<?>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessObserverMethod containing the given ObserverMethod and then registers the ObserverMethod with the container, thereby making it available for event notifications.
addOneOf(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the given Schema to the list of schemas used by the oneOf property.
addPackages(boolean, Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
addPackages(boolean, Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addPackages(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
addPackages(Package...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addParameter(String, Object) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Add a new parameter to the parameters property of this instance of Link.
addParameter(String, Parameter) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given parameter to this Components' map of parameters with the given string as its key.
addParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given parameter item to this Operation's list of parameters.
addParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Adds the given parameter to this PathItem's list of parameters.
addPathItem(String, PathItem) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Adds the given PathItem to this Callback's list of PathItems using the string as its key.
addPathItem(String, PathItem) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Adds the given path item to this Paths and return this instance of Paths
addProperty(String, Object) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add a configuration property to the container
addProperty(String, Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds a Schema property of the provided name using the given schema.
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add the qualifier to the InjectionPoint to build
addQualifier(Annotation) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add the qualifier to the observed event
addQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifier(AnnotatedType<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addRequestBody(String, RequestBody) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given request body to this Components' map of request bodies with the given string as its key.
addRequired(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Adds the name of an item to the list of fields required in objects defined by this Schema.
addResponse(String, APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given response to this Components' map of responses with the given string as its key.
address - org.eclipse.microprofile.jwt.Claims
 
addSchema(String, Schema) - Method in interface org.eclipse.microprofile.openapi.models.Components
Adds the given schema to this Components' list of schemas with the given string as its key.
addScheme(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Adds a security scheme to the SecurityRequirement instance based on the scheme name.
addScheme(String, String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Adds a security scheme to the SecurityRequirement instance based on the scheme name and required scope (optional) provided.
addScheme(String, List<String>) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Adds a security scheme to the SecurityRequirement instance based on the scheme name and required scopes (optional) provided.
addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a scope type.
addScope(String, String) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Adds name of an existing scope object and item parameters to a Scopes instance 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.
addServerVariable(String, ServerVariable) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
This method adds a key-value item to a ServerVariables instance from the name-item parameter pair and returns the modified instance.
addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a stereotype, and specifies its meta-annotations.
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add stereotypes to the configured bean
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add stereotypes to the configured bean
addTag(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Adds the given tag to this Operation's list of tags.
addTag(Tag) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Adds the given tag to this OpenAPI instance's list of tags.
addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addTransitiveTypeClosure(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(Type) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
AFTER_COMPLETION - javax.enterprise.event.TransactionPhase
Identifies an after completion observer method, called during the after completion phase of the transaction.
AFTER_FAILURE - javax.enterprise.event.TransactionPhase
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
AFTER_SUCCESS - javax.enterprise.event.TransactionPhase
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
AfterBeanDiscovery - Interface in javax.enterprise.inject.spi
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered Bean and ObserverMethod objects for the discovered beans, but before detecting deployment problems.
AfterDeploymentValidation - Interface in javax.enterprise.inject.spi
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
AfterTypeDiscovery - Interface in javax.enterprise.inject.spi
This event type is thrown by the container after type discovery is complete.
ALL - Static variable in interface org.eclipse.microprofile.metrics.MetricFilter
Matches all metrics, regardless of type or MetricID.
ALL_REMAINING - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for all available thread context types which are not specified individually under cleared, propagated, or unchanged.
allOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the schemas used by the allOf property of this Schema.
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(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
AllowReserved determines whether the parameter value SHOULD allow reserved characters to be encoded without percent-encoding.
allowReserved(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the allowReserved property of a Parameter instance to the given value.
AlterableContext - Interface in javax.enterprise.context.spi
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
alternative(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Change the alternative status of the configured bean.
alternative(boolean) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Change the alternative status of the configured bean.
Alternative - Annotation Type in javax.enterprise.inject
Specifies that a bean is an alternative.
Alternative.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Alternative annotation.
ALWAYS - javax.enterprise.event.Reception
Specifies that an observer method always receives event notifications.
AmbiguousResolutionException - Exception in javax.enterprise.inject
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
AmbiguousResolutionException() - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.AmbiguousResolutionException
 
amr - org.eclipse.microprofile.jwt.Claims
 
Annotated - Interface in javax.enterprise.inject.spi
Represents a Java program element that can be annotated.
AnnotatedCallable<X> - Interface in javax.enterprise.inject.spi
Represents a callable member of a Java type.
AnnotatedConstructor<X> - Interface in javax.enterprise.inject.spi
Represents a constructor of a Java class.
AnnotatedConstructorConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedConstructor
AnnotatedField<X> - Interface in javax.enterprise.inject.spi
Represents a field of a Java class.
AnnotatedFieldConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedField
AnnotatedMember<X> - Interface in javax.enterprise.inject.spi
Represents a member of a Java type.
AnnotatedMethod<X> - Interface in javax.enterprise.inject.spi
Represents a method of a Java type.
AnnotatedMethodConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedMethod
AnnotatedParameter<X> - Interface in javax.enterprise.inject.spi
Represents a parameter of a method or constructor.
AnnotatedParameterConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedParameter
AnnotatedType<X> - Interface in javax.enterprise.inject.spi
Represents a Java class or interface.
AnnotatedTypeConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is a helper to configure a new AnnotatedType instance.
AnnotationLiteral<T extends java.lang.annotation.Annotation> - Class in javax.enterprise.util
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class javax.enterprise.util.AnnotationLiteral
 
annotationType() - Method in class javax.enterprise.util.AnnotationLiteral
 
Any - Annotation Type in javax.enterprise.inject
The built-in qualifier type.
ANY - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is not guaranteed to retain any order.
Any.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Any qualifier.
anyOf(List<Schema>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the schemas used by the anyOf property of this Schema.
APIKEY - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
APIKEY - org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
 
APIResponse - Interface in org.eclipse.microprofile.openapi.models.responses
This interface represents a single response from an API Operation, including design-time, static links to operations based on the response.
APIResponse - Annotation Type in org.eclipse.microprofile.openapi.annotations.responses
The ApiResponse annotation corresponds to the OpenAPI Response model object which describes a single response from an API Operation, including design-time, static links to operations based on the response.
APIResponses - Interface in org.eclipse.microprofile.openapi.models.responses
This interface represents the container for the expected responses of an operation.
APIResponses - Annotation Type in org.eclipse.microprofile.openapi.annotations.responses
The ApiResponses annotation is a container for @ApiResponse annotations.
APPLICATION - javax.annotation.Resource.AuthenticationType
 
APPLICATION - org.eclipse.microprofile.metrics.MetricRegistry.Type
The Application (default) scoped MetricRegistry.
APPLICATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
APPLICATION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
APPLICATION - Static variable in class javax.enterprise.context.Initialized.Literal
 
APPLICATION - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for interceptors defined by applications.
APPLICATION - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for application context.
APPLICATION_NAME_TAG - Static variable in class org.eclipse.microprofile.metrics.MetricID
 
APPLICATION_NAME_VARIABLE - Static variable in class org.eclipse.microprofile.metrics.MetricID
 
ApplicationScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is application scoped.
ApplicationScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the ApplicationScoped annotation.
apply(JsonValue) - Method in interface javax.json.JsonMergePatch
Applies the JSON Merge Patch to the specified target.
apply(T) - Method in interface javax.json.JsonPatch
Applies the patch operations to the specified target.
applyContext() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
This method will be invoked by the MP Rest Client runtime on the "async" thread (i.e.
areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
areQualifiersEquivalent(Annotation, Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
AROUND_CONSTRUCT - javax.enterprise.inject.spi.InterceptionType
Intercepts a constructor invocation
AROUND_INVOKE - javax.enterprise.inject.spi.InterceptionType
Intercepts method invocation
AROUND_TIMEOUT - javax.enterprise.inject.spi.InterceptionType
Intercepts a timeout
AroundConstruct - Annotation Type in javax.interceptor
Designates an interceptor method that receives a callback when the target class constructor is invoked.
AroundInvoke - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on business methods.
AroundTimeout - Annotation Type in javax.interceptor
Defines an interceptor method that interposes on timeout methods.
ARRAY - javax.json.JsonValue.ValueType
JSON array.
ARRAY - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
ARRAY - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
asJsonArray() - Method in interface javax.json.JsonValue
Return the JsonValue as a JsonArray
asJsonObject() - Method in interface javax.json.JsonValue
Return the JsonValue as a JsonObject
async(boolean) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Allows modification of the asynchronous status of the observer to build.
Asynchronous - Annotation Type in org.eclipse.microprofile.faulttolerance
Wrap the execution and invoke it asynchronously.
AsyncInvocationInterceptor - Interface in org.eclipse.microprofile.rest.client.ext
Implementations of this interface can intercept asynchronous method invocations.
AsyncInvocationInterceptorFactory - Interface in org.eclipse.microprofile.rest.client.ext
This is a provider interface intended for intercepting asynchronous method invocations.
at_hash - org.eclipse.microprofile.jwt.Claims
 
attribute(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method sets the attribute property of XML instance to the given Boolean argument and returns the modified instance.
aud - org.eclipse.microprofile.jwt.Claims
 
auth_time - org.eclipse.microprofile.jwt.Claims
 
authorizationCode(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Authorization Code flow; previously called accessCode in OpenAPI 2.0
authorizationUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The authorization URL to be used for this flow.
azp - org.eclipse.microprofile.jwt.Claims
 

B

BASE - org.eclipse.microprofile.metrics.MetricRegistry.Type
The Base scoped MetricRegistry.
BASE_64 - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BASE_64_URL - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
baseUri(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.
Bean<T> - Interface in javax.enterprise.inject.spi
Represents an enabled bean.
BeanAttributes<T> - Interface in javax.enterprise.inject.spi
The BeanAttributes interface exposes the basic attributes of a bean.
BeanAttributesConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure a new BeanAttributes instance.
beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set the class of the configured Bean.
beanClass(Class<?>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the class of the Bean containing this observer.
BeanConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure a new Bean instance.
BeanManager - Interface in javax.enterprise.inject.spi
Allows a portable extension to interact directly with the container.
bearerFormat(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
bearerFormat is intended as a hint to the client to identify how the bearer token is formatted.
BEFORE_COMPLETION - javax.enterprise.event.TransactionPhase
Identifies a before completion observer method, called during the before completion phase of the transaction.
BeforeBeanDiscovery - Interface in javax.enterprise.inject.spi
This event type is thrown by the container before the bean discovery process begins.
BeforeDestroyed - Annotation Type in javax.enterprise.context
An event with this qualifier is fired when a context is about to be destroyed, i.e.
BeforeDestroyed.Literal - Class in javax.enterprise.context
Supports inline instantiation of the BeforeDestroyed qualifier.
BeforeShutdown - Interface in javax.enterprise.inject.spi
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
begin() - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running.
begin() - Method in interface org.eclipse.microprofile.context.spi.ThreadContextSnapshot
Applies the captured thread context snapshot to the current thread and returns a distinct ThreadContextController instance.
begin(String) - Method in interface javax.enterprise.context.Conversation
Mark the current transient conversation long-running, with a specified identifier.
bigDecimalValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a BigDecimal object.
bigIntegerValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a BigInteger object.
bigIntegerValueExact() - Method in interface javax.json.JsonNumber
Returns this JSON number as a BigInteger object.
BINARY_DATA_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
BinaryDataStrategy - Class in javax.json.bind.config
Specifies predefined binary data handling strategies.
birthdate - org.eclipse.microprofile.jwt.Claims
 
BITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Represents bits.
BOOLEAN - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
BOOLEAN - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
build() - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
build() - Method in interface javax.json.bind.JsonbBuilder
Returns a new instance of Jsonb based on the parameters and configuration specified previously in this builder.
build() - Method in interface javax.json.JsonArrayBuilder
Returns the current array.
build() - Method in interface javax.json.JsonObjectBuilder
Returns the JSON object associated with this object builder.
build() - Method in interface javax.json.JsonPatchBuilder
Returns the JSON Patch.
build() - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Build the Config object.
build() - Method in interface org.eclipse.microprofile.context.ManagedExecutor.Builder
Builds a new ManagedExecutor with the configuration that this builder represents as of the point in time when this method is invoked.
build() - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Creates a new ContextManager with the specified configuration.
build() - Method in interface org.eclipse.microprofile.context.ThreadContext.Builder
Builds a new ThreadContext instance with the configuration that this builder represents as of the point in time when this method is invoked.
build() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
build() - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
 
build() - Method in interface org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder
Build this stream, using the first ReactiveStreamsEngine found by the ServiceLoader.
build(Class<T>) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Based on the configured RestClientBuilder, creates a new instance of the given REST interface to invoke API calls against.
build(ReactiveStreamsEngine) - Method in interface org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder
Build this stream, using the supplied ReactiveStreamsEngine.
buildCompletion(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a closed graph from the given stages.
builder() - Static method in interface javax.enterprise.event.NotificationOptions
 
builder() - Static method in interface org.eclipse.microprofile.context.ManagedExecutor
Creates a new ManagedExecutor.Builder instance.
builder() - Static method in interface org.eclipse.microprofile.context.ThreadContext
Creates a new ThreadContext.Builder instance.
builder() - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
 
builder() - Static method in interface org.eclipse.microprofile.metrics.Metadata
Returns a new builder
builder() - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
builder() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
builder(Metadata) - Static method in interface org.eclipse.microprofile.metrics.Metadata
Returns a new builder with the Metadata information
buildModel() - Method in interface org.eclipse.microprofile.openapi.OASModelReader
This method is called by the vendor's OpenAPI processing framework.
buildProcessor(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a Processor from the given stages.
buildPublisher(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a Publisher from the given stages.
buildRs() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Build this stream, using the first ReactiveStreamsEngine found by the ServiceLoader.
buildRs() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Build this stream, using the first ReactiveStreamsEngine found by the ServiceLoader.
buildRs(ReactiveStreamsEngine) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Build this stream, using the supplied ReactiveStreamsEngine.
buildRs(ReactiveStreamsEngine) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Build this stream, using the supplied ReactiveStreamsEngine.
buildSubscriber(Graph) - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsEngine
Build a Subscriber from the given stages.
Bulkhead - Annotation Type in org.eclipse.microprofile.faulttolerance
Define bulkhead policy to limit the number of the concurrent calls to an instance.
BulkheadException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
The exception should be thrown when Bulkhead implementation throws an exception, e.g.
BulkheadException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BulkheadException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BulkheadException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BulkheadException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException
 
BusyConversationException - Exception in javax.enterprise.context
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
BusyConversationException() - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BusyConversationException(Throwable) - Constructor for exception javax.enterprise.context.BusyConversationException
 
BYTE - Static variable in class javax.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded as a byte array.
BYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits

C

c_hash - org.eclipse.microprofile.jwt.Claims
 
call() - Method in interface org.eclipse.microprofile.health.HealthCheck
 
Callback - Interface in org.eclipse.microprofile.openapi.models.callbacks
Callback
Callback - Annotation Type in org.eclipse.microprofile.openapi.annotations.callbacks
This object represents a callback URL that will be invoked.
CallbackOperation - Annotation Type in org.eclipse.microprofile.openapi.annotations.callbacks
Describes a single API callback operation.
callbacks(Map<String, Callback>) - Method in interface org.eclipse.microprofile.openapi.models.Components
Sets this Components' callbacks property to the given Map containing keys and reusable callback objects.
callbacks(Map<String, Callback>) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Sets this Operation's callbacks property to the given map.
Callbacks - Annotation Type in org.eclipse.microprofile.openapi.annotations.callbacks
This object represents an array of Callback URLs that can be invoked.
cancel() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Cancels the stream as soon as it is run.
cancel() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Cancels the stream as soon as it is run.
cancel() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Cancels the stream as soon as it is run.
CASE_INSENSITIVE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the serialization will be same as identity.
CDI<T> - Class in javax.enterprise.inject.spi
Provides access to the current container.
CDI - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for CDI context.
CDI() - Constructor for class javax.enterprise.inject.spi.CDI
 
CDIProvider - Interface in javax.enterprise.inject.spi
Interface implemented by a CDI provider to provide access to the current container
CircuitBreaker - Annotation Type in org.eclipse.microprofile.faulttolerance
Define the Circuit Breaker policy
CircuitBreakerOpenException - Exception in org.eclipse.microprofile.faulttolerance.exceptions
The exception should be thrown when circuit breaker is open.
CircuitBreakerOpenException() - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
CircuitBreakerOpenException(String) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
CircuitBreakerOpenException(String, Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
CircuitBreakerOpenException(Throwable) - Constructor for exception org.eclipse.microprofile.faulttolerance.exceptions.CircuitBreakerOpenException
 
claim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
A utility method to access a claim value in an Optional wrapper
Claim - Annotation Type in org.eclipse.microprofile.jwt
Annotation used to signify an injection point for a ClaimValue from a JsonWebToken
ClaimLiteral - Class in org.eclipse.microprofile.jwt
Annotation literal for Claim
ClaimLiteral() - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Creates a default value Claim literal
ClaimLiteral(String) - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Construct a Claim literal from a string name of a claim
ClaimLiteral(Claims) - Constructor for class org.eclipse.microprofile.jwt.ClaimLiteral
Construct a Claim literal from a standard claim defined in Claims
Claims - Enum in org.eclipse.microprofile.jwt
This enum represents the standardized claims that the MP-JWT specification allows for in terms of interoperability.
ClaimValue<T> - Interface in org.eclipse.microprofile.jwt
A representation of a claim in a JsonWebToken
cleared(String...) - Method in interface org.eclipse.microprofile.context.ManagedExecutor.Builder
Defines the set of thread context types to clear from the thread where the action or task executes.
cleared(String...) - Method in interface org.eclipse.microprofile.context.ThreadContext.Builder
Defines the set of thread context types to clear from the thread where the action or task executes.
clearedContext(Map<String, String>) - Method in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
Returns empty/cleared context of the provided type.
clientCredentials(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Client Credential flow; previously called application in OpenAPI 2.0
ClientHeaderParam - Annotation Type in org.eclipse.microprofile.rest.client.annotation
Used to specify an HTTP parameter that should be sent with the outbound request.
ClientHeaderParams - Annotation Type in org.eclipse.microprofile.rest.client.annotation
Used to specify HTTP parameters that should be sent with the outbound request.
ClientHeadersFactory - Interface in org.eclipse.microprofile.rest.client.ext
This interface is intended for generating or propagating HTTP headers.
ClientTracingRegistrar - Class in org.eclipse.microprofile.opentracing
This class registers tracing components into ClientBuilder.
ClientTracingRegistrarProvider - Interface in org.eclipse.microprofile.opentracing
Implementation of this interface will be used to configure ClientBuilder when ClientTracingRegistrar.configure(ClientBuilder) is called.
close() - Method in interface javax.enterprise.inject.se.SeContainer
Shuts down this SeContainer instance when it is no longer in scope.
close() - Method in interface javax.json.JsonReader
Closes this reader and frees any resources associated with the reader.
close() - Method in interface javax.json.JsonWriter
 
close() - Method in interface javax.json.stream.JsonGenerator
Closes this generator and frees any resources associated with it.
close() - Method in interface javax.json.stream.JsonParser
Closes this parser and frees any resources associated with the parser.
close() - Method in interface org.eclipse.microprofile.metrics.Timer.Context
Equivalent to calling Timer.Context.stop().
cnf - org.eclipse.microprofile.jwt.Claims
 
collect(Supplier<R>, BiConsumer<R, ? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Collect the elements emitted by this stream using a Collector built from the given supplier and accumulator.
collect(Supplier<R>, BiConsumer<R, ? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Collect the elements emitted by this stream using a Collector built from the given supplier and accumulator.
collect(Supplier<S>, BiConsumer<S, ? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Collect the elements emitted by this stream using a Collector built from the given supplier and accumulator.
collect(Collector<? super R, A, S>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Collect the elements emitted by this stream using the given Collector.
collect(Collector<? super T, A, R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Collect the elements emitted by this stream using the given Collector.
collect(Collector<? super T, A, R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Collect the elements emitted by this stream using the given Collector.
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.
completedFuture(U) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletableFuture that is already completed with the specified value.
completedStage(U) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletionStage that is already completed with the specified value.
CompletionRunner<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
A builder for a closed reactive streams graph.
CompletionSubscriber<T,R> - Interface in org.eclipse.microprofile.reactive.streams.operators
A subscriber that redeems a completion stage when it completes.
components(Components) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Sets this OpenAPI instance's components property to the given components.
Components - Interface in org.eclipse.microprofile.openapi.models
Components
Components - Annotation Type in org.eclipse.microprofile.openapi.annotations
Describes the Components object that holds various reusable objects for different aspects of the OpenAPI Specification (OAS).
concat(PublisherBuilder<? extends T>, PublisherBuilder<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Concatenates two publishers.
concat(PublisherBuilder<? extends T>, PublisherBuilder<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Concatenates two publishers.
CONCURRENT_GAUGE - org.eclipse.microprofile.metrics.MetricType
A concurrent gauge counts the number of parallel invocations of a target (method).
concurrentGauge(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with this name; or create and register a new ConcurrentGauge if none is registered.
concurrentGauge(String, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with this name and with the provided Tags; or create and register a new ConcurrentGauge if none is registered.
concurrentGauge(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with the Metadata's name; or create and register a new ConcurrentGauge if none is registered.
concurrentGauge(Metadata, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the ConcurrentGauge registered under the MetricID with the Metadata's name and with the provided Tags; or create and register a new ConcurrentGauge if none is registered.
ConcurrentGauge - Interface in org.eclipse.microprofile.metrics
A concurrent gauge is a gauge that measures parallel invocations of a method.
ConcurrentGauge - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as concurrent gauged.
Config - Interface in org.eclipse.microprofile.config
Resolves the property value by searching through all configured ConfigSources.
CONFIG_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
 
ConfigBuilder - Interface in org.eclipse.microprofile.config.spi
Builder for manually creating an instance of a Config.
ConfigProperty - Annotation Type in org.eclipse.microprofile.config.inject
Binds the injection point with a configured value.
ConfigProvider - Class in org.eclipse.microprofile.config
This is the central class to access a Config.
ConfigProviderResolver - Class in org.eclipse.microprofile.config.spi
This class is not intended to be used by end-users but for portable container integration purpose only.
ConfigProviderResolver() - Constructor for class org.eclipse.microprofile.config.spi.ConfigProviderResolver
 
ConfigSource - Interface in org.eclipse.microprofile.config.spi
Implement this interfaces to provide a ConfigSource.
ConfigSourceProvider - Interface in org.eclipse.microprofile.config.spi
Implement this interfaces to provide multiple ConfigSources.
configure() - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
Returns an AnnotatedTypeConfigurator to to configure the AnnotatedType used to create the InjectionTarget.
configure() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType created either for the class passed to BeanManager.createInterceptionFactory(CreationalContext, Class) or derived from the InterceptionFactory parameter injection point.
configure(ClientBuilder) - Static method in class org.eclipse.microprofile.opentracing.ClientTracingRegistrar
Register tracing components into client builder instance.
configure(ClientBuilder) - Method in interface org.eclipse.microprofile.opentracing.ClientTracingRegistrarProvider
Configures ClientBuilder with tracing integration.
configure(ClientBuilder, ExecutorService) - Static method in class org.eclipse.microprofile.opentracing.ClientTracingRegistrar
Register tracing components into client builder instance.
configure(ClientBuilder, ExecutorService) - Method in interface org.eclipse.microprofile.opentracing.ClientTracingRegistrarProvider
Configures ClientBuilder with tracing integration.
configureAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.
configureBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
returns a BeanAttributesConfigurator initialized with the BeanAttributes processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation.
configuredProvider - Static variable in class javax.enterprise.inject.spi.CDI
 
configureInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
Returns an InjectionPointConfigurator initialized with the InjectionPoint processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation.
configureInterceptorBinding(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as an interceptor binding type.
configureObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Returns a ObserverMethodConfigurator initialized with the ObserverMethod processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation.
configureProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns a ProducerConfigurator initialized with the Producer processed by this event, to configure a new Producer that will replace the original one at the end of the observer invocation.
configureQualifier(Class<T>) - Method in interface javax.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as a Qualifier qualifier type.
ConnectingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operators for connecting different graphs together.
connectTimeout(long, TimeUnit) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Set the connect timeout.
Constructible - Interface in org.eclipse.microprofile.openapi.models
Marker interface for OpenAPI model objects that can be constructed by the OASFactory.
constructors() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
ConsumingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operators for completing a stream.
contact(Contact) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Sets this Info instance's contact information for the exposed API and returns this instance of Info.
Contact - Interface in org.eclipse.microprofile.openapi.models.info
This interface represents the Contact information for the exposed API.
Contact - Annotation Type in org.eclipse.microprofile.openapi.annotations.info
Contact information for the exposed API.
CONTAINER - javax.annotation.Resource.AuthenticationType
 
containsClaim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Verify is a given claim exists
containsKey(Object) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Deprecated.
since 1.1
containsKey(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Deprecated.
since 1.1
containsKey(Object) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Deprecated.
since 1.1
containsKey(Object) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Deprecated.
since 1.1
containsKey(Object) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Deprecated.
since 1.1
containsKey(Object) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Deprecated.
since 1.1
containsKey(Object) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
since 1.1
containsValue(JsonStructure) - Method in interface javax.json.JsonPointer
Returns true if there is a value at the referenced location in the specified target.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's content property to the given object.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the content property of a Parameter instance to the given object.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Sets the content of this instance of RequestBody, where the keys in content are media type names and the values describe it.
content(Content) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Sets the map containing descriptions of potential response payload for this instance of ApiResponse and returns this ApiResponse instance.
Content - Interface in org.eclipse.microprofile.openapi.models.media
Content
Content - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
This object provides schema and examples for a particular media type.
contentType(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
The Content-Type for encoding a specific property.
Context - Interface in javax.enterprise.context.spi
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
ContextException - Exception in javax.enterprise.context
Indicates a problem relating to context management.
ContextException() - Constructor for exception javax.enterprise.context.ContextException
 
ContextException(String) - Constructor for exception javax.enterprise.context.ContextException
 
ContextException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextException
 
ContextException(Throwable) - Constructor for exception javax.enterprise.context.ContextException
 
ContextManager - Interface in org.eclipse.microprofile.context.spi
ContextManager.Builder - Interface in org.eclipse.microprofile.context.spi
Use this class to configure instances of ContextManager.
ContextManagerExtension - Interface in org.eclipse.microprofile.context.spi
ContextManagerExtension instances receive notification upon creation of each ContextManager.
ContextManagerProvider - Interface in org.eclipse.microprofile.context.spi
A provider implementation supplied by the container, which creates and caches instances of ContextManager per class loader, which in turn create new instances of ManagedExecutor.Builder and ThreadContext.Builder.
ContextManagerProviderRegistration - Class in org.eclipse.microprofile.context.spi
This class gives the container that registered a ContextManagerProvider exclusive control over unregistering it.
ContextNotActiveException - Exception in javax.enterprise.context
Indicates that a context is not active.
ContextNotActiveException() - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String) - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String, Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(Throwable) - Constructor for exception javax.enterprise.context.ContextNotActiveException
 
Contextual<T> - Interface in javax.enterprise.context.spi
Defines operations to create and destroy contextual instances of a certain type.
contextualCallable(Callable<R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Callable with context that is captured from the thread that invokes contextualCallable.
contextualConsumer(BiConsumer<T, U>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a BiConsumer with context that is captured from the thread that invokes contextualConsumer.
contextualConsumer(Consumer<T>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Consumer with context that is captured from the thread that invokes contextualConsumer.
contextualFunction(BiFunction<T, U, R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a BiFunction with context that is captured from the thread that invokes contextualFunction.
contextualFunction(Function<T, R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Function with context that is captured from the thread that invokes contextualFunction.
contextualRunnable(Runnable) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Runnable with context that is captured from the thread that invokes ContextualRunnable.
contextualSupplier(Supplier<R>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Wraps a Supplier with context captured from the thread that invokes contextualSupplier.
Conversation - Interface in javax.enterprise.context
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
CONVERSATION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
CONVERSATION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
CONVERSATION - Static variable in class javax.enterprise.context.Initialized.Literal
 
ConversationScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is conversation scoped.
ConversationScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the ConversationScoped annotation.
convert(String) - Method in interface org.eclipse.microprofile.config.spi.Converter
Configure the string value to a specified type
Converter<T> - Interface in org.eclipse.microprofile.config.spi
Interface for converting configured values from String to any Java type.
COOKIE - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
COOKIE - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
COOKIE - org.eclipse.microprofile.openapi.models.parameters.Parameter.In
 
COOKIE - org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
 
copy(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "copy" JSON Patch operation.
COPY - javax.json.JsonPatch.Operation
"copy" operation.
Counted - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as counted.
counter(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with this name and with no tags; or create and register a new Counter if none is registered.
counter(String, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with this name and with the provided Tags; or create and register a new Counter if none is registered.
counter(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with the Metadata's name and with no tags; or create and register a new Counter if none is registered.
counter(Metadata, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Counter registered under the MetricID with the Metadata's name and with the provided Tags; or create and register a new Counter if none is registered.
Counter - Interface in org.eclipse.microprofile.metrics
An incrementing counter metric.
COUNTER - org.eclipse.microprofile.metrics.MetricType
A Counter monotonically increases its values.
Counting - Interface in org.eclipse.microprofile.metrics
An interface for metric types which have counts.
coupled(SubscriberBuilder<? super T, ?>, PublisherBuilder<? extends R>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
coupled(SubscriberBuilder<? super T, ?>, PublisherBuilder<? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
coupled(Subscriber<? super T>, Publisher<? extends R>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates a ProcessorBuilder by coupling a Subscriber to a Publisher.
coupled(Subscriber<? super T>, Publisher<? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates a ProcessorBuilder by coupling a Subscriber to a Publisher.
create() - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method.
create() - Method in class javax.json.bind.spi.JsonbProvider
Returns a new instance of JsonbBuilder class.
create(CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Create a new instance of the contextual type.
create(JsonbConfig) - Static method in interface javax.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method, configured with provided configuration.
createAnnotatedType(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain an AnnotatedType that may be used to read the annotations of the given class or interface.
createAPIResponse() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new APIResponse instance.
createAPIResponses() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new APIResponses instance.
createArrayBuilder() - Static method in class javax.json.Json
Creates a JSON array builder
createArrayBuilder() - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance that is used to build JsonArray
createArrayBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder.
createArrayBuilder(Collection<?>) - Static method in class javax.json.Json
Creates a JSON array builder, initialized with the content of specified collection.
createArrayBuilder(Collection<?>) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with the content of specified collection.
createArrayBuilder(Collection<?>) - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder, initialized with the content of specified collection.
createArrayBuilder(JsonArray) - Static method in class javax.json.Json
Creates a JSON array builder, initialized with the specified array
createArrayBuilder(JsonArray) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with an array.
createArrayBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON array builder, initialized with the specified array.
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and Producer.
createBeanAttributes(AnnotatedMember<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBuilderFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createCallback() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Callback instance.
createComponents() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Components instance.
createContact() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Contact instance.
createContent() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Content instance.
createCreationalContext(Contextual<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtain an instance of a CreationalContext for the given contextual type, or for a non-contextual object.
createDiff(JsonStructure, JsonStructure) - Static method in class javax.json.Json
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
createDiff(JsonStructure, JsonStructure) - Method in class javax.json.spi.JsonProvider
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
createDiscriminator() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Discriminator instance.
createEncoding() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Encoding instance.
createExample() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Example instance.
createExternalDocumentation() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new ExternalDocumentation instance.
createGenerator(OutputStream) - Static method in class javax.json.Json
Creates a JSON generator for writing JSON to a byte stream.
createGenerator(OutputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a byte stream.
createGenerator(OutputStream) - Method in interface javax.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGenerator(OutputStream, Charset) - Method in interface javax.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGenerator(Writer) - Static method in class javax.json.Json
Creates a JSON generator for writing JSON to a character stream.
createGenerator(Writer) - Method in class javax.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a character stream.
createGenerator(Writer) - Method in interface javax.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a character stream.
createGeneratorFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a generator factory for creating JsonGenerator objects.
createGeneratorFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a generator factory for creating JsonGenerator instances.
createHeader() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Header instance.
createInfo() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Info instance.
createInjectionPoint(AnnotatedField<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedField.
createInjectionPoint(AnnotatedParameter<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
createInjectionTarget(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an InjectionTarget for the given AnnotatedType.
createInjectionTarget(Bean<T>) - Method in interface javax.enterprise.inject.spi.InjectionTargetFactory
Create a new injection target for a bean.
createInstance() - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an Instance object to access to beans instances.
createInterceptedInstance(T) - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Create an InterceptionFactory for the given CreationalContext and type.
createLicense() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new License instance.
createLink() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Link instance.
createMediaType() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new MediaType instance.
createMergeDiff(JsonValue, JsonValue) - Static method in class javax.json.Json
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergeDiff(JsonValue, JsonValue) - Method in class javax.json.spi.JsonProvider
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergePatch(JsonValue) - Static method in class javax.json.Json
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createMergePatch(JsonValue) - Method in class javax.json.spi.JsonProvider
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createOAuthFlow() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new OAuthFlow instance.
createOAuthFlows() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new OAuthFlows instance.
createObject(Class<T>) - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new instance of a constructible element from the OpenAPI model tree.
createObject(Class<T>) - Method in class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
Create a new instance of a constructible element from the OpenAPI model tree.
createObjectBuilder() - Static method in class javax.json.Json
Creates a JSON object builder
createObjectBuilder() - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance that is used to build JsonObject.
createObjectBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder.
createObjectBuilder(Map<String, Object>) - Static method in class javax.json.Json
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder(Map<String, Object>) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with the specified object.
createObjectBuilder(Map<String, Object>) - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder(JsonObject) - Static method in class javax.json.Json
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(JsonObject) - Method in interface javax.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with an object.
createObjectBuilder(JsonObject) - Method in class javax.json.spi.JsonProvider
Creates a JSON object builder, initialized with the specified object.
createOpenAPI() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new OpenAPI instance.
createOperation() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Operation instance.
createParameter() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Parameter instance.
createParser(InputStream) - Static method in class javax.json.Json
Creates a JSON parser from a byte stream.
createParser(InputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON parser from the specified byte stream.
createParser(InputStream) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(InputStream, Charset) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(Reader) - Static method in class javax.json.Json
Creates a JSON parser from a character stream.
createParser(Reader) - Method in class javax.json.spi.JsonProvider
Creates a JSON parser from a character stream.
createParser(Reader) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from a character stream.
createParser(JsonArray) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON array.
createParser(JsonObject) - Method in interface javax.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON object.
createParserFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a parser factory for creating JsonParser objects.
createParserFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a parser factory for creating JsonParser instances.
createPatch(JsonArray) - Static method in class javax.json.Json
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatch(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatchBuilder() - Static method in class javax.json.Json
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder() - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder(JsonArray) - Static method in class javax.json.Json
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPatchBuilder(JsonArray) - Method in class javax.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPathItem() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new PathItem instance.
createPaths() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Paths instance.
createPointer(String) - Static method in class javax.json.Json
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createPointer(String) - Method in class javax.json.spi.JsonProvider
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createProducer(Bean<T>) - Method in interface javax.enterprise.inject.spi.ProducerFactory
Create a new producer for a bean.
createReader(InputStream) - Static method in class javax.json.Json
Creates a JSON reader from a byte stream.
createReader(InputStream) - Method in interface javax.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(InputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON reader from a byte stream.
createReader(InputStream, Charset) - Method in interface javax.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(Reader) - Static method in class javax.json.Json
Creates a JSON reader from a character stream.
createReader(Reader) - Method in interface javax.json.JsonReaderFactory
Creates a JSON reader from a character stream.
createReader(Reader) - Method in class javax.json.spi.JsonProvider
Creates a JSON reader from a character stream.
createReaderFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a reader factory for creating JsonReader objects.
createReaderFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a reader factory for creating JsonReader objects.
createRequestBody() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new RequestBody instance.
createResponseBuilder() - Method in interface org.eclipse.microprofile.health.spi.HealthCheckResponseProvider
 
createSchema() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Schema instance.
createScopes() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Scopes 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.
createServerVariables() - Static method in class org.eclipse.microprofile.openapi.OASFactory
Deprecated.
since 1.1, use Map<String, ServerVariable> for server variables instead
createTag() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new Tag instance.
createValue(double) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(double) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(int) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(int) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(long) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(long) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(String) - Static method in class javax.json.Json
Creates a JsonString.
createValue(String) - Method in class javax.json.spi.JsonProvider
Creates a JsonString.
createValue(BigDecimal) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(BigDecimal) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createValue(BigInteger) - Static method in class javax.json.Json
Creates a JsonNumber.
createValue(BigInteger) - Method in class javax.json.spi.JsonProvider
Creates a JsonNumber.
createWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
createWriter(OutputStream) - Static method in class javax.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream) - Method in class javax.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream, Charset) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Static method in class javax.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(Writer) - Method in interface javax.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(Writer) - Method in class javax.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriterFactory(Map<String, ?>) - Static method in class javax.json.Json
Creates a writer factory for creating JsonWriter objects.
createWriterFactory(Map<String, ?>) - Method in class javax.json.spi.JsonProvider
Creates a writer factory for creating JsonWriter objects.
createXML() - Static method in class org.eclipse.microprofile.openapi.OASFactory
This method creates a new XML instance.
CreationalContext<T> - Interface in javax.enterprise.context.spi
Provides operations that are used by the Contextual implementation during instance creation and destruction.
CreationException - Exception in javax.enterprise.inject
Indicates that a checked exception was thrown during creation of a bean.
CreationException() - Constructor for exception javax.enterprise.inject.CreationException
 
CreationException(String) - Constructor for exception javax.enterprise.inject.CreationException
 
CreationException(String, Throwable) - Constructor for exception javax.enterprise.inject.CreationException
 
CreationException(Throwable) - Constructor for exception javax.enterprise.inject.CreationException
 
current() - Static method in class javax.enterprise.inject.spi.CDI
Get the CDI instance that provides access to the current container.
currentContext(Map<String, String>) - Method in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
Captures from the current thread a snapshot of the provided thread context type.
currentContextExecutor() - Method in interface org.eclipse.microprofile.context.ThreadContext
Creates an Executorthat runs tasks on the same thread from which executeis invoked but with context that is captured from the thread that invokes currentContextExecutor.

D

DataSourceDefinition - Annotation Type in javax.annotation.sql
Annotation used to define a container DataSource to be registered with JNDI.
DataSourceDefinitions - Annotation Type in javax.annotation.sql
Declares one or more DataSourceDefinition annotations.
DATE_FORMAT - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom date format globally.
DAYS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
deactivate() - Method in interface javax.enterprise.context.control.RequestContextController
Deactivates the current Request Context if it was activated by this context controller.
dec() - Method in interface org.eclipse.microprofile.metrics.ConcurrentGauge
Decrement the concurrent gauge's value by 1
DeclareRoles - Annotation Type in javax.annotation.security
Used by application to declare security roles.
decodePointer(String) - Static method in class javax.json.Json
Decodes a passed JSON-pointer string as defined by RFC 6901.
Decorated - Annotation Type in javax.enterprise.inject
A decorator may inject metadata about the bean it is decorating
Decorator<T> - Interface in javax.enterprise.inject.spi
Represents an enabled decorator.
Decorator - Annotation Type in javax.decorator
Specifies that a class is a decorator.
DEEP_OBJECT - org.eclipse.microprofile.openapi.models.media.Encoding.Style
 
DEEPOBJECT - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
DEEPOBJECT - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
Default - Annotation Type in javax.enterprise.inject
The default qualifier type.
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.Explode
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
DEFAULT - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
DEFAULT - Static variable in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
 
DEFAULT() - Constructor for class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
 
DEFAULT_CDI_PROVIDER_PRIORITY - Static variable in interface javax.enterprise.inject.spi.CDIProvider
 
DEFAULT_FORMAT - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Value that indicates the default format.
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Value that indicates that default Locale.
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbNumberFormat
Value that indicates that default Locale.
DEFAULT_ORDINAL - Static variable in interface org.eclipse.microprofile.config.spi.ConfigSource
 
DEFAULT_PRIORITY - Static variable in interface javax.enterprise.inject.spi.ObserverMethod
 
DEFAULT_PRIORITY - Static variable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
 
Default.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Default qualifier.
DefaultClientHeadersFactoryImpl - Class in org.eclipse.microprofile.rest.client.ext
This class propagates JAX-RS headers whose names are specified using the MicroProfile Config property, org.eclipse.microprofile.rest.client.propagateHeaders.
DefaultClientHeadersFactoryImpl() - Constructor for class org.eclipse.microprofile.rest.client.ext.DefaultClientHeadersFactoryImpl
 
DefaultMetadata - Class in org.eclipse.microprofile.metrics
The default implementation of Metadata
DefaultMetadata(String, String, String, MetricType, String, boolean) - Constructor for class org.eclipse.microprofile.metrics.DefaultMetadata
 
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.
DefinitionException - Exception in javax.enterprise.inject.spi
Thrown when a definition error occurs.
DefinitionException(String) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
 
DefinitionException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
 
DefinitionException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DefinitionException
 
delegate(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the delegate status of the built InjectionPoint.
Delegate - Annotation Type in javax.decorator
Identifies the delegate injection point of a decorator.
DELETE - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
DELETE(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's delete property to the given operation.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s).
Dependent - Annotation Type in javax.enterprise.context
Specifies that a bean belongs to the dependent pseudo-scope.
Dependent.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Dependent annotation.
DeploymentException - Exception in javax.enterprise.inject.spi
Thrown when a deployment problem occurs.
DeploymentException(String) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception javax.enterprise.inject.spi.DeploymentException
 
deprecated(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(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Sets this Example's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.ExternalDocumentation
Sets this ExternalDocumentation's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Sets this Info instance's description for the application to the given description and returns this instance of Info.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Sets this Link's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the description property of this Schema to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Sets this Operation's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the description property of a Parameter instance to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Sets the description of this RequestBody and return this instance of RequestBody
description(String) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's description property to the given string.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Sets the description of this instance of ApiResponse and returns this ApiResponse instance.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
A short description for security schema.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
This method sets the description property of a Server instance to the given description parameter and returns the modified instance.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method sets the description property of ServerVariable instance to the given description argument and returns the modeified instance.
description(String) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Sets the description property of a Tag instance to the given string.
DeserializationContext - Interface in javax.json.bind.serializer
Provides JSONB Mapper functionality on top of JSONP parser.
deserialize(Class<T>, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(Type, JsonParser) - Method in interface javax.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(JsonParser, DeserializationContext, Type) - Method in interface javax.json.bind.serializer.JsonbDeserializer
Deserialize JSON stream into object.
DESERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom deserializers.
dest - org.eclipse.microprofile.jwt.Claims
 
destroy(Contextual<?>) - Method in interface javax.enterprise.context.spi.AlterableContext
Destroy the existing contextual instance.
destroy(T) - Method in interface javax.enterprise.inject.Instance
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
destroy(T, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Contextual
Destroy an instance of the contextual type.
Destroyed - Annotation Type in javax.enterprise.context
An event with this qualifier is fired when a context is destroyed, i.e.
Destroyed.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Destroyed qualifier.
destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disableDiscovery() - Method in class javax.enterprise.inject.se.SeContainerInitializer
By default, the discovery is enabled.
discoveredProviders - Static variable in class javax.enterprise.inject.spi.CDI
 
discriminator(Discriminator) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the discriminator property of this Schema instance to the given object.
Discriminator - Interface in org.eclipse.microprofile.openapi.models.media
Discriminator
DiscriminatorMapping - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
This object maps payload values to a particular Schema.
dispose() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Dispose of the instance, doing any necessary cleanup
dispose(T) - Method in interface javax.enterprise.inject.spi.Producer
Destroys the instance.
Disposes - Annotation Type in javax.enterprise.inject
Identifies the disposed parameter of a disposer method.
disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disposeWith(Consumer<T>) - Method in interface javax.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to destroy the produced instance.
distinct() - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Creates a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
distinct() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Creates a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
distinct() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Creates a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
doubleValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a double.
down() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
DOWN - org.eclipse.microprofile.health.HealthCheckResponse.State
 
dropWhile(Predicate<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Drop the longest prefix of elements from this stream that satisfy the given predicate.
dropWhile(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Drop the longest prefix of elements from this stream that satisfy the given predicate.
dropWhile(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Drop the longest prefix of elements from this stream that satisfy the given predicate.
dump(OutputStream) - Method in class org.eclipse.microprofile.metrics.Snapshot
Writes the values of the snapshot to the given stream.

E

email - org.eclipse.microprofile.jwt.Claims
 
email(String) - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
Sets this Contact instance's contact email to the given email and returns this instance of Contact
email_verified - org.eclipse.microprofile.jwt.Claims
 
empty() - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create an empty PublisherBuilder.
empty() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create an empty PublisherBuilder.
EMPTY_JSON_ARRAY - Static variable in interface javax.json.JsonValue
The empty JSON array.
EMPTY_JSON_OBJECT - Static variable in interface javax.json.JsonValue
The empty JSON object.
enableDecorators(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
enableInterceptors(Class<?>...) - Method in class javax.enterprise.inject.se.SeContainerInitializer
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
encodePointer(String) - Static method in class javax.json.Json
Encodes (escapes) a passed string as defined by RFC 6901.
encoding(Map<String, Encoding>) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Sets encoding property of a MediaType instance to the given map object.
Encoding - Interface in org.eclipse.microprofile.openapi.models.media
Encoding
Encoding - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
Single encoding definition to be applied to single Schema Object
ENCODING - Static variable in class javax.json.bind.JsonbConfig
The Jsonb serialization toJson() methods will default to this property for encoding of output JSON data.
Encoding.Style - Enum in org.eclipse.microprofile.openapi.models.media
 
end() - Method in interface javax.enterprise.context.Conversation
Marks the current long-running conversation transient.
END_ARRAY - javax.json.stream.JsonParser.Event
End of a JSON array.
END_OBJECT - javax.json.stream.JsonParser.Event
End of a JSON object.
endContext() - Method in interface org.eclipse.microprofile.context.spi.ThreadContextController
Invoked by the ManagedExecutor or ThreadContext to remove the thread context managed by this ThreadContextController instance and restore the previous context that was on the thread before the ThreadContextController applied the context to the thread.
enumeration(List<Object>) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
 
enumeration(List<String>) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method sets the enumeration property of ServerVariable instance to the given enumeration argument and returns the modified instance.
equals(Object) - Method in class javax.enterprise.util.AnnotationLiteral
 
equals(Object) - Method in class javax.enterprise.util.TypeLiteral
 
equals(Object) - Method in interface javax.json.JsonNumber
Compares the specified object with this JsonNumber object for equality.
equals(Object) - Method in interface javax.json.JsonString
Compares the specified object with this JsonString for equality.
equals(Object) - Method in class 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
ErrorHandlingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operators for handling errors in streams.
Event<T> - Interface in javax.enterprise.event
Allows the application to fire events of a particular type.
EventContext<T> - Interface in javax.enterprise.inject.spi
Represents a context of a fired event.
EventMetadata - Interface in javax.enterprise.inject.spi
Provides access to metadata about an observed event payload.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's example property to the given object.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Sets the example property of a MediaType instance to the given value.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the example property of this Schema instance.
example(Object) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the example property of a Parameter instance to the given object.
Example - Interface in org.eclipse.microprofile.openapi.models.examples
Example
ExampleObject - Annotation Type in org.eclipse.microprofile.openapi.annotations.media
This object illustrates an example of a particular content
examples(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.
ExcludeClassInterceptors - Annotation Type in javax.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
exclusiveMaximum(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the exclusiveMaximum property of this Schema instance to the value given.
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 interface org.eclipse.microprofile.rest.client.RestClientBuilder
Specifies the ExecutorService to use when invoking asynchronous Rest Client interface methods.
exp - org.eclipse.microprofile.jwt.Claims
 
explode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Sets this Header's explode property to the given value.
explode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
When this is true, property values of type array or object generate separate parameters for each value of the array, or key-value-pair of the map.
explode(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Sets the explode property of a Parameter instance to the given value.
Explode - Enum in org.eclipse.microprofile.openapi.annotations.enums
Enumeration used to define the value of Explode property.
Extensible<T extends Extensible<T>> - Interface in org.eclipse.microprofile.openapi.models
The base interface for OpenAPI model objects that can contain extensions.
Extension - Interface in javax.enterprise.inject.spi
Service interface implemented by extensions.
Extension - Annotation Type in org.eclipse.microprofile.openapi.annotations.extensions
A named extension that should be added to the OpenAPI definition.
extensions(Map<String, Object>) - Method in interface org.eclipse.microprofile.openapi.models.Extensible
Sets this Extensible's extensions property to the given map of extensions.
Extensions - Annotation Type in org.eclipse.microprofile.openapi.annotations.extensions
This object represents an array of extensions that can be added to the element.
EXTENSIONS_PREFIX - Static variable in class org.eclipse.microprofile.openapi.OASConfig
Recommended prefix for vendor specific configuration properties.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the externalDocs property of this Schema to the indicated value.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Sets this OpenAPI instance's externalDocs property to the given object.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.Operation
Sets this Operation's externalDocs property to the given object.
externalDocs(ExternalDocumentation) - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Sets the externalDocs property of a Tag instance to the given object.
ExternalDocumentation - Interface in org.eclipse.microprofile.openapi.models
ExternalDocumentation
ExternalDocumentation - Annotation Type in org.eclipse.microprofile.openapi.annotations
This annotation allows referencing an external resource for extended documentation.
externalValue(String) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Sets this Example's externalValue property to the given string.

F

failed(Throwable) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a failed PublisherBuilder.
failed(Throwable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a failed PublisherBuilder.
failedFuture(Throwable) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletableFuture that is already exceptionally completed with the specified Throwable.
failedStage(Throwable) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletionStage that is already exceptionally completed with the specified Throwable.
Fallback - Annotation Type in org.eclipse.microprofile.faulttolerance
The fallback annotation to define the fallback handler class so that a failure can be handled properly.
Fallback.DEFAULT - Class in org.eclipse.microprofile.faulttolerance
Create a default class so the value is not required to be set all the time.
FallbackHandler<T> - Interface in org.eclipse.microprofile.faulttolerance
The handler instance used by the container to service a fallback invocation is a non-contextual instance created using the CDI SPI.
FALSE - javax.json.JsonValue.ValueType
JSON false.
FALSE - org.eclipse.microprofile.openapi.annotations.enums.Explode
 
FALSE - Static variable in interface javax.json.JsonValue
JSON false value.
family_name - org.eclipse.microprofile.jwt.Claims
 
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
 
fields() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filter(Predicate<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Filter elements emitted by this publisher using the given Predicate.
filter(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Filter elements emitted by this publisher using the given Predicate.
filter(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Filter elements emitted by this publisher using the given Predicate.
FILTER - Static variable in class org.eclipse.microprofile.openapi.OASConfig
Configuration property to specify the fully qualified name of the OASFilter implementation.
filterAPIResponse(APIResponse) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular APIResponse.
filterCallback(Callback) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Callback.
filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterHeader(Header) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Header.
FilteringOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operations for transforming a stream.
filterLink(Link) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Link.
filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterOpenAPI(OpenAPI) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of the singleton OpenAPI element.
filterOperation(Operation) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Operation.
filterParameter(Parameter) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Parameter.
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
filterPathItem(PathItem) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular PathItem.
filterRequestBody(RequestBody) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular RequestBody.
filterSchema(Schema) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Schema.
filterSecurityScheme(SecurityScheme) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular SecurityScheme.
filterServer(Server) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Server.
filterTag(Tag) - Method in interface org.eclipse.microprofile.openapi.OASFilter
Allows filtering of a particular Tag.
findFirst() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Find the first element emitted by the Publisher, and return it in a CompletionStage.
findFirst() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Find the first element emitted by the Publisher, and return it in a CompletionStage.
findFirst() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Find the first element emitted by the Publisher, and return it in a CompletionStage.
fire(T) - Method in interface javax.enterprise.event.Event
Fires an event with the specified qualifiers and notifies observers.
fireAsync(U) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireAsync(U, NotificationOptions) - Method in interface javax.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireEvent(Object, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Fire an event and notify observers.
flatMap(Function<? super R, ? extends PublisherBuilder<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMap(Function<? super T, ? extends PublisherBuilder<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMap(Function<? super T, ? extends PublisherBuilder<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMapCompletionStage(Function<? super R, ? extends CompletionStage<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to CompletionStage, and flatten so that the elements the values redeemed by each CompletionStage are emitted from this stream.
flatMapCompletionStage(Function<? super T, ? extends CompletionStage<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to CompletionStage, and flatten so that the elements the values redeemed by each CompletionStage are emitted from this stream.
flatMapCompletionStage(Function<? super T, ? extends CompletionStage<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to CompletionStage, and flatten so that the elements the values redeemed by each CompletionStage are emitted from this stream.
flatMapIterable(Function<? super R, ? extends Iterable<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to Iterable's, and flatten so that the elements contained in each iterable are emitted by this stream.
flatMapIterable(Function<? super T, ? extends Iterable<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to Iterable's, and flatten so that the elements contained in each iterable are emitted by this stream.
flatMapIterable(Function<? super T, ? extends Iterable<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to Iterable's, and flatten so that the elements contained in each iterable are emitted by this stream.
flatMapRsPublisher(Function<? super R, ? extends Publisher<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMapRsPublisher(Function<? super T, ? extends Publisher<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flatMapRsPublisher(Function<? super T, ? extends Publisher<? extends S>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements to publishers, and flatten so that the elements emitted by publishers produced by the mapper function are emitted from this stream.
flows(OAuthFlows) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Flows is a REQUIRED property.
flush() - Method in interface javax.json.stream.JsonGenerator
Flushes the underlying output source.
forClassLoader(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Return the ConfigBuilder for a given classloader
forClassLoader(ClassLoader) - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Use the given ClassLoader for ContextManager.Builder.addDiscoveredThreadContextProviders() instead of the current thread-context ClassLoader.
forEach(Consumer<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Performs an action for each element on this stream.
forEach(Consumer<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Performs an action for each element on this stream.
forEach(Consumer<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Performs an action for each element on this stream.
FORM - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
FORM - org.eclipse.microprofile.openapi.models.media.Encoding.Style
 
FORM - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
format(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the format property of this Schema instance to the given string.
FORMATTING - Static variable in class javax.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
from(Class<?>) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Convert the metric class type into an enum
from(String) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Convert the string representation into an enum
fromCompletionStage(CompletionStage<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates a publisher from a CompletionStage.
fromCompletionStage(CompletionStage<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates a publisher from a CompletionStage.
fromCompletionStageNullable(CompletionStage<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates a publisher from a CompletionStage.
fromCompletionStageNullable(CompletionStage<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates a publisher from a CompletionStage.
fromIterable(Iterable<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a PublisherBuilder that will emits the elements produced by the passed in Iterable.
fromIterable(Iterable<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a PublisherBuilder that will emits the elements produced by the passed in Iterable.
fromJson(InputStream, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(InputStream, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(Reader, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(Reader, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(String, Class<T>) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(String, Type) - Method in interface javax.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromOperationName(String) - Static method in enum javax.json.JsonPatch.Operation
Returns the enum constant with the specified name.
fromProcessor(Processor<? super T, ? extends R>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a ProcessorBuilder from the given Processor.
fromProcessor(Processor<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a ProcessorBuilder from the given Processor.
fromPublisher(Publisher<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a PublisherBuilder from the given Publisher.
fromPublisher(Publisher<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a PublisherBuilder from the given Publisher.
fromSubscriber(Subscriber<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a SubscriberBuilder from the given Subscriber.
fromSubscriber(Subscriber<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a SubscriberBuilder from the given Subscriber.
full_name - org.eclipse.microprofile.jwt.Claims
 

G

Gauge<T> - Interface in org.eclipse.microprofile.metrics
A gauge metric is an instantaneous reading of a particular value.
Gauge - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method or field as a gauge.
GAUGE - org.eclipse.microprofile.metrics.MetricType
A Gauge has values that 'arbitrarily' goes up/down at each sampling.
gender - org.eclipse.microprofile.jwt.Claims
 
generate(Supplier<? extends T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates an infinite stream that emits elements supplied by the supplier s.
generate(Supplier<? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates an infinite stream that emits elements supplied by the supplier s.
Generated - Annotation Type in javax.annotation
The Generated annotation is used to mark source code that has been generated.
get() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Get the instance
get() - Method in interface javax.inject.Provider
Provides a fully-constructed and injected instance of T.
get(Object) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Deprecated.
since 1.1
get(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Deprecated.
since 1.1
get(Object) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Deprecated.
since 1.1
get(Object) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Deprecated.
since 1.1
get(Object) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Deprecated.
since 1.1
get(Object) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Deprecated.
since 1.1
get(Object) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
since 1.1
get(String) - Method in interface javax.enterprise.event.NotificationOptions
 
get(Contextual<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of a certain contextual type or a null value.
get(Contextual<T>, CreationalContext<T>) - Method in interface javax.enterprise.context.spi.Context
Return an existing instance of certain contextual type or create a new instance by calling Contextual.create(CreationalContext) and return the new instance.
GET - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
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.
getAction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnComplete
The action to execute.
getAction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnTerminate
The action to execute.
getAdditionalProperties() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
getAdditionalPropertiesBoolean() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the value of the "additionalProperties" setting, which indicates whether properties not otherwise defined are allowed.
getAdditionalPropertiesSchema() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the value of the "additionalProperties" setting, which indicates whether properties not otherwise defined are allowed.
getAllOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the schemas used by the allOf property.
getAllowEmptyValue() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the allowEmptyValue property from a Header instance.
getAllowEmptyValue() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the allowEmptyValue property from a Parameter instance.
getAllowReserved() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
AllowReserved determines whether the parameter value SHOULD allow reserved characters to be encoded without percent-encoding.
getAllowReserved() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the allowReserved property from a Parameter instance.
getAlternatives() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
getAnnotated() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Obtain an instance of AnnotatedField or AnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the AnnotatedType representing the bean class, the AnnotatedMethod representing the producer method, or the AnnotatedField representing the producer field.
getAnnotated() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
 
getAnnotatedBeanClass() - Method in interface javax.enterprise.inject.spi.ProcessManagedBean
Returns the AnnotatedType representing the bean class.
getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedParameter for any matching injection point of the same type as the producer field return type found on a disposal method.
getAnnotatedDisposedParameter() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedParameter for any matching injection point of the same type as the producer method return type found on a disposal method.
getAnnotatedMember() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns the AnnotatedField representing the producer field or the AnnotatedMethod representing the producer method.
getAnnotatedMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The AnnotatedMethod representing the observer method.
getAnnotatedProducerField() - Method in interface javax.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedField representing the producer field.
getAnnotatedProducerMethod() - Method in interface javax.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedMethod representing the producer method.
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessAnnotatedType
Returns the AnnotatedType object that will be used by the container to read the declared annotations.
getAnnotatedType() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Returns the AnnotatedType representing the managed bean class, session bean class or other Java EE component class supporting injection.
getAnnotatedType(Class<T>, String) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedType that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotatedTypes(Class<T>) - Method in interface javax.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedTypes that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotation(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get program element annotation of a certain annotation type.
getAnnotations() - Method in interface javax.enterprise.inject.spi.Annotated
Get all annotations of the program element.
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.Annotated
Get program element annotations of a certain annotation type.
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedField
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
 
getAnnotations(Class<T>) - Method in interface javax.enterprise.inject.spi.AnnotatedType
 
getAnyOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the schemas used by the anyOf property.
getAPIResponse(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Returns a APIResponse for a given name.
getAPIResponses() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Returns a copy map (potentially immutable) of the APIResponses.
getArray() - Method in interface javax.json.stream.JsonParser
Returns a JsonArray and advance the parser to the the corresponding END_ARRAY.
getArrayStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of the JsonArray elements.
getAsMap() - Method in class javax.json.bind.JsonbConfig
Return all configuration properties as an unmodifiable map.
getAttribute() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the attribute property of XML instance.
getAudience() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The aud(Audience) claim identifies the recipients that the JWT is intended for.
getAuthorizationCode() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Authorization Code flow; previously called accessCode in OpenAPI 2.0
getAuthorizationUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The authorization URL to be used for this flow.
getBaseType() - Method in interface javax.enterprise.inject.spi.Annotated
Get the type of the annotated program element.
getBean() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Bean object representing the bean that defines the injection point.
getBean() - Method in interface javax.enterprise.inject.spi.ProcessBean
Returns the Bean object that is about to be registered.
getBeanAttributes() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
 
getBeanClass() - Method in interface javax.enterprise.inject.spi.Bean
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
getBeanClass() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the class of the type that declares the observer method.
getBeanManager() - Method in interface javax.enterprise.inject.se.SeContainer
Get the CDI BeanManager for this container
getBeanManager() - Method in class javax.enterprise.inject.spi.CDI
Get the CDI BeanManager for the current context
getBeans(Type, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of typesafe resolution.
getBeans(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of EL name resolution.
getBearerFormat() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
bearerFormat is intended as a hint to the client to identify how the bearer token is formatted.
getBigDecimal() - Method in interface javax.json.stream.JsonParser
Returns a JSON number as a BigDecimal.
getBoolean(int) - Method in interface javax.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(int, boolean) - Method in interface javax.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(String) - Method in interface javax.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBoolean(String, boolean) - Method in interface javax.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBuilder() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Create a fresh ConfigBuilder instance.
getCallbacks() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the callbacks property from a Components instance.
getCallbacks() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the callbacks property from an Operation instance.
getCDI() - Method in interface javax.enterprise.inject.spi.CDIProvider
Provides access to the current container
getChars() - Method in interface javax.json.JsonString
Returns the char sequence for the JSON String value
getClaim(String) - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Access the value of the indicated claim.
getClaimNames() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Access the names of all claims are associated with this token.
getClientCredentials() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Client Credential flow; previously called application in OpenAPI 2.0
getCollector() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Collect
The collector.
getColumnNumber() - Method in interface javax.json.stream.JsonLocation
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
getCompletion() - Method in interface org.eclipse.microprofile.reactive.streams.operators.CompletionSubscriber
Get the completion stage.
getCompletion() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage
Get the completion stage.
getCompletionStage() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStage
Get the CompletionStage.
getCompletionStage() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable
Get the CompletionStage.
getComponents() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the components property from an OpenAPI instance.
getConcurrentGauges() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the concurrent gauges in the registry and their MetricIDs.
getConcurrentGauges(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the concurrent gauges in the registry and their MetricIDs which match the given filter.
getConfig() - Static method in class org.eclipse.microprofile.config.ConfigProvider
Provide a Config based on all ConfigSources of the current Thread Context ClassLoader (TCCL)
getConfig() - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
 
getConfig(ClassLoader) - Static method in class org.eclipse.microprofile.config.ConfigProvider
Provide a Config based on all ConfigSources of the specified ClassLoader
getConfig(ClassLoader) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
 
getConfigInUse() - Method in interface javax.json.JsonBuilderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
getConfigInUse() - Method in interface javax.json.JsonReaderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
getConfigInUse() - Method in interface javax.json.JsonWriterFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
getConfigInUse() - Method in interface javax.json.stream.JsonGeneratorFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
getConfigInUse() - Method in interface javax.json.stream.JsonParserFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
getConfigSources() - Method in interface org.eclipse.microprofile.config.Config
 
getConfigSources(ClassLoader) - Method in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider
Return the collection of ConfigSources.
getConstructor() - Method in interface javax.interceptor.InvocationContext
Returns the constructor of the target class for which the AroundConstruct interceptor method was invoked.
getConstructors() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the constructors of the type.
getConsumer() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnError
The error handler.
getConsumer() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek
The consumer function.
getContact() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the contact information for the exposed API from this Info instance.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the content property from a Header instance.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the content property from a Parameter instance.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.parameters.RequestBody
Returns the content of this instance of RequestBody, where the keys in content are media type names and the values describe it.
getContent() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponse
Returns the map containing descriptions of potential response payload for this instance of ApiResponse.
getContentType() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
The Content-Type for encoding a specific property.
getContext(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an active context object for the given scope .
getContextData() - Method in interface javax.interceptor.InvocationContext
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
getContextManager() - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Gets a ContextManager for the current thread-context ClassLoader.
getContextManager(ClassLoader) - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Gets a ContextManager for the given ClassLoader.
getContextManagerBuilder() - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Returns a new ContextManager.Builder to create new ContextManager instances.
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.Timer
 
getCounters() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the counters in the registry and their MetricIDs.
getCounters(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the counters in the registry and their MetricIDs which match the given filter.
getData() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
 
getDeclaringCallable() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the declaring method or constructor.
getDeclaringType() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the type which defines this member.
getDecoratedTypes() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the decorated types.
getDecorators() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getDefault() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Deprecated.
since 1.1, use @link APIResponses.getDefaultValue() instead
getDefaultValue() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the default value property from this Schema instance.
getDefaultValue() - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Returns the default documentation of responses other than the ones declared for specific HTTP response codes in this instance of ApiResponses.
getDefaultValue() - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
The default value to use for substitution, and to send, if an alternate value is not supplied.
getDelegateQualifiers() - Method in interface javax.enterprise.inject.spi.Decorator
getDelegateType() - Method in interface javax.enterprise.inject.spi.Decorator
Obtains the type of the delegate injection point.
getDELETE() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the delete property from a PathItem instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the deprecated property from a Header instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the deprecated property from this Schema instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the deprecated property from an Operation instance.
getDeprecated() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the deprecated property from a Parameter instance.
getDescription() - Method in enum org.eclipse.microprofile.jwt.Claims
 
getDescription() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getDescription() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the description of the metric.
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.
getEjbName() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns the EJB name of the session bean.
getElements() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Of
The elements to emit.
getELResolver() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns a ELResolver that resolves beans by EL name.
getEmail() - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
Returns the contact email of this Contact instance.
getEncoding() - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Returns the encoding property from a MediaType instance.
getEnumeration() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the enumerated list of values allowed for objects defined by this Schema.
getEnumeration() - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariable
This method returns the enumeration property of ServerVariable instance.
getError() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Failed
The error.
getEvent() - Method in interface javax.enterprise.inject.spi.BeanManager
Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection of Event built-in bean requirement.
getEvent() - Method in interface javax.enterprise.inject.spi.EventContext
 
getExample() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the example property from a Header instance.
getExample() - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Returns the example property from a MediaType instance.
getExample() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the example property from this Schema instance.
getExample() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the example property from a Parameter instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.Components
Returns the examples property from a Components instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the examples property from a Header instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.media.MediaType
Returns the collection of examples from a MediaType instance.
getExamples() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the examples property from a Parameter instance.
getExclusiveMaximum() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the exclusiveMaximum property from this Schema instance.
getExclusiveMinimum() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the exclusiveMinimum property from this Schema instance.
getExecutor() - Method in interface javax.enterprise.event.NotificationOptions
 
getExpirationTime() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The exp (Expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing in seconds since 1970-01-01T00:00:00Z UTC
getExplode() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the explode property from a Header instance.
getExplode() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
When this is true, property values of type array or object generate separate parameters for each value of the array, or key-value-pair of the map.
getExplode() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the explode property from a Parameter instance.
getExtension(Class<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains the container's instance of an Extension class declared in META-INF/services.
getExtensions() - Method in interface org.eclipse.microprofile.openapi.models.Extensible
Returns the extensions property from an Extensible instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the externalDocs property from this Schema instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the externalDocs property from an OpenAPI instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the externalDocs property from an Operation instance.
getExternalDocs() - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Returns the externalDocs property from a Tag instance.
getExternalValue() - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Returns the externalValue property from an Example instance.
getFailure() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
Returns the failure of the method execution
getFields() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the fields of the type.
getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the fifteen-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
getFifteenMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getFirst() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat
The first graph in the stream.
getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the five-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
getFiveMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getFlows() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Flows is a REQUIRED property.
getFormat() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the format property from this Schema instance.
getFunction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnErrorResume
The error handler.
getFunction() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.OnErrorResumeWith
The error handler.
getGauges() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the gauges in the registry and their MetricIDs.
getGauges(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the gauges in the registry and their MetricIDs which match the given filter.
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 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.
getHistograms() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the histograms in the registry and their MetricIDs.
getHistograms(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the histograms in the registry and their MetricIDs which match the given filter.
getId() - Method in interface javax.enterprise.context.Conversation
Get the identifier of the current long-running conversation.
getId() - Method in interface javax.enterprise.inject.spi.PassivationCapable
A string that uniquely identifies the instance of Bean or Contextual.
getImplicit() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
This method returns the implicit property from OAuthFlows instance.
getIn() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the in property from a Parameter instance.
getIn() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
In is a REQUIRED property that indicates the location of the API key.
getInfo() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the info property from an OpenAPI instance.
getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains an injectable reference for a certain injection point.
getInjectionPoint() - Method in interface javax.enterprise.inject.spi.EventMetadata
Get the InjectionPoint representing the injected Event instance which fired the event, or null if it was fired from BeanManager.fireEvent(Object, Annotation...);
getInjectionPoint() - Method in interface javax.enterprise.inject.spi.ProcessInjectionPoint
 
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Bean
Obtains the InjectionPoint objects representing injection points of the bean, that will be validated by the container at initialization time.
getInjectionPoints() - Method in interface javax.enterprise.inject.spi.Producer
Returns the set of all InjectionPoints.
getInjectionTarget() - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Returns the InjectionTarget object that will be used by the container to perform injection.
getInjectionTargetFactory(AnnotatedType<T>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of InjectionTargetFactory that provides container created InjectionTarget instances.
getInt() - Method in interface javax.json.stream.JsonParser
Returns a JSON number as an integer.
getInt(int) - Method in interface javax.json.JsonArray
A convenience method for getJsonNumber(index).intValue().
getInt(int, int) - Method in interface javax.json.JsonArray
Returns the int value of the JsonNumber at the specified position.
getInt(String) - Method in interface javax.json.JsonObject
A convenience method for getJsonNumber(name).intValue()
getInt(String, int) - Method in interface javax.json.JsonObject
Returns the int value of the associated JsonNumber mapping for the specified name.
getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains the set of meta-annotations for a certain interceptor binding type .
getInterceptorBindingHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getInterceptorBindings() - Method in interface javax.enterprise.inject.spi.Interceptor
Obtains the interceptor bindings of the interceptor.
getInterceptors() - Method in interface javax.enterprise.inject.spi.AfterTypeDiscovery
 
getIssuedAtTime() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The iat(Issued at time) claim identifies the time at which the JWT was issued in seconds since 1970-01-01T00:00:00Z UTC
getIssuer() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The iss(Issuer) claim identifies the principal that issued the JWT
getItems() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the Schema used for all the elements of an array typed Schema.
getJavaClass() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the underlying Class.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedConstructor
Get the underlying Constructor.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedField
Get the underlying Field.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Get the underlying Member.
getJavaMember() - Method in interface javax.enterprise.inject.spi.AnnotatedMethod
Get the underlying Method.
getJavaParameter() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the underlying Parameter.
getJsonArray(int) - Method in interface javax.json.JsonArray
Returns the array value at the specified position in this array.
getJsonArray(String) - Method in interface javax.json.JsonObject
Returns the array value to which the specified name is mapped.
getJsonNumber(int) - Method in interface javax.json.JsonArray
Returns the number value at the specified position in this array.
getJsonNumber(String) - Method in interface javax.json.JsonObject
Returns the number value to which the specified name is mapped.
getJsonObject(int) - Method in interface javax.json.JsonArray
Returns the object value at the specified position in this array.
getJsonObject(String) - Method in interface javax.json.JsonObject
Returns the object value to which the specified name is mapped.
getJsonString(int) - Method in interface javax.json.JsonArray
Returns the string value at ths specified position in this array.
getJsonString(String) - Method in interface javax.json.JsonObject
Returns the string value to which the specified name is mapped.
getLicense() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the license information for the exposed API from this Info instance.
getLimit() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Limit
The limit.
getLineNumber() - Method in interface javax.json.stream.JsonLocation
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
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 tis instance of ApiResponse.
getLocation() - Method in interface javax.json.stream.JsonParser
Return the location that corresponds to the parser's current state in the JSON input source.
getLocation() - Method in exception javax.json.stream.JsonParsingException
Return the location of the incorrect JSON.
getLong() - Method in interface javax.json.stream.JsonParser
Returns a JSON number as a long.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMap
The mapper function.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapCompletionStage
The mapper function.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapIterable
The mapper function.
getMapper() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Map
The mapper function.
getMapping() - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Returns the mapping property from a Discriminator instance.
getMax() - Method in interface org.eclipse.microprofile.metrics.ConcurrentGauge
Get the maximum value of the ConcurrentGauge for the previously completed minute.
getMax() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the highest value in the snapshot.
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.
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(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Returns a media type for a given name.
getMediaTypes() - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Returns a copy map (potentially immutable) of media types.
getMember() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the Field object in the case of field injection, the Method object in the case of method parameter injection or the Constructor object in the case of constructor parameter injection.
getMetadata() - Method in interface javax.enterprise.inject.spi.EventContext
 
getMetadata() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metadata in the registry and their names.
getMeters() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the meters in the registry and their MetricIDs.
getMeters(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the meters in the registry and their MetricIDs which match the given filter.
getMethod() - Method in interface javax.interceptor.InvocationContext
Returns the method of the target class for which the interceptor was invoked.
getMethod() - Method in interface org.eclipse.microprofile.faulttolerance.ExecutionContext
Returns the method being executed
getMethods() - Method in interface javax.enterprise.inject.spi.AnnotatedType
Get the methods of the type.
getMetricIDs() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a set of the MetricIDs of all the metrics in the registry.
getMetrics() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the metrics in the registry and their MetricIDs.
getMin() - Method in interface org.eclipse.microprofile.metrics.ConcurrentGauge
Get the minimum value of the ConcurrentGauge for the previously completed 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.
getMultipleOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the multipleOf property from this Schema instance.
getName() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the EL name of a bean, if it has one.
getName() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
The name of the config might be used for logging or analysis of configured values.
getName() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
 
getName() - Method in interface org.eclipse.microprofile.jwt.ClaimValue
Access the name of the claim.
getName() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Returns the unique name of this principal.
getName() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getName() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the metric name.
getName() - Method in class org.eclipse.microprofile.metrics.MetricID
Returns the Metric name associated with this MetricID
getName() - Method in enum org.eclipse.microprofile.metrics.MetricRegistry.Type
Returns the name of the MetricRegistry scope.
getName() - Method in interface org.eclipse.microprofile.openapi.models.info.Contact
Returns the identifying name of this Contact instance.
getName() - Method in interface org.eclipse.microprofile.openapi.models.info.License
Returns the license name for this License instance that is used for the API.
getName() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the name property from XML instance.
getName() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the name property from a Parameter instance.
getName() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Name is a REQUIRED property - this is the name of the header, query or cookie parameter to be used.
getName() - Method in interface org.eclipse.microprofile.openapi.models.tags.Tag
Returns the name property from a Tag instance.
getNames() - Method in class 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.
getNot() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns a Schema which describes properties not allowed in objects defined by the current schema.
getNullable() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the nullable property from this Schema instance which indicates whether null is a valid value.
getObject() - Method in interface javax.json.stream.JsonParser
Returns a JsonObject and advances the parser to the corresponding END_OBJECT.
getObjectStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of the JsonObject's name/value pairs.
getObservedQualifiers() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the set of observed event qualifiers.
getObservedType() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the observed event type.
getObserverMethod() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
The ObserverMethod object that will be used by the container to invoke the observer when a matching event is fired.
getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Meter
 
getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Metered
Returns the one-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
getOneMinuteRate() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getOneOf() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the schemas used by the oneOf property.
getOpenapi() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the openapi property from an OpenAPI instance.
getOpenIdConnectUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
openIdConnectUrl is a REQUIRED property.
getOperationId() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the operationId property for this instance of Link.
getOperationId() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the operationId property from an Operation instance.
getOperationRef() - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Returns the operationRef property from a Link instance.
getOperations() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns a map with all the operations for this path where the keys are PathItem.HttpMethod items
getOptionalValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
Return the resolved property value with the specified type for the specified property name from the underlying ConfigSources.
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 for this config source.
getParameters() - Method in interface javax.enterprise.inject.spi.AnnotatedCallable
Get the parameters of the callable member.
getParameters() - Method in interface javax.interceptor.InvocationContext
Returns the parameter values that will be passed to the method or constructor of the target class.
getParameters() - Method in 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.
getPassivationCapableBean(String) - Method in interface javax.enterprise.inject.spi.BeanManager
Returns the PassivationCapable bean with the given identifier.
getPassword() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Resource Owner Password flow
getPATCH() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the patch property from a PathItem instance.
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.
getPaths() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the paths property from an OpenAPI instance.
getPattern() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the pattern property from this Schema instance.
getPosition() - Method in interface javax.enterprise.inject.spi.AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPOST() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the post property from a PathItem instance.
getPredicate() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.DropWhile
The predicate.
getPredicate() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Filter
The predicate.
getPredicate() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.TakeWhile
The predicate.
getPrefix() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the prefix property of XML instance.
getPriority() - Method in interface javax.enterprise.inject.spi.CDIProvider
 
getPriority() - Method in interface javax.enterprise.inject.spi.ObserverMethod
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
getPriority() - Method in interface javax.enterprise.inject.spi.Prioritized
Returns the priority for this SPI element.
getPriority() - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
The priority of this mapper.
getProducer() - Method in interface javax.enterprise.inject.spi.ProcessProducer
Returns the Producer object that will be used by the container to call the producer method or read the producer field.
getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given field.
getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface javax.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given method.
getProperties() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the properties in this config source
getProperties() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the properties defined in this Schema.
getProperty(String) - Method in class javax.json.bind.JsonbConfig
Return value of particular configuration property.
getPropertyName() - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Returns the propertyName property from a Discriminator instance.
getPropertyNames() - Method in interface org.eclipse.microprofile.config.Config
Return a collection of property names.
getPropertyNames() - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Gets all property names known to this config source, without evaluating the values.
getPublisher() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Coupled
Get the publisher graph.
getPUT() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the put property from a PathItem instance.
getQualifierHashCode(Annotation) - Method in interface javax.enterprise.inject.spi.BeanManager
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getQualifiers() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the qualifiers of the bean.
getQualifiers() - Method in interface javax.enterprise.inject.spi.EventMetadata
 
getQualifiers() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the required qualifiers of the injection point.
getRawToken() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
Get the raw bearer token string originally passed in the authentication header
getRawType() - Method in class javax.enterprise.util.TypeLiteral
 
getReadOnly() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the readOnly property from this Schema instance.
getReception() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the specified Reception for the observer method.
getRef() - Method in interface org.eclipse.microprofile.openapi.models.Reference
Returns the reference property from this Reference instance.
getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
getRefreshUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The URL to be used for obtaining refresh tokens.
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.
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.
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.
getRsProcessor() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.ProcessorStage
The processor.
getRsPublisher() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.PublisherStage
The publisher.
getRsSubscriber() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.SubscriberStage
The subscriber.
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 path item for a given name.
getSchemes() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Returns a copy map (potentially immutable) of the schemes.
getScope() - Method in interface javax.enterprise.context.spi.Context
Get the scope type of the context object.
getScope() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the scope of the bean.
getScope(String) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Returns a scope description for a given scope name.
getScopes() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The available scopes for the OAuth2 security scheme.
getScopes() - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Returns a copy map (potentially immutable) of scopes.
getSecond() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Concat
The second graph in the stream.
getSecurity() - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Returns the security property from an OpenAPI instance.
getSecurity() - Method in interface org.eclipse.microprofile.openapi.models.Operation
Returns the security property from an Operation instance.
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.
getServerVariable(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
Returns a server variable for a given name.
getServerVariables() - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
Returns a copy map (potentially immutable) of the server variables.
getSessionBeanType() - Method in interface javax.enterprise.inject.spi.ProcessSessionBean
Returns a SessionBeanType representing the kind of session bean.
getSkip() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Skip
The number of elements to skip.
getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Histogram
 
getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Sampling
Returns a snapshot of the values.
getSnapshot() - Method in interface org.eclipse.microprofile.metrics.Timer
 
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType
Get the extension instance which added the AnnotatedType for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticBean
Get the extension instance which added the Bean for which this event is being fired.
getSource() - Method in interface javax.enterprise.inject.spi.ProcessSyntheticObserverMethod
Get the extension instance which added the ObserverMethod for which this event is being fired.
getStages() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Graph
Get the stages of this graph.
getState() - Method in class org.eclipse.microprofile.health.HealthCheckResponse
 
getStdDev() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the standard deviation of the values in the snapshot.
getStereotypeDefinition(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Obtains meta-annotations for a certain stereotype.
getStereotypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the stereotypes of the bean.
getStreamOffset() - Method in interface javax.json.stream.JsonLocation
Return the stream offset into the input source this location is pointing to.
getString() - Method in interface javax.json.JsonString
Returns the JSON string value.
getString() - Method in interface javax.json.stream.JsonParser
Returns a String for the name in a name/value pair, for a string value or a number value.
getString(int) - Method in interface javax.json.JsonArray
A convenience method for getJsonString(index).getString().
getString(int, String) - Method in interface javax.json.JsonArray
Returns the String value of JsonString at the specified position in this JSON array values.
getString(String) - Method in interface javax.json.JsonObject
A convenience method for getJsonString(name).getString()
getString(String, String) - Method in interface javax.json.JsonObject
Returns the string value of the associated JsonString mapping for the specified name.
getStyle() - Method in interface org.eclipse.microprofile.openapi.models.headers.Header
Returns the style property from a Header instance.
getStyle() - Method in interface org.eclipse.microprofile.openapi.models.media.Encoding
Style describes how the encoding value will be serialized depending on the type of the parameter value.
getStyle() - Method in interface org.eclipse.microprofile.openapi.models.parameters.Parameter
Returns the style property from a Parameter instance.
getSubject() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The sub(Subject) claim identifies the principal that is the subject of the JWT.
getSubscriber() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Coupled
Get the subscriber graph.
getSubscriber() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage
Get the subscriber.
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.
getTagsAsList() - Method in class org.eclipse.microprofile.metrics.MetricID
Gets the list of tags as a list of Tag objects
getTagsAsString() - Method in class org.eclipse.microprofile.metrics.MetricID
Gets the list of tags as a single String in the format 'key="value",key2="value2",...'
getTagValue() - Method in class org.eclipse.microprofile.metrics.Tag
 
getTarget() - Method in interface javax.interceptor.InvocationContext
Returns the target instance.
getTermsOfService() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the URL to the Terms of Service for the API for this instance of Info.
getThreadContextType() - Method in interface org.eclipse.microprofile.context.spi.ThreadContextProvider
Returns a human readable identifier for the type of thread context that is captured by this ThreadContextProvider implementation.
getTimeout() - Method in interface javax.enterprise.context.Conversation
Get the timeout of the current conversation.
getTimer() - Method in interface javax.interceptor.InvocationContext
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than AroundTimeout.
getTimers() - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the timers in the registry and their MetricIDs.
getTimers(MetricFilter) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Returns a map of all the timers in the registry and their MetricIDs which match the given filter.
getTitle() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the title for the application for this instance of Info
getTitle() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the title property from this Schema instance.
getTokenID() - Method in interface org.eclipse.microprofile.jwt.JsonWebToken
The jti(JWT ID) claim provides a unique identifier for the JWT.
getTokenUrl() - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The token URL to be used for this flow.
getTRACE() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Returns the trace property from a PathItem instance.
getTransactionPhase() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Obtains the specified TransactionPhase for the observer method.
getType() - Method in interface javax.enterprise.inject.spi.EventMetadata
Get the type representing runtime class of the event object with type variables resolved.
getType() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Get the required type of injection point.
getType() - Method in class javax.enterprise.util.TypeLiteral
 
getType() - Method in enum org.eclipse.microprofile.jwt.Claims
The required type of the claim
getType() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getType() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the String representation of the MetricType.
getType() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the type property from this Schema.
getType() - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityScheme
Type is a REQUIRED property that specifies the type of SecurityScheme instance.
getTypeClosure() - Method in interface javax.enterprise.inject.spi.Annotated
Get all types to which the base type should be considered assignable.
getTypeRaw() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getTypeRaw() - Method in interface org.eclipse.microprofile.metrics.Metadata
Returns the MetricType of the metric
getTypes() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Obtains the bean types of the bean.
getUniqueItems() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the uniqueItems property from this Schema instance.
getUnit() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
getUnit() - Method in interface org.eclipse.microprofile.metrics.Metadata
 
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.
getValue() - Method in interface javax.json.stream.JsonParser
Returns a JsonValue at the current parser position.
getValue() - Method in interface org.eclipse.microprofile.jwt.ClaimValue
Access the value of the claim.
getValue() - Method in interface org.eclipse.microprofile.metrics.Gauge
Returns the metric's current value.
getValue() - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Returns the value property from an Example instance.
getValue(double) - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the value at the given quantile.
getValue(String) - Method in interface javax.json.JsonStructure
Get the value referenced by the provided JSON Pointer in the JsonStructure.
getValue(String) - Method in interface org.eclipse.microprofile.config.spi.ConfigSource
Return the value for the specified property in this config source.
getValue(String, Class<T>) - Method in interface org.eclipse.microprofile.config.Config
Return the resolved property value with the specified type for the specified property name from the underlying ConfigSources.
getValue(JsonStructure) - Method in interface javax.json.JsonPointer
Returns the value at the referenced location in the specified target.
getValues() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the entire set of values in the snapshot.
getValuesAs(Class<T>) - Method in interface javax.json.JsonArray
Returns a list view of the specified type for the array.
getValuesAs(Function<K, T>) - Method in interface javax.json.JsonArray
Returns a list view for the array.
getValueStream() - Method in interface javax.json.stream.JsonParser
Returns a stream of JsonValue from a sequence of JSON values.
getValueType() - Method in interface javax.json.JsonValue
Returns the value type of this JSON value.
getVariables() - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
This method returns the variables property of Server instance.
getVersion() - Method in interface org.eclipse.microprofile.openapi.models.info.Info
Returns the version of the OpenAPI document for this Info instance.
getWrapped() - Method in interface org.eclipse.microprofile.openapi.models.media.XML
This method returns the wrapped property of XML instance.
getWriteOnly() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the writeOnly property from this Schema instance.
getXml() - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Returns the xml property from this Schema instance.
GIBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
GIGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
GIGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
given_name - org.eclipse.microprofile.jwt.Claims
 
GLOBAL_TAGS_VARIABLE - Static variable in class org.eclipse.microprofile.metrics.MetricID
 
Graph - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A graph.
groupingBy(Function<JsonValue, String>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
groups - org.eclipse.microprofile.jwt.Claims
 

H

handle(ExecutionContext) - Method in class org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
 
handle(ExecutionContext) - Method in interface org.eclipse.microprofile.faulttolerance.FallbackHandler
Handle the previous calling failure and then call alternative methods or perform any alternative operations.
handles(int, MultivaluedMap<String, Object>) - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
Whether or not this mapper will be used for the given response.
hasAPIResponse(String) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Check whether a APIResponse is present in the map.
hashCode() - Method in class javax.enterprise.util.AnnotationLiteral
 
hashCode() - Method in class javax.enterprise.util.TypeLiteral
 
hashCode() - Method in interface javax.json.JsonNumber
Returns the hash code value for this JsonNumber object.
hashCode() - Method in interface javax.json.JsonString
Returns the hash code value for this JsonString object.
hashCode() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
hashCode() - Method in class org.eclipse.microprofile.metrics.MetricID
hashCode() - Method in class org.eclipse.microprofile.metrics.Tag
hasMediaType(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Check whether a media type is present in the map.
hasNext() - Method in interface javax.json.stream.JsonParser
Returns true if there are more parsing states.
hasPathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Check whether a path item is present to the map.
hasPathItem(String) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Check whether a path item is present in the map.
hasScheme(String) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Check whether a scheme is present in the map.
hasScope(String) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Check whether a scope item is present in the map.
hasServerVariable(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
Check whether a server variable is present in the map.
HEAD - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
HEAD(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's head property to the given operation.
Header - Interface in org.eclipse.microprofile.openapi.models.headers
Header
Header - Annotation Type in org.eclipse.microprofile.openapi.annotations.headers
Describes a single header object
HEADER - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
HEADER - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
HEADER - org.eclipse.microprofile.openapi.models.parameters.Parameter.In
 
HEADER - org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
 
Header.Style - Enum in org.eclipse.microprofile.openapi.models.headers
Controls the style of serialization.
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.
Health - Annotation Type in org.eclipse.microprofile.health
Deprecated.
in version 1.1 of the spec.
HealthCheck - Interface in org.eclipse.microprofile.health
The health check procedure interface.
HealthCheckResponse - Class in org.eclipse.microprofile.health
The response to a health check invocation.
HealthCheckResponse() - Constructor for class org.eclipse.microprofile.health.HealthCheckResponse
 
HealthCheckResponse.State - Enum in org.eclipse.microprofile.health
 
HealthCheckResponseBuilder - Class in org.eclipse.microprofile.health
A builder to construct a health procedure response.
HealthCheckResponseBuilder() - Constructor for class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
HealthCheckResponseProvider - Interface in org.eclipse.microprofile.health.spi
Reserved for implementors as means to supply their own HealthCheckResponseBuilder.
histogram(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with this name and with no tags; or create and register a new Histogram if none is registered.
histogram(String, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with this name and with the provided Tags; or create and register a new Histogram if none is registered.
histogram(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with the Metadata's name and with no tags; or create and register a new Histogram if none is registered.
histogram(Metadata, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Histogram registered under the MetricID with the Metadata's name and with the provided Tags; or create and register a new Histogram if none is registered.
Histogram - Interface in org.eclipse.microprofile.metrics
A metric which calculates the distribution of a value.
HISTOGRAM - org.eclipse.microprofile.metrics.MetricType
A Histogram calculates the distribution of a value.
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
HTTP - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
HTTP - org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
 

I

iat - org.eclipse.microprofile.jwt.Claims
 
id(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Make the configured bean implements PassivationCapable and its Id for passivation.
IDENTITY - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is unchanged.
IF_EXISTS - javax.enterprise.event.Reception
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
ignore() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Ignores each element of this stream.
ignore() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Ignores each element of this stream.
ignore() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Ignores each element of this stream.
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.InterceptionFactory
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of InterceptionFactory.createInterceptedInstance(Object).
ignoreFinalMethods() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
IllegalProductException - Exception in javax.enterprise.inject
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.
IllegalProductException() - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception javax.enterprise.inject.IllegalProductException
 
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(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 - javax.enterprise.event.TransactionPhase
Identifies a regular observer method, called when the event is fired.
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(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 Type in org.eclipse.microprofile.openapi.annotations.info
This annotation provides metadata about the API, and maps to the Info object in OpenAPI Specification 3.
initialize() - Method in class javax.enterprise.inject.se.SeContainerInitializer
Initializes a CDI SeContainerInitializer.
Initialized - Annotation Type in javax.enterprise.context
An event with this qualifier is fired when a context is initialized, i.e.
Initialized.Literal - Class in javax.enterprise.context
Supports inline instantiation of the Initialized qualifier.
inject() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Inject the instance
inject(T, CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
Inject - Annotation Type in javax.inject
Identifies injectable constructors, methods, and fields.
InjectionException - Exception in javax.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException() - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(String, Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionException(Throwable) - Constructor for exception javax.enterprise.inject.InjectionException
 
InjectionPoint - Interface in javax.enterprise.inject.spi
Provides access to metadata about an injection point.
InjectionPointConfigurator - Interface in javax.enterprise.inject.spi.configurator
This API is an helper to configure an existing InjectionPoint instance.
injectionPoints(Set<InjectionPoint>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionPoints(InjectionPoint...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
InjectionTarget<T> - Interface in javax.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InjectionTargetFactory<T> - Interface in javax.enterprise.inject.spi
An InjectionTargetFactory can create an InjectionTarget for a given bean.
InjectLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Inject annotation.
InjectLiteral() - Constructor for class javax.enterprise.inject.literal.InjectLiteral
 
instance() - Static method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
Creates a ConfigProviderResolver object Only used internally from within ConfigProvider
instance() - Static method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Obtains the ContextManagerProvider instance that has been previously registered, or uses ServiceLoader to load and register a ContextManagerProvider from the current context class loader.
instance() - Static method in class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
Creates an OASFactoryResolver object.
instance() - Static method in class org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsFactoryResolver
Creates a ReactiveStreamsFactory object Only used internally from within ReactiveStreams
instance() - Static method in class org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
Gets or creates a RestClientBuilderResolver instance.
Instance<T> - Interface in javax.enterprise.inject
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
INSTANCE - Static variable in class javax.enterprise.context.ApplicationScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.ConversationScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.Dependent.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.RequestScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.context.SessionScoped.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Alternative.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Any.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Default.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.InjectLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.NamedLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.QualifierLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.literal.SingletonLiteral
 
INSTANCE - Static variable in class javax.enterprise.inject.New.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Specializes.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.TransientReference.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Typed.Literal
 
INSTANCE - Static variable in class javax.enterprise.inject.Vetoed.Literal
 
INSTANCE - Static variable in class javax.enterprise.util.Nonbinding.Literal
 
INSTANCE - Static variable in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
 
INTEGER - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
INTEGER - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
intercept(InterceptionType, T, InvocationContext) - Method in interface javax.enterprise.inject.spi.Interceptor
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
Intercepted - Annotation Type in javax.enterprise.inject
An interceptor may inject metadata about the bean it is intercepting.
InterceptionFactory<T> - Interface in javax.enterprise.inject.spi
InterceptionFactory allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
InterceptionType - Enum in javax.enterprise.inject.spi
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
Interceptor<T> - Interface in javax.enterprise.inject.spi
Represents an enabled interceptor.
Interceptor - Annotation Type in javax.interceptor
Specifies that a class is an interceptor.
Interceptor.Priority - Class in javax.interceptor
Priorities that define the order in which interceptors are invoked.
InterceptorBinding - Annotation Type in javax.interceptor
Specifies that an annotation type is an interceptor binding type.
Interceptors - Annotation Type in javax.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 javax.enterprise.inject.spi.Interceptor
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
intValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as an int.
intValueExact() - Method in interface javax.json.JsonNumber
Returns this JSON number as an int.
INVALID - org.eclipse.microprofile.metrics.MetricType
Invalid - Placeholder
InvocationContext - Interface in javax.interceptor
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
isActive() - Method in interface javax.enterprise.context.spi.Context
Determines if the context object is active.
isAlternative() - Method in interface javax.enterprise.inject.spi.BeanAttributes
Determines if the bean is an alternative.
isAmbiguous() - Method in interface javax.enterprise.inject.Instance
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.Annotated
Determine if the program element has an annotation of a certain annotation type.
isAsync() - Method in interface javax.enterprise.inject.spi.ObserverMethod
Determines if this observer method is asynchronous
isDelegate() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Determines if the injection point is a decorator delegate injection point.
isIntegral() - Method in interface javax.json.JsonNumber
Returns true if this JSON number is a integral number.
isIntegralNumber() - Method in interface javax.json.stream.JsonParser
Returns true if the JSON number at the current parser state is a integral number.
isInterceptorBinding(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is an interceptor binding type .
isNormalScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a normal scope type.
isNull(int) - Method in interface javax.json.JsonArray
Returns true if the value at the specified location in this array is JsonValue.NULL.
isNull(String) - Method in interface javax.json.JsonObject
Returns true if the associated value for the specified name is JsonValue.NULL.
isNullable() - Method in interface javax.enterprise.inject.spi.Bean
Determines if Contextual.create(CreationalContext) sometimes return a null value.
isPassivatingScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a passivating scope type.
isQualifier(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a qualifier type.
isResolvable() - Method in interface javax.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.
isReusable() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
isReusable() - Method in interface org.eclipse.microprofile.metrics.Metadata
 
isRunning() - Method in interface javax.enterprise.inject.se.SeContainer
Check if the container is running or was shut down
iss - org.eclipse.microprofile.jwt.Claims
 
isScope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a scope type.
isStatic() - Method in interface javax.enterprise.inject.spi.AnnotatedMember
Determines if the member is static.
isStereotype(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a stereotype.
ISSUER - Static variable in interface org.eclipse.microprofile.jwt.config.Names
The expected iss claim value to validate against an MP-JWT.
isTransient() - Method in interface javax.enterprise.context.Conversation
Determine if the conversation is marked transient or long-running.
isTransient() - Method in interface javax.enterprise.inject.spi.InjectionPoint
Determines if the injection is a transient field.
isUnsatisfied() - Method in interface javax.enterprise.inject.Instance
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isVisible(Field) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
Responds whether the given field should be considered as the JsonbProperty.
isVisible(Method) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
Responds whether the given method should be considered as the JsonbProperty.
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.
iterate(T, UnaryOperator<T>) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Creates an infinite stream produced by the iterative application of the function f to an initial element seed consisting of seed, f(seed), f(f(seed)), etc.
iterate(T, UnaryOperator<T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Creates an infinite stream produced by the iterative application of the function f to an initial element seed consisting of seed, f(seed), f(f(seed)), etc.

J

javax.annotation - package javax.annotation
This package defines the common annotations.
javax.annotation.security - package javax.annotation.security
This package contains the security common annotations.
javax.annotation.sql - package javax.annotation.sql
 
javax.decorator - package javax.decorator
Annotations relating to decorators.
javax.enterprise.context - package javax.enterprise.context
Annotations and interfaces relating to scopes and contexts.
javax.enterprise.context.control - package javax.enterprise.context.control
 
javax.enterprise.context.spi - package javax.enterprise.context.spi
The custom context SPI.
javax.enterprise.event - package javax.enterprise.event
Annotations and interfaces relating to events.
javax.enterprise.inject - package javax.enterprise.inject
 
javax.enterprise.inject.literal - package javax.enterprise.inject.literal
 
javax.enterprise.inject.se - package javax.enterprise.inject.se
 
javax.enterprise.inject.spi - package javax.enterprise.inject.spi
The portable extension integration SPI.
javax.enterprise.inject.spi.configurator - package javax.enterprise.inject.spi.configurator
 
javax.enterprise.util - package javax.enterprise.util
Contains shared, general-purpose helper classes and annotations.
javax.inject - package javax.inject
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
javax.interceptor - package javax.interceptor
Contains annotations and interfaces for defining interceptor methods and interceptor classes, and for binding interceptor classes to target classes.
javax.json - package javax.json
Provides an object model API to process JSON.
javax.json.bind - package javax.json.bind
Provides JSON Binding API, which enables binding Java objects from and to JSON documents.
javax.json.bind.adapter - package javax.json.bind.adapter
Defines adapter related classes.
javax.json.bind.annotation - package javax.json.bind.annotation
Defines annotations for customizing the mapping between Java program elements and JSON documents.
javax.json.bind.config - package javax.json.bind.config
Defines strategies and policies for customizing the mapping between Java program elements and JSON documents.
javax.json.bind.serializer - package javax.json.bind.serializer
Defines serializer depending classes.
javax.json.bind.spi - package javax.json.bind.spi
Service Provider Interface (SPI) to plug in implementations of JSON Binding API JsonbBuilder objects.
javax.json.spi - package javax.json.spi
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
javax.json.stream - package javax.json.stream
Provides a streaming API to parse and generate JSON.
javax.ws.rs.rs - package javax.ws.rs.rs
 
javax.ws.rs.rs.client - package javax.ws.rs.rs.client
 
javax.ws.rs.rs.container - package javax.ws.rs.rs.container
 
javax.ws.rs.rs.core - package javax.ws.rs.rs.core
 
javax.ws.rs.rs.ext - package javax.ws.rs.rs.ext
 
javax.ws.rs.rs.sse - package javax.ws.rs.rs.sse
 
jku - org.eclipse.microprofile.jwt.Claims
 
Json - Class in javax.json
Factory class for creating JSON processing objects.
JsonArray - Interface in javax.json
JsonArray represents an immutable JSON array (an ordered sequence of zero or more values).
JsonArrayBuilder - Interface in javax.json
A builder for creating JsonArray models from scratch, and for modifying a existing JsonArray.
Jsonb - Interface in javax.json.bind
Jsonb provides an abstraction over the JSON Binding framework operations:
JsonbAdapter<Original,Adapted> - Interface in javax.json.bind.adapter
Allows to define custom mapping for given java type.
JsonbAnnotation - Annotation Type in javax.json.bind.annotation
Marks any relevant JSON Binding annotations.
JsonbBuilder - Interface in javax.json.bind
JsonbBuilder class provides the client's entry point to the JSON Binding API.
JsonbConfig - Class in javax.json.bind
Supported Properties
JsonbConfig() - Constructor for class javax.json.bind.JsonbConfig
 
JsonbCreator - Annotation Type in javax.json.bind.annotation
This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.
JsonbDateFormat - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom date format to field or JavaBean property.
JsonbDeserializer<T> - Interface in javax.json.bind.serializer
Interface representing a custom deserializer for a given type.
JsonbException - Exception in javax.json.bind
Root class for all JSON Binding exceptions.
JsonbException(String) - Constructor for exception javax.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message.
JsonbException(String, Throwable) - Constructor for exception javax.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message and cause.
JsonbNillable - Annotation Type in javax.json.bind.annotation
Specifies how fields having null values are serialized into JSON.
JsonbNumberFormat - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom number format to field or JavaBean property.
JsonbProperty - Annotation Type in javax.json.bind.annotation
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
JsonbPropertyOrder - Annotation Type in javax.json.bind.annotation
Specifies order in which properties are serialized.
JsonbProvider - Class in javax.json.bind.spi
Service provider for JSON Binding implementations.
JsonbProvider() - Constructor for class javax.json.bind.spi.JsonbProvider
Protected constructor.
JsonbSerializer<T> - Interface in javax.json.bind.serializer
Interface representing a custom serializer for given type.
JsonbTransient - Annotation Type in javax.json.bind.annotation
Prevents mapping of a Java Bean property, field or type to JSON representation.
JsonbTypeAdapter - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.
JsonbTypeDeserializer - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
JsonbTypeSerializer - Annotation Type in javax.json.bind.annotation
Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.
JsonBuilderFactory - Interface in javax.json
Factory to create JsonObjectBuilder and JsonArrayBuilder instances.
JsonbVisibility - Annotation Type in javax.json.bind.annotation
Annotation provides way how to customize visibility strategy of the JSON Binding.
JsonCollectors - Class in javax.json.stream
This class contains some implementations of java.util.stream.Collector for accumulating JsonValues into JsonArray and JsonObject.
JsonException - Exception in javax.json
JsonException indicates that some exception happened during JSON processing.
JsonException(String) - Constructor for exception javax.json.JsonException
Constructs a new runtime exception with the specified detail message.
JsonException(String, Throwable) - Constructor for exception javax.json.JsonException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerationException - Exception in javax.json.stream
JsonGenerationException indicates an incorrect JSON is being generated.
JsonGenerationException(String) - Constructor for exception javax.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message.
JsonGenerationException(String, Throwable) - Constructor for exception javax.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerator - Interface in javax.json.stream
Writes JSON data to an output source in a streaming way.
JsonGeneratorFactory - Interface in javax.json.stream
Factory to create JsonGenerator instances.
JsonLocation - Interface in javax.json.stream
Provides the location information of a JSON event in an input source.
JsonMergePatch - Interface in javax.json
This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.
JsonNumber - Interface in javax.json
An immutable JSON number value.
JsonObject - Interface in javax.json
JsonObject class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).
JsonObjectBuilder - Interface in javax.json
A builder for creating JsonObject models from scratch.
JsonParser - Interface in javax.json.stream
Provides forward, read-only access to JSON data in a streaming way.
JsonParser.Event - Enum in javax.json.stream
An event from JsonParser.
JsonParserFactory - Interface in javax.json.stream
Factory for creating JsonParser instances.
JsonParsingException - Exception in javax.json.stream
JsonParsingException is used when an incorrect JSON is being parsed.
JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message and cause.
JsonParsingException(String, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message.
JsonPatch - Interface in javax.json
This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.
JsonPatch.Operation - Enum in javax.json
This enum represents the list of valid JSON Patch operations as defined by RFC 6902.
JsonPatchBuilder - Interface in javax.json
A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.
JsonPointer - Interface in javax.json
This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.
JsonProvider - Class in javax.json.spi
Service provider for JSON processing objects.
JsonProvider() - Constructor for class javax.json.spi.JsonProvider
 
JsonReader - Interface in javax.json
Reads a JSON object or an array structure from an input source.
JsonReaderFactory - Interface in javax.json
Factory to create JsonReader instances.
JsonString - Interface in javax.json
An immutable JSON string value.
JsonStructure - Interface in javax.json
Super type for the two structured types in JSON (objects and arrays).
JsonValue - Interface in javax.json
JsonValue represents an immutable JSON value.
JsonValue.ValueType - Enum in javax.json
Indicates the type of a JsonValue object.
JsonWebToken - Interface in org.eclipse.microprofile.jwt
A read-only interface for the the claims required by Eclipse MicroProfile conforming tokens.
JsonWriter - Interface in javax.json
Writes a JSON object or array structure to an output source.
JsonWriterFactory - Interface in javax.json
Factory to create JsonWriter instances.
jti - org.eclipse.microprofile.jwt.Claims
 
jwe - org.eclipse.microprofile.jwt.Claims
 
jwk - org.eclipse.microprofile.jwt.Claims
 

K

KEY_NAME - javax.json.stream.JsonParser.Event
Name in a name/value pair of a JSON object.
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
kid - org.eclipse.microprofile.jwt.Claims
 
KILOBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
KILOBYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits

L

LABEL - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
LABEL - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
LEXICOGRAPHICAL - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is lexicographical.
LIBRARY_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for late interceptors defined by extension libraries.
LIBRARY_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for early interceptors defined by extension libraries.
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 Type in org.eclipse.microprofile.openapi.annotations.info
License information for the exposed API.
limit(long) - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Truncate this stream, ensuring the stream is no longer than maxSize elements in length.
limit(long) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Truncate this stream, ensuring the stream is no longer than maxSize elements in length.
limit(long) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Truncate this stream, ensuring the stream is no longer than maxSize elements in length.
Link - Interface in org.eclipse.microprofile.openapi.models.links
Link
Link - Annotation Type in org.eclipse.microprofile.openapi.annotations.links
The Link object represents a possible design-time link for a response.
LinkParameter - Annotation Type in org.eclipse.microprofile.openapi.annotations.links
Represents a parameter to pass to an operation as specified with operationId or identified via operationRef.
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 javax.enterprise.context.ApplicationScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.ConversationScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.Dependent.Literal
 
Literal() - Constructor for class javax.enterprise.context.RequestScoped.Literal
 
Literal() - Constructor for class javax.enterprise.context.SessionScoped.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Alternative.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Any.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Default.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Specializes.Literal
 
Literal() - Constructor for class javax.enterprise.inject.TransientReference.Literal
 
Literal() - Constructor for class javax.enterprise.inject.Vetoed.Literal
 
Literal() - Constructor for class javax.enterprise.util.Nonbinding.Literal
 
LITERAL - Static variable in annotation type org.eclipse.microprofile.rest.client.inject.RestClient
 
Liveness - Annotation Type in org.eclipse.microprofile.health
This qualifier is used to define a liveness Health Check procedure
locale - org.eclipse.microprofile.jwt.Claims
 
LOCALE - Static variable in class javax.json.bind.JsonbConfig
Property used to specify locale globally.
LoginConfig - Annotation Type in org.eclipse.microprofile.auth
A security annotation describing the authentication method, and the associated realm name that should be used for this application.
longValue() - Method in interface javax.json.JsonNumber
Returns this JSON number as a long.
longValueExact() - Method in interface javax.json.JsonNumber
Returns this JSON number as a long.
LOWER_CASE_WITH_DASHES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with dashes.
LOWER_CASE_WITH_UNDERSCORES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with underscores.

M

ManagedBean - Annotation Type in javax.annotation
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.
ManagedExecutor - Interface in org.eclipse.microprofile.context
A container-managed executor service that creates instances of CompletableFuture, which it backs as the default asynchronous execution facility, both for the CompletableFuture itself as well as all dependent stages created from it, as well as all dependent stages created from those, and so on.
ManagedExecutor.Builder - Interface in org.eclipse.microprofile.context
Builder for ManagedExecutor instances.
map(Function<? super R, ? extends S>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Map the elements emitted by this stream using the mapper function.
map(Function<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Map the elements emitted by this stream using the mapper function.
map(Function<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.TransformingOperators
Map the elements emitted by this stream using the mapper function.
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.
matches(MetricID, Metric) - Method in interface org.eclipse.microprofile.metrics.MetricFilter
Returns true if the metric matches the filter; false otherwise.
MATRIX - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
MATRIX - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
maxAsync(int) - Method in interface org.eclipse.microprofile.context.ManagedExecutor.Builder
Establishes an upper bound on the number of async completion stage actions and async executor tasks that can be running at any given point in time.
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(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the maxItems property of this Schema instance to the value given.
maxLength(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the maxLength property of this Schema instance to the value given.
maxProperties(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the maxProperties property of this Schema instance to the value given.
maxQueued(int) - Method in interface org.eclipse.microprofile.context.ManagedExecutor.Builder
Establishes an upper bound on the number of async actions and async tasks that can be queued up for execution.
MEBIBITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
MediaType - Interface in org.eclipse.microprofile.openapi.models.media
MediaType
MEGABITS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
MEGABYTES - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
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 class org.eclipse.microprofile.metrics.MetricRegistry
Return the Meter registered under the MetricID with this name and with no tags; or create and register a new Meter if none is registered.
meter(String, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Meter registered under the MetricID with this name and with the provided Tags; or create and register a new Meter if none is registered.
meter(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Meter registered under the MetricID with the Metadata's name and with no tags; or create and register a new Meter if none is registered.
meter(Metadata, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Meter registered under the MetricID with the Metadata's name and with the provided Tags; or create and register a new Meter if none is registered.
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 Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as metered.
METERED - org.eclipse.microprofile.metrics.MetricType
A Meter measures the rate at which a set of events occur.
methods() - Method in interface javax.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 Type 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 and Metadata that are registered in the MetricRegistry The MetricID contains: Name: (Required) The name 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 Tags.
MetricRegistry - Class in org.eclipse.microprofile.metrics
The registry that stores metrics and their metadata.
MetricRegistry() - Constructor for class org.eclipse.microprofile.metrics.MetricRegistry
 
MetricRegistry.Type - Enum in org.eclipse.microprofile.metrics
An enumeration representing the scopes of the MetricRegistry
MetricType - Enum 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
middle_name - org.eclipse.microprofile.jwt.Claims
 
MILLISECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
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(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the minItems property of this Schema instance to the value given.
minLength(Integer) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the minLength property of this Schema instance to the value given.
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 - org.eclipse.microprofile.jwt.Claims
 
Model - Annotation Type in javax.enterprise.inject
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
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 javax.json.JsonPatchBuilder
Adds a "move" JSON Patch operation.
MOVE - javax.json.JsonPatch.Operation
"move" operation.
multipleOf(BigDecimal) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the multipleOf property of this Schema instance to the value given.

N

name(Class<?>, String...) - Static method in class org.eclipse.microprofile.metrics.MetricRegistry
Concatenates a class name and elements to form a dotted name, eliding any null values or empty strings.
name(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Set the name of the configured bean
name(String) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set the name of the configured bean
name(String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
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 class org.eclipse.microprofile.metrics.MetricRegistry
Concatenates elements to form a dotted name, eliding any null values or empty strings.
named(String) - Static method in class org.eclipse.microprofile.health.HealthCheckResponse
 
Named - Annotation Type in javax.inject
String-based qualifier.
NamedLiteral - Class in javax.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
nbf - org.eclipse.microprofile.jwt.Claims
 
New - Annotation Type in javax.enterprise.inject
The New qualifier was deprecated in CDI 1.1.
New.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the New qualifier.
newBuilder() - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by the default JsonbProvider.provider() method.
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.
newBuilder(String) - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by JsonbProvider.provider(String) method.
newBuilder(JsonbProvider) - Static method in interface javax.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by provider#create call.
newIncompleteFuture() - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new incomplete CompletableFuture.
newInstance() - Static method in class javax.enterprise.inject.se.SeContainerInitializer
Returns an instance of SeContainerInitializer Each call returns a new instance
newInstance() - Method in class javax.enterprise.inject.spi.Unmanaged
Instantiate a new UnmanagedInstance
newInterceptor() - Method in interface org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory
Implementations of this method should return an implementation of the AsyncInvocationInterceptor interface.
newManagedExecutorBuilder() - Method in interface org.eclipse.microprofile.context.spi.ContextManager
Creates a new ManagedExecutor.Builder instance.
newThreadContextBuilder() - Method in interface org.eclipse.microprofile.context.spi.ContextManager
Creates a new ThreadContext.Builder instance.
next() - Method in interface javax.json.stream.JsonParser
Returns the event for the next parsing state.
nickname - org.eclipse.microprofile.jwt.Claims
 
Nonbinding - Annotation Type in javax.enterprise.util
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
Nonbinding.Literal - Class in javax.enterprise.util
Supports inline instantiation of the Nonbinding annotation.
nonce - org.eclipse.microprofile.jwt.Claims
 
NONE - Static variable in interface org.eclipse.microprofile.context.ThreadContext
An empty array of thread context.
NONE - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
No unit
NonexistentConversationException - Exception in javax.enterprise.context
Indicates that the conversation context could not be restored.
NonexistentConversationException() - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String, Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(Throwable) - Constructor for exception javax.enterprise.context.NonexistentConversationException
 
NormalScope - Annotation Type in javax.enterprise.context
Specifies that an annotation type is a normal scope type.
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.
NotificationOptions - Interface in javax.enterprise.event
Notification options are used to configure observer notification.
NotificationOptions.Builder - Interface in javax.enterprise.event
Notification options builder.
notify(EventContext<T>) - Method in interface javax.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event context.
notify(T) - Method in interface javax.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event object.
notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Define an operation that accepts a context of a fired event.
notReusable() - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
Sets the reusable to Boolean.FALSE
NULL - javax.json.JsonValue.ValueType
JSON null.
NULL - Static variable in interface javax.json.JsonValue
JSON null value.
NULL_VALUES - Static variable in class javax.json.bind.JsonbConfig
Property used to specify null values serialization behavior.
nullable(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the nullable property of this Schema instance.
NUMBER - javax.json.JsonValue.ValueType
JSON number.
NUMBER - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
NUMBER - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
numberValue() - Method in interface javax.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 - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
OAUTH2 - 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 Type 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 Type in org.eclipse.microprofile.openapi.annotations.security
Allows configuration of the supported OAuth Flows.
OAuthScope - Annotation Type in org.eclipse.microprofile.openapi.annotations.security
Represents an OAuth scope.
OBJECT - javax.json.JsonValue.ValueType
JSON object.
OBJECT - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
OBJECT - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
observedType(Type) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the type of the observed event
ObserverException - Exception in javax.enterprise.event
Indicates that a checked exception was thrown by an observer method during event notification.
ObserverException() - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(String) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(String, Throwable) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverException(Throwable) - Constructor for exception javax.enterprise.event.ObserverException
 
ObserverMethod<T> - Interface in javax.enterprise.inject.spi
Represents an observer method of an enabled bean.
ObserverMethodConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
ObserverMethodConfigurator.EventConsumer<T> - Interface in javax.enterprise.inject.spi.configurator
Represents an operation that accepts a context of a fired event.
Observes - Annotation Type in javax.enterprise.event
Identifies the event parameter of an observer method.
ObservesAsync - Annotation Type in javax.enterprise.event
Identifies the event parameter of an asynchronous observer method.
of(Class<?>) - Static method in class javax.enterprise.inject.New.Literal
 
of(Class<?>[]) - Static method in class javax.enterprise.inject.Typed.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.BeforeDestroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.Destroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class javax.enterprise.context.Initialized.Literal
 
of(String) - Static method in class javax.enterprise.inject.literal.NamedLiteral
 
of(String, Object) - Static method in interface javax.enterprise.event.NotificationOptions
 
of(Subscriber<T>, CompletionStage<R>) - Static method in interface org.eclipse.microprofile.reactive.streams.operators.CompletionSubscriber
Create a CompletionSubscriber by combining the given subscriber and completion stage.
of(T) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a PublisherBuilder that emits a single element.
of(T) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a PublisherBuilder that emits a single element.
of(T...) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a PublisherBuilder that emits the given elements.
of(T...) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a PublisherBuilder that emits the given elements.
ofExecutor(Executor) - Static method in interface javax.enterprise.event.NotificationOptions
 
ofNullable(T) - Static method in class org.eclipse.microprofile.reactive.streams.operators.ReactiveStreams
Create a PublisherBuilder that will emit a single element if t is not null, otherwise will be empty.
ofNullable(T) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ReactiveStreamsFactory
Create a PublisherBuilder that will emit a single element if t is not null, otherwise will be empty.
onComplete(Runnable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PeekingOperators
Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes.
onComplete(Runnable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes.
onComplete(Runnable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes.
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(Consumer<Throwable>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PeekingOperators
Returns a stream containing all the elements from this stream, additionally performing the provided action if this stream conveys an error.
onError(Consumer<Throwable>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action if this stream conveys an error.
onError(Consumer<Throwable>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action if this stream conveys an error.
onErrorResume(Function<Throwable, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Returns a stream containing all the elements from this stream.
onErrorResume(Function<Throwable, ? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ErrorHandlingOperators
Returns a stream containing all the elements from this stream.
onErrorResume(Function<Throwable, ? extends T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Returns a stream containing all the elements from this stream.
onErrorResumeWith(Function<Throwable, ? extends PublisherBuilder<? extends R>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Returns a stream containing all the elements from this stream.
onErrorResumeWith(Function<Throwable, ? extends PublisherBuilder<? extends T>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ErrorHandlingOperators
Returns a stream containing all the elements from this stream.
onErrorResumeWith(Function<Throwable, ? extends PublisherBuilder<? extends T>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Returns a stream containing all the elements from this stream.
onErrorResumeWithRsPublisher(Function<Throwable, ? extends Publisher<? extends R>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Returns a stream containing all the elements from this stream.
onErrorResumeWithRsPublisher(Function<Throwable, ? extends Publisher<? extends T>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ErrorHandlingOperators
Returns a stream containing all the elements from this stream.
onErrorResumeWithRsPublisher(Function<Throwable, ? extends Publisher<? extends T>>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Returns a stream containing all the elements from this stream.
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
 
onTerminate(Runnable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PeekingOperators
Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes or failed.
onTerminate(Runnable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes or failed.
onTerminate(Runnable) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes or failed.
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 Type in org.eclipse.microprofile.openapi.annotations
OpenAPI
OPENIDCONNECT - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
OPENIDCONNECT - org.eclipse.microprofile.openapi.models.security.SecurityScheme.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 Type in org.eclipse.microprofile.openapi.annotations
Describes a single API operation on a path.
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 javax.json.JsonPatch.Operation
Returns enum constant name as lower case string.
operationRef(String) - Method in interface org.eclipse.microprofile.openapi.models.links.Link
Sets this Link's operationRef property to the given string.
OPTIONS - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
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 extend the standard functionality in a portable way.
org.eclipse.microprofile.context - package org.eclipse.microprofile.context
 
org.eclipse.microprofile.context.spi - package org.eclipse.microprofile.context.spi
 
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.reactive.streams.operators - package org.eclipse.microprofile.reactive.streams.operators
 
org.eclipse.microprofile.reactive.streams.operators.spi - package org.eclipse.microprofile.reactive.streams.operators.spi
 
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 - org.eclipse.microprofile.jwt.Claims
 

P

Parameter - Interface in org.eclipse.microprofile.openapi.models.parameters
Parameter
Parameter - Annotation Type in org.eclipse.microprofile.openapi.annotations.parameters
Describes a single operation parameter
Parameter.In - Enum in org.eclipse.microprofile.openapi.models.parameters
The values allowed for the in field.
Parameter.Style - Enum in org.eclipse.microprofile.openapi.models.parameters
The values allowed for the style field.
ParameterIn - Enum in org.eclipse.microprofile.openapi.annotations.enums
 
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 Type in org.eclipse.microprofile.openapi.annotations.parameters
This object encapsulates input parameters
ParameterStyle - Enum in org.eclipse.microprofile.openapi.annotations.enums
 
params() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
params() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
PassivationCapable - Interface in javax.enterprise.inject.spi
Indicates that a custom implementation of Bean or Contextual is passivation capable.
password(OAuthFlow) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlows
OAuth Resource Owner Password flow
PATCH - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
PATCH(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's patch property to the given operation.
path(String, PathItem) - Method in interface org.eclipse.microprofile.openapi.models.OpenAPI
Deprecated.
PATH - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
PATH - org.eclipse.microprofile.openapi.models.parameters.Parameter.In
 
PathItem - Interface in org.eclipse.microprofile.openapi.models
PathItem
PathItem.HttpMethod - Enum in org.eclipse.microprofile.openapi.models
All of the possible types of HTTP operations for this path
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
pattern(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the pattern property of this Schema instance to the string given.
peek(Consumer<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action on each element.
peek(Consumer<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PeekingOperators
Returns a stream containing all the elements from this stream, additionally performing the provided action on each element.
peek(Consumer<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Returns a stream containing all the elements from this stream, additionally performing the provided action on each element.
PeekingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operations for peeking at elements and signals in the stream, without impacting the stream itself.
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 Type in javax.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
phone_number - org.eclipse.microprofile.jwt.Claims
 
phone_number_verified - org.eclipse.microprofile.jwt.Claims
 
PIPE_DELIMITED - org.eclipse.microprofile.openapi.models.media.Encoding.Style
 
PIPEDELIMITED - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
PIPEDELIMITED - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
PLATFORM_AFTER - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class javax.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
POST - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
POST(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's post property to the given operation.
POST_ACTIVATE - javax.enterprise.inject.spi.InterceptionType
Intercepts bean activation, only called for EJBs
POST_CONSTRUCT - javax.enterprise.inject.spi.InterceptionType
Intercepts bean construction
postConstruct() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PostConstruct callback
postConstruct(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Calls the PostConstruct callback, if it exists, according to the semantics required by the Java EE platform specification.
PostConstruct - Annotation Type in javax.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
PRE_DESTROY - javax.enterprise.inject.spi.InterceptionType
Intercepts bean destruction
PRE_PASSIVATE - javax.enterprise.inject.spi.InterceptionType
Intercepts bean passivation, only called for EJBs
preDestroy() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PreDestroy callback
preDestroy(T) - Method in interface javax.enterprise.inject.spi.InjectionTarget
Calls the PreDestroy callback, if it exists, according to the semantics required by the Java EE platform specification.
PreDestroy - Annotation Type in javax.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 - org.eclipse.microprofile.jwt.Claims
 
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.
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 javax.json.stream.JsonGenerator
Configuration property to generate JSON prettily.
Prioritized - Interface in javax.enterprise.inject.spi
This interface allows some SPI implementation to change their priority programmatically.
priority(int) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the priority for the observer to build
Priority - Annotation Type in javax.annotation
The Priority annotation can be applied to classes or parameters to indicate in what order they should be used.
proceed() - Method in interface javax.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.
ProcessAnnotatedType<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
ProcessBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the Bean object.
ProcessBeanAttributes<T> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the Bean object.
ProcessInjectionPoint<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using javax.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionTarget<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using javax.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessManagedBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled managed bean, before registering the Bean object.
ProcessObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each observer method of each enabled bean, before registering the ObserverMethod object.
ProcessorBuilder<T,R> - Interface in org.eclipse.microprofile.reactive.streams.operators
A builder for a Processor.
ProcessProducer<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
ProcessProducerField<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled producer field, before registering the Bean object.
ProcessProducerMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled producer method, before registering the Bean object.
ProcessSessionBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each enabled session bean, before registering the Bean object.
ProcessSyntheticAnnotatedType<X> - Interface in javax.enterprise.inject.spi
ProcessSyntheticBean<X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each custom bean implementation added through AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean), before registering the Bean object.
ProcessSyntheticObserverMethod<T,X> - Interface in javax.enterprise.inject.spi
The container fires an event of this type for each custom implementation of ObserverMethod added through AfterBeanDiscovery.addObserverMethod(ObserverMethod) or AfterBeanDiscovery.addObserverMethod(), before registering the ObserverMethod object.
produce() - Method in class javax.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Create the instance
produce(CreationalContext<T>) - Method in interface javax.enterprise.inject.spi.Producer
Causes an instance to be produced via the Producer.
Producer<T> - Interface in javax.enterprise.inject.spi
Provides a generic operation for producing an instance of a type.
ProducerConfigurator<T> - Interface in javax.enterprise.inject.spi.configurator
A ProducerConfigurator can configure a Producer.
ProducerFactory<X> - Interface in javax.enterprise.inject.spi
An ProducerFactory can create an Producer for a given bean.
Produces - Annotation Type in javax.enterprise.inject
Identifies a producer method or field.
ProducesResult<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
A stream that completes with a single result.
produceWith(Function<CreationalContext<U>, U>) - Method in interface javax.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to produce a new instance.
produceWith(Function<Instance<Object>, U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
PROPAGATE_PROPERTY - Static variable in class org.eclipse.microprofile.rest.client.ext.DefaultClientHeadersFactoryImpl
 
propagated(String...) - Method in interface org.eclipse.microprofile.context.ManagedExecutor.Builder
Defines the set of thread context types to capture from the thread that creates a dependent stage (or that submits a task) and which to propagate to the thread where the action or task executes.
propagated(String...) - Method in interface org.eclipse.microprofile.context.ThreadContext.Builder
Defines the set of thread context types to capture from the thread that contextualizes an action or task.
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_NAMING_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
PROPERTY_ORDER_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom order strategy.
PROPERTY_VISIBILITY_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom visibility strategy.
propertyName(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Sets this Discriminator's propertyName property to the given string.
PropertyNamingStrategy - Interface in javax.json.bind.config
Allows to define custom property naming strategy.
PropertyOrderStrategy - Class in javax.json.bind.config
Specifies predefined property order strategies.
PropertyVisibilityStrategy - Interface in javax.json.bind.config
Provides mechanism how to define customized property visibility strategy.
provider() - Static method in class javax.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method.
provider() - Static method in class javax.json.spi.JsonProvider
Creates a JSON provider object.
provider(String) - Static method in class javax.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method, matching providerName.
Provider<T> - Interface in javax.inject
Provides instances of T.
PublisherBuilder<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
A builder for a Publisher.
push(T) - Method in interface javax.enterprise.context.spi.CreationalContext
Registers an incompletely initialized contextual instance the with the container.
put(String, String) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Deprecated.
since 1.1
put(String, List<String>) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Deprecated.
since 1.1
put(String, MediaType) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Deprecated.
since 1.1
put(String, PathItem) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Deprecated.
since 1.1
put(String, PathItem) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Deprecated.
since 1.1
put(String, APIResponse) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Deprecated.
since 1.1
put(String, ServerVariable) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
since 1.1
PUT - org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
 
PUT(Operation) - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Sets this PathItem's put property to the given operation.
putAll(Map<? extends String, ? extends String>) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Deprecated.
since 1.1
putAll(Map<? extends String, ? extends List<String>>) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Deprecated.
since 1.1
putAll(Map<? extends String, ? extends MediaType>) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Deprecated.
since 1.1
putAll(Map<? extends String, ? extends PathItem>) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Deprecated.
since 1.1
putAll(Map<? extends String, ? extends PathItem>) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Deprecated.
since 1.1
putAll(Map<? extends String, ? extends APIResponse>) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Deprecated.
since 1.1
putAll(Map<? extends String, ? extends ServerVariable>) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
since 1.1

Q

Qualifier - Annotation Type in javax.inject
Identifies qualifier annotations.
QualifierLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Qualifier annotation.
QualifierLiteral() - Constructor for class javax.enterprise.inject.literal.QualifierLiteral
 
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
QUERY - org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
QUERY - org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
QUERY - org.eclipse.microprofile.openapi.models.parameters.Parameter.In
 
QUERY - org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
 

R

raw_token - org.eclipse.microprofile.jwt.Claims
 
ReactiveStreams - Class in org.eclipse.microprofile.reactive.streams.operators
Primary entry point into the Reactive Streams utility API.
ReactiveStreamsEngine - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
An engine for turning reactive streams graphs into Reactive Streams publishers/subscribers.
ReactiveStreamsFactory - Interface in org.eclipse.microprofile.reactive.streams.operators
Factory interface for providing the implementation of the static factory methods in ReactiveStreams.
ReactiveStreamsFactoryResolver - Class in org.eclipse.microprofile.reactive.streams.operators.spi
This class is not intended to be used by end-users but for portable container integration purpose only.
ReactiveStreamsFactoryResolver() - Constructor for class org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsFactoryResolver
 
read() - Method in interface javax.json.JsonReader
Returns a JSON array or object that is represented in the input source.
read(Method) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing Method
read(AnnotatedMethod<?>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing AnnotatedMethod
read(AnnotatedType<U>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given annotated type.
read(BeanAttributes<?>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given bean attributes.
read(ObserverMethod<T>) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing ObserverMethod
readArray() - Method in interface javax.json.JsonReader
Returns a JSON array that is represented in the input source.
Readiness - Annotation Type in org.eclipse.microprofile.health
This qualifier is used to define a readiness Health Check procedure
readObject() - Method in interface javax.json.JsonReader
Returns a JSON object that is represented in the input source.
readOnly(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the readOnly property of this Schema.
readOperations() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Deprecated.
since 1.1, use @link Map.values() on PathItem.getOperations() instead
readOperationsMap() - Method in interface org.eclipse.microprofile.openapi.models.PathItem
Deprecated.
since 1.1, use PathItem.getOperations() instead
readTimeout(long, TimeUnit) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Set the read timeout.
readValue() - Method in interface javax.json.JsonReader
Returns a JSON value that is represented in the input source.
reception(Reception) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the Reception mode for the observer to build
Reception - Enum in javax.enterprise.event
Distinguishes conditional observer methods from observer methods which are always notified.
reduce(BinaryOperator<R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Perform a reduction on the elements of this stream, using the provided accumulation function.
reduce(BinaryOperator<T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Perform a reduction on the elements of this stream, using the provided accumulation function.
reduce(BinaryOperator<T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Perform a reduction on the elements of this stream, using the provided accumulation function.
reduce(R, BinaryOperator<R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Perform a reduction on the elements of this stream, using the provided identity value and the accumulation function.
reduce(T, BinaryOperator<T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Perform a reduction on the elements of this stream, using the provided identity value and the accumulation function.
reduce(T, BinaryOperator<T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Perform a reduction on the elements of this stream, using the provided identity value and the accumulation function.
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(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The URL to be used for obtaining refresh tokens.
register(String, T) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Given a Metric, registers it under a MetricID with the given name and with no tags.
register(ContextManagerProvider) - Static method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Allows the container to register the ContextManagerProvider implementation.
register(Metadata, T) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Given a Metric and Metadata, registers the metric with a MetricID with the name provided by the Metadata and with no tags.
register(Metadata, T, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Given a Metric and Metadata, registers both under a MetricID with the name provided by the Metadata and with the provided Tags.
RegisterClientHeaders - Annotation Type 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 a given Config within the Application (or Module) identified by the given ClassLoader.
registerContextManager(ContextManager, ClassLoader) - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
Registers the given ContextManager for the given ClassLoader, so that further calls to ContextManagerProvider.getContextManager(ClassLoader) for the same ClassLoader will return this instance instead of creating a new one.
RegisterProvider - Annotation Type 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 Type 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 Type in org.eclipse.microprofile.rest.client.inject
A marker annotation to register a rest client at runtime.
RegistryType - Annotation Type in org.eclipse.microprofile.metrics.annotation
Qualifies the type of Metric Registry to inject.
release() - Method in interface javax.enterprise.context.spi.CreationalContext
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to Contextual.destroy(Object, CreationalContext) .
releaseConfig(Config) - Method in class org.eclipse.microprofile.config.spi.ConfigProviderResolver
A Config normally gets released if the Application it is associated with gets destroyed.
releaseContextManager(ContextManager) - Method in interface org.eclipse.microprofile.context.spi.ContextManagerProvider
remove(int) - Method in interface javax.json.JsonArrayBuilder
Remove the value in the array at the specified position.
remove(Object) - Method in interface org.eclipse.microprofile.openapi.models.callbacks.Callback
Deprecated.
since 1.1
remove(Object) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Deprecated.
since 1.1
remove(Object) - Method in interface org.eclipse.microprofile.openapi.models.Paths
Deprecated.
since 1.1
remove(Object) - Method in interface org.eclipse.microprofile.openapi.models.responses.APIResponses
Deprecated.
since 1.1
remove(Object) - Method in interface org.eclipse.microprofile.openapi.models.security.Scopes
Deprecated.
since 1.1
remove(Object) - Method in interface org.eclipse.microprofile.openapi.models.security.SecurityRequirement
Deprecated.
since 1.1
remove(Object) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
since 1.1
remove(String) - Method in interface javax.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 javax.json.JsonPatchBuilder
Adds a "remove" JSON Patch operation.
remove(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Removes all metrics with the given name.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove annotations that match the specified predicate.
remove(MetricID) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Removes the metric with the given MetricID
remove(T) - Method in interface javax.json.JsonPointer
Removes the value at the reference location in the specified target.
REMOVE - javax.json.JsonPatch.Operation
"remove" operation.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove all the annotations.
removeAll() - Method in interface javax.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 media type 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 media type 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 class 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 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 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.Scopes
Removes the given scope item to this Scopes.
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.
removeServerVariable(String) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
Removes the given server variables.
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.
replace(String, boolean) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, int) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(T, JsonValue) - Method in interface javax.json.JsonPointer
Replaces the value at the referenced location in the specified target with the specified value.
REPLACE - javax.json.JsonPatch.Operation
"remove" operation.
REQUEST - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
REQUEST - Static variable in class javax.enterprise.context.Destroyed.Literal
 
REQUEST - Static variable in class javax.enterprise.context.Initialized.Literal
 
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(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 Type in org.eclipse.microprofile.openapi.annotations.parameters
Describes a single request body.
RequestContextController - Interface in javax.enterprise.context.control
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
RequestScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is request scoped.
RequestScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the RequestScoped annotation.
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.
ResolutionException - Exception in javax.enterprise.inject
Indicates a problem relating to typesafe resolution.
ResolutionException() - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(String) - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
 
ResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.ResolutionException
 
resolve(Set<Bean<? extends X>>) - Method in interface javax.enterprise.inject.spi.BeanManager
Apply the ambiguous dependency resolution rules to a set of beans.
resolveDecorators(Set<Type>, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveInterceptors(InterceptionType, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveObserverMethods(T, Annotation...) - Method in interface javax.enterprise.inject.spi.BeanManager
Return an ordered set of observer methods for an event.
Resource - Annotation Type in javax.annotation
The Resource annotation marks a resource that is needed by the application.
Resource.AuthenticationType - Enum in javax.annotation
The two possible authentication types for a resource.
Resources - Annotation Type in javax.annotation
This class is used to allow multiple resources declarations.
ResponseExceptionMapper<T extends java.lang.Throwable> - Interface in org.eclipse.microprofile.rest.client.ext
Converts an JAX-RS Response object into an Exception.
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 Type 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
 
Retry - Annotation Type in org.eclipse.microprofile.faulttolerance
The Retry annotation to define the number of the retries and the fallback method on reaching the retry counts.
reusable() - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
Sets the reusable to Boolean.TRUE
REVERSE - Static variable in class javax.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is in reverse order to lexicographical order.
RolesAllowed - Annotation Type in javax.annotation.security
Specifies the list of security roles permitted to access method(s) in an application.
run() - Method in interface org.eclipse.microprofile.reactive.streams.operators.CompletionRunner
Run this stream, using the first ReactiveStreamsEngine found by the ServiceLoader.
run(ReactiveStreamsEngine) - Method in interface org.eclipse.microprofile.reactive.streams.operators.CompletionRunner
Run this stream, using the supplied ReactiveStreamsEngine.
RunAs - Annotation Type in javax.annotation.security
Defines the identity of the application during execution.
runAsync(Runnable) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletableFuture that is completed by a task running in this executor after it runs the given action.

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.
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 Type in org.eclipse.microprofile.openapi.annotations.media
The Schema Object allows the definition of input and output data types.
Schema.SchemaType - Enum in org.eclipse.microprofile.openapi.models.media
The values allowed for the in field.
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 in org.eclipse.microprofile.openapi.annotations.enums
 
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.
scope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace Bean scope
scope(Class<? extends Annotation>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace Bean scope
Scope - Annotation Type in javax.inject
Identifies scope annotations.
scopes(Scopes) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The available scopes for the OAuth2 security scheme.
Scopes - Interface in org.eclipse.microprofile.openapi.models.security
Scopes is a property of OAuth Flow Object.
SECONDS - Static variable in class org.eclipse.microprofile.metrics.MetricUnits
Represents seconds
SeContainer - Interface in javax.enterprise.inject.se
Provides access to the current container in Java SE.
SeContainerInitializer - Class in javax.enterprise.inject.se
A CDI container initializer for Java SE.
SeContainerInitializer() - Constructor for class javax.enterprise.inject.se.SeContainerInitializer
 
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.
SECURITY - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for security context.
SecurityRequirement - Interface in org.eclipse.microprofile.openapi.models.security
SecurityRequirement
SecurityRequirement - Annotation Type in org.eclipse.microprofile.openapi.annotations.security
Specifies a security requirement for an operation.
SecurityRequirements - Annotation Type 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 Type 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 Type in org.eclipse.microprofile.openapi.annotations.security
Defines a security scheme that can be used by the operations.
SecurityScheme.In - Enum in org.eclipse.microprofile.openapi.models.security
In is a REQUIRED property that specifies the location of the API key.
SecurityScheme.Type - Enum in org.eclipse.microprofile.openapi.models.security
Type is a REQUIRED property that specifies the type of SecurityScheme instance.
SecuritySchemeIn - Enum in org.eclipse.microprofile.openapi.annotations.enums
 
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 Type 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 in org.eclipse.microprofile.openapi.annotations.enums
 
select(Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given additional required qualifiers.
select(Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface javax.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
selectAlternatives(Class<?>...) - Method in class javax.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 javax.enterprise.inject.se.SeContainerInitializer
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
SerializationContext - Interface in javax.json.bind.serializer
Provides JSONB internals for custom serializers.
serialize(String, T, JsonGenerator) - Method in interface javax.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current JsonGenerator instance.
serialize(T, JsonGenerator) - Method in interface javax.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current JsonGenerator instance.
serialize(T, JsonGenerator, SerializationContext) - Method in interface javax.json.bind.serializer.JsonbSerializer
Serializes object into JSON stream.
SERIALIZERS - Static variable in class javax.json.bind.JsonbConfig
Property used to specify custom serializers.
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 Type 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.
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 Type 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 Type in org.eclipse.microprofile.openapi.annotations.servers
An object representing a Server Variable for server URL template substitution.
ServerVariables - Interface in org.eclipse.microprofile.openapi.models.servers
Deprecated.
since 1.1, a future version will remove this and replace it with a Map<String, ServerVariable>, because it does not need to be extensible
SESSION - Static variable in class javax.enterprise.context.BeforeDestroyed.Literal
 
SESSION - Static variable in class javax.enterprise.context.Destroyed.Literal
 
SESSION - Static variable in class javax.enterprise.context.Initialized.Literal
 
SessionBeanType - Enum in javax.enterprise.inject.spi
Identifies the kind of EJB session bean.
SessionScoped - Annotation Type in javax.enterprise.context
Specifies that a bean is session scoped.
SessionScoped.Literal - Class in javax.enterprise.context
Supports inline instantiation of the SessionScoped annotation.
set(int, boolean) - Method in interface javax.json.JsonArrayBuilder
Replaces a value in the array with a JsonValue.TRUE or JsonValue.FALSE value at the specified position.
set(int, double) - Method in interface javax.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 javax.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 javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, String) - Method in interface javax.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 javax.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 javax.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 javax.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 javax.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 javax.json.JsonArrayBuilder
Replaces a value in the array with the specified value at the specified position.
set(String, Object) - Method in interface javax.enterprise.event.NotificationOptions.Builder
 
setAdditionalProperties(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Deprecated.
setAdditionalProperties(Schema) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Deprecated.
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 javax.enterprise.inject.spi.ProcessAnnotatedType
Replaces the AnnotatedType.
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 javax.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 javax.enterprise.inject.spi.CDI
Set the CDIProvider to use.
setClassLoader(ClassLoader) - Method in class javax.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
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.
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.
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 javax.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.
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.
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.
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 javax.enterprise.inject.spi.ProcessInjectionPoint
Replaces the InjectionPoint.
setInjectionTarget(InjectionTarget<X>) - Method in interface javax.enterprise.inject.spi.ProcessInjectionTarget
Replaces the InjectionTarget which performs injection for this target.
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(ReactiveStreamsFactory) - Static method in class org.eclipse.microprofile.reactive.streams.operators.spi.ReactiveStreamsFactoryResolver
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.
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.
setMediaTypes(Map<String, MediaType>) - Method in interface org.eclipse.microprofile.openapi.models.media.Content
Set the media types map to this Content
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.
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.
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.
setNull(int) - Method in interface javax.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 javax.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.
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.
setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
Sets the parameter values that will be passed to the method or constructor of the target class.
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.
setProducer(Producer<X>) - Method in interface javax.enterprise.inject.spi.ProcessProducer
Replaces the Producer object that will be used by the container to call the producer method or read the producer field.
setProperties(Map<String, Object>) - Method in class javax.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 class javax.json.bind.JsonbConfig
Set the particular configuration property to a new value.
setPropertyName(String) - Method in interface org.eclipse.microprofile.openapi.models.media.Discriminator
Sets this Discriminator's propertyName property to the given propertyName.
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.
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 while 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.Scopes
Set the scope items map to this Scopes
setScopes(Scopes) - 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.
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.
setServerVariables(Map<String, ServerVariable>) - Method in interface org.eclipse.microprofile.openapi.models.servers.ServerVariables
Deprecated.
Set the server variables map to this ServerVariables object.
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.
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 javax.enterprise.context.Conversation
Set the timeout of the current conversation.
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(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.
setup(ContextManager) - Method in interface org.eclipse.microprofile.context.spi.ContextManagerExtension
This method is called after every ContextManager instance has been successfully created.
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.
setVariables(ServerVariables) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
Deprecated.
since 1.1, use Server.setVariables(Map) instead
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.
SIMPLE - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
SIMPLE - org.eclipse.microprofile.openapi.models.headers.Header.Style
 
SIMPLE - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
Singleton - Annotation Type in javax.inject
Identifies a type that the injector only instantiates once.
SINGLETON - javax.enterprise.inject.spi.SessionBeanType
A singleton session bean
SingletonLiteral - Class in javax.enterprise.inject.literal
Supports inline instantiation of the Singleton annotation.
SingletonLiteral() - Constructor for class javax.enterprise.inject.literal.SingletonLiteral
 
sip_callid - org.eclipse.microprofile.jwt.Claims
 
sip_cseq_num - org.eclipse.microprofile.jwt.Claims
 
sip_date - org.eclipse.microprofile.jwt.Claims
 
sip_from_tag - org.eclipse.microprofile.jwt.Claims
 
sip_via_branch - org.eclipse.microprofile.jwt.Claims
 
size() - Method in class org.eclipse.microprofile.metrics.Snapshot
Returns the number of values in the snapshot.
skip(long) - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Discard the first n of this stream.
skip(long) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Discard the first n of this stream.
skip(long) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Discard the first n of this stream.
skipArray() - Method in interface javax.json.stream.JsonParser
Advance the parser to END_ARRAY.
skipObject() - Method in interface javax.json.stream.JsonParser
Advance the parser to END_OBJECT.
Snapshot - Class in org.eclipse.microprofile.metrics
A statistical snapshot of a Snapshot.
Snapshot() - Constructor for class org.eclipse.microprofile.metrics.Snapshot
 
SPACE_DELIMITED - org.eclipse.microprofile.openapi.models.media.Encoding.Style
 
SPACEDELIMITED - org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
SPACEDELIMITED - org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
Specializes - Annotation Type in javax.enterprise.inject
Indicates that a bean directly specializes another bean.
Specializes.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Specializes annotation.
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.
Stage - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage of a Reactive Streams graph.
Stage.Cancel - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A cancelling stage.
Stage.Collect - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A collect stage.
Stage.Concat - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
Concatenate the given graphs together.
Stage.Coupled - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage that couples a wrapped subscriber graph to a wrapped publisher graph.
Stage.Distinct - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage returning a stream consisting of the distinct elements (according to Object.equals(Object)) of this stream.
Stage.DropWhile - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A drop while stage.
Stage.Failed - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A failed publisher.
Stage.Filter - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A filter stage.
Stage.FindFirst - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A subscriber stage that emits the first element encountered.
Stage.FlatMap - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A flat map stage.
Stage.FlatMapCompletionStage - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A flat map stage that emits and flattens CompletionStage.
Stage.FlatMapIterable - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A flat map stage that emits and fattens Iterable.
Stage.FromCompletionStage - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A publisher representation of a CompletionStage.
Stage.FromCompletionStageNullable - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A publisher representation of a CompletionStage.
Stage.Limit - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A limit stage.
Stage.Map - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A map stage.
Stage.Of - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A publisher of zero to many values.
Stage.OnComplete - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage returning a stream containing all the elements from this stream, additionally performing the provided action when this stream completes.
Stage.OnError - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage returning a stream containing all the elements from this stream, additionally performing the provided action if this stream conveys an error.
Stage.OnErrorResume - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage to handle errors from upstream.
Stage.OnErrorResumeWith - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage to handle errors from upstream.
Stage.OnTerminate - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage returning a stream containing all the elements from this stream, additionally performing the provided action if this stream terminates with an error, completes, or is cancelled by downstream.
Stage.Peek - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A stage returning a stream containing all the elements from this stream, additionally performing the provided action on each element.
Stage.ProcessorStage - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A processor stage.
Stage.PublisherStage - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A publisher stage.
Stage.Skip - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A skip stage.
Stage.SubscriberStage - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A subscriber.
Stage.TakeWhile - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A take while stage.
standard() - Method in class org.eclipse.microprofile.jwt.ClaimLiteral
 
START_ARRAY - javax.json.stream.JsonParser.Event
Start of a JSON array.
START_OBJECT - javax.json.stream.JsonParser.Event
Start of a JSON object.
state(boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
STATEFUL - javax.enterprise.inject.spi.SessionBeanType
A stateful session bean
STATELESS - javax.enterprise.inject.spi.SessionBeanType
A stateless session bean
Stereotype - Annotation Type in javax.enterprise.inject
Specifies that an annotation type is a stereotype.
stereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace stereotypes on the configured bean
stereotypes(Set<Class<? extends Annotation>>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace stereotypes on the configured bean
stop() - Method in interface org.eclipse.microprofile.metrics.Timer.Context
Updates the timer with the difference between current and start time.
stream() - Method in interface javax.enterprise.inject.Instance
When called, provides back a Stream of the beans available in this Instance.
STRICT_IJSON - Static variable in class javax.json.bind.JsonbConfig
Property used to specify strict I-JSON serialization compliance.
STRING - javax.json.JsonValue.ValueType
JSON string.
STRING - org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
STRING - org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
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 - org.eclipse.microprofile.jwt.Claims
 
sub_jwk - org.eclipse.microprofile.jwt.Claims
 
SubscriberBuilder<T,R> - Interface in org.eclipse.microprofile.reactive.streams.operators
A builder for a Subscriber and its result.
SubscriberWithCompletionStage<T,R> - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
A subscriber and completion stage pair.
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.
supplyAsync(Supplier<U>) - Method in interface org.eclipse.microprofile.context.ManagedExecutor
Returns a new CompletableFuture that is completed by a task running in this executor after it runs the given action.

T

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 Type 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(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 Type in org.eclipse.microprofile.openapi.annotations.tags
The Tags annotation is a container for @Tag annotations.
takeWhile(Predicate<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Take the longest prefix of elements from this stream that satisfy the given predicate.
takeWhile(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.FilteringOperators
Take the longest prefix of elements from this stream that satisfy the given predicate.
takeWhile(Predicate<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Take the longest prefix of elements from this stream that satisfy the given predicate.
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 javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, int) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
TEST - javax.json.JsonPatch.Operation
"test" operation.
ThreadContext - Interface in org.eclipse.microprofile.context
This interface offers various methods for capturing the context of the current thread and applying it to various interfaces that are commonly used with completion stages and executor services.
ThreadContext.Builder - Interface in org.eclipse.microprofile.context
Builder for ThreadContext instances.
ThreadContextController - Interface in org.eclipse.microprofile.context.spi
Represents context that is applied to a particular thread, along with any state that is associated with it or that is necessary for restoring the previous context afterward.
ThreadContextProvider - Interface in org.eclipse.microprofile.context.spi
Third party providers of thread context implement this interface to enable the provided type of context to participate in thread context capture and propagation when the ManagedExecutor and ThreadContext are used to create and contextualize dependent actions and tasks.
ThreadContextSnapshot - Interface in org.eclipse.microprofile.context.spi
An immutable snapshot of a particular type of thread context.
time() - Method in interface org.eclipse.microprofile.metrics.Timer
Returns a new Timer.Context.
time(Runnable) - Method in interface org.eclipse.microprofile.metrics.Timer
Times and records the duration of event.
time(Callable<T>) - Method in interface org.eclipse.microprofile.metrics.Timer
Times and records the duration of event.
TIME_IN_MILLIS - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
Special date format which serializes given date as milliseconds.
Timed - Annotation Type in org.eclipse.microprofile.metrics.annotation
An annotation for marking a method, constructor, or class as timed.
Timeout - Annotation Type 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
 
timer(String) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Timer registered under the MetricID with this name and with no tags; or create and register a new Timer if none is registered.
timer(String, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Timer registered under the MetricID with this name and with the provided Tags; or create and register a new Timer if none is registered.
timer(Metadata) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Timer registered under the the MetricID with the Metadata's name and with no tags; or create and register a new Timer if none is registered.
timer(Metadata, Tag...) - Method in class org.eclipse.microprofile.metrics.MetricRegistry
Return the Timer registered under the the MetricID with the Metadata's name and with the provided Tags; or create and register a new Timer if none is registered.
Timer - Interface in org.eclipse.microprofile.metrics
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via Meter.
TIMER - org.eclipse.microprofile.metrics.MetricType
A timer aggregates timing durations and provides duration statistics, plus throughput statistics
Timer.Context - Interface in org.eclipse.microprofile.metrics
A timing context.
title(String) - Method in interface 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.
to(SubscriberBuilder<? super R, ? extends S>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Connect the outlet of this stream to the given SubscriberBuilder graph.
to(SubscriberBuilder<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConnectingOperators
Connect the outlet of this stream to the given SubscriberBuilder graph.
to(SubscriberBuilder<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Connect the outlet of this stream to the given SubscriberBuilder graph.
to(Subscriber<? super R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Connect the outlet of the Publisher built by this builder to the given Subscriber.
to(Subscriber<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConnectingOperators
Connect the outlet of the Publisher built by this builder to the given Subscriber.
to(Subscriber<? super T>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Connect the outlet of the Publisher built by this builder to the given Subscriber.
toGraph() - Method in interface org.eclipse.microprofile.reactive.streams.operators.spi.ToGraphable
Convert this builder to a Graph.
ToGraphable - Interface in org.eclipse.microprofile.reactive.streams.operators.spi
All instances of PublisherBuilder, ProcessorBuilder, SubscriberBuilder and CompletionRunner must implement this, to ensure that the builder can be turned into a graph by other implementations of the API.
toJson(Object) - Method in interface javax.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, OutputStream) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Writer) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, Type) - Method in interface javax.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Type, OutputStream) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Type, Writer) - Method in interface javax.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJsonArray() - Method in interface javax.json.JsonPatch
Returns the JsonPatch as JsonArray.
toJsonArray() - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonArray.
toJsonObject() - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input Map.Entry<String,JsonValue> elements into a JsonObject.
toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonObject.
toJsonValue() - Method in interface javax.json.JsonMergePatch
Returns the JsonMergePatch as JsonValue.
tokenUrl(String) - Method in interface org.eclipse.microprofile.openapi.models.security.OAuthFlow
The token URL to be used for this flow.
toList() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConsumingOperators
Collect the elements emitted by this stream into a List.
toList() - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Collect the elements emitted by this stream into a List.
toList() - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Collect the elements emitted by this stream into a List.
toString() - Method in class javax.enterprise.util.AnnotationLiteral
 
toString() - Method in class javax.enterprise.util.TypeLiteral
 
toString() - Method in interface javax.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface javax.json.JsonValue
Returns JSON text for this JSON value.
toString() - Method in class org.eclipse.microprofile.metrics.DefaultMetadata
 
toString() - Method in class org.eclipse.microprofile.metrics.MetricID
 
toString() - Method in enum org.eclipse.microprofile.metrics.MetricType
 
toString() - Method in class org.eclipse.microprofile.metrics.Tag
 
toString() - Method in enum org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
 
toString() - Method in enum org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
 
toString() - Method in enum org.eclipse.microprofile.openapi.annotations.enums.SchemaType
 
toString() - Method in enum org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
 
toString() - Method in enum org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
 
toString() - Method in enum org.eclipse.microprofile.openapi.models.headers.Header.Style
 
toString() - Method in enum org.eclipse.microprofile.openapi.models.media.Encoding.Style
 
toString() - Method in enum org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
 
toString() - Method in enum org.eclipse.microprofile.openapi.models.parameters.Parameter.In
 
toString() - Method in enum org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
 
toString() - Method in enum org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
 
toString() - Method in enum org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
 
toThrowable(Response) - Method in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
Converts a given Response into a Throwable.
TRACE - 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 Type in org.eclipse.microprofile.opentracing
This annotation allows fine-tuned control over which classes and methods create OpenTracing spans.
TRANSACTION - Static variable in interface org.eclipse.microprofile.context.ThreadContext
Identifier for transaction context.
transactionPhase(TransactionPhase) - Method in interface javax.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the TransactionPhase for the observer to build
TransactionPhase - Enum in javax.enterprise.event
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
TransformingOperators<T> - Interface in org.eclipse.microprofile.reactive.streams.operators
Operations for transforming a stream.
transientField(boolean) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the transient status of the built InjectionPoint.
TransientReference - Annotation Type in javax.enterprise.inject
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
TransientReference.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the TransientReference annotation.
translateName(String) - Method in interface javax.json.bind.config.PropertyNamingStrategy
Translates the property name into its JSON field name representation.
TRUE - javax.json.JsonValue.ValueType
JSON true.
TRUE - org.eclipse.microprofile.openapi.annotations.enums.Explode
 
TRUE - Static variable in interface javax.json.JsonValue
JSON true value.
trustStore(KeyStore) - Method in interface org.eclipse.microprofile.rest.client.RestClientBuilder
Set the client-side trust store.
type(Type) - Method in interface javax.enterprise.inject.spi.configurator.InjectionPointConfigurator
Set the required Type (that will be used during typesafe resolution) of the InjectionPoint to build.
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.
Typed - Annotation Type in javax.enterprise.inject
Restricts the bean types of a bean.
Typed.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Typed annotation.
TypeLiteral<T> - Class in javax.enterprise.util
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class javax.enterprise.util.TypeLiteral
 
types(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Type...) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Set<Type>) - Method in interface javax.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types

U

unchanged(String...) - Method in interface org.eclipse.microprofile.context.ThreadContext.Builder
Defines a set of thread context types that are essentially ignored, in that they are neither captured nor are they propagated or cleared from thread(s) that execute the action or task.
UNCONFIGURED_VALUE - Static variable in annotation type org.eclipse.microprofile.config.inject.ConfigProperty
 
uniqueItems(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the uniqueItems property of this Schema instance to the value given.
UNKNOWN - org.eclipse.microprofile.jwt.Claims
 
Unmanaged<T> - Class in javax.enterprise.inject.spi
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
Unmanaged(Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
Create an injector for the given class, using the current bean manager
Unmanaged(BeanManager, Class<T>) - Constructor for class javax.enterprise.inject.spi.Unmanaged
Create an injector for the given class
Unmanaged.UnmanagedInstance<T> - Class in javax.enterprise.inject.spi
Represents a non-contextual instance.
UnproxyableResolutionException - Exception in javax.enterprise.inject
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
UnproxyableResolutionException() - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnproxyableResolutionException
 
unregister() - Method in class org.eclipse.microprofile.context.spi.ContextManagerProviderRegistration
Unregister the ContextManagerProvider that is represented by this ContextManagerProviderRegistration instance.
UnsatisfiedResolutionException - Exception in javax.enterprise.inject
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
UnsatisfiedResolutionException() - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String, Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(Throwable) - Constructor for exception javax.enterprise.inject.UnsatisfiedResolutionException
 
UnsupportedStageException - Exception in org.eclipse.microprofile.reactive.streams.operators.spi
Exception thrown when a reactive streams engine doesn't support a stage that is passed to it.
UnsupportedStageException(Stage) - Constructor for exception org.eclipse.microprofile.reactive.streams.operators.spi.UnsupportedStageException
 
up() - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
UP - org.eclipse.microprofile.health.HealthCheckResponse.State
 
update(int) - Method in interface org.eclipse.microprofile.metrics.Histogram
Adds a recorded value.
update(long) - Method in interface org.eclipse.microprofile.metrics.Histogram
Adds a recorded value.
update(long, TimeUnit) - Method in interface org.eclipse.microprofile.metrics.Timer
Adds a recorded duration.
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
 
updated_at - org.eclipse.microprofile.jwt.Claims
 
upn - org.eclipse.microprofile.jwt.Claims
 
UPPER_CAMEL_CASE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized.
UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
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.

V

validate(InjectionPoint) - Method in interface javax.enterprise.inject.spi.BeanManager
Validate a certain injection point.
value() - Method in class javax.enterprise.context.BeforeDestroyed.Literal
 
value() - Method in class javax.enterprise.context.Destroyed.Literal
 
value() - Method in class javax.enterprise.context.Initialized.Literal
 
value() - Method in class javax.enterprise.inject.literal.NamedLiteral
 
value() - Method in class javax.enterprise.inject.New.Literal
 
value() - Method in class javax.enterprise.inject.Typed.Literal
 
value() - Method in class org.eclipse.microprofile.jwt.ClaimLiteral
 
value(Object) - Method in interface org.eclipse.microprofile.openapi.models.examples.Example
Sets this Example's value property to the given value.
VALUE_FALSE - javax.json.stream.JsonParser.Event
false value in a JSON array or object.
VALUE_NULL - javax.json.stream.JsonParser.Event
null value in a JSON array or object.
VALUE_NUMBER - javax.json.stream.JsonParser.Event
Number value in a JSON array or object.
VALUE_STRING - javax.json.stream.JsonParser.Event
String value in a JSON array or object.
VALUE_TRUE - javax.json.stream.JsonParser.Event
true value in a JSON array or object.
valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.event.Reception
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.event.TransactionPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.inject.spi.InterceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.enterprise.inject.spi.SessionBeanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.json.JsonPatch.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.json.JsonValue.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.json.stream.JsonParser.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.health.HealthCheckResponse.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.jwt.Claims
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.metrics.MetricRegistry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.metrics.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.Explode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.SchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.headers.Header.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.media.Encoding.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.parameters.Parameter.In
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.event.Reception
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.event.TransactionPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.inject.spi.InterceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.enterprise.inject.spi.SessionBeanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.json.JsonPatch.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.json.JsonValue.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.json.stream.JsonParser.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.health.HealthCheckResponse.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.jwt.Claims
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.metrics.MetricRegistry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.metrics.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.Explode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.headers.Header.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.media.Encoding.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.parameters.Parameter.In
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.parameters.Parameter.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.PathItem.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
Returns an array containing the constants of this enum type, in the order they are declared.
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.
variables(ServerVariables) - Method in interface org.eclipse.microprofile.openapi.models.servers.Server
Deprecated.
since 1.1, use Server.variables(Map) instead
VENDOR - 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 public key for the MP-JWT signer in PKCS8 PEM or JWK(S) format.
VERIFIER_PUBLIC_KEY_LOCATION - Static variable in interface org.eclipse.microprofile.jwt.config.Names
The relative path or full URL of the public key.
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 javax.enterprise.inject.spi.ProcessAnnotatedType
Forces the container to ignore this type.
veto() - Method in interface javax.enterprise.inject.spi.ProcessBeanAttributes
Forces the container to ignore the bean.
veto() - Method in interface javax.enterprise.inject.spi.ProcessObserverMethod
Forces the container to ignore the observer method.
Vetoed - Annotation Type in javax.enterprise.inject
Veto the processing of the class.
Vetoed.Literal - Class in javax.enterprise.inject
Supports inline instantiation of the Vetoed annotation.
via(ProcessorBuilder<? super R, ? extends S>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Connect the outlet of the Publisher built by this builder to the given ProcessorBuilder.
via(ProcessorBuilder<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConnectingOperators
Connect the outlet of the Publisher built by this builder to the given ProcessorBuilder.
via(ProcessorBuilder<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Connect the outlet of the Publisher built by this builder to the given ProcessorBuilder.
via(Processor<? super R, ? extends S>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder
Connect the outlet of this stream to the given Processor.
via(Processor<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.ConnectingOperators
Connect the outlet of this stream to the given Processor.
via(Processor<? super T, ? extends R>) - Method in interface org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder
Connect the outlet of this stream to the given Processor.

W

withAdapters(JsonbAdapter...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom mapping adapters.
WithAnnotations - Annotation Type in javax.enterprise.inject.spi
WithAnnotations may be applied to any portable extension observer method with an event parameter type of ProcessAnnotatedType to filter the events delivered.
withBinaryDataStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
withConfig(JsonbConfig) - Method in interface javax.json.bind.JsonbBuilder
Set configuration which will be set to the newly created Jsonb instance.
withContextCapture(CompletableFuture<T>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Returns a new CompletableFuture that is completed by the completion of the specified stage.
withContextCapture(CompletionStage<T>) - Method in interface org.eclipse.microprofile.context.ThreadContext
Returns a new CompletionStage that is completed by the completion of the specified stage.
withContextManagerExtensions(ContextManagerExtension...) - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Use the specified ContextManagerExtension instances.
withConverter(Class<T>, int, Converter<T>) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified Converter for the given type.
withConverters(Converter<?>...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified Converter.
withData(String, boolean) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
withData(String, long) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
withData(String, String) - Method in class org.eclipse.microprofile.health.HealthCheckResponseBuilder
 
withDateFormat(String, Locale) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom date format.
withDescription(String) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
Sets the description
withDeserializers(JsonbDeserializer...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom deserializers.
withDisplayName(String) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
Sets the displayName
withEncoding(String) - Method in class javax.json.bind.JsonbConfig
The binding operations will default to this property for encoding of JSON data.
withFormatting(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
withLocale(Locale) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom locale.
withName(String) - Method in class org.eclipse.microprofile.metrics.MetadataBuilder
Sets the name
withNullValues(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether null values should be serialized to JSON document or skipped.
withPropertyNamingStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyOrderStrategy(String) - Method in class javax.json.bind.JsonbConfig
Property used to specify property order strategy.
withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom property visibility strategy.
withProvider(JsonProvider) - Method in interface javax.json.bind.JsonbBuilder
Provides a JSON-P provider to be used for all JSON-P related operations.
withSerializers(JsonbSerializer...) - Method in class javax.json.bind.JsonbConfig
Property used to specify custom serializers.
withSources(ConfigSource...) - Method in interface org.eclipse.microprofile.config.spi.ConfigBuilder
Add the specified ConfigSource.
withStrictIJSON(Boolean) - Method in class javax.json.bind.JsonbConfig
Property used to specify whether strict I-JSON serialization compliance should be enforced.
withThreadContextProviders(ThreadContextProvider...) - Method in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
Use the specified ThreadContextProvider instances.
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 javax.enterprise.inject.spi.BeanManager
Returns a wrapper ExpressionFactory that delegates MethodExpression and ValueExpression creation to the given ExpressionFactory.
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 javax.json.stream.JsonGenerator
Writes a JSON true or false value within the current array, field or root context.
write(double) - Method in interface javax.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 javax.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 javax.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(String) - Method in interface javax.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 javax.json.stream.JsonGenerator
Writes a JSON name/boolean value pair in the current object context.
write(String, double) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, int) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, long) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, String) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/string value pair in the current object context.
write(String, BigDecimal) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, BigInteger) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, JsonValue) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/value pair in the current object context.
write(BigDecimal) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(BigInteger) - Method in interface javax.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 javax.json.JsonWriter
Writes the specified JSON object or array to the output source.
write(JsonValue) - Method in interface javax.json.JsonWriter
Writes the specified JsonValue to the output source.
write(JsonValue) - Method in interface javax.json.stream.JsonGenerator
Writes the specified value as a JSON value within the current array, field or root context.
writeArray(JsonArray) - Method in interface javax.json.JsonWriter
Writes the specified JSON array to the output source.
writeEnd() - Method in interface javax.json.stream.JsonGenerator
Writes the end of the current context.
writeKey(String) - Method in interface javax.json.stream.JsonGenerator
Writes the JSON name with a colon.
writeNull() - Method in interface javax.json.stream.JsonGenerator
Writes a JSON null value within the current array, field or root context.
writeNull(String) - Method in interface javax.json.stream.JsonGenerator
Writes a JSON name/null value pair in an current object context.
writeObject(JsonObject) - Method in interface javax.json.JsonWriter
Writes the specified JSON object to the output source.
writeOnly(Boolean) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the writeOnly property of this Schema.
writeStartArray() - Method in interface javax.json.stream.JsonGenerator
Writes the JSON start array character.
writeStartArray(String) - Method in interface javax.json.stream.JsonGenerator
Writes the JSON name/start array character pair with in the current object context.
writeStartObject() - Method in interface javax.json.stream.JsonGenerator
Writes the JSON start object character.
writeStartObject(String) - Method in interface javax.json.stream.JsonGenerator
Writes the JSON name/start object character pair in the current object context.

X

xml(XML) - Method in interface org.eclipse.microprofile.openapi.models.media.Schema
Sets the xml property of this Schema instance.
XML - Interface in org.eclipse.microprofile.openapi.models.media
A metadata object that allows for more fine-tuned XML model definitions.

Z

zoneinfo - org.eclipse.microprofile.jwt.Claims
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z