Constructor and Description |
---|
JsonPropertyListReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
List<Map<String,String>> |
readFrom(Class<List<Map<String,String>>> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream in) |
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public List<Map<String,String>> readFrom(Class<List<Map<String,String>>> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream in) throws IOException
readFrom
in interface javax.ws.rs.ext.MessageBodyReader<List<Map<String,String>>>
IOException
Copyright © 2019. All rights reserved.