Class BatchLoaderAdapterFactory.BatchLoaderAdapter
- java.lang.Object
-
- io.leangen.graphql.generator.mapping.common.BatchLoaderAdapterFactory.BatchLoaderAdapter
-
- All Implemented Interfaces:
ResolverInterceptor
- Enclosing class:
- BatchLoaderAdapterFactory
public static class BatchLoaderAdapterFactory.BatchLoaderAdapter extends Object implements ResolverInterceptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.leangen.graphql.execution.ResolverInterceptor
ResolverInterceptor.Continuation
-
-
Constructor Summary
Constructors Constructor Description BatchLoaderAdapter(Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectaroundInvoke(InvocationContext context, ResolverInterceptor.Continuation continuation)
-
-
-
Constructor Detail
-
BatchLoaderAdapter
public BatchLoaderAdapter(Executor executor)
-
-
Method Detail
-
aroundInvoke
public Object aroundInvoke(InvocationContext context, ResolverInterceptor.Continuation continuation)
- Specified by:
aroundInvokein interfaceResolverInterceptor
-
-