Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
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 primitive char value.
CHAR - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
The char primitive type
CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
The media type charset parameter name.
Circular Dependencies - Search tag in annotation interface jakarta.inject.Inject
Section
CLASS - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
A Class value.
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 implements javax.sql.DataSource or javax.sql.XADataSource or javax.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
4xx HTTP 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 bootstrap Client instances.
ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
Allows custom implementations to extend the ClientBuilder class.
ClientErrorException - Exception Class in jakarta.ws.rs
A base runtime application exception indicating a client request error (HTTP 4xx status 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
close() - Method in interface jakarta.enterprise.inject.se.SeContainer
Shuts down this SeContainer instance when it is no longer in scope.
close() - Method in interface jakarta.json.JsonReader
Closes this reader and frees any resources associated with the reader.
close() - Method in interface jakarta.json.JsonWriter
 
close() - Method in interface jakarta.json.stream.JsonGenerator
Closes this generator and frees any resources associated with it.
close() - Method in interface jakarta.json.stream.JsonParser
Closes this parser and frees any resources associated with the parser.
close() - Method in interface jakarta.ws.rs.client.Client
Close client instance and all it's associated resources.
close() - Method in class jakarta.ws.rs.core.Response
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Close the broadcaster and all registered SseEventSink instances.
close() - Method in interface jakarta.ws.rs.sse.SseEventSink
Close the SseEventSink instance and release all associated resources.
close() - Method in interface jakarta.ws.rs.sse.SseEventSource
Close this event source.
close(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 based CompletionStage.
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 a configurable JAX-RS context.
configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
Returns an AnnotatedTypeConfigurator to to configure the AnnotatedType used to create the InjectionTarget.
configure() - Method in interface jakarta.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(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource or sub-resource method; i.e.
configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Returns an AnnotatedTypeConfigurator initialized with 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 jakarta.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 jakarta.enterprise.inject.spi.CDI
CDIProvider set by user or retrieved by service loader
configureInjectionPoint() - Method in interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and 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 related asynchronous response lifecycle 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 of MethodConfig objects for each constructor of this class, as defined by ClassInfo.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 or MessageBodyReader can 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
Returns true if there is a value at the referenced location in the specified target.
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 calling fileName(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
CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
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 the ConversationScoped annotation.
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 supplied Cookie.AbstractCookieBuilder instance.
Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
Deprecated.
This constructor will be removed in a future version. Please use Cookie.Builder instead.
Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
Deprecated.
This constructor will be removed in a future version. Please use Cookie.Builder instead.
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 use Cookie.Builder instead.
COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
Cookie.AbstractCookieBuilder<T> - Class in jakarta.ws.rs.core
JAX-RS abstract Cookie builder class.
Cookie.Builder - Class in jakarta.ws.rs.core
JAX-RS Cookie builder 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 new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method.
create() - Method in class jakarta.json.bind.spi.JsonbProvider
Returns a new instance of JsonbBuilder class.
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 new AnnotationBuilder for given annotation type.
create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method, configured with provided configuration.
create(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
Returns a new AnnotationBuilder for given annotation type.
createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtain an AnnotatedType that may be used to read the annotations of the given class or interface.
createArrayBuilder() - Static method in class jakarta.json.Json
Creates a JSON array builder
createArrayBuilder() - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance that is used to build JsonArray
createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
Creates a JSON array builder.
createArrayBuilder(JsonArray) - Static method in class jakarta.json.Json
Creates a JSON array builder, initialized with the specified array
createArrayBuilder(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with an array.
createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON array builder, initialized with the specified array.
createArrayBuilder(Collection<?>) - Static method in class jakarta.json.Json
Creates a JSON array builder, initialized with the content of specified collection.
createArrayBuilder(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with the content of specified collection.
createArrayBuilder(Collection<?>) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON array builder, initialized with the content of specified collection.
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and Producer.
createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createConfigurationBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a SeBootstrap.Configuration.Builder.
createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Obtain an instance of a CreationalContext for the given contextual type, or for a non-contextual object.
created(URI) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
CREATED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
201 Created, see HTTP/1.1 documentation.
createDiff(JsonStructure, JsonStructure) - Static method in class jakarta.json.Json
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
createDiff(JsonStructure, JsonStructure) - Method in class jakarta.json.spi.JsonProvider
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
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 a EntityPart.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 creating JsonGenerator objects.
createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a generator factory for creating JsonGenerator instances.
createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Obtain an instance of a RuntimeDelegate.HeaderDelegate for the supplied class.
createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedField.
createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
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 an Instance object to access to beans instances.
createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Create an InterceptionFactory for the given CreationalContext and type.
createInvoker(BeanInfo, MethodInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.InvokerFactory
Returns a new InvokerBuilder for given method of given bean.
createInvoker(AnnotatedMethod<? super X>) - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
Returns a new InvokerBuilder for given method.
createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a Link.Builder.
createMergeDiff(JsonValue, JsonValue) - Static method in class jakarta.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 jakarta.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 jakarta.json.Json
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createObjectBuilder() - Static method in class jakarta.json.Json
Creates a JSON object builder
createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance that is used to build JsonObject.
createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
Creates a JSON object builder.
createObjectBuilder(JsonObject) - Static method in class jakarta.json.Json
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with an object.
createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with the specified object.
createParser(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON array.
createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON object.
createParser(InputStream) - Static method in class jakarta.json.Json
Creates a JSON parser from a byte stream.
createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON parser from the specified byte stream.
createParser(InputStream) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(InputStream, Charset) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(Reader) - Static method in class jakarta.json.Json
Creates a JSON parser from a character stream.
createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON parser from a character stream.
createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from a character stream.
createParserFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a parser factory for creating JsonParser objects.
createParserFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a parser factory for creating JsonParser instances.
createPatch(JsonArray) - Static method in class jakarta.json.Json
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatch(JsonArray) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatchBuilder() - Static method in class jakarta.json.Json
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder() - Method in class jakarta.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder(JsonArray) - Static method in class jakarta.json.Json
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPatchBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPointer(String) - Static method in class jakarta.json.Json
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createPointer(String) - Method in class jakarta.json.spi.JsonProvider
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
Create a new producer for a bean.
createReader(InputStream) - Static method in class jakarta.json.Json
Creates a JSON reader from a byte stream.
createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON reader from a byte stream.
createReader(InputStream, Charset) - Method in interface jakarta.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(Reader) - Static method in class jakarta.json.Json
Creates a JSON reader from a character stream.
createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
Creates a JSON reader from a character stream.
createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON reader from a character stream.
createReaderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a reader factory for creating JsonReader objects.
createReaderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a reader factory for creating JsonReader objects.
createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a Response.ResponseBuilder.
createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a UriBuilder.
createValue(double) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(double) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValue(int) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(int) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValue(long) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(long) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValue(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 a Variant.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
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream) - Method in class jakarta.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 jakarta.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 jakarta.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(Writer) - Method in class jakarta.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 jakarta.json.Json
Creates a writer factory for creating JsonWriter objects.
createWriterFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a writer factory for creating JsonWriter objects.
CreationalContext<T> - Interface in jakarta.enterprise.context.spi
Provides operations that are used by the Contextual implementation 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.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form