Toggle table of contents
0.13.0-SNAPSHOT
Select version
0.13.0-SNAPSHOT
0.12.5
jvm
Platform filter
jvm
Switch theme
Search in API
modulecheck-reporting:sarif
/
modulecheck.reporting.sarif
/
NotificationJsonAdapter
Notification
Json
Adapter
class
NotificationJsonAdapter
(
moshi
:
Moshi
)
:
JsonAdapter
<
Notification
>
Members
Constructors
Notification
Json
Adapter
Link copied to clipboard
constructor
(
moshi
:
Moshi
)
Properties
constructor
Ref
Link copied to clipboard
@
Volatile
private
var
constructorRef
:
Constructor
<
Notification
>
?
message
Adapter
Link copied to clipboard
private
val
messageAdapter
:
JsonAdapter
<
Message
>
nullable
Exception
Adapter
Link copied to clipboard
private
val
nullableExceptionAdapter
:
JsonAdapter
<
Exception
?
>
nullable
Int
Adapter
Link copied to clipboard
private
val
nullableIntAdapter
:
JsonAdapter
<
Int
?
>
nullable
Level
Adapter
Link copied to clipboard
private
val
nullableLevelAdapter
:
JsonAdapter
<
Level
?
>
nullable
List
Of
Location
Adapter
Link copied to clipboard
private
val
nullableListOfLocationAdapter
:
JsonAdapter
<
List
<
Location
>
?
>
nullable
Property
Bag
Adapter
Link copied to clipboard
private
val
nullablePropertyBagAdapter
:
JsonAdapter
<
PropertyBag
?
>
nullable
Reporting
Descriptor
Reference
Adapter
Link copied to clipboard
private
val
nullableReportingDescriptorReferenceAdapter
:
JsonAdapter
<
ReportingDescriptorReference
?
>
nullable
String
Adapter
Link copied to clipboard
private
val
nullableStringAdapter
:
JsonAdapter
<
String
?
>
options
Link copied to clipboard
private
val
options
:
JsonReader.Options
Functions
fail
On
Unknown
Link copied to clipboard
fun
failOnUnknown
(
)
:
JsonAdapter
<
Notification
>
from
Json
Link copied to clipboard
fun
fromJson
(
p0
:
String
)
:
Notification
?
fun
fromJson
(
p0
:
BufferedSource
)
:
Notification
?
open
override
fun
fromJson
(
reader
:
JsonReader
)
:
Notification
from
Json
Value
Link copied to clipboard
fun
fromJsonValue
(
p0
:
Any
?
)
:
Notification
?
indent
Link copied to clipboard
open
fun
indent
(
p0
:
String
)
:
JsonAdapter
<
Notification
>
is
Lenient
Link copied to clipboard
open
fun
isLenient
(
)
:
Boolean
lenient
Link copied to clipboard
fun
lenient
(
)
:
JsonAdapter
<
Notification
>
non
Null
Link copied to clipboard
fun
nonNull
(
)
:
JsonAdapter
<
Notification
>
null
Safe
Link copied to clipboard
fun
nullSafe
(
)
:
JsonAdapter
<
Notification
>
serialize
Nulls
Link copied to clipboard
fun
serializeNulls
(
)
:
JsonAdapter
<
Notification
>
to
Json
Link copied to clipboard
fun
toJson
(
p0
:
Notification
?
)
:
String
fun
toJson
(
p0
:
BufferedSink
,
p1
:
Notification
?
)
open
override
fun
toJson
(
writer
:
JsonWriter
,
value_
:
Notification
?
)
to
Json
Value
Link copied to clipboard
fun
toJsonValue
(
p0
:
Notification
?
)
:
Any
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String