Package | Description |
---|---|
org.cyclonedx.model | |
org.cyclonedx.util |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Component.getProperties() |
List<Property> |
Bom.getProperties() |
List<Property> |
Service.getProperties() |
List<Property> |
Metadata.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Component.setProperties(List<Property> properties) |
void |
Bom.setProperties(List<Property> properties) |
void |
Service.setProperties(List<Property> properties) |
void |
Metadata.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
PropertyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context)
Method use to deserialize the JSon.
|
Copyright © 2017–2021 CycloneDX. All rights reserved.