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

N

name() - Element in annotation interface jakarta.annotation.Resource
The JNDI name of the resource.
name() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
JNDI name by which the data source will be registered.
name() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns the bean name of this bean.
name() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
Binary name of this scope annotation, as defined by The Java™ Language Specification; in other words, the scope annotation name as returned by Class.getName().
name() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
Binary name of this annotation's type, as defined by The Java™ Language Specification; in other words, the annotation type name as returned by Class.getName().
name() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns the binary name of this class, as defined by The Java™ Language Specification; in other words, the class name as returned by Class.getName().
name() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
Returns the name of this field.
name() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns the name of this method.
name() - Method in interface jakarta.enterprise.lang.model.declarations.PackageInfo
Returns the fully qualified name of this package, as defined by The Java™ Language Specification; in other words, the package name as returned by Package.getName().
name() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
Returns the name of this parameter, if it is known.
name() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
Returns the name of this record component.
name() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns the name of this primitive type.
name() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
Returns the name of this type variable.
name() - Method in interface jakarta.enterprise.lang.model.types.VoidType
Returns the name of the void pseudo-type, that is, the string void.
name(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Sets the bean name of this synthetic bean.
name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Set the name of the configured bean
name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set the name of the configured bean
name(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event name.
NameBinding - Annotation Interface in jakarta.ws.rs
Meta-annotation used to create name binding annotations for filters and interceptors.
Named - Annotation Interface in jakarta.inject
String-based qualifier.
NamedLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Named qualifier.
NESTED_ANNOTATION - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
A nested Annotation value.
NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
511 Network Authentication Required, see RFC 6585: Additional HTTP Status Codes.
newBroadcaster() - Method in interface jakarta.ws.rs.sse.Sse
Get a new Server-sent event broadcaster.
newBuilder() - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by the default JsonbProvider.provider() method.
newBuilder() - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new ClientBuilder instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newBuilder(JsonbProvider) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by provider#create call.
newBuilder(String) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by JsonbProvider.provider(String) method.
newClient() - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient(Configuration) - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
NewCookie - Class in jakarta.ws.rs.core
Used to create a new HTTP cookie, transferred in a response.
NewCookie(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(Cookie, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(Cookie, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(NewCookie.AbstractNewCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance from the supplied NewCookie.AbstractNewCookieBuilder instance.
NewCookie(String, String) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Deprecated.
This constructor will be removed in a future version. Please use NewCookie.Builder instead.
NewCookie.AbstractNewCookieBuilder<T> - Class in jakarta.ws.rs.core
JAX-RS abstract NewCookie builder class.
NewCookie.Builder - Class in jakarta.ws.rs.core
JAX-RS NewCookie builder class.
NewCookie.SameSite - Enum Class in jakarta.ws.rs.core
The available values for the SameSite cookie attribute.
newEvent(String) - Method in interface jakarta.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data.
newEvent(String, String) - Method in interface jakarta.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data and name.
newEventBuilder() - Method in interface jakarta.ws.rs.sse.Sse
Get a new outbound event builder.
newInstance() - Static method in class jakarta.enterprise.inject.se.SeContainerInitializer
Returns an instance of SeContainerInitializer Each call returns a new instance
newInstance() - Method in class jakarta.enterprise.inject.spi.Unmanaged
Instantiate a new UnmanagedInstance
newInstance() - Static method in class jakarta.ws.rs.core.Response.ResponseBuilder
Create a new builder instance.
newInstance() - Static method in class jakarta.ws.rs.core.UriBuilder
Creates a new instance of UriBuilder.
newInstance() - Static method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Create a new builder instance.
next() - Method in interface jakarta.json.stream.JsonParser
Returns the event for the next parsing state.
nillable() - Element in annotation interface jakarta.json.bind.annotation.JsonbProperty
Deprecated.
Please use JsonbNillable as another annotation instead. This option will be removed in the future.
NO_CONTENT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
204 No Content, see HTTP/1.1 documentation.
NO_TIMEOUT - Static variable in interface jakarta.ws.rs.container.AsyncResponse
Constant specifying no suspend timeout value.
noContent() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for an empty response.
NoContentException - Exception Class in jakarta.ws.rs.core
An I/O exception thrown by MessageBodyReader implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content.
NoContentException(String) - Constructor for exception class jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(String, Throwable) - Constructor for exception class jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(Throwable) - Constructor for exception class jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
Nonbinding - Annotation Interface in jakarta.enterprise.util
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
Nonbinding.Literal - Class in jakarta.enterprise.util
Supports inline instantiation of the Nonbinding annotation.
NONE - Enum constant in enum class jakarta.json.JsonConfig.KeyStrategy
Configuration value that will throw JsonException when duplicate key is found.
NONE - Enum constant in enum class jakarta.ws.rs.core.NewCookie.SameSite
The None mode disables protection provided by the SameSite cookie attribute.
NONE - Enum constant in enum class jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
Server will not request client authentication.
NonexistentConversationException - Exception Class in jakarta.enterprise.context
Indicates that the conversation context could not be restored.
NonexistentConversationException() - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
Creates the exception with no detail message or cause.
NonexistentConversationException(String) - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
Creates the exception with given detail message.
NonexistentConversationException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
Creates the exception with given detail message and cause.
NonexistentConversationException(Throwable) - Constructor for exception class jakarta.enterprise.context.NonexistentConversationException
Creates the exception with given cause.
Nonnull - Annotation Interface in jakarta.annotation
The annotated element must not be null.
NormalScope - Annotation Interface in jakarta.enterprise.context
Specifies that an annotation type is a normal scope type.
Normal scopes and pseudo-scopes - Search tag in package jakarta.enterprise.context
Section
NOT_ACCEPTABLE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
406 Not Acceptable, see HTTP/1.1 documentation.
NOT_FOUND - Enum constant in enum class jakarta.ws.rs.core.Response.Status
404 Not Found, see HTTP/1.1 documentation.
NOT_IMPLEMENTED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
501 Not Implemented, see HTTP/1.1 documentation.
NOT_MODIFIED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
304 Not Modified, see HTTP/1.1 documentation.
notAcceptable(List<Variant>) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a not acceptable response.
NotAcceptableException - Exception Class in jakarta.ws.rs
A runtime exception indicating that a client request is not acceptable by the server.
NotAcceptableException() - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response) - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String) - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response) - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Throwable) - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Throwable) - Constructor for exception class jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAllowedException - Exception Class in jakarta.ws.rs
A runtime exception indicating a client requesting a resource method that is not allowed.
NotAllowedException(Response) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, String...) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, String, String...) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Throwable, String...) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Throwable, String...) - Constructor for exception class jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAuthorizedException - Exception Class in jakarta.ws.rs
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
NotAuthorizedException(Response) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Object, Object...) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Object, Object...) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception class jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotFoundException - Exception Class in jakarta.ws.rs
A runtime exception indicating a resource requested by a client was not found on the server.
NotFoundException() - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response) - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String) - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response) - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Throwable) - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Throwable) - Constructor for exception class jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotificationOptions - Interface in jakarta.enterprise.event
Notification options are used to configure observer notification.
NotificationOptions.Builder - Interface in jakarta.enterprise.event
Notification options builder.
notify(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event context.
notify(T) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event object.
notifyObserver() - Element in annotation interface jakarta.enterprise.event.Observes
notifyObserver() - Element in annotation interface jakarta.enterprise.event.ObservesAsync
notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Define an operation that accepts a context of a fired event.
notModified() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(String) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
NotSupportedException - Exception Class in jakarta.ws.rs
A runtime exception indicating that the client request entity media type is not supported.
NotSupportedException() - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response) - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String) - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response) - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Throwable) - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Throwable) - Constructor for exception class jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NULL - Enum constant in enum class jakarta.json.JsonValue.ValueType
JSON null.
NULL - Static variable in interface jakarta.json.JsonValue
JSON null value.
NULL_VALUES - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify null values serialization behavior.
Nullable - Annotation Interface in jakarta.annotation
The annotated element could be null under some circumstances.
NUMBER - Enum constant in enum class jakarta.json.JsonValue.ValueType
JSON number.
numberValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a Number object.
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