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 isMutatingMethod) protected List<ParameterSpec>DBMethodGenerator.getMethodParameters(InputParser parser) protected List<ParameterSpec>DBMethodGenerator.getMethodParametersWithOrderField(InputParser parser) 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
Methods in no.sikt.graphitron.generators.db 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.kickstart.update
Fields in no.sikt.graphitron.generators.resolvers.kickstart.update declared as InputParserMethods in no.sikt.graphitron.generators.resolvers.kickstart.update with parameters of type InputParserModifier and TypeMethodDescriptionprotected CodeBlockServiceUpdateResolverMethodGenerator.getMethodCall(ObjectField target, InputParser parser, boolean isMutatingMethod)