Uses of Class
org.cyclonedx.model.formulation.common.InputType
-
Packages that use InputType Package Description org.cyclonedx.model.formulation org.cyclonedx.model.formulation.trigger org.cyclonedx.util.deserializer org.cyclonedx.util.serializer -
-
Uses of InputType in org.cyclonedx.model.formulation
Fields in org.cyclonedx.model.formulation with type parameters of type InputType Modifier and Type Field Description protected java.util.List<InputType>FormulationCommon. inputsMethods in org.cyclonedx.model.formulation that return types with arguments of type InputType Modifier and Type Method Description java.util.List<InputType>FormulationCommon. getInputs()Method parameters in org.cyclonedx.model.formulation with type arguments of type InputType Modifier and Type Method Description voidFormulationCommon. setInputs(java.util.List<InputType> inputTypes) -
Uses of InputType in org.cyclonedx.model.formulation.trigger
Fields in org.cyclonedx.model.formulation.trigger with type parameters of type InputType Modifier and Type Field Description private java.util.List<InputType>Trigger. inputsMethods in org.cyclonedx.model.formulation.trigger that return types with arguments of type InputType Modifier and Type Method Description java.util.List<InputType>Trigger. getInputs()Method parameters in org.cyclonedx.model.formulation.trigger with type arguments of type InputType Modifier and Type Method Description voidTrigger. setInputs(java.util.List<InputType> inputs) -
Uses of InputType in org.cyclonedx.util.deserializer
Methods in org.cyclonedx.util.deserializer that return InputType Modifier and Type Method Description InputTypeInputTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)Methods in org.cyclonedx.util.deserializer with parameters of type InputType Modifier and Type Method Description private voidInputTypeDeserializer. createInputDataInfo(com.fasterxml.jackson.databind.JsonNode node, InputType inputType) -
Uses of InputType in org.cyclonedx.util.serializer
Methods in org.cyclonedx.util.serializer that return types with arguments of type InputType Modifier and Type Method Description java.lang.Class<InputType>InputTypeSerializer. handledType()Methods in org.cyclonedx.util.serializer with parameters of type InputType Modifier and Type Method Description private voidInputTypeSerializer. createInputChoice(InputType input, com.fasterxml.jackson.core.JsonGenerator jsonGenerator)voidInputTypeSerializer. serialize(InputType 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 InputType Constructor Description InputTypeSerializer(java.lang.Class<InputType> t, boolean isXml)
-