Uses of Class
org.cyclonedx.model.LifecycleChoice
-
Packages that use LifecycleChoice Package Description org.cyclonedx.model org.cyclonedx.util.deserializer -
-
Uses of LifecycleChoice in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type LifecycleChoice Modifier and Type Field Description private java.util.List<LifecycleChoice>Lifecycles. lifecycleChoiceMethods in org.cyclonedx.model that return types with arguments of type LifecycleChoice Modifier and Type Method Description java.util.List<LifecycleChoice>Lifecycles. getLifecycleChoice()Method parameters in org.cyclonedx.model with type arguments of type LifecycleChoice Modifier and Type Method Description voidLifecycles. setLifecycleChoice(java.util.List<LifecycleChoice> lifecycleChoice) -
Uses of LifecycleChoice in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return LifecycleChoice Modifier and Type Method Description private LifecycleChoiceLifecycleDeserializer. createLifecycleChoice(com.fasterxml.jackson.databind.JsonNode choiceNode)
-