public class GQLMethodMetaDataBuilder extends GQLAbstractMetaDataBuilder
GQLCustomMethod| Constructor and Description |
|---|
GQLMethodMetaDataBuilder(GQLSchemaConfig schemaConfig)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GQLAbstractMethodMetaData |
build(Collection<GQLEnumMetaData> enumMetaDatas,
Collection<GQLEntityMetaData> entityMetaDatas,
GQLCustomMethod customMethod)
Build custom method meta data from its
GQLCustomMethod definition |
getConfig, isByteArray, isEntity, isEnumpublic GQLMethodMetaDataBuilder(GQLSchemaConfig schemaConfig)
schemaConfig - the GQLSchemaConfigpublic GQLAbstractMethodMetaData build(Collection<GQLEnumMetaData> enumMetaDatas, Collection<GQLEntityMetaData> entityMetaDatas, GQLCustomMethod customMethod)
GQLCustomMethod definitionenumMetaDatas - the collection of all registered GQLEnumMetaData for
being able to look for type references (for method return type
or argument types)entityMetaDatas - the collection of all registered GQLEntityMetaData for
being able to look for type references (for method return type
or argument types)customMethod - the GQLCustomMethod to create meta data fromGQLAbstractMethodMetaDataCopyright © 2019. All rights reserved.