public class GQLMethodMetaDataBuilder extends GQLAbstractMetaDataBuilder
IGQLAbstractCustomMethod| Constructor and Description |
|---|
GQLMethodMetaDataBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GQLAbstractMethodMetaData |
build(Collection<GQLEnumMetaData> enumMetaDatas,
Collection<GQLEntityMetaData> entityMetaDatas,
GQLAbstractCustomMethod<?> customMethod)
Build custom method meta data from its
GQLAbstractCustomMethod
definition |
isEntity, isEnumpublic GQLAbstractMethodMetaData build(Collection<GQLEnumMetaData> enumMetaDatas, Collection<GQLEntityMetaData> entityMetaDatas, GQLAbstractCustomMethod<?> customMethod)
GQLAbstractCustomMethod
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 GQLAbstractCustomMethod to create meta data fromGQLAbstractMethodMetaDataCopyright © 2019. All rights reserved.