toggle menu
shake
0.1.0
jvm
switch theme
search in API
com.shakelang.util.sarifmerge
/
com.shakelang.util.sarifmerge
/
SarifEntry
Sarif
Entry
class
SarifEntry
(
val
level
:
String
,
val
locations
:
JsonElement
,
val
message
:
JsonElement
,
val
ruleId
:
String
)
(
source
)
Members
Constructors
Sarif
Entry
Link copied to clipboard
constructor
(
level
:
String
,
locations
:
JsonElement
,
message
:
JsonElement
,
ruleId
:
String
)
Properties
level
Link copied to clipboard
val
level
:
String
locations
Link copied to clipboard
val
locations
:
JsonElement
message
Link copied to clipboard
val
message
:
JsonElement
rule
Id
Link copied to clipboard
val
ruleId
:
String
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
Any