Uses of Class
org.somda.sdc.glue.common.uri.UriMapperGenerationArgumentException
-
Packages that use UriMapperGenerationArgumentException Package Description org.somda.sdc.glue.common.uri Uri mapper utilities. -
-
Uses of UriMapperGenerationArgumentException in org.somda.sdc.glue.common.uri
Methods in org.somda.sdc.glue.common.uri that throw UriMapperGenerationArgumentException Modifier and Type Method Description static StringLocationDetailQueryMapper. createWithLocationDetailQuery(InstanceIdentifier instanceIdentifier, LocationDetail locationDetail)Creates a URI out of a location context instance identifier and location detail.static StringComplexDeviceComponentMapper. fromCodedValue(CodedValue codedValue)Given a coded value that belongs to an abstract complex component descriptor, this function creates the URI representation.static StringComplexDeviceComponentMapper. fromComplexDeviceComponent(AbstractComplexDeviceComponentDescriptor descriptor)Maps an abstract complex component descriptor to URI representation.static StringContextIdentificationMapper. fromInstanceIdentifier(InstanceIdentifier instanceIdentifier, ContextIdentificationMapper.ContextSource contextSource)Converts from an instance identifier to an URI.static StringParticipantKeyPurposeMapper. fromOid(Oid oid)Creates a Participant Key Purpose URI out of an OID.
-