| Modifier and Type | Method and Description |
|---|---|
protected GqlModel |
GqlManifold.getModel(java.lang.String fqn)
Override so that getModel() can be called within this package (see GqlScope)
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
GqlManifold.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) |
| Modifier and Type | Method and Description |
|---|---|
<R> java.util.stream.Stream<R> |
GqlManifold.findAllByModel(java.util.function.Function<GqlModel,R> byModel) |
<R> R |
GqlManifold.findByModel(java.util.function.Function<GqlModel,R> byModel) |
Copyright © 2023. All rights reserved.