org.jboss.resteasy.plugins.providers.multipart
Class MultipartFormAnnotationWriter
java.lang.Object
org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartFormDataWriter
org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationWriter
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyWriter<Object>
@Provider
public class MultipartFormAnnotationWriter
- extends AbstractMultipartFormDataWriter
- implements javax.ws.rs.ext.MessageBodyWriter<Object>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Method Summary |
protected void |
getFields(Class<?> type,
MultipartFormDataOutput output,
Object obj)
|
long |
getSize(Object o,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
|
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
|
void |
writeTo(Object obj,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartFormAnnotationWriter
public MultipartFormAnnotationWriter()
isWriteable
public boolean isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
- Specified by:
isWriteable
in interface javax.ws.rs.ext.MessageBodyWriter<Object>
getSize
public long getSize(Object o,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
- Specified by:
getSize
in interface javax.ws.rs.ext.MessageBodyWriter<Object>
writeTo
public void writeTo(Object obj,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
throws IOException,
javax.ws.rs.WebApplicationException
- Specified by:
writeTo
in interface javax.ws.rs.ext.MessageBodyWriter<Object>
- Throws:
IOException
javax.ws.rs.WebApplicationException
getFields
protected void getFields(Class<?> type,
MultipartFormDataOutput output,
Object obj)
throws IOException
- Throws:
IOException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.