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