Interface Paths

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Paths addPathItem​(java.lang.String name, PathItem item)
      Adds the given path item to this Paths and return this instance of Paths
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Method Detail

      • addPathItem

        Paths addPathItem​(java.lang.String name,
                          PathItem item)
        Adds the given path item to this Paths and return this instance of Paths
        Parameters:
        name - a path name in the format valid for a Paths object. The field name MUST begin with a slash.
        item - the path item added to the list of paths
        Returns:
        the current Paths instance