Uses of Class
com.exonum.binding.runtime.ServiceId
- 
Packages that use ServiceId Package Description com.exonum.binding.runtime  - 
- 
Uses of ServiceId in com.exonum.binding.runtime
Methods in com.exonum.binding.runtime that return ServiceId Modifier and Type Method Description static ServiceIdServiceId. of(String groupId, String artifactId, String version)Creates a new service id of the given coordinate.static ServiceIdServiceId. parseFrom(String serviceId)Parses a service id in format "groupId:artifactId:version" astoString()produces. 
 -