java.lang.Object
org.jboss.resteasy.plugins.providers.multipart.OutputPart

public class OutputPart extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • OutputPart

      public OutputPart(Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType)
    • OutputPart

      public OutputPart(Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, String filename)
    • OutputPart

      public OutputPart(Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, String filename, boolean utf8Encode)
  • Method Details

    • getHeaders

      public jakarta.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
    • getEntity

      public Object getEntity()
    • getType

      public Class<?> getType()
    • getGenericType

      public Type getGenericType()
    • getMediaType

      public jakarta.ws.rs.core.MediaType getMediaType()
    • getFilename

      public String getFilename()
    • isUtf8Encode

      public boolean isUtf8Encode()