Package graphql.kickstart.spring.error
Class ErrorHandlerSupplier
java.lang.Object
graphql.kickstart.spring.error.ErrorHandlerSupplier
- All Implemented Interfaces:
Supplier<graphql.kickstart.execution.error.GraphQLErrorHandler>
-
Constructor Summary
ConstructorsConstructorDescriptionErrorHandlerSupplier(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler) -
Method Summary
Modifier and TypeMethodDescriptiongraphql.kickstart.execution.error.GraphQLErrorHandlerget()booleanvoidsetErrorHandler(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler)
-
Constructor Details
-
ErrorHandlerSupplier
public ErrorHandlerSupplier(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler)
-
-
Method Details
-
get
public graphql.kickstart.execution.error.GraphQLErrorHandler get() -
isPresent
public boolean isPresent() -
setErrorHandler
public void setErrorHandler(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler)
-