public class GqlManifold extends manifold.api.type.JavaTypeManifold<GqlModel>
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.String> |
EXTS |
| Constructor and Description |
|---|
GqlManifold() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
contribute(javax.tools.JavaFileManager.Location location,
java.lang.String topLevelFqn,
boolean genStubs,
java.lang.String existing,
GqlModel model,
javax.tools.DiagnosticListener<javax.tools.JavaFileObject> errorHandler) |
boolean |
handlesFileExtension(java.lang.String fileExtension) |
void |
init(manifold.api.host.IModule module) |
boolean |
isInnerType(java.lang.String topLevel,
java.lang.String relativeInner) |
getClassType, getContributorKind, getSourceKindclear, contribute, createCacheClearer, findFilesForType, findTopLevelFqn, getAdditionalTypes, getAllTypeNames, getContent, getModel, getModule, getPackage, getPeripheralTypes, getTypeNameForFile, getTypeNames, getTypesForFile, handlesFile, init, isDuplicate, isPackage, isTopLevelType, isType, refreshedFiledoInit, doUninit, init, isInited, uninitpublic void init(manifold.api.host.IModule module)
init in interface manifold.api.type.ITypeManifoldinit in class manifold.api.type.ResourceFileTypeManifold<GqlModel>public boolean handlesFileExtension(java.lang.String fileExtension)
public boolean isInnerType(java.lang.String topLevel,
java.lang.String relativeInner)
isInnerType in class manifold.api.type.ResourceFileTypeManifold<GqlModel>protected java.lang.String contribute(javax.tools.JavaFileManager.Location location,
java.lang.String topLevelFqn,
boolean genStubs,
java.lang.String existing,
GqlModel model,
javax.tools.DiagnosticListener<javax.tools.JavaFileObject> errorHandler)
contribute in class manifold.api.type.ResourceFileTypeManifold<GqlModel>Copyright © 2021. All rights reserved.