Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
PluginsAdapter
Plugins
Adapter
class
PluginsAdapter
:
TypeAdapter
<
List
<
Plugin
>
>
Constructors
Functions
Constructors
Plugins
Adapter
Link copied to clipboard
fun
PluginsAdapter
(
)
Functions
from
Json
Link copied to clipboard
fun
fromJson
(
p0
:
Reader
)
:
List
<
Plugin
>
fun
fromJson
(
p0
:
String
)
:
List
<
Plugin
>
from
Json
Tree
Link copied to clipboard
fun
fromJsonTree
(
p0
:
JsonElement
)
:
List
<
Plugin
>
null
Safe
Link copied to clipboard
fun
nullSafe
(
)
:
TypeAdapter
<
List
<
Plugin
>
>
read
Link copied to clipboard
open
override
fun
read
(
reader
:
JsonReader
)
:
List
<
Plugin
>
to
Json
Link copied to clipboard
fun
toJson
(
p0
:
List
<
Plugin
>
)
:
String
fun
toJson
(
p0
:
Writer
,
p1
:
List
<
Plugin
>
)
to
Json
Tree
Link copied to clipboard
fun
toJsonTree
(
p0
:
List
<
Plugin
>
)
:
JsonElement
write
Link copied to clipboard
open
override
fun
write
(
out
:
JsonWriter
?
,
value
:
List
<
Plugin
>
?
)