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

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

  • Method Details

    • getHeaders

      public MultivaluedMap<String,Object> getHeaders()
    • getEntity

      public Object getEntity()
    • getType

      public Class<?> getType()
    • getGenericType

      public Type getGenericType()
    • getMediaType

      public MediaType getMediaType()
    • getFilename

      public String getFilename()
    • isUtf8Encode

      public boolean isUtf8Encode()