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(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)Creates a new service id of the given coordinate.static ServiceIdServiceId. parseFrom(java.lang.String serviceId)Parses a service id in format "groupId:artifactId:version" astoString()produces.
-