public static class SimpleTypeResolver.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SimpleTypeResolver.Builder |
add(java.lang.Class type,
graphql.schema.GraphQLObjectType objectType) |
graphql.schema.TypeResolver |
build() |
@Nonnull public SimpleTypeResolver.Builder add(@Nonnull java.lang.Class type, @Nonnull graphql.schema.GraphQLObjectType objectType)
@Nonnull public graphql.schema.TypeResolver build()