@Provider @Consumes(value="application/x-www-form-urlencoded") @Produces(value="application/x-www-form-urlencoded") public class MultivaluedMapEntityProvider extends Object implements EntityProvider<javax.ws.rs.core.MultivaluedMap<String,String>>
| Constructor and Description |
|---|
MultivaluedMapEntityProvider() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(javax.ws.rs.core.MultivaluedMap<String,String> t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isReadable(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) |
javax.ws.rs.core.MultivaluedMap<String,String> |
readFrom(Class<javax.ws.rs.core.MultivaluedMap<String,String>> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
void |
writeTo(javax.ws.rs.core.MultivaluedMap<String,String> t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public javax.ws.rs.core.MultivaluedMap<String,String> readFrom(Class<javax.ws.rs.core.MultivaluedMap<String,String>> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException
readFrom in interface javax.ws.rs.ext.MessageBodyReader<javax.ws.rs.core.MultivaluedMap<String,String>>IOExceptionpublic long getSize(javax.ws.rs.core.MultivaluedMap<String,String> t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public void writeTo(javax.ws.rs.core.MultivaluedMap<String,String> t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<javax.ws.rs.core.MultivaluedMap<String,String>>IOExceptionCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.