| 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)
Read a type from the
InputStream. |
| 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)
Write a type to an HTTP message.
|
| Modifier and Type | Method and Description |
|---|---|
MimeMultipart |
MimeMultipartProvider.readFrom(Class<MimeMultipart> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
Read a type from the
InputStream. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.