Class GraphQLProvider

java.lang.Object
io.evitadb.externalApi.graphql.GraphQLProvider
All Implemented Interfaces:
io.evitadb.externalApi.http.ExternalApiProvider<GraphQLConfig>

public class GraphQLProvider extends Object implements io.evitadb.externalApi.http.ExternalApiProvider<GraphQLConfig>
Descriptor of external API provider that provides GraphQL API.
Author:
Lukáš Hornych, FG Forrest a.s. (c) 2022
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.evitadb.externalApi.http.ExternalApiProvider

    afterStart, beforeStop, getApiHandler, getConfiguration, isManagedByUndertow
  • Field Details

  • Constructor Details

    • GraphQLProvider

      public GraphQLProvider()
  • Method Details

    • getCode

      @Nonnull public String getCode()
      Specified by:
      getCode in interface io.evitadb.externalApi.http.ExternalApiProvider<GraphQLConfig>