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) |
<R> java.util.stream.Stream<R> |
findAllByModel(java.util.function.Function<GqlModel,R> byModel) |
<R> R |
findByModel(java.util.function.Function<GqlModel,R> byModel) |
protected GqlModel |
getModel(java.lang.String fqn)
Override so that getModel() can be called within this package (see GqlScope)
|
GqlScopeFinder |
getScopeFinder() |
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, 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 GqlScopeFinder getScopeFinder()
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>public <R> R findByModel(java.util.function.Function<GqlModel,R> byModel)
public <R> java.util.stream.Stream<R> findAllByModel(java.util.function.Function<GqlModel,R> byModel)
protected GqlModel getModel(java.lang.String fqn)
getModel 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 © 2022. All rights reserved.