Class ErrorHandlerSupplier

java.lang.Object
graphql.kickstart.spring.error.ErrorHandlerSupplier
All Implemented Interfaces:
Supplier<graphql.kickstart.execution.error.GraphQLErrorHandler>

public class ErrorHandlerSupplier extends Object implements Supplier<graphql.kickstart.execution.error.GraphQLErrorHandler>
  • Constructor Details

    • ErrorHandlerSupplier

      public ErrorHandlerSupplier(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler)
  • Method Details

    • get

      public graphql.kickstart.execution.error.GraphQLErrorHandler get()
      Specified by:
      get in interface Supplier<graphql.kickstart.execution.error.GraphQLErrorHandler>
    • isPresent

      public boolean isPresent()
    • setErrorHandler

      public void setErrorHandler(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler)