-
For Removal Element Description jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML since 4.0, use a custom string instead. Will be removed in a future release of this API.jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML_TYPE since 4.0, use a customMediaType
instead. Will be removed in a future release of this API.
-
Fields Field Description jakarta.ws.rs.core.CacheControl.HEADER_DELEGATE This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607jakarta.ws.rs.core.Cookie.HEADER_DELEGATE This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607jakarta.ws.rs.core.EntityTag.HEADER_DELEGATE This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML since 4.0, use a custom string instead. Will be removed in a future release of this API.jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML_TYPE since 4.0, use a customMediaType
instead. Will be removed in a future release of this API.jakarta.ws.rs.core.NewCookie.DELEGATE This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607
-
Methods Method Description 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.