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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.evitadb.externalApi.http.ExternalApiProvider
afterStart, beforeStop, getApiHandler, getConfiguration, isManagedByUndertow
-
Field Details
-
CODE
- See Also:
-
-
Constructor Details
-
GraphQLProvider
public GraphQLProvider()
-
-
Method Details
-
getCode
- Specified by:
getCodein interfaceio.evitadb.externalApi.http.ExternalApiProvider<GraphQLConfig>
-