public class GQLCustomMethodBuilder extends GQLAbstractSchemaSubBuilder
logger| Constructor and Description |
|---|
GQLCustomMethodBuilder(GQLSchemaBuilderCache cache)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<GQLAbstractMethodMetaData,graphql.schema.GraphQLFieldDefinition> |
buildMethods(List<GQLAbstractMethodMetaData> methods)
Build method query fields for given
GQLAbstractMethodMetaData
list |
getCache, getConfigpublic GQLCustomMethodBuilder(GQLSchemaBuilderCache cache)
cache - the GQLSchemaBuilderCachepublic Map<GQLAbstractMethodMetaData,graphql.schema.GraphQLFieldDefinition> buildMethods(List<GQLAbstractMethodMetaData> methods)
GQLAbstractMethodMetaData
listmethods - the list of GQLAbstractMethodMetaData to build query
fields fromMap of (key=GQLAbstractMethodMetaData, value=
GraphQLFieldDefinition]Copyright © 2019. All rights reserved.