Uses of Class
no.sikt.graphitron.definitions.fields.ObjectField
Packages that use ObjectField
Package
Description
-
Uses of ObjectField in no.sikt.graphitron.definitions.fields
Subclasses of ObjectField in no.sikt.graphitron.definitions.fieldsModifier and TypeClassDescriptionclassVirtual field for when we want to have a virtual source for code generation.Methods in no.sikt.graphitron.definitions.fields that return types with arguments of type ObjectFieldConstructors in no.sikt.graphitron.definitions.fields with parameters of type ObjectFieldModifierConstructorDescriptionVirtualSourceField(RecordObjectSpecification<?> targetType, ObjectField target) -
Uses of ObjectField in no.sikt.graphitron.definitions.objects
Methods in no.sikt.graphitron.definitions.objects that return ObjectFieldMethods in no.sikt.graphitron.definitions.objects that return types with arguments of type ObjectFieldModifier and TypeMethodDescriptionprotected List<ObjectField>ConnectionObjectDefinition.createFields(graphql.language.ObjectTypeDefinition objectDefinition) protected List<ObjectField>EdgeObjectDefinition.createFields(graphql.language.ObjectTypeDefinition objectDefinition) protected List<ObjectField>ExceptionDefinition.createFields(graphql.language.ObjectTypeDefinition objectDefinition) protected List<ObjectField>InterfaceDefinition.createFields(graphql.language.InterfaceTypeDefinition objectDefinition) protected List<ObjectField>ObjectDefinition.createFields(graphql.language.ObjectTypeDefinition objectDefinition) protected List<ObjectField>UnionDefinition.createFields(graphql.language.UnionTypeDefinition objectDefinition) -
Uses of ObjectField in no.sikt.graphitron.generators.abstractions
Classes in no.sikt.graphitron.generators.abstractions with type parameters of type ObjectFieldModifier and TypeClassDescriptionclassDBMethodGenerator<T extends ObjectField>Generic select query generation functionality is contained within this class.Methods in no.sikt.graphitron.generators.abstractions with parameters of type ObjectFieldModifier and TypeMethodDescriptionResolverClassGenerator.buildNodeMap(ObjectField target) protected CodeBlockResolverMethodGenerator.declareContextArgs(ObjectField target) protected CodeBlockDataFetcherMethodGenerator.extractParams(ObjectField target) protected CodeBlockResolverMethodGenerator.getMethodCall(ObjectField target, InputParser parser, boolean isMutatingMethod) protected TypeNameResolverMethodGenerator.getReturnTypeName(ObjectField referenceField) protected CodeBlockResolverMethodGenerator.transformInputs(ObjectField field, InputParser parser) -
Uses of ObjectField in no.sikt.graphitron.generators.codebuilding
Methods in no.sikt.graphitron.generators.codebuilding with parameters of type ObjectFieldModifier and TypeMethodDescriptionstatic CodeBlockFormatCodeBlocks.getIDMappingCode(MapperContext context, ObjectField field, ProcessedSchema schema, InputParser parser) static @NotNull CodeBlockLookupHelpers.getLookUpKeysAsColumnList(ObjectField ref, CodeBlock table, ProcessedSchema schema) static CodeBlockLookupHelpers.getLookupKeysAsList(ObjectField referenceField, ProcessedSchema processedSchema) static booleanLookupHelpers.lookupExists(ObjectField referenceField, ProcessedSchema processedSchema) static CodeBlockFormatCodeBlocks.makeResponses(MapperContext context, ObjectField field, ProcessedSchema schema, InputParser parser) -
Uses of ObjectField in no.sikt.graphitron.generators.context
Methods in no.sikt.graphitron.generators.context that return types with arguments of type ObjectFieldConstructors in no.sikt.graphitron.generators.context with parameters of type ObjectFieldModifierConstructorDescriptionFetchContext(ProcessedSchema processedSchema, ObjectField referenceObjectField, RecordObjectSpecification<?> previousObject, boolean addAllJoinsToJoinSet) InputParser(ObjectField target, ProcessedSchema schema) -
Uses of ObjectField in no.sikt.graphitron.generators.db
Fields in no.sikt.graphitron.generators.db with type parameters of type ObjectFieldModifier and TypeFieldDescriptionprotected final Set<ObjectField>DBClassGenerator.objectFieldsReturningNodeMethods in no.sikt.graphitron.generators.db with parameters of type ObjectFieldModifier and TypeMethodDescriptionprotected CodeBlockFetchDBMethodGenerator.createOrderFieldsBlock(ObjectField referenceField, String actualRefTable, String tableName) protected CodeBlockFetchDBMethodGenerator.createOrderFieldsDeclarationBlock(ObjectField referenceField, String actualRefTable, String tableName) EntityDBFetcherMethodGenerator.generate(ObjectField target) FetchCountDBMethodGenerator.generate(ObjectField target) FetchMappedObjectDBMethodGenerator.generate(ObjectField target) FetchMultiTableDBMethodGenerator.generate(ObjectField target) FetchNodeImplementationDBMethodGenerator.generate(ObjectField target) FetchSingleTableInterfaceDBMethodGenerator.generate(ObjectField target) UpdateDBMethodGenerator.generate(ObjectField target) protected CodeBlockFetchSingleTableInterfaceDBMethodGenerator.generateSelectRow(FetchContext context, ObjectField target, Set<ObjectDefinition> implementations) FetchMultiTableDBMethodGenerator.generateWithSubselectMethods(ObjectField target) protected @NotNull InputConditionsFetchDBMethodGenerator.getInputConditions(ObjectField referenceField) protected MethodSpec.BuilderFetchDBMethodGenerator.getSpecBuilder(ObjectField referenceField, TypeName refTypeName, InputParser parser) Constructor parameters in no.sikt.graphitron.generators.db with type arguments of type ObjectFieldModifierConstructorDescriptionFetchNodeImplementationDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema, Set<ObjectField> objectFieldsReturningNode) -
Uses of ObjectField in no.sikt.graphitron.generators.resolvers.datafetchers.operations
Methods in no.sikt.graphitron.generators.resolvers.datafetchers.operations with parameters of type ObjectFieldModifier and TypeMethodDescriptionEntityFetcherMethodGenerator.generate(ObjectField target) FetchNodeMethodGenerator.generate(ObjectField target) OperationMethodGenerator.generate(ObjectField target) -
Uses of ObjectField in no.sikt.graphitron.generators.resolvers.kickstart.fetch
Methods in no.sikt.graphitron.generators.resolvers.kickstart.fetch with parameters of type ObjectFieldModifier and TypeMethodDescriptionFetchNodeResolverMethodGenerator.generate(ObjectField target) FetchResolverMethodGenerator.generate(ObjectField target) -
Uses of ObjectField in no.sikt.graphitron.generators.resolvers.kickstart.update
Fields in no.sikt.graphitron.generators.resolvers.kickstart.update declared as ObjectFieldModifier and TypeFieldDescriptionprotected final ObjectFieldUpdateResolverMethodGenerator.localFieldMethods in no.sikt.graphitron.generators.resolvers.kickstart.update with parameters of type ObjectFieldModifier and TypeMethodDescriptionUpdateResolverClassGenerator.generate(ObjectField target) UpdateResolverMethodGenerator.generate(ObjectField target) protected CodeBlockMutationTypeResolverMethodGenerator.generateSchemaOutputs(ObjectField target) protected CodeBlockServiceUpdateResolverMethodGenerator.generateSchemaOutputs(ObjectField target) protected abstract CodeBlockUpdateResolverMethodGenerator.generateSchemaOutputs(ObjectField target) protected CodeBlockServiceUpdateResolverMethodGenerator.getMethodCall(ObjectField target, InputParser parser, boolean isMutatingMethod) protected static StringUpdateResolverMethodGenerator.getResolverResultName(ObjectField target, ProcessedSchema schema) Constructors in no.sikt.graphitron.generators.resolvers.kickstart.update with parameters of type ObjectFieldModifierConstructorDescriptionMutationTypeResolverMethodGenerator(ObjectField localField, ProcessedSchema processedSchema) ServiceUpdateResolverMethodGenerator(ObjectField localField, ProcessedSchema processedSchema) UpdateResolverMethodGenerator(ObjectField localField, ProcessedSchema processedSchema) -
Uses of ObjectField in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return ObjectFieldMethods in no.sikt.graphql.schema that return types with arguments of type ObjectFieldModifier and TypeMethodDescription@NotNull List<ObjectField>ProcessedSchema.getAllErrors(String typeName)