Interface DirectiveParser<T>

All Known Implementing Classes:
DirectiveParserImpl

public interface DirectiveParser<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    The directive which this parser parses.
    boolean
    Whether the directive is unique.
    parser(graphql.language.Directive directive)
     
  • Method Details

    • getName

      String getName()
      The directive which this parser parses.
    • isUnique

      boolean isUnique()
      Whether the directive is unique.
    • parser

      T parser(graphql.language.Directive directive)