Class DefaultServiceMap

    • Constructor Detail

      • DefaultServiceMap

        public DefaultServiceMap()
    • Method Detail

      • scope

        public String scope()
        Description copied from interface: ServiceMap
        Returns the associated scope.
        Specified by:
        scope in interface ServiceMap
        Returns:
        the scope
      • version

        public String version()
        Description copied from interface: ServiceMap
        Returns the release version of the map.
        Specified by:
        version in interface ServiceMap
        Returns:
        the version
      • endpoint

        public String endpoint​(String service)
        Description copied from interface: ServiceMap
        Returns the endpoint of a given service.
        Specified by:
        endpoint in interface ServiceMap
        Parameters:
        service - the service
        Returns:
        the endpoint
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object