Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Annotation Interfaces
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    org.jboss.resteasy.reactive.MultipartForm
    this annotation is not required anymore: you can use BeanParam or just omit it entirely, as long as your container class holds any annotated fields with RestForm, RestCookie, RestHeader, RestPath, RestMatrix, RestQuery or their JAX-RS equivalents.
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.jboss.resteasy.reactive.MultipartForm
    this annotation is not required anymore: you can use BeanParam or just omit it entirely, as long as your container class holds any annotated fields with RestForm, RestCookie, RestHeader, RestPath, RestMatrix, RestQuery or their JAX-RS equivalents.
    org.jboss.resteasy.reactive.RestSseElementType
    replaced by RestStreamElementType
  • Deprecated Methods
    Method
    Description
    org.jboss.resteasy.reactive.common.headers.ServerCookie.checkName(String)
    Not used: Deprecated in the original org.apache.tomcat.util.http.ServerCookie class.
    org.jboss.resteasy.reactive.common.util.URLUtils.parsePathParms(String, MultivaluedMap<String, String>, Charset, boolean, int)

Copyright © 2020–2024. All rights reserved.