Package | Description |
---|---|
org.jboss.resteasy.plugins.providers.multipart |
Modifier and Type | Method and Description |
---|---|
MimeMultipart |
MimeMultipartProvider.readFrom(Class<MimeMultipart> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
FIXME Comment this
|
Modifier and Type | Method and Description |
---|---|
void |
MimeMultipartProvider.writeTo(MimeMultipart mimeMultipart,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
FIXME Comment this
|
Modifier and Type | Method and Description |
---|---|
MimeMultipart |
MimeMultipartProvider.readFrom(Class<MimeMultipart> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
FIXME Comment this
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.