Modifier and Type | Method and Description |
---|---|
protected GqlModel |
GqlManifold.getModel(String fqn)
Override so that getModel() can be called within this package (see GqlScope)
|
Modifier and Type | Method and Description |
---|---|
protected String |
GqlManifold.contribute(JavaFileManager.Location location,
String topLevelFqn,
boolean genStubs,
String existing,
GqlModel model,
DiagnosticListener<JavaFileObject> errorHandler) |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
GqlManifold.findAllByModel(Function<GqlModel,R> byModel) |
<R> R |
GqlManifold.findByModel(Function<GqlModel,R> byModel) |
Copyright © 2024. All rights reserved.