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

I

id(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Make the configured bean implements PassivationCapable and its Id for passivation.
id(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set the event id.
IDENTITY - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is unchanged.
IF_EXISTS - Enum constant in enum class jakarta.enterprise.event.Reception
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
IF_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_MODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_NONE_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_UNMODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of InterceptionFactory.createInterceptedInstance(Object).
ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
IllegalProductException - Exception Class in jakarta.enterprise.inject
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.
IllegalProductException() - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
Creates the exception with no detail message or cause.
IllegalProductException(String) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
Creates the exception with given detail message.
IllegalProductException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
Creates the exception with given detail message and cause.
IllegalProductException(Throwable) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
Creates the exception with given cause.
IN_PROGRESS - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
Identifies a regular observer method, called when the event is fired.
InboundSseEvent - Interface in jakarta.ws.rs.sse
Inbound Server-sent event.
info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
Returns the ClassInfo corresponding to this transformed class.
info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
Returns the DeclarationInfo corresponding to this transformed declaration.
info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
Returns the FieldInfo corresponding to this transformed field.
info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
Returns the MethodInfo corresponding to this transformed method.
info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
Returns the ParameterInfo corresponding to this transformed method parameter.
info(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add a generic information message that is not related to any particular element, or that information is not known.
info(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add an information message which is related to given BeanInfo.
info(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add an information message which is related to given ObserverInfo.
info(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add an information message which is related to given AnnotationTarget (which is most likely a DeclarationInfo).
INFORMATIONAL - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
1xx HTTP status codes.
initialize() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Initializes a CDI SeContainerInitializer.
Initialized - Annotation Interface in jakarta.enterprise.context
An event with this qualifier is fired when a context is initialized, i.e.
Initialized.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the Initialized qualifier.
initialPoolSize() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Number of connections that should be created when a connection pool is initialized.
initResource(T) - Method in interface jakarta.ws.rs.container.ResourceContext
Initialize the resource or sub-resource instance.
inject() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Inject the instance
inject(T, CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
Inject - Annotation Interface in jakarta.inject
Identifies injectable constructors, methods, and fields.
Injectable Values - Search tag in annotation interface jakarta.inject.Inject
Section
InjectionException - Exception Class in jakarta.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException() - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with no detail message or cause.
InjectionException(String) - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with given detail message.
InjectionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with given detail message and cause.
InjectionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with given cause.
InjectionPoint - Interface in jakarta.enterprise.inject.spi
Provides access to metadata about an injection point.
InjectionPointConfigurator - Interface in jakarta.enterprise.inject.spi.configurator
This API is an helper to configure an existing InjectionPoint instance.
InjectionPointInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
An injection point defined on some bean.
injectionPoints() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns a collection of this bean's injection points.
injectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
InjectionTarget<T> - Interface in jakarta.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InjectionTargetFactory<T> - Interface in jakarta.enterprise.inject.spi
An InjectionTargetFactory can create an InjectionTarget for a given bean.
InjectLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Inject annotation.
InjectLiteral() - Constructor for class jakarta.enterprise.inject.literal.InjectLiteral
 
Instance<T> - Interface in jakarta.enterprise.inject
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
INSTANCE - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
Default ApplicationScoped literal
INSTANCE - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
Default ConversationScoped literal
INSTANCE - Static variable in class jakarta.enterprise.context.Dependent.Literal
Default Dependent literal
INSTANCE - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
Default RequestScoped literal
INSTANCE - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
Default SessionScoped literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Alternative.Literal
Default Alternative literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Any.Literal
Default Any literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Default.Literal
The default Default literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
Default Inject literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
Default Named literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
Default Qualifier literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
Default Singleton literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Specializes.Literal
Default Specializes literal
INSTANCE - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
Default TransientReference literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Typed.Literal
Default Typed literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
Default Vetoed literal
INSTANCE - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
Default Nonbinding literal
Instance.Handle<T> - Interface in jakarta.enterprise.inject
This interface represents a contextual reference handle.
INT - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
A primitive int value.
INT - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
The int primitive type
intercept(InterceptionType, T, InvocationContext) - Method in interface jakarta.enterprise.inject.spi.Interceptor
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
Intercepted - Annotation Interface in jakarta.enterprise.inject
An interceptor may inject metadata about the bean it is intercepting.
InterceptionFactory<T> - Interface in jakarta.enterprise.inject.spi
InterceptionFactory allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
InterceptionType - Enum Class in jakarta.enterprise.inject.spi
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
Interceptor<T> - Interface in jakarta.enterprise.inject.spi
Represents an enabled interceptor.
Interceptor - Annotation Interface in jakarta.interceptor
Specifies that a class is an interceptor.
Interceptor.Priority - Class in jakarta.interceptor
Priorities that define the order in which interceptors are invoked.
InterceptorBinding - Annotation Interface in jakarta.interceptor
Specifies that an annotation type is an interceptor binding type.
interceptorBindings() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
Returns the set of interceptor binding annotations declared on this interceptor.
interceptorBindings() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
Returns the set of interceptor binding annotations defined by this stereotype.
Interceptor classes - Search tag in package jakarta.interceptor
Section
InterceptorContext - Interface in jakarta.ws.rs.ext
InterceptorInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
Interceptors are managed beans annotated @Interceptor.
Interceptor lifecycle - Search tag in package jakarta.interceptor
Section
Interceptor methods - Search tag in package jakarta.interceptor
Section
Interceptors - Annotation Interface in jakarta.interceptor
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
Interceptors for lifecycle callbacks - Search tag in package jakarta.interceptor
Section
intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
Returns whether this interceptor declares an interceptor method for given interception type.
intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.spi.Interceptor
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
Interfaces representing enabled beans - Search tag in package jakarta.enterprise.inject.spi
Section
INTERNAL_SERVER_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status
500 Internal Server Error, see HTTP/1.1 documentation.
InternalServerErrorException - Exception Class in jakarta.ws.rs
A runtime exception indicating an internal server error.
InternalServerErrorException() - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
intValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as an int.
intValueExact() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as an int.
invocation(Link) - Method in interface jakarta.ws.rs.client.Client
Build an invocation builder from a link.
Invocation - Interface in jakarta.ws.rs.client
A client request invocation.
Invocation.Builder - Interface in jakarta.ws.rs.client
A client request invocation builder.
InvocationCallback<RESPONSE> - Interface in jakarta.ws.rs.client
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
InvocationContext - Interface in jakarta.interceptor
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
invoke() - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response back.
invoke(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified generic type back.
invoke(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified type back.
invoke(T, Object[]) - Method in interface jakarta.enterprise.invoke.Invoker
Invokes the target method on the given instance of the target bean, passing given arguments.
Invoker<T,R> - Interface in jakarta.enterprise.invoke
An invoker allows indirect invocation of its target method on an instance of its target bean.
InvokerBuilder<T> - Interface in jakarta.enterprise.invoke
Builder of Invokers.
InvokerFactory - Interface in jakarta.enterprise.inject.build.compatible.spi
Factory for InvokerBuilders.
InvokerInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
Opaque token that stands in for an invoker registered using InvokerFactory.createInvoker(BeanInfo, MethodInfo) and InvokerBuilder.build().
isAbstract() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns whether this class is abstract.
isAbstract() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns whether this method is abstract.
isActive() - Method in interface jakarta.enterprise.context.spi.Context
Determines if the context object is active.
isAlternative() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns whether this bean is an alternative.
isAlternative() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
Returns whether this stereotype is meta-annotated @Alternative.
isAlternative() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Determines if the bean is an alternative.
isAmbiguous() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isAnnotation() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns whether this class is an annotation.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.Annotated
Determine if the program element has an annotation of a certain annotation type.
isArray() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isArray() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is an array type.
isAsync() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns whether this observer is asynchronous.
isAsync() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Determines if this observer method is asynchronous
isBoolean() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isBoolean() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is boolean.
isByte() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isByte() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is byte.
isCancelled() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the asynchronous response instance has been cancelled.
isChar() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isChar() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is char.
isClass() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isClass() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
Returns whether this declaration is a class.
isClass() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is a class type.
isClassBean() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns whether this bean is a managed bean, also known as class-based bean.
isClosed() - Method in class jakarta.ws.rs.core.Response
Check if the response is closed.
isClosed() - Method in interface jakarta.ws.rs.sse.SseEventSink
Check if the stream has been closed already.
isCompatible(MediaType) - Method in class jakarta.ws.rs.core.MediaType
Check if this media type is compatible with another media type.
isConstructor() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns whether this method is, in fact, a constructor.
isDeclaration() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
Returns whether this annotation target is a declaration.
isDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
 
isDeclaration() - Method in interface jakarta.enterprise.lang.model.types.Type
 
isDelegate() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Determines if the injection point is a decorator delegate injection point.
isDone() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the processing of a request this asynchronous response instance belongs to has finished.
isDouble() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isDouble() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is double.
isEmpty() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
isEmpty() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Check if the event is empty (i.e.
isEnabled(Feature) - Method in interface jakarta.ws.rs.core.Configuration
Check if a particular feature instance has been previously enabled in the runtime configuration context.
isEnabled(Class<? extends Feature>) - Method in interface jakarta.ws.rs.core.Configuration
Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
isEnum() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isEnum() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns whether this class is an enum.
isField() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
Returns whether this declaration is a field.
isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns whether this class is final.
isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
Returns whether this field is final.
isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns whether this method is final.
isFloat() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isFloat() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is float.
isHttpOnly() - Method in class jakarta.ws.rs.core.NewCookie
Returns true if this cookie contains the HttpOnly attribute.
isInt() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isInt() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is int.
isIntegral() - Method in interface jakarta.json.JsonNumber
Returns true if this JSON number is a integral number.
isIntegralNumber() - Method in interface jakarta.json.stream.JsonParser
Returns true if the JSON number at the current parser state is a integral number.
isInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns whether this bean is an interceptor.
isInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
 
isInterceptorBinding(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Test the given annotation type to determine if it is an interceptor binding type .
isInterface() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns whether this class is an interface.
isLong() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isLong() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is long.
isMatchingBean(Set<Type>, Set<Annotation>, Type, Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Returns true if a bean with given bean types and qualifiers would be assignable to an injection point with given required type and required qualifiers, false otherwise.
isMatchingEvent(Type, Set<Annotation>, Type, Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Returns true if an event with given specified type and specified qualifiers would match an observer method with given observed event type and observed event qualifiers, false otherwise.
isMethod() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
Returns whether this declaration is a method.
isMustRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
isNamed() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
Returns whether this stereotype is meta-annotated @Named.
isNestedAnnotation() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isNoCache() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
isNormal() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
Returns whether this scope type is normal.
isNormalScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Test the given annotation type to determine if it is a normal scope type.
isNoStore() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
isNoTransform() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
isNull(int) - Method in interface jakarta.json.JsonArray
Returns true if the value at the specified location in this array is JsonValue.NULL.
isNull(String) - Method in interface jakarta.json.JsonObject
Returns true if the associated value for the specified name is JsonValue.NULL.
isolationLevel() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Isolation level for connections.
isOpen() - Method in interface jakarta.ws.rs.sse.SseEventSource
Check if this event source instance has already been opened.
isPackage() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
Returns whether this declaration is a package.
isParameter() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
Returns whether this declaration is a method parameter.
isParameterizedType() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is a parameterized type.
isPassivatingScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a passivating scope type.
isPlainClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns whether this class is a plain class.
isPrimitive() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is a primitive type.
isPrivate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
isProducerField() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns whether this bean is defined by a producer field.
isProducerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns whether this bean is defined by a producer method.
isProviderFor(Class<?>) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
Determine if this is a provider for the given RxInvoker subclass.
isProxyRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the proxy-revalidate cache control directive.
isQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Test the given annotation type to determine if it is a qualifier type.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
Ascertain if the MessageBodyReader can produce an instance of a particular type.
isReconnectDelaySet() - Method in interface jakarta.ws.rs.sse.SseEvent
Check if the connection retry time has been set in the event.
isRecord() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns whether this class is a record.
isRecordComponent() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
Returns whether this declaration is a record component.
isRegistered(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
Check if a JAX-RS component of the supplied componentClass class has been previously registered in the runtime configuration context.
isRegistered(Object) - Method in interface jakarta.ws.rs.core.Configuration
Check if a particular JAX-RS component instance (such as providers or features) has been previously registered in the runtime configuration context.
isRepeatable() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
Returns whether this annotation is repeatable.
isResolvable() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isRunning() - Method in interface jakarta.enterprise.inject.se.SeContainer
Check if the container is running or was shut down
isScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Test the given annotation type to determine if it is a scope type.
isSecure() - Method in class jakarta.ws.rs.core.NewCookie
Whether the cookie will only be sent over a secure connection.
isSecure() - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isShort() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isShort() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns whether this primitive type is short.
isStatic() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Determines if the member is static.
isStatic() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
Returns whether this field is static.
isStatic() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns whether this method is static.
isStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Test the given annotation type to determine if it is a stereotype.
isString() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isSuspended() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the asynchronous response instance is in a suspended state.
isSynthetic() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns whether this bean is synthetic.
isSynthetic() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns whether this observer is synthetic.
isTransient() - Method in interface jakarta.enterprise.context.Conversation
Determine if the conversation is marked transient or long-running.
isTransient() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Determines if the injection is a transient field.
isType() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
Returns whether this annotation target is a type.
isType() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
 
isType() - Method in interface jakarta.enterprise.lang.model.types.Type
 
isTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is a type variable.
isUnsatisfied() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isUserInRole(String) - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isVisible(Field) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
Responds whether the given field should be considered as the JsonbProperty.
isVisible(Method) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
Responds whether the given method should be considered as the JsonbProperty.
isVoid() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is the void pseudo-type.
isWeak() - Method in class jakarta.ws.rs.core.EntityTag
Check the strength of an EntityTag.
isWildcardSubtype() - Method in class jakarta.ws.rs.core.MediaType
Checks if the subtype is a wildcard.
isWildcardType() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is a wildcard type.
isWildcardType() - Method in class jakarta.ws.rs.core.MediaType
Checks if the primary type is a wildcard.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
Ascertain if the MessageBodyWriter supports a particular type.
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