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