Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- EMPTY_JSON_ARRAY - Static variable in interface jakarta.json.JsonValue
-
The empty JSON array.
- EMPTY_JSON_OBJECT - Static variable in interface jakarta.json.JsonValue
-
The empty JSON object.
- Enabled decorators - Search tag in package jakarta.decorator
- Section
- enableDecorators(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
- enableInterceptors(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
- Encoded - Annotation Interface in jakarta.ws.rs
-
Disables automatic decoding of parameter values bound using
QueryParam
,PathParam
,FormParam
orMatrixParam
. - encodePointer(String) - Static method in class jakarta.json.Json
-
Encodes (escapes) a passed string as defined by RFC 6901.
- encoding(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity content encoding.
- ENCODING - Static variable in class jakarta.json.bind.JsonbConfig
-
The Jsonb serialization
toJson()
methods will default to this property for encoding of output JSON data. - encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported encodings. - encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding(s) for this variant.
- end() - Method in interface jakarta.enterprise.context.Conversation
-
Marks the current long-running conversation transient.
- END_ARRAY - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
End of a JSON array.
- END_OBJECT - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
End of a JSON object.
- Enhancement - Annotation Interface in jakarta.enterprise.inject.build.compatible.spi
-
2nd phase of build compatible extension execution.
- entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- Entity<T> - Class in jakarta.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- EntityPart - Interface in jakarta.ws.rs.core
-
A
EntityPart
is one part of a multipart entity. - EntityPart.Builder - Interface in jakarta.ws.rs.core
-
Builder for
EntityPart
instances. - EntityTag - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
- EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of a strong
EntityTag
. - EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of an
EntityTag
. - entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- ENUM - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
An
Enum
value. - equals(Object) - Method in class jakarta.enterprise.util.AnnotationLiteral
- equals(Object) - Method in class jakarta.enterprise.util.TypeLiteral
- equals(Object) - Method in interface jakarta.json.JsonNumber
-
Compares the specified object with this
JsonNumber
object for equality. - equals(Object) - Method in interface jakarta.json.JsonString
-
Compares the specified object with this
JsonString
for equality. - equals(Object) - Method in class jakarta.ws.rs.client.Entity
- equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
-
Compares object argument to this cache control to see if they are the same considering all property values.
- equals(Object) - Method in class jakarta.ws.rs.core.Cookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
-
Compares
obj
to this tag to see if they are the same considering weakness and value. - equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
- equals(Object) - Method in class jakarta.ws.rs.core.GenericType
- equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.
- equals(Object) - Method in class jakarta.ws.rs.core.MediaType
-
Compares
obj
to this media type to see if they are the same by comparing type, subtype and parameters. - equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.Variant
-
Compares obj to this variant to see if they are the same considering all property values.
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Compare the specified map with this map for equality modulo the order of values for each key.
- error(Exception) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic error that is represented by an exception.
- error(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic error that is not related to any particular element, or that information is not known.
- error(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
BeanInfo
. - error(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
ObserverInfo
. - error(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently exist.
- evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- Event<T> - Interface in jakarta.enterprise.event
-
Allows the application to fire events of a particular type.
- EventContext<T> - Interface in jakarta.enterprise.inject.spi
-
Represents a context of a fired event.
- EventMetadata - Interface in jakarta.enterprise.inject.spi
-
Provides access to metadata about an observed event payload.
- Event objects and event types - Search tag in package jakarta.enterprise.event
- Section
- eventParameter() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the event parameter of this observer method.
- Event qualifiers - Search tag in package jakarta.enterprise.event
- Section
- eventType() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the observed event type of this observer.
- ExceptionMapper<E> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response
. - ExcludeClassInterceptors - Annotation Interface in jakarta.interceptor
-
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
- ExcludeDefaultInterceptors - Annotation Interface in jakarta.interceptor
-
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
- executorService(ExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side
ExecutorService
. - EXPECT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- EXPECTATION_FAILED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
417 Expectation Failed, see HTTP/1.1 documentation.
- expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- expiry(Date) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the cookie expiry date.
- Extension - Interface in jakarta.enterprise.inject.spi
-
Service interface implemented by extensions.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form