Modifier and Type | Method and Description |
---|---|
List<Property> |
Metadata.getProperties() |
List<Property> |
Service.getProperties() |
List<Property> |
License.getProperties() |
List<Property> |
ReleaseNotes.getProperties() |
List<Property> |
Component.getProperties() |
List<Property> |
Bom.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addProperty(Property property) |
void |
Service.addProperty(Property property) |
void |
License.addProperty(Property property) |
void |
Component.addProperty(Property property) |
void |
Bom.addProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
void |
Metadata.setProperties(List<Property> properties) |
void |
Service.setProperties(List<Property> properties) |
void |
License.setProperties(List<Property> properties) |
void |
ReleaseNotes.setProperties(List<Property> properties) |
void |
Component.setProperties(List<Property> properties) |
void |
Bom.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
ModelCard.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ModelCard.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Content.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Content.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
EnvironmentalConsideration.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentalConsideration.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
EnergyConsumption.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
EnergyConsumption.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Requirement.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Requirement.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Formula.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Formula.addProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
void |
Formula.setProperties(List<Property> properties) |
Modifier and Type | Field and Description |
---|---|
protected List<Property> |
BasicDataAbstract.properties |
Modifier and Type | Method and Description |
---|---|
List<Property> |
AbstractType.getProperties() |
List<Property> |
BasicDataAbstract.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractType.setProperties(List<Property> properties) |
void |
BasicDataAbstract.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Command.getProperties() |
List<Property> |
Step.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Command.setProperties(List<Property> properties) |
void |
Step.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Event.getProperties() |
List<Property> |
Condition.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Event.setProperties(List<Property> properties) |
void |
Condition.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Volume.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Volume.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Vulnerability.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Vulnerability.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
Property |
PropertyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
PropertiesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
Class<List<Property>> |
PropertiesSerializer.handledType() |
Modifier and Type | Method and Description |
---|---|
static void |
SerializerUtils.serializeProperty(String propertyName,
Property prop,
com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator xmlGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesSerializer.serialize(List<Property> properties,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2017–2025 OWASP Foundation. All rights reserved.