Class DefaultMethodInvokerFactory
- java.lang.Object
-
- io.leangen.graphql.metadata.strategy.query.DefaultMethodInvokerFactory
-
- All Implemented Interfaces:
MethodInvokerFactory
public class DefaultMethodInvokerFactory extends Object implements MethodInvokerFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultMethodInvokerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Executable<Method>create(Supplier<Object> targetSupplier, Method resolverMethod, AnnotatedType enclosingType, Class<?> exposedType)
-
-
-
Method Detail
-
create
public Executable<Method> create(Supplier<Object> targetSupplier, Method resolverMethod, AnnotatedType enclosingType, Class<?> exposedType)
- Specified by:
createin interfaceMethodInvokerFactory
-
-