Uses of Enum
org.cyclonedx.model.Licensing.LicensingType
Packages that use Licensing.LicensingType
-
Uses of Licensing.LicensingType in org.cyclonedx.model
Subclasses with type arguments of type Licensing.LicensingType in org.cyclonedx.modelFields in org.cyclonedx.model with type parameters of type Licensing.LicensingTypeMethods in org.cyclonedx.model that return Licensing.LicensingTypeModifier and TypeMethodDescriptionstatic Licensing.LicensingTypeLicensing.LicensingType.fromString(String value) static Licensing.LicensingTypeReturns 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.LicensingTypeMethod parameters in org.cyclonedx.model with type arguments of type Licensing.LicensingTypeModifier and TypeMethodDescriptionvoidLicensing.setLicenseTypes(List<Licensing.LicensingType> licenseTypes) -
Uses of Licensing.LicensingType in org.cyclonedx.util.deserializer
Subclasses with type arguments of type Licensing.LicensingType in org.cyclonedx.util.deserializerMethods in org.cyclonedx.util.deserializer that return Licensing.LicensingTypeModifier and TypeMethodDescriptionprivate Licensing.LicensingTypeLicensingTypeDeserializer.parseType(com.fasterxml.jackson.databind.JsonNode node) Methods in org.cyclonedx.util.deserializer that return types with arguments of type Licensing.LicensingTypeModifier and TypeMethodDescriptionLicensingTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) private List<Licensing.LicensingType> LicensingTypeDeserializer.parseLicenseTypes(com.fasterxml.jackson.databind.JsonNode node)