Uses of Class
org.spdx.library.model.InvalidSpdxPropertyException
Packages that use InvalidSpdxPropertyException
-
Uses of InvalidSpdxPropertyException in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense that throw InvalidSpdxPropertyExceptionModifier and TypeMethodDescriptionbooleanExceptionJson.addPrimitiveValueToList(String propertyName, Object value) voidExceptionJson.addValueToList(String propertyName, String valueId, String type) voidExceptionJson.clearPropertyValueList(String propertyName) voidLicenseJson.clearPropertyValueList(String propertyName) List<?>ExceptionJson.getValueList(String propertyName) List<?>LicenseJson.getValueList(String propertyName) booleanExceptionJson.isPropertyValueAssignableTo(String propertyName, Class<?> clazz) booleanLicenseJson.isPropertyValueAssignableTo(String propertyName, Class<?> clazz) booleanExceptionJson.removePrimitiveValueToList(String propertyName, Object value) booleanLicenseJson.removePrimitiveValueToList(String propertyName, Object value) voidExceptionJson.removeProperty(String propertyName) voidLicenseJson.removeProperty(String propertyName) voidExceptionJson.setPrimativeValue(String propertyName, Object value) voidLicenseJson.setPrimativeValue(String propertyName, Object value) voidExceptionJson.setTypedProperty(String propertyName, String valueId, String type) voidLicenseJson.setTypedProperty(String propertyName, String valueId, String type)