Interface NamedArgumentFinder

    • Method Detail

      • getNames

        @Beta
        default java.util.Collection<java.lang.String> getNames()
        Returns the names this named argument finder can find. Returns an empty collection otherwise.
        Returns:
        the names this named argument finder can find. Returns an empty collection otherwise.