-
- All Implemented Interfaces:
-
javax.ws.rs.ext.MessageBodyReader
public final class ClientKotlinMessageBodyReader implements MessageBodyReader<Any>
-
-
Constructor Summary
Constructors Constructor Description ClientKotlinMessageBodyReader(Json json)
-
Method Summary
Modifier and Type Method Description BooleanisReadable(Class<?> type, Type generic, Array<out Annotation> annotations, MediaType mediaType)ObjectreadFrom(Class<Object> type, Type generic, Array<out Annotation> annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream)-
-
Method Detail
-
isReadable
Boolean isReadable(Class<?> type, Type generic, Array<out Annotation> annotations, MediaType mediaType)
-
readFrom
Object readFrom(Class<Object> type, Type generic, Array<out Annotation> annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream)
-
-
-
-