public static class GraphQLObjectMapper.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GraphQLObjectMapper |
build() |
GraphQLObjectMapper.Builder |
withGraphQLErrorHandler(GraphQLErrorHandler graphQLErrorHandler) |
GraphQLObjectMapper.Builder |
withGraphQLErrorHandler(java.util.function.Supplier<GraphQLErrorHandler> graphQLErrorHandler) |
GraphQLObjectMapper.Builder |
withObjectMapperConfigurer(ObjectMapperConfigurer objectMapperConfigurer) |
GraphQLObjectMapper.Builder |
withObjectMapperConfigurer(java.util.function.Supplier<ObjectMapperConfigurer> objectMapperConfigurer) |
GraphQLObjectMapper.Builder |
withObjectMapperProvider(ObjectMapperProvider objectMapperProvider) |
public GraphQLObjectMapper.Builder withObjectMapperConfigurer(ObjectMapperConfigurer objectMapperConfigurer)
public GraphQLObjectMapper.Builder withObjectMapperConfigurer(java.util.function.Supplier<ObjectMapperConfigurer> objectMapperConfigurer)
public GraphQLObjectMapper.Builder withObjectMapperProvider(ObjectMapperProvider objectMapperProvider)
public GraphQLObjectMapper.Builder withGraphQLErrorHandler(GraphQLErrorHandler graphQLErrorHandler)
public GraphQLObjectMapper.Builder withGraphQLErrorHandler(java.util.function.Supplier<GraphQLErrorHandler> graphQLErrorHandler)
public GraphQLObjectMapper build()