Uses of Class
org.cyclonedx.model.OrganizationalChoice
Packages that use OrganizationalChoice
Package
Description
-
Uses of OrganizationalChoice in org.cyclonedx.model
Methods in org.cyclonedx.model that return OrganizationalChoiceModifier and TypeMethodDescriptionPatentAssertion.getAsserter()Licensing.getLicensee()Licensing.getLicensor()Licensing.getPurchaser()Methods in org.cyclonedx.model that return types with arguments of type OrganizationalChoiceMethods in org.cyclonedx.model with parameters of type OrganizationalChoiceModifier and TypeMethodDescriptionvoidPatentAssertion.setAsserter(OrganizationalChoice asserter) voidLicensing.setLicensee(OrganizationalChoice licensee) voidLicensing.setLicensor(OrganizationalChoice licensor) voidLicensing.setPurchaser(OrganizationalChoice purchaser) Method parameters in org.cyclonedx.model with type arguments of type OrganizationalChoiceModifier and TypeMethodDescriptionvoidPatent.setPatentAssignee(List<OrganizationalChoice> patentAssignee) -
Uses of OrganizationalChoice in org.cyclonedx.util.deserializer
Subclasses with type arguments of type OrganizationalChoice in org.cyclonedx.util.deserializerModifier and TypeClassDescriptionclassDeserializer for OrganizationalChoice that handles: 1.Methods in org.cyclonedx.util.deserializer that return OrganizationalChoiceModifier and TypeMethodDescriptionOrganizationalChoiceDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of OrganizationalChoice in org.cyclonedx.util.serializer
Subclasses with type arguments of type OrganizationalChoice in org.cyclonedx.util.serializerModifier and TypeClassDescriptionclassSerializer for OrganizationalChoice in patent contexts where the JSON schema uses unwrapped format (direct entity/contact/string ref) rather than the Licensing wrapped format ({"organization": {...}} / {"individual": {...}}).Methods in org.cyclonedx.util.serializer with parameters of type OrganizationalChoiceModifier and TypeMethodDescriptionvoidOrganizationalChoiceSerializer.serialize(OrganizationalChoice value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)