Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
- 
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- 
Set the cache control data of the message.
- CacheControl - Class in jakarta.ws.rs.core
- 
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
- 
Create a new instance of CacheControl.
- cancel() - Method in interface jakarta.ws.rs.container.AsyncResponse
- 
Cancel the suspended request processing.
- cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
- 
Cancel the suspended request processing.
- cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
- 
Cancel the suspended request processing.
- CASE_INSENSITIVE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
- 
Using this strategy, the serialization will be same as identity.
- CDI<T> - Class in jakarta.enterprise.inject.spi
- 
Provides access to the current container.
- CDI() - Constructor for class jakarta.enterprise.inject.spi.CDI
- CDIProvider - Interface in jakarta.enterprise.inject.spi
- 
Interface implemented by a CDI provider to provide access to the current container
- CHAR - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
- 
A primitivecharvalue.
- CHAR - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- 
Thecharprimitive type
- CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
- 
The media typecharsetparameter name.
- Circular Dependencies - Search tag in annotation interface jakarta.inject.Inject
- Section
- CLASS - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
- 
AClassvalue.
- CLASS - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- 
Class, interface, enum, annotation, or record
- CLASS - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
- 
A class type, e.g.
- ClassConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
- 
Allows adding annotations to and removing annotations from a class.
- ClassInfo - Interface in jakarta.enterprise.lang.model.declarations
- 
A class.
- className() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
- 
Name of a DataSource class that implementsjavax.sql.DataSourceorjavax.sql.XADataSourceorjavax.sql.ConnectionPoolDataSource.
- ClassType - Interface in jakarta.enterprise.lang.model.types
- 
A class type, including interface types, enum types, annotation types and record types.
- clear() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- Client - Interface in jakarta.ws.rs.client
- 
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
- CLIENT - Enum constant in enum class jakarta.ws.rs.RuntimeType
- 
JAX-RS client run-time.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
- 
String identifier for Client Certificate authentication.
- CLIENT_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
- 
4xxHTTP status codes.
- Client API Bootstrapping and Configuration - Search tag in package jakarta.ws.rs.client
- Section
- ClientBuilder - Class in jakarta.ws.rs.client
- 
Main entry point to the client API used to bootstrapClientinstances.
- ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
- 
Allows custom implementations to extend theClientBuilderclass.
- ClientErrorException - Exception Class in jakarta.ws.rs
- 
A base runtime application exception indicating a client request error (HTTP4xxstatus codes).
- ClientErrorException(int) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(Response.Status) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
- 
Construct a new client error exception.
- ClientRequestContext - Interface in jakarta.ws.rs.client
- 
Client request filter context.
- ClientRequestFilter - Interface in jakarta.ws.rs.client
- 
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in jakarta.ws.rs.client
- 
Client response filter context.
- ClientResponseFilter - Interface in jakarta.ws.rs.client
- 
An extension interface implemented by client response filters.
- clone() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class jakarta.ws.rs.core.UriBuilder
- 
Create a copy of the UriBuilder preserving its state.
- close() - Method in interface jakarta.enterprise.inject.Instance.Handle
- 
Delegates toInstance.Handle.destroy().
- close() - Method in interface jakarta.enterprise.inject.se.SeContainer
- 
Shuts down this SeContainer instance when it is no longer in scope.
- close() - Method in interface jakarta.json.JsonReader
- 
Closes this reader and frees any resources associated with the reader.
- close() - Method in interface jakarta.json.JsonWriter
- close() - Method in interface jakarta.json.stream.JsonGenerator
- 
Closes this generator and frees any resources associated with it.
- close() - Method in interface jakarta.json.stream.JsonParser
- 
Closes this parser and frees any resources associated with the parser.
- close() - Method in interface jakarta.ws.rs.client.Client
- 
Close client instance and all it's associated resources.
- close() - Method in class jakarta.ws.rs.core.Response
- 
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
- close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
- 
Close the broadcaster and all registeredSseEventSinkinstances.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSink
- 
Close theSseEventSinkinstance and release all associated resources.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSource
- 
Close this event source.
- close(boolean) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
- 
Close the broadcaster and release any resources associated with it.
- close(long, TimeUnit) - Method in interface jakarta.ws.rs.sse.SseEventSource
- 
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
- comment(String) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
- 
Set the comment associated with the cookie.
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
- 
Set comment string associated with the event.
- comments() - Element in annotation interface jakarta.annotation.Generated
- 
A place holder for any comments that the code generator may want to include in the generated code.
- completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
- 
Called when the invocation was successfully completed.
- CompletionCallback - Interface in jakarta.ws.rs.container
- 
A request processing callback that receives request processing completion events.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
- 
Reactive invoker basedCompletionStage.
- componentType() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
- 
Returns the component type of this array type, as defined by The Java™ Language Specification.
- Configurable<C> - Interface in jakarta.ws.rs.core
- 
Represents a client or server-side configurable context in JAX-RS.
- configuration() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
- 
Provides access to the configuration actually used by the implementation used to create this instance.
- Configuration - Interface in jakarta.ws.rs.core
- 
A configuration state associated with aconfigurableJAX-RS context.
- configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
- 
Returns anAnnotatedTypeConfiguratorto to configure theAnnotatedTypeused to create theInjectionTarget.
- configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
- 
Returns anAnnotatedTypeConfiguratorinitialized with theAnnotatedTypecreated either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)or derived from theInterceptionFactoryparameter injection point.
- configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
- 
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in aruntime configurationscope of a particularresource or sub-resource method; i.e.
- configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
- 
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
- 
Returns anAnnotatedTypeConfiguratorinitialized with theAnnotatedTypeprocessed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.
- configureBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
- 
returns aBeanAttributesConfiguratorinitialized with theBeanAttributesprocessed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation.
- configuredProvider - Static variable in class jakarta.enterprise.inject.spi.CDI
- 
CDIProviderset by user or retrieved by service loader
- configureInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
- 
Returns anInjectionPointConfiguratorinitialized with theInjectionPointprocessed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation.
- configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
- 
Obtains a newAnnotatedTypeConfiguratorto configure a newAnnotatedTypeand declares it as an interceptor binding type.
- configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
- 
Returns aObserverMethodConfiguratorinitialized with theObserverMethodprocessed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation.
- configureProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
- 
Returns aProducerConfiguratorinitialized with theProducerprocessed by this event, to configure a newProducerthat will replace the original one at the end of the observer invocation.
- configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
- 
Obtains a newAnnotatedTypeConfiguratorto configure a newAnnotatedTypeand declares it as a Qualifier qualifier type.
- CONFLICT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
- 
409 Conflict, see HTTP/1.1 documentation.
- ConnectionCallback - Interface in jakarta.ws.rs.container
- 
Asynchronous request processing lifecycle callback that receives connection relatedasynchronous responselifecycle events.
- connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
- 
Set the connect timeout.
- ConstrainedTo - Annotation Interface in jakarta.ws.rs
- 
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- constructors() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
- 
Returns a collection ofMethodConfigobjects for each constructor of this class, as defined byClassInfo.constructors.
- constructors() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- constructors() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
- 
Returns a collection of constructors declared or implicitly declared in this class.
- Consumes - Annotation Interface in jakarta.ws.rs
- 
Defines the media types that the methods of a resource class orMessageBodyReadercan accept.
- CONTAINER - Enum constant in enum class jakarta.annotation.Resource.AuthenticationType
- Container lifecycle events - Search tag in package jakarta.enterprise.inject.spi
- Section
- ContainerRequestContext - Interface in jakarta.ws.rs.container
- 
Container request filter context.
- ContainerRequestFilter - Interface in jakarta.ws.rs.container
- 
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in jakarta.ws.rs.container
- 
Container response filter context.
- ContainerResponseFilter - Interface in jakarta.ws.rs.container
- 
An extension interface implemented by container response filters.
- containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- containsValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
- 
Returnstrueif there is a value at the referenced location in the specifiedtarget.
- containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- content(InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
- 
Sets the content for this part.
- content(Object) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
- 
Sets the content for this part.
- content(String, InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
- 
Convenience method, equivalent to callingfileName(fileName).content(content).
- content(T, GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
- 
Sets the content for this part.
- content(T, Class<? extends T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
- 
Sets the content for this part.
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- 
See IETF RFC-2183.
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- 
See IETF RFC-2392.
- CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- 
Set the content location.
- Context - Interface in jakarta.enterprise.context.spi
- 
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Interface in jakarta.ws.rs.core
- 
This annotation is used to inject information into a class field, bean property or method parameter.
- ContextException - Exception Class in jakarta.enterprise.context
- 
Indicates a problem relating to context management.
- ContextException() - Constructor for exception class jakarta.enterprise.context.ContextException
- 
Creates the exception with no detail message or cause.
- ContextException(String) - Constructor for exception class jakarta.enterprise.context.ContextException
- 
Creates the exception with given detail message.
- ContextException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.ContextException
- 
Creates the exception with given detail message and cause.
- ContextException(Throwable) - Constructor for exception class jakarta.enterprise.context.ContextException
- 
Creates the exception with given cause.
- ContextNotActiveException - Exception Class in jakarta.enterprise.context
- 
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
- 
Creates the exception with no detail message or cause.
- ContextNotActiveException(String) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
- 
Creates the exception with given detail message.
- ContextNotActiveException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
- 
Creates the exception with given detail message and cause.
- ContextNotActiveException(Throwable) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
- 
Creates the exception with given cause.
- ContextResolver<T> - Interface in jakarta.ws.rs.ext
- 
Contract for a provider that supplies context information to resource classes and other providers.
- Contextual<T> - Interface in jakarta.enterprise.context.spi
- 
Defines operations to create and destroy contextual instances of a certain type.
- Contextual and injected reference validity - Search tag in package jakarta.enterprise.context
- Section
- Conversation - Interface in jakarta.enterprise.context
- 
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
- CONVERSATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- 
Default BeforeDestroyed literal for the ConversationScoped scope
- CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- 
Default Destroyed literal for the ConversationScoped scope
- CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- 
Default Initialized literal for the ConversationScoped scope
- ConversationScoped - Annotation Interface in jakarta.enterprise.context
- 
Specifies that a bean is conversation scoped.
- ConversationScoped.Literal - Class in jakarta.enterprise.context
- 
Supports inline instantiation of theConversationScopedannotation.
- cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
- 
Add a cookie to be set.
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- 
Add cookies to the response message.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
- 
Add a cookie to be set.
- Cookie - Class in jakarta.ws.rs.core
- 
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(Cookie.AbstractCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.Cookie
- 
Create a new instance from the suppliedCookie.AbstractCookieBuilderinstance.
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
- 
Deprecated.
- Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
- 
Deprecated.This constructor will be removed in a future version. Please useCookie.Builderinstead.
- Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
- 
Deprecated.This constructor will be removed in a future version. Please useCookie.Builderinstead.
- COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- 
See IETF RFC 2109.
- Cookie.AbstractCookieBuilder<T> - Class in jakarta.ws.rs.core
- 
JAX-RS abstractCookiebuilder class.
- Cookie.Builder - Class in jakarta.ws.rs.core
- 
JAX-RSCookiebuilder class.
- CookieParam - Annotation Interface in jakarta.ws.rs
- 
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
- copy(String, String) - Method in interface jakarta.json.JsonPatchBuilder
- 
Adds a "copy" JSON Patch operation.
- COPY - Enum constant in enum class jakarta.json.JsonPatch.Operation
- 
"copy" operation.
- create() - Static method in interface jakarta.json.bind.JsonbBuilder
- 
Create a newJsonbinstance using the defaultJsonbBuilderimplementation provided as returned fromJsonbProvider.provider()method.
- create() - Method in class jakarta.json.bind.spi.JsonbProvider
- 
Returns a new instance ofJsonbBuilderclass.
- create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
- 
Create a new instance of the contextual type.
- create(Instance<Object>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanCreator
- 
Creates an instance of the synthetic bean.
- create(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
- 
Returns a newAnnotationBuilderfor given annotation type.
- create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
- 
Create a newJsonbinstance using the defaultJsonbBuilderimplementation provided as returned fromJsonbProvider.provider()method, configured with provided configuration.
- create(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
- 
Returns a newAnnotationBuilderfor given annotation type.
- createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- 
Obtain anAnnotatedTypethat may be used to read the annotations of the given class or interface.
- createArrayBuilder() - Static method in class jakarta.json.Json
- 
Creates a JSON array builder
- createArrayBuilder() - Method in interface jakarta.json.JsonBuilderFactory
- 
Creates aJsonArrayBuilderinstance that is used to buildJsonArray
- createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON array builder.
- createArrayBuilder(JsonArray) - Static method in class jakarta.json.Json
- 
Creates a JSON array builder, initialized with the specified array
- createArrayBuilder(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
- 
Creates aJsonArrayBuilderinstance, initialized with an array.
- createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON array builder, initialized with the specified array.
- createArrayBuilder(Collection<?>) - Static method in class jakarta.json.Json
- 
Creates a JSON array builder, initialized with the content of specifiedcollection.
- createArrayBuilder(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
- 
Creates aJsonArrayBuilderinstance, initialized with the content of specified collection.
- createArrayBuilder(Collection<?>) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON array builder, initialized with the content of specifiedcollection.
- createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- 
Obtains aBeanAttributesfor the givenAnnotatedType.
- createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- 
Obtains aBeanAttributesfor the givenAnnotatedType.
- createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
- 
Creates a builder factory for creatingJsonArrayBuilderandJsonObjectBuilderobjects.
- createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a builder factory for creatingJsonArrayBuilderandJsonObjectBuilderobjects.
- createConfigurationBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Create a new instance of aSeBootstrap.Configuration.Builder.
- createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
- 
Obtain an instance of aCreationalContextfor the given contextual type, or for a non-contextual object.
- created(URI) - Static method in class jakarta.ws.rs.core.Response
- 
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- CREATED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
- 
201 Created, see HTTP/1.1 documentation.
- createDiff(JsonStructure, JsonStructure) - Static method in class jakarta.json.Json
- 
Generates a JSON Patch (RFC 6902) from the source and targetJsonStructure.
- createDiff(JsonStructure, JsonStructure) - Method in class jakarta.json.spi.JsonProvider
- 
Generates a JSON Patch (RFC 6902) from the source and targetJsonStructure.
- createEndpoint(Application, Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Create a configured instance of the supplied endpoint type.
- createEntityPartBuilder(String) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Create a new instance of aEntityPart.Builder.
- createGenerator(OutputStream) - Static method in class jakarta.json.Json
- 
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(OutputStream) - Method in interface jakarta.json.stream.JsonGeneratorFactory
- 
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface jakarta.json.stream.JsonGeneratorFactory
- 
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(Writer) - Static method in class jakarta.json.Json
- 
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface jakarta.json.stream.JsonGeneratorFactory
- 
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class jakarta.json.Json
- 
Creates a generator factory for creatingJsonGeneratorobjects.
- createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a generator factory for creatingJsonGeneratorinstances.
- createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Obtain an instance of aRuntimeDelegate.HeaderDelegatefor the supplied class.
- createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- 
Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedField.
- createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- 
Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedParameter.
- createInjectionTarget(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
- 
Create a new injection target for a bean.
- createInstance() - Method in interface jakarta.enterprise.inject.spi.BeanContainer
- 
Obtains anInstanceobject to access to beans instances.
- createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
- 
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
- createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- 
Create anInterceptionFactoryfor the givenCreationalContextand type.
- createInvoker(BeanInfo, MethodInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.InvokerFactory
- 
Returns a newInvokerBuilderfor given method of given bean.
- createInvoker(AnnotatedMethod<? super X>) - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
- 
Returns a newInvokerBuilderfor given method.
- createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Create a new instance of aLink.Builder.
- createMergeDiff(JsonValue, JsonValue) - Static method in class jakarta.json.Json
- 
Generates a JSON Merge Patch (RFC 7396) from the source and targetJsonValues which when applied to thesource, yields thetarget.
- createMergeDiff(JsonValue, JsonValue) - Method in class jakarta.json.spi.JsonProvider
- 
Generates a JSON Merge Patch (RFC 7396) from the source and targetJsonValues which when applied to thesource, yields thetarget.
- createMergePatch(JsonValue) - Static method in class jakarta.json.Json
- 
Creates JSON Merge Patch (RFC 7396) from specifiedJsonValue.
- createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
- 
Creates JSON Merge Patch (RFC 7396) from specifiedJsonValue.
- createObjectBuilder() - Static method in class jakarta.json.Json
- 
Creates a JSON object builder
- createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
- 
Creates aJsonObjectBuilderinstance that is used to buildJsonObject.
- createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON object builder.
- createObjectBuilder(JsonObject) - Static method in class jakarta.json.Json
- 
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
- 
Creates aJsonObjectBuilderinstance, initialized with an object.
- createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, ?>) - Static method in class jakarta.json.Json
- 
Creates a JSON object builder, initialized with the data from specifiedmap.
- createObjectBuilder(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON object builder, initialized with the data from specifiedmap.
- createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
- 
Creates aJsonObjectBuilderinstance, initialized with the specified object.
- createParser(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
- 
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
- 
Creates a JSON parser from the specified JSON object.
- createParser(InputStream) - Static method in class jakarta.json.Json
- 
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON parser from the specified byte stream.
- createParser(InputStream) - Method in interface jakarta.json.stream.JsonParserFactory
- 
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface jakarta.json.stream.JsonParserFactory
- 
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Static method in class jakarta.json.Json
- 
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
- 
Creates a JSON parser from a character stream.
- createParserFactory(Map<String, ?>) - Static method in class jakarta.json.Json
- 
Creates a parser factory for creatingJsonParserobjects.
- createParserFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a parser factory for creatingJsonParserinstances.
- createPatch(JsonArray) - Static method in class jakarta.json.Json
- 
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatch(JsonArray) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatchBuilder() - Static method in class jakarta.json.Json
- 
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder() - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder(JsonArray) - Static method in class jakarta.json.Json
- 
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- createPatchBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- createPointer(String) - Static method in class jakarta.json.Json
- 
Creates JSON Pointer (RFC 6901) from givenjsonPointerstring.
- createPointer(String) - Method in class jakarta.json.spi.JsonProvider
- 
Creates JSON Pointer (RFC 6901) from givenjsonPointerstring.
- createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
- 
Create a new producer for a bean.
- createReader(InputStream) - Static method in class jakarta.json.Json
- 
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
- 
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface jakarta.json.JsonReaderFactory
- 
Creates a JSON reader from a byte stream.
- createReader(Reader) - Static method in class jakarta.json.Json
- 
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
- 
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JSON reader from a character stream.
- createReaderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
- 
Creates a reader factory for creatingJsonReaderobjects.
- createReaderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a reader factory for creatingJsonReaderobjects.
- createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Create a new instance of aResponse.ResponseBuilder.
- createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Create a new instance of aUriBuilder.
- createValue(double) - Static method in class jakarta.json.Json
- 
Creates a JsonNumber.
- createValue(double) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JsonNumber.
- createValue(int) - Static method in class jakarta.json.Json
- 
Creates a JsonNumber.
- createValue(int) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JsonNumber.
- createValue(long) - Static method in class jakarta.json.Json
- 
Creates a JsonNumber.
- createValue(long) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JsonNumber.
- createValue(Number) - Static method in class jakarta.json.Json
- 
Creates a JsonNumber.
- createValue(Number) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JsonNumber.
- createValue(String) - Static method in class jakarta.json.Json
- 
Creates a JsonString.
- createValue(String) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JsonString.
- createValue(BigDecimal) - Static method in class jakarta.json.Json
- 
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class jakarta.json.Json
- 
Creates a JsonNumber.
- createValue(BigInteger) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a JsonNumber.
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
- 
Create a new instance of aVariant.VariantListBuilder.
- createWith(Class<? extends SyntheticBeanCreator<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
- 
Sets the class of the synthetic bean creation function.
- createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
- 
Set a callback to create a bean instance.
- createWriter(OutputStream) - Static method in class jakarta.json.Json
- createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class jakarta.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Static method in class jakarta.json.Json
- createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Method in class jakarta.json.spi.JsonProvider
- createWriterFactory(Map<String, ?>) - Static method in class jakarta.json.Json
- 
Creates a writer factory for creatingJsonWriterobjects.
- createWriterFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
- 
Creates a writer factory for creatingJsonWriterobjects.
- CreationalContext<T> - Interface in jakarta.enterprise.context.spi
- 
Provides operations that are used by theContextualimplementation during instance creation and destruction.
- CreationException - Exception Class in jakarta.enterprise.inject
- 
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception class jakarta.enterprise.inject.CreationException
- 
Creates the exception with no detail message or cause.
- CreationException(String) - Constructor for exception class jakarta.enterprise.inject.CreationException
- 
Creates the exception with given detail message.
- CreationException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.CreationException
- 
Creates the exception with given detail message and cause.
- CreationException(Throwable) - Constructor for exception class jakarta.enterprise.inject.CreationException
- 
Creates the exception with given cause.
- CREATOR_PARAMETERS_REQUIRED - Static variable in class jakarta.json.bind.JsonbConfig
- 
Property used to specify required creator parameters.
- current() - Static method in class jakarta.enterprise.inject.spi.CDI
- 
Get the CDI instance that provides access to the current container.
- currentEvent() - Method in interface jakarta.json.stream.JsonParser
- 
Returns the event for the current parsing state.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Cookie.Builderinstead.