Uses of Class
org.cyclonedx.model.PatentAssertion
Packages that use PatentAssertion
Package
Description
-
Uses of PatentAssertion in org.cyclonedx.model
Methods in org.cyclonedx.model that return types with arguments of type PatentAssertionMethod parameters in org.cyclonedx.model with type arguments of type PatentAssertionModifier and TypeMethodDescriptionvoidComponent.setPatentAssertions(List<PatentAssertion> patentAssertions) voidService.setPatentAssertions(List<PatentAssertion> patentAssertions) -
Uses of PatentAssertion in org.cyclonedx.util.deserializer
Subclasses with type arguments of type PatentAssertion in org.cyclonedx.util.deserializerModifier and TypeClassDescriptionclassCustom deserializer for PatentAssertion that handles the bom-ref attribute/element conflict in XML.Methods in org.cyclonedx.util.deserializer that return PatentAssertionModifier and TypeMethodDescriptionPatentAssertionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of PatentAssertion in org.cyclonedx.util.serializer
Subclasses with type arguments of type PatentAssertion in org.cyclonedx.util.serializerModifier and TypeClassDescriptionclassCustom serializer for PatentAssertion that handles the bom-ref attribute/element name conflict in XML.Methods in org.cyclonedx.util.serializer with parameters of type PatentAssertionModifier and TypeMethodDescriptionvoidPatentAssertionSerializer.serialize(PatentAssertion value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)