MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.observer
/
PropertyTypeAdapterFactory
/
PropertyTypeAdapter
Property
Type
Adapter
open
class
PropertyTypeAdapter
<
T
>
:
TypeAdapter
<
Property
<
T
>
>
(
source
)
Members
Constructors
Property
Type
Adapter
Link copied to clipboard
constructor
(
innerAdapter
:
TypeAdapter
<
T
>
)
Functions
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
>
)