toggle menu
app
androidJvm
switch theme
search in API
app
/
io.github.casl0.jvnlookup.network
/
asDomainModel
as
Domain
Model
fun
VulnOverviewResponse
.
asDomainModel
(
)
:
List
<
DomainVulnOverview
>
JVN APIのレスポンスをドメインモデルに変換します
Throws
Illegal
Argument
Exception
@
JvmName
(
name
=
"asDomainModelReference"
)
fun
List
<
Reference
>
.
asDomainModel
(
)
:
List
<
DomainReference
>
JVN参照情報のネットワークモデルをドメインモデルに変換します
@
JvmName
(
name
=
"asDomainModelCVSS"
)
fun
List
<
CVSS
>
.
asDomainModel
(
)
:
List
<
DomainCVSS
>
CVSSのネットワークモデルをドメインモデルに変換します