@Consumes(value={"application/json","application/*+json","text/json"})
@Produces(value={"application/json","application/*+json","text/json"})
public class JsonArrayProvider
extends AbstractJsonpProvider
implements javax.ws.rs.ext.MessageBodyReader<javax.json.JsonArray>, javax.ws.rs.ext.MessageBodyWriter<javax.json.JsonArray>
| Constructor and Description |
|---|
JsonArrayProvider() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(javax.json.JsonArray jsonValues,
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.json.JsonArray |
readFrom(Class<javax.json.JsonArray> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
void |
writeTo(javax.json.JsonArray jsonValues,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
findReader, findWriter, getCharsetpublic boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadable in interface javax.ws.rs.ext.MessageBodyReader<javax.json.JsonArray>public javax.json.JsonArray readFrom(Class<javax.json.JsonArray> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
readFrom in interface javax.ws.rs.ext.MessageBodyReader<javax.json.JsonArray>IOExceptionjavax.ws.rs.WebApplicationExceptionpublic boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<javax.json.JsonArray>public long getSize(javax.json.JsonArray jsonValues,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<javax.json.JsonArray>public void writeTo(javax.json.JsonArray jsonValues,
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
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<javax.json.JsonArray>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.