Class AopAwareMethodInvokerFactory

java.lang.Object
io.leangen.graphql.spqr.spring.autoconfigure.AopAwareMethodInvokerFactory
All Implemented Interfaces:
io.leangen.graphql.metadata.strategy.query.MethodInvokerFactory

public class AopAwareMethodInvokerFactory extends Object implements io.leangen.graphql.metadata.strategy.query.MethodInvokerFactory
  • Constructor Details

    • AopAwareMethodInvokerFactory

      public AopAwareMethodInvokerFactory()
  • Method Details

    • create

      public io.leangen.graphql.metadata.execution.Executable<Method> create(Supplier<Object> targetSupplier, Method resolverMethod, AnnotatedType enclosingType, Class<?> exposedType)
      Specified by:
      create in interface io.leangen.graphql.metadata.strategy.query.MethodInvokerFactory