Interface QuaternaryServiceDescriptor.Provider<T>

    • Method Detail

      • resolve

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