Package com.fauna.query.template
Classes for parsing query templates.
-
Class Summary Class Description FaunaTemplate Represents a template for constructing Fauna queries with placeholders for variable interpolation.FaunaTemplate.TemplatePart Represents a part of the template, which can either be a literal string or a variable placeholder. -
Enum Summary Enum Description TemplatePartType Represents the type of template part within a FaunaTemplate.