Package org.aksw.jenax.graphql.sparql
Class GraphQlResolverImplLazy
java.lang.Object
org.aksw.jenax.graphql.sparql.GraphQlResolverImplLazy
- All Implemented Interfaces:
GraphQlResolver,GraphQlResolverWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphQlResolverof(Callable<com.google.common.util.concurrent.ListenableFuture<GraphQlResolver>> delegateCreation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.graphql.sparql.GraphQlResolverWrapper
getGlobalPropertyShapes, resolveKeyToClasses, resolveKeyToProperty
-
Field Details
-
delegateCreation
-
-
Constructor Details
-
GraphQlResolverImplLazy
-
-
Method Details
-
of
public static GraphQlResolver of(Callable<com.google.common.util.concurrent.ListenableFuture<GraphQlResolver>> delegateCreation) -
getDelegate
- Specified by:
getDelegatein interfaceGraphQlResolverWrapper
-