# File lib/uri_template/rfc6570/expression.rb, line 161
      def hash_extractors
        @hash_extractors ||= Hash.new{|hsh, key| hsh[key] = generate_hash_extractor(key) }
      end