toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
PropertyBag
/
PropertyBagTypeAdapterFactory
Property
Bag
Type
Adapter
Factory
open
class
PropertyBagTypeAdapterFactory
:
TypeAdapterFactory
Members
Constructors
Property
Bag
Type
Adapter
Factory
Link copied to clipboard
constructor
(
ignoreKeys
:
Collection
<
String
>
)
Types
Property
Bag
Type
Adapter
Link copied to clipboard
open
class
PropertyBagTypeAdapter
:
TypeAdapter
<
T
>
Functions
create
Link copied to clipboard
open
fun
<
T
>
create
(
gson
:
Gson
,
typeToken
:
TypeToken
<
T
>
)
:
TypeAdapter
<
T
>