public abstract class GQLAbstractGetListDataFetcher extends GQLAbstractDataFetcher<GQLListLoadResult>
GQLSchemaBuilder for buildSchema "get list" method data fetcher
argument| Constructor and Description |
|---|
GQLAbstractGetListDataFetcher() |
| Modifier and Type | Method and Description |
|---|---|
protected GQLListLoadConfig |
createGQLListLoadConfig()
Override to provide custom
GQLListLoadConfig extension |
GQLListLoadResult |
get(graphql.schema.DataFetchingEnvironment environment) |
protected abstract GQLListLoadResult |
getAll(Class<?> entityClass,
GQLListLoadConfig listLoadConfig) |
protected abstract Object |
getById(Class<?> entityClass,
String id) |
GQLDynamicAttributeRegistry |
getDynamicAttributeRegistry() |
void |
setDynamicAttributeRegistry(GQLDynamicAttributeRegistry dynamicAttributeRegistry) |
convertObjectValue, getArgumentsForContext, getArgumentsForContextAsList, getArgumentValue, getConfig, getEntityClassByEntityName, getEntityName, getMetaModel, getRequestProvidedVariableNames, mapValue, mapValue, setMetaModel, setSchemaConfigprotected abstract GQLListLoadResult getAll(Class<?> entityClass, GQLListLoadConfig listLoadConfig)
protected GQLListLoadConfig createGQLListLoadConfig()
GQLListLoadConfig extensionGQLListLoadConfigpublic GQLListLoadResult get(graphql.schema.DataFetchingEnvironment environment)
public GQLDynamicAttributeRegistry getDynamicAttributeRegistry()
public void setDynamicAttributeRegistry(GQLDynamicAttributeRegistry dynamicAttributeRegistry)
dynamicAttributeRegistry - the dynamicAttributeRegistry to setCopyright © 2019. All rights reserved.