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

P

PACKAGE - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Package
packageInfo() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns the package this class is part of.
PackageInfo - Interface in jakarta.enterprise.lang.model.declarations
A package, possibly annotated in package-info.java.
param(String, String) - Method in class jakarta.ws.rs.core.Form
Adds a new value to the specified form parameter.
param(String, String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set an arbitrary parameter on this link.
ParamConverter<T> - Interface in jakarta.ws.rs.ext
Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ParamConverter.Lazy - Annotation Interface in jakarta.ws.rs.ext
Mandates that a conversion of any default value delegated to a parameter converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
ParamConverterProvider - Interface in jakarta.ws.rs.ext
Contract for a provider of ParamConverter instances.
PARAMETER - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Method parameter or constructor parameter
ParameterConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
Allows adding annotations to and removing annotations from a method parameter.
ParameterInfo - Interface in jakarta.enterprise.lang.model.declarations
A method parameter or a constructor parameter, declared in some method or constructor.
parameterized(ClassType, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
Returns a ParameterizedType for the given generic type and type arguments.
parameterized(Class<?>, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
Returns a ParameterizedType for the given generic type and type arguments.
parameterized(Class<?>, Class<?>...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
Returns a ParameterizedType for the given generic type and type arguments.
PARAMETERIZED_TYPE - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
A parameterized type, e.g.
ParameterizedType - Interface in jakarta.enterprise.lang.model.types
A parameterized type.
parameters() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
Returns a list of ParameterConfig objects for each parameter of this method.
parameters() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns a list of parameters declared or implicitly declared on this method.
Parameters - Interface in jakarta.enterprise.inject.build.compatible.spi
A String-keyed parameter map.
params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
PARTIAL_CONTENT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
206 Reset Content, see HTTP/1.1 documentation.
passivating() - Element in annotation interface jakarta.enterprise.context.NormalScope
Determines whether the normal scope type is a passivating scope.
PassivationCapable - Interface in jakarta.enterprise.inject.spi
Indicates that a custom implementation of Bean or Contextual is passivation capable.
password() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Password to use for connection authentication.
PATCH - Annotation Interface in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PATCH requests.
PATCH - Static variable in annotation interface jakarta.ws.rs.HttpMethod
HTTP PATCH method.
path(Class) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated class to the existing path.
path(Class, String) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(String) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by appending path to the URI of the current target instance.
path(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the path of the cookie.
path(String) - Method in class jakarta.ws.rs.core.UriBuilder
Append path to the existing path.
Path - Annotation Interface in jakarta.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
PathParam - Annotation Interface in jakarta.ws.rs
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
PathSegment - Interface in jakarta.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
PAYMENT_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
402 Payment Required, see HTTP/1.1 documentation.
PERMANENT_REDIRECT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
PermitAll - Annotation Interface in jakarta.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
port() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the actually used port.
port(int) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI port.
port(Integer) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the port to be used.
PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the TCP port an application is bound to.
portNumber() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Port number where a server is listening for requests.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
POST - Annotation Interface in jakarta.ws.rs
Indicates that the annotated method responds to HTTP POST requests.
POST - Static variable in annotation interface jakarta.ws.rs.HttpMethod
HTTP POST method.
POST_ACTIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean activation, only called for EJBs
POST_CONSTRUCT - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean construction
postConstruct() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PostConstruct callback
postConstruct(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PostConstruct callback, if it exists, according to the semantics required by the Java EE platform specification.
PostConstruct - Annotation Interface in jakarta.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
PRE_DESTROY - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean destruction
PRE_PASSIVATE - Enum constant in enum class jakarta.enterprise.inject.spi.InterceptionType
Intercepts bean passivation, only called for EJBs
PRECONDITION_FAILED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
412 Precondition Failed, see HTTP/1.1 documentation.
PRECONDITION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
428 Precondition required, see RFC 6585: Additional HTTP Status Codes.
preDestroy() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PreDestroy callback
preDestroy(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PreDestroy callback, if it exists, according to the semantics required by the Java EE platform specification.
PreDestroy - Annotation Interface in jakarta.annotation
The PreDestroy annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container.
PreMatching - Annotation Interface in jakarta.ws.rs.container
Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
PRETTY_PRINTING - Static variable in interface jakarta.json.stream.JsonGenerator
Configuration property to generate JSON prettily.
PRIMITIVE - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
A primitive type, e.g.
primitiveKind() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
Returns the kind of this primitive type.
PrimitiveType - Interface in jakarta.enterprise.lang.model.types
Primitive types are: boolean byte short int long float double char
PrimitiveType.PrimitiveKind - Enum Class in jakarta.enterprise.lang.model.types
The primitive type kind: boolean, byte, short, int, long, float, double, char
Priorities - Class in jakarta.ws.rs
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their jakarta.annotation.Priority class-level annotation value when used or applied by JAX-RS runtime.
Prioritized - Interface in jakarta.enterprise.inject.spi
This interface allows some SPI implementation to change their priority programmatically.
priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns the priority declared on this bean, or null if this bean does not declare a priority.
priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns the priority of this observer.
priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
Returns the priority value this stereotype declares using the @Priority meta-annotation.
priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Sets a priority of this synthetic bean.
priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
Sets a priority of this synthetic observer.
priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set the priority of the configured bean.
priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the priority for the observer to build
Priority - Annotation Interface in jakarta.annotation
The Priority annotation can be applied to any program elements to indicate in what order they should be used.
proceed() - Method in interface jakarta.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.
proceed() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Proceed to the next interceptor in the chain.
ProcessAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
ProcessBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the Bean object.
ProcessBeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the Bean object.
ProcessingException - Exception Class in jakarta.ws.rs
A base JAX-RS runtime processing exception.
ProcessingException(String) - Constructor for exception class jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
ProcessingException(String, Throwable) - Constructor for exception class jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
ProcessingException(Throwable) - Constructor for exception class jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProcessInjectionPoint<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionTarget<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessManagedBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled managed bean, before registering the Bean object.
ProcessObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each observer method of each enabled bean, before registering the ObserverMethod object.
ProcessProducer<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
ProcessProducerField<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer field, before registering the Bean object.
ProcessProducerMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer method, before registering the Bean object.
ProcessSessionBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled session bean, before registering the Bean object.
ProcessSyntheticAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each Java class or interface added by BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String) or AfterTypeDiscovery.addAnnotatedType(AnnotatedType, String)
ProcessSyntheticBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom bean implementation added through AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean), before registering the Bean object.
ProcessSyntheticObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom implementation of ObserverMethod added through AfterBeanDiscovery.addObserverMethod(ObserverMethod) or AfterBeanDiscovery.addObserverMethod(), before registering the ObserverMethod object.
produce() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Create the instance
produce(CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.Producer
Causes an instance to be produced via the Producer.
Producer<T> - Interface in jakarta.enterprise.inject.spi
Provides a generic operation for producing an instance of a type.
Producer and InjectionTarget - Search tag in package jakarta.enterprise.inject.spi
Section
ProducerConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
A ProducerConfigurator can configure a Producer.
ProducerFactory<X> - Interface in jakarta.enterprise.inject.spi
An ProducerFactory can create an Producer for a given bean.
producerField() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns the producer field that defines this bean.
producerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns the producer method that defines this bean.
Produces - Annotation Interface in jakarta.enterprise.inject
Identifies a producer method or field.
Produces - Annotation Interface in jakarta.ws.rs
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
produceWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to produce a new instance.
produceWith(Function<Instance<Object>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
properties() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Used to specify vendor-specific properties and less commonly used DataSource properties such as: dataSourceName networkProtocol propertyCycle roleName Properties are specified using the format: propertyName=propertyValue with one property per array element.
property(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Returns the value of the property with the given name, or null if there is no property of that name.
property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Set a new property in the context of a request represented by this invocation builder.
property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation
Set a new property in the context of a request represented by this invocation.
property(String, Object) - Method in interface jakarta.ws.rs.core.Configurable
Set the new configuration property, if already set, the existing value of the property will be updated.
property(String, Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Sets the property name to the provided value.
PROPERTY_NAMING_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
PROPERTY_ORDER_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom order strategy.
PROPERTY_VISIBILITY_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom visibility strategy.
PropertyNamingStrategy - Interface in jakarta.json.bind.config
Allows to define custom property naming strategy.
PropertyOrderStrategy - Class in jakarta.json.bind.config
Specifies predefined property order strategies.
PropertyVisibilityStrategy - Interface in jakarta.json.bind.config
Provides mechanism how to define customized property visibility strategy.
protocol() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the protocol to be used.
protocol(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the protocol to be used.
PROTOCOL - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the protocol an application is bound to.
provider() - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method.
provider() - Static method in class jakarta.json.spi.JsonProvider
Creates a JSON provider object.
provider(String) - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method, matching providerName.
Provider<T> - Interface in jakarta.inject
Provides instances of T.
Provider - Annotation Interface in jakarta.ws.rs.ext
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
Providers - Interface in jakarta.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
407 Proxy Authentication Required, see HTTP/1.1 documentation.
push(T) - Method in interface jakarta.enterprise.context.spi.CreationalContext
Registers an incompletely initialized contextual instance the with the container.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
PUT - Annotation Interface in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PUT requests.
PUT - Static variable in annotation interface jakarta.ws.rs.HttpMethod
HTTP PUT method.
putAll(Map<? extends K, ? extends List<V>>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
putSingle(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.
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