Uses of Class
io.helidon.graphql.server.InvocationHandler.Builder
-
Uses of InvocationHandler.Builder in io.helidon.graphql.server
Modifier and TypeMethodDescriptionInvocationHandler.Builder.addBlacklistedException
(String exceptionClass) Add an exception to the blacklist.InvocationHandler.Builder.addWhitelistedException
(String exceptionClass) Add an exception to the whitelist.static InvocationHandler.Builder
InvocationHandler.builder()
Fluent API builder to configure the invocation handler.Update builder from configuration.InvocationHandler.Builder.defaultErrorMessage
(String defaultErrorMessage) Default error message to return when an internal server error occurs.InvocationHandler.Builder.exceptionBlacklist
(String[] classNames) Blacklisted error classes that will not return error message back to caller.InvocationHandler.Builder.exceptionWhitelist
(String[] classNames) Whitelisted error classes that will return error message back to caller.InvocationHandler.Builder.schema
(graphql.schema.GraphQLSchema schema) Configure the GraphQL schema to be used.