Interface TernaryServiceDescriptor.Provider<T>

    • Method Detail

      • resolve

        default Map.Entry<String,​String[]> resolve​(String grandparent,
                                                         String parent,
                                                         String child)
        Description copied from interface: TernaryServiceDescriptor
        Resolves the dynamic name the service using the specified segments.
        Specified by:
        resolve in interface TernaryServiceDescriptor<T>
        Parameters:
        grandparent - the first dynamic segment
        parent - the second dynamic segment
        child - the third dynamic segment
        Returns:
        a tuple containing the resolved name and dynamic segments