Uses of Interface
io.github.qubitpi.athena.web.graphql.JsonDocumentParser
Packages that use JsonDocumentParser
Package
Description
-
Uses of JsonDocumentParser in io.github.qubitpi.athena.application
Methods in io.github.qubitpi.athena.application that return JsonDocumentParserModifier and TypeMethodDescriptionprotected @NotNull JsonDocumentParser
AbstractBinderFactory.buildJsonDocumentParser()
Initializes service for parsing client GraphQL request JSON. -
Uses of JsonDocumentParser in io.github.qubitpi.athena.web.endpoints
Constructors in io.github.qubitpi.athena.web.endpoints with parameters of type JsonDocumentParserModifierConstructorDescriptionMetaServlet
(@NotNull MetaStore metaStore, @NotNull JsonDocumentParser jsonDocumentParser) DI constructor. -
Uses of JsonDocumentParser in io.github.qubitpi.athena.web.graphql
Classes in io.github.qubitpi.athena.web.graphql that implement JsonDocumentParserModifier and TypeClassDescriptionclass
JacksonParser
parses GraphQL query using Jackson internally.Methods in io.github.qubitpi.athena.web.graphql that return JsonDocumentParserModifier and TypeMethodDescriptionstatic @NotNull JsonDocumentParser
JacksonParser.getInstance()
Returns a fully initializedJsonDocumentParser
of this implementation.