-
Classes Class Description jakarta.ws.rs.core.Link.JaxbAdapter jakarta.ws.rs.core.Link.JaxbLink
-
Annotation Types Annotation Type Description jakarta.annotation.ManagedBean This will be removed post Jakarta EE 10 and should be replaced with CDI beans
-
Methods Method Description jakarta.json.bind.annotation.JsonbProperty.nillable() Please useJsonbNillable
as another annotation instead. This option will be removed in the future.jakarta.ws.rs.core.Application.getSingletons() Automatic discovery of resources and providers or thegetClasses
method is preferred overgetSingletons
.jakarta.ws.rs.core.CacheControl.toString() The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.jakarta.ws.rs.core.CacheControl.valueOf(String) This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.jakarta.ws.rs.core.Cookie.toString() The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.jakarta.ws.rs.core.Cookie.valueOf(String) This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.jakarta.ws.rs.core.EntityTag.toString() The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.jakarta.ws.rs.core.EntityTag.valueOf(String) This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.jakarta.ws.rs.core.NewCookie.toString() The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.jakarta.ws.rs.core.NewCookie.valueOf(String) This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
-
Constructors Constructor Description jakarta.ws.rs.core.Cookie(String, String, String, String, int) This constructor will be removed in a future version. Please useCookie.Builder
instead.jakarta.ws.rs.core.NewCookie(String, String) This constructor will be removed in a future version. Please useNewCookie.Builder
instead.
-
Annotation Type Elements Annotation Type Element Description jakarta.json.bind.annotation.JsonbProperty.nillable() Please useJsonbNillable
as another annotation instead. This option will be removed in the future.