Object NoopSchemaGeneratorHooks

  • All Implemented Interfaces:
    com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks

    
    public class NoopSchemaGeneratorHooks
     implements SchemaGeneratorHooks
                        

    Default hooks that do not override or set anything. If you don't need hooks, the configuration will default to these.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.expediagroup.graphql.generator.hooks.SchemaGeneratorHooks

        didApplyDirective, didBuildSchema, didGenerateDirective, didGenerateGraphQLType, didGenerateMutationField, didGenerateMutationObject, didGenerateQueryField, didGenerateQueryObject, didGenerateSubscriptionField, didGenerateSubscriptionObject, getWiringFactory, isValidAdditionalType, isValidFunction, isValidProperty, isValidSubscriptionReturnType, isValidSuperclass, onRewireGraphQLType, willAddGraphQLTypeToSchema, willApplyDirective, willBuildSchema, willGenerateDirective, willGenerateGraphQLType, willResolveInputMonad, willResolveMonad
      • Methods inherited from class java.lang.Object

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

    • Method Detail