public class ErrorHandlerSupplier
extends java.lang.Object
implements java.util.function.Supplier<graphql.kickstart.execution.error.GraphQLErrorHandler>
| Constructor and Description |
|---|
ErrorHandlerSupplier(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
graphql.kickstart.execution.error.GraphQLErrorHandler |
get() |
boolean |
isPresent() |
void |
setErrorHandler(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler) |
public ErrorHandlerSupplier(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler)
public graphql.kickstart.execution.error.GraphQLErrorHandler get()
get in interface java.util.function.Supplier<graphql.kickstart.execution.error.GraphQLErrorHandler>public boolean isPresent()
public void setErrorHandler(graphql.kickstart.execution.error.GraphQLErrorHandler errorHandler)