Uses of Class
manifold.graphql.type.GqlModel
-
-
Uses of GqlModel in manifold.graphql.type
Methods in manifold.graphql.type that return GqlModel Modifier and Type Method Description protected GqlModelGqlManifold. getModel(String fqn)Override so that getModel() can be called within this package (see GqlScope)Methods in manifold.graphql.type with parameters of type GqlModel Modifier and Type Method Description protected StringGqlManifold. contribute(JavaFileManager.Location location, String topLevelFqn, boolean genStubs, String existing, GqlModel model, DiagnosticListener<JavaFileObject> errorHandler)Method parameters in manifold.graphql.type with type arguments of type GqlModel Modifier and Type Method Description <R> Stream<R>GqlManifold. findAllByModel(Function<GqlModel,R> byModel)<R> RGqlManifold. findByModel(Function<GqlModel,R> byModel)
-