toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.observer
/
PropertyTypeAdapterFactory
/
PropertyTypeAdapter
Property
Type
Adapter
open
class
PropertyTypeAdapter
<
T
>
:
TypeAdapter
<
T
>
(
source
)
Members
Constructors
Property
Type
Adapter
Link copied to clipboard
constructor
(
innerAdapter
:
TypeAdapter
<
T
>
)
Functions
null
Safe
Link copied to clipboard
fun
nullSafe
(
)
:
TypeAdapter
<
T
>
read
Link copied to clipboard
open
fun
read
(
in
:
JsonReader
)
:
Property
<
T
>
write
Link copied to clipboard
open
fun
write
(
out
:
JsonWriter
,
value
:
Property
<
T
>
)