Uses of Class
org.cyclonedx.model.Licensing.LicensingType
-
Packages that use Licensing.LicensingType Package Description org.cyclonedx.model org.cyclonedx.util.deserializer -
-
Uses of Licensing.LicensingType in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type Licensing.LicensingType Modifier and Type Field Description private java.util.List<Licensing.LicensingType>Licensing. licenseTypesMethods in org.cyclonedx.model that return Licensing.LicensingType Modifier and Type Method Description static Licensing.LicensingTypeLicensing.LicensingType. fromString(java.lang.String value)static Licensing.LicensingTypeLicensing.LicensingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Licensing.LicensingType[]Licensing.LicensingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model that return types with arguments of type Licensing.LicensingType Modifier and Type Method Description java.util.List<Licensing.LicensingType>Licensing. getLicenseTypes()Method parameters in org.cyclonedx.model with type arguments of type Licensing.LicensingType Modifier and Type Method Description voidLicensing. setLicenseTypes(java.util.List<Licensing.LicensingType> licenseTypes) -
Uses of Licensing.LicensingType in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return Licensing.LicensingType Modifier and Type Method Description private Licensing.LicensingTypeLicensingTypeDeserializer. parseType(com.fasterxml.jackson.databind.JsonNode node)Methods in org.cyclonedx.util.deserializer that return types with arguments of type Licensing.LicensingType Modifier and Type Method Description java.util.List<Licensing.LicensingType>LicensingTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt)private java.util.List<Licensing.LicensingType>LicensingTypeDeserializer. parseLicenseTypes(com.fasterxml.jackson.databind.JsonNode node)
-