toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security.oauth.format
/
AccessTokenResponseMoshiAdapter
Access
Token
Response
Moshi
Adapter
object
AccessTokenResponseMoshiAdapter
:
JsonAdapter
<
AccessTokenResponse
>
Members
Functions
fail
On
Unknown
Link copied to clipboard
fun
failOnUnknown
(
)
:
JsonAdapter
<
AccessTokenResponse
>
from
Json
Link copied to clipboard
fun
fromJson
(
p0
:
String
)
:
AccessTokenResponse
?
fun
fromJson
(
p0
:
BufferedSource
)
:
AccessTokenResponse
?
open
override
fun
fromJson
(
reader
:
JsonReader
)
:
AccessTokenResponse
from
Json
Value
Link copied to clipboard
fun
fromJsonValue
(
p0
:
Any
?
)
:
AccessTokenResponse
?
indent
Link copied to clipboard
open
fun
indent
(
p0
:
String
)
:
JsonAdapter
<
AccessTokenResponse
>
lenient
Link copied to clipboard
fun
lenient
(
)
:
JsonAdapter
<
AccessTokenResponse
>
non
Null
Link copied to clipboard
fun
nonNull
(
)
:
JsonAdapter
<
AccessTokenResponse
>
null
Safe
Link copied to clipboard
fun
nullSafe
(
)
:
JsonAdapter
<
AccessTokenResponse
>
serialize
Nulls
Link copied to clipboard
fun
serializeNulls
(
)
:
JsonAdapter
<
AccessTokenResponse
>
to
Json
Link copied to clipboard
fun
toJson
(
p0
:
AccessTokenResponse
?
)
:
String
fun
toJson
(
p0
:
BufferedSink
,
p1
:
AccessTokenResponse
?
)
open
override
fun
toJson
(
writer
:
JsonWriter
,
value
:
AccessTokenResponse
?
)
to
Json
Value
Link copied to clipboard
fun
toJsonValue
(
p0
:
AccessTokenResponse
?
)
:
Any
?