Uses of Class
no.sikt.graphitron.generators.context.InputParser
Packages that use InputParser
Package
Description
-
Uses of InputParser in no.sikt.graphitron.generators.abstractions
Methods in no.sikt.graphitron.generators.abstractions with parameters of type InputParserModifier and TypeMethodDescriptionprotected CodeBlockResolverMethodGenerator.getMethodCall(ObjectField target, InputParser parser, boolean isMutation) protected CodeBlockResolverMethodGenerator.transformInputs(ObjectField field, InputParser parser) -
Uses of InputParser in no.sikt.graphitron.generators.codebuilding
Methods in no.sikt.graphitron.generators.codebuilding with parameters of type InputParserModifier and TypeMethodDescriptionstatic CodeBlockFormatCodeBlocks.getIDMappingCode(MapperContext context, ObjectField field, ProcessedSchema schema, InputParser parser) static CodeBlockFormatCodeBlocks.makeResponses(MapperContext context, ObjectField field, ProcessedSchema schema, InputParser parser) -
Uses of InputParser in no.sikt.graphitron.generators.db.fetch
Methods in no.sikt.graphitron.generators.db.fetch with parameters of type InputParserModifier and TypeMethodDescriptionprotected MethodSpec.BuilderFetchDBMethodGenerator.getSpecBuilder(ObjectField referenceField, TypeName refTypeName, InputParser parser) -
Uses of InputParser in no.sikt.graphitron.generators.resolvers.datafetchers.operations
Methods in no.sikt.graphitron.generators.resolvers.datafetchers.operations with parameters of type InputParserModifier and TypeMethodDescriptionprotected CodeBlockOperationMethodGenerator.generateSchemaOutputs(ObjectField target, InputParser parser) -
Uses of InputParser in no.sikt.graphitron.generators.resolvers.kickstart.update
Fields in no.sikt.graphitron.generators.resolvers.kickstart.update declared as InputParser