Class DirectivesAndTypeWalker


  • public class DirectivesAndTypeWalker
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isSuitable​(graphql.schema.GraphQLArgument argument, java.util.function.BiFunction<graphql.schema.GraphQLInputType,​graphql.schema.GraphQLAppliedDirective,​java.lang.Boolean> isSuitable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DirectivesAndTypeWalker

        public DirectivesAndTypeWalker()
    • Method Detail

      • isSuitable

        public boolean isSuitable​(graphql.schema.GraphQLArgument argument,
                                  java.util.function.BiFunction<graphql.schema.GraphQLInputType,​graphql.schema.GraphQLAppliedDirective,​java.lang.Boolean> isSuitable)