| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nvd.json |
Contains utility classes used to work with the generated code from the
NVD CVE JSON data.
|
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<ArrayList<DefCpeMatch>,DefNode> |
CpeMatchStreamCollector.accumulator() |
BinaryOperator<ArrayList<DefCpeMatch>> |
CpeMatchStreamCollector.combiner() |
Function<ArrayList<DefCpeMatch>,Stream<DefCpeMatch>> |
CpeMatchStreamCollector.finisher() |
Function<ArrayList<DefCpeMatch>,Stream<DefCpeMatch>> |
CpeMatchStreamCollector.finisher() |
List<DefCpeMatch> |
DefNode.getCpeMatch() |
Supplier<ArrayList<DefCpeMatch>> |
CpeMatchStreamCollector.supplier() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefNode.setCpeMatch(List<DefCpeMatch> cpeMatch) |
Copyright © 2012–2020 OWASP. All rights reserved.