retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
serialization-api
/
co.anitrend.retrofit.graphql.serialization
/
GraphQLTransportCodecTest
Graph
QLTransport
Codec
Test
class
GraphQLTransportCodecTest
Members
Constructors
Graph
QLTransport
Codec
Test
Link copied to clipboard
constructor
(
)
Functions
decode
Response
forwards
the
raw
body
and
complete
response
type
and
returns
T
Link copied to clipboard
fun
decodeResponse forwards the raw body and complete response type and returns T
(
)
decode
Response
handles
a
nullable
data
response
type
Link copied to clipboard
fun
decodeResponse handles a nullable data response type
(
)
decoding
exception
carries
response
type
and
cause
Link copied to clipboard
fun
decoding exception carries response type and cause
(
)
encode
Request
forwards
the
operation
request
and
its
complete
type
Link copied to clipboard
fun
encodeRequest forwards the operation request and its complete type
(
)
encoding
exception
carries
operation
and
request
type
context
Link copied to clipboard
fun
encoding exception carries operation and request type context
(
)