Uses of Class
org.cyclonedx.model.formulation.common.OutputType
Packages that use OutputType
Package
Description
-
Uses of OutputType in org.cyclonedx.model.formulation
Fields in org.cyclonedx.model.formulation with type parameters of type OutputTypeMethods in org.cyclonedx.model.formulation that return types with arguments of type OutputTypeMethod parameters in org.cyclonedx.model.formulation with type arguments of type OutputTypeModifier and TypeMethodDescriptionvoidFormulationCommon.setOutputs(List<OutputType> outputTypes) -
Uses of OutputType in org.cyclonedx.model.formulation.trigger
Fields in org.cyclonedx.model.formulation.trigger with type parameters of type OutputTypeMethods in org.cyclonedx.model.formulation.trigger that return types with arguments of type OutputTypeMethod parameters in org.cyclonedx.model.formulation.trigger with type arguments of type OutputType -
Uses of OutputType in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return OutputTypeModifier and TypeMethodDescriptionOutputTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) Methods in org.cyclonedx.util.deserializer with parameters of type OutputTypeModifier and TypeMethodDescriptionprivate voidOutputTypeDeserializer.createOutputDataInfo(com.fasterxml.jackson.databind.JsonNode node, OutputType outputType) -
Uses of OutputType in org.cyclonedx.util.serializer
Methods in org.cyclonedx.util.serializer that return types with arguments of type OutputTypeMethods in org.cyclonedx.util.serializer with parameters of type OutputTypeModifier and TypeMethodDescriptionprivate voidOutputTypeSerializer.createOutputChoice(OutputType output, com.fasterxml.jackson.core.JsonGenerator jsonGenerator) voidOutputTypeSerializer.serialize(OutputType value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Constructor parameters in org.cyclonedx.util.serializer with type arguments of type OutputType