Skip navigation links
C D I J M O R W 

C

CharacterMessageBodyProvider<T> - Class in org.jaxxy.io
A character stream-based message body provider.
CharacterMessageBodyProvider() - Constructor for class org.jaxxy.io.CharacterMessageBodyProvider
 

D

defaultCharset() - Method in class org.jaxxy.io.CharacterMessageBodyProvider
Returns the default charset to be used by this provider if no other charset is specified.

I

isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jaxxy.io.MessageBodyProvider
 
isSupportedType(Class<?>) - Method in class org.jaxxy.io.MessageBodyProvider
Override to customize the types supported by this provider.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jaxxy.io.MessageBodyProvider
 

J

JsonMessageBodyProvider<T> - Class in org.jaxxy.io.json
 
JsonMessageBodyProvider() - Constructor for class org.jaxxy.io.json.JsonMessageBodyProvider
 

M

MessageBodyProvider<T> - Class in org.jaxxy.io
 
MessageBodyProvider() - Constructor for class org.jaxxy.io.MessageBodyProvider
 

O

org.jaxxy.io - package org.jaxxy.io
 
org.jaxxy.io.json - package org.jaxxy.io.json
 

R

readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, Reader) - Method in class org.jaxxy.io.CharacterMessageBodyProvider
Reads the HTTP entity from a Reader.
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jaxxy.io.CharacterMessageBodyProvider
 

W

writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, Writer) - Method in class org.jaxxy.io.CharacterMessageBodyProvider
Writes the HTTP entity to a Writer.
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jaxxy.io.CharacterMessageBodyProvider
 
C D I J M O R W 
Skip navigation links

Copyright © 2018–2019. All rights reserved.