Package 

Class KotlinSchemaDirectiveEnvironment

  • All Implemented Interfaces:

    
    public class KotlinSchemaDirectiveEnvironment<T extends GraphQLDirectiveContainer>
    
                        

    KotlinSchemaDirectiveEnvironment holds basic wiring information that includes target element and directive that is to be applied.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T element
      private final GraphQLAppliedDirective directive
      private final GraphQLCodeRegistry.Builder codeRegistry
    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinSchemaDirectiveEnvironment(T element, GraphQLAppliedDirective directive, GraphQLCodeRegistry.Builder codeRegistry)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final T getElement()
      final GraphQLAppliedDirective getDirective()
      final GraphQLCodeRegistry.Builder getCodeRegistry()
      • Methods inherited from class java.lang.Object

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

      • KotlinSchemaDirectiveEnvironment

        KotlinSchemaDirectiveEnvironment(T element, GraphQLAppliedDirective directive, GraphQLCodeRegistry.Builder codeRegistry)