Uses of Interface
io.github.qubitpi.athena.web.graphql.JsonDocumentParser
Package
Description
-
Uses of JsonDocumentParser in io.github.qubitpi.athena.application
Modifier and TypeMethodDescriptionprotected @NotNull JsonDocumentParser
AbstractBinderFactory.buildJsonDocumentParser()
Initializes service for parsing client GraphQL request JSON. -
Uses of JsonDocumentParser in io.github.qubitpi.athena.web.endpoints
ModifierConstructorDescriptionMetaServlet
(@NotNull MetaStore metaStore, @NotNull JsonDocumentParser jsonDocumentParser) DI constructor. -
Uses of JsonDocumentParser in io.github.qubitpi.athena.web.graphql
Modifier and TypeClassDescriptionclass
JacksonParser
parses GraphQL query using Jackson internally.Modifier and TypeMethodDescriptionstatic @NotNull JsonDocumentParser
JacksonParser.getInstance()
Returns a fully initializedJsonDocumentParser
of this implementation.