Package org.jboss.resteasy.annotations.providers.multipart


package org.jboss.resteasy.annotations.providers.multipart
  • Annotation Types
    Class
    Description
    This can be used as a value object for incoming/outgoing request/responses of the multipart/form-data mime type.
    Must be used in conjunction with @MultipartForm.
    Must be used in conjunction with Multipart providers when writing out a List or Map as a multipart/* type.
    This annotation can be used to process/produce incoming/outgoing XOP messages (packaged as multipart/related) to/from JAXB annotated objects.