public class GQLEnumsAndEmbeddedEntitiesCollector extends Object
| Constructor and Description |
|---|
GQLEnumsAndEmbeddedEntitiesCollector(GQLSchemaConfig schemaConfig)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GQLEnumsAndEmbeddedEntities |
collect(Collection<Class<?>> entityClasses,
Collection<Class<?>> availableEmbeddedEntityClasses,
Collection<IGQLAbstractDynamicAttribute<?>> dynamicAttributes,
Collection<GQLCustomMethod> methods)
Collect all entities and enumerations from given entities, dynamic
attributes and custom methods
|
public GQLEnumsAndEmbeddedEntitiesCollector(GQLSchemaConfig schemaConfig)
schemaConfig - the GQLSchemaConfigpublic GQLEnumsAndEmbeddedEntities collect(Collection<Class<?>> entityClasses, Collection<Class<?>> availableEmbeddedEntityClasses, Collection<IGQLAbstractDynamicAttribute<?>> dynamicAttributes, Collection<GQLCustomMethod> methods)
entityClasses - the collection of entity classesavailableEmbeddedEntityClasses - the collection of embedded entity classesdynamicAttributes - the collection of IGQLAbstractDynamicAttributemethods - the collection of GQLCustomMethod (meta data will be
created automatically)GQLEnumsAndEmbeddedEntitiesCopyright © 2019. All rights reserved.