Package 

Class RetrieveSchemaAbstractMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled , org.apache.maven.plugin.Mojo

    
    public abstract class RetrieveSchemaAbstractMojo
    extends AbstractMojo
                        

    Retrieve GraphQL schema by running introspection query or by downloading it directly from a specified SDL endpoint.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit execute()
      abstract String retrieveGraphQLSchema(String endpoint, Map<String, Object> httpHeaders, TimeoutConfiguration timeoutConfiguration)
      • Methods inherited from class com.expediagroup.graphql.plugin.maven.RetrieveSchemaAbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait