Uses of Class
jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Packages that use Cookie.AbstractCookieBuilder Package Description jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of Cookie.AbstractCookieBuilder in jakarta.ws.rs.core
Classes in jakarta.ws.rs.core with type parameters of type Cookie.AbstractCookieBuilder Modifier and Type Class Description static class
Cookie.AbstractCookieBuilder<T extends Cookie.AbstractCookieBuilder<T>>
JAX-RS abstractCookie
builder class.Subclasses of Cookie.AbstractCookieBuilder in jakarta.ws.rs.core Modifier and Type Class Description static class
Cookie.Builder
JAX-RSCookie
builder class.static class
NewCookie.AbstractNewCookieBuilder<T extends NewCookie.AbstractNewCookieBuilder<T>>
JAX-RS abstractNewCookie
builder class.static class
NewCookie.Builder
JAX-RSNewCookie
builder class.Constructors in jakarta.ws.rs.core with parameters of type Cookie.AbstractCookieBuilder Constructor Description Cookie(Cookie.AbstractCookieBuilder<?> builder)
Create a new instance from the suppliedCookie.AbstractCookieBuilder
instance.
-