toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-core
/
org.http4k.format
/
AwsCoreJsonAdapterFactory
Aws
Core
Json
Adapter
Factory
class
AwsCoreJsonAdapterFactory
(
typesToAdapters
:
Pair
<
String
,
(
Moshi
)
->
JsonAdapter
<
*
>
>
)
:
SimpleMoshiAdapterFactory
Members
Constructors
Aws
Core
Json
Adapter
Factory
Link copied to clipboard
constructor
(
vararg
typesToAdapters
:
Pair
<
String
,
(
Moshi
)
->
JsonAdapter
<
*
>
>
)
Functions
create
Link copied to clipboard
open
override
fun
create
(
type
:
Type
,
annotations
:
Set
<
Annotation
>
,
moshi
:
Moshi
)
:
JsonAdapter
<
*
>
?