Uses of Class
no.sikt.graphitron.definitions.objects.ObjectDefinition
Packages that use ObjectDefinition
Package
Description
-
Uses of ObjectDefinition in no.sikt.graphitron.definitions.objects
Methods in no.sikt.graphitron.definitions.objects that return types with arguments of type ObjectDefinitionModifier and TypeMethodDescriptionstatic List<ObjectDefinition> ObjectDefinition.processObjectDefinitions(List<graphql.language.ObjectTypeDefinition> objects) Creates instances of this class for each of theObjectTypeDefinitionprovided. -
Uses of ObjectDefinition in no.sikt.graphitron.generators.abstractions
Constructors in no.sikt.graphitron.generators.abstractions with parameters of type ObjectDefinitionModifierConstructorDescriptionDataFetcherMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) DBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.datafetchers.operations
Methods in no.sikt.graphitron.generators.datafetchers.operations with parameters of type ObjectDefinitionModifier and TypeMethodDescriptionno.sikt.graphitron.javapoet.TypeSpecOperationClassGenerator.generate(ObjectDefinition target) Constructors in no.sikt.graphitron.generators.datafetchers.operations with parameters of type ObjectDefinitionModifierConstructorDescriptionFetchEntitiesMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchNodeMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) OperationMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.db
Methods in no.sikt.graphitron.generators.db with parameters of type ObjectDefinitionModifier and TypeMethodDescriptionprotected no.sikt.graphitron.javapoet.CodeBlockFetchEntityImplementationDBMethodGenerator.formatWhere(FetchContext context, ObjectDefinition implementation) no.sikt.graphitron.javapoet.TypeSpecDBClassGenerator.generate(ObjectDefinition target) no.sikt.graphitron.javapoet.TypeSpecSelectHelperDBClassGenerator.generate(ObjectDefinition target) Method parameters in no.sikt.graphitron.generators.db with type arguments of type ObjectDefinitionModifier and TypeMethodDescriptionprotected no.sikt.graphitron.javapoet.CodeBlockFetchSingleTableInterfaceDBMethodGenerator.generateSelectRow(FetchContext context, ObjectField target, List<ObjectDefinition> implementations, HashMap<String, Set<String>> overriddenFields) Constructors in no.sikt.graphitron.generators.db with parameters of type ObjectDefinitionModifierConstructorDescriptionBatchUpdateDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) EntitySelectHelperDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchCountDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema, boolean conditionsShouldFallbackToFalse) FetchEntityImplementationDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchMappedObjectDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchMultiTableDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchNodeImplementationDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema, Set<ObjectField> objectFieldsReturningNode) FetchSingleTableInterfaceDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchTableRecordDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) NestedFetchDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) NodeSelectHelperDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema, Set<ObjectField> objectFieldsReturningNode) SelectHelperDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) ServiceResultFetchDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) UpdateWithReturningDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.dto
Methods in no.sikt.graphitron.generators.dto with parameters of type ObjectDefinitionModifier and TypeMethodDescriptionno.sikt.graphitron.javapoet.TypeSpecTypeDTOGenerator.generate(ObjectDefinition target) -
Uses of ObjectDefinition in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return ObjectDefinitionModifier and TypeMethodDescriptionProcessedSchema.getMutationType()ProcessedSchema.getNodeType(String name) ProcessedSchema.getNodeTypeForNodeIdFieldOrThrow(GenerationField field) Finds node type for a node ID field.ProcessedSchema.getObject(FieldSpecification field) ProcessedSchema.getObjectOrConnectionNode(String name) ProcessedSchema.getObjectOrConnectionNode(GenerationField field) ProcessedSchema.getQueryType()Methods in no.sikt.graphql.schema that return types with arguments of type ObjectDefinitionModifier and TypeMethodDescriptionProcessedSchema.getEntities()ProcessedSchema.getImplementationsForInterface(String interfaceName) ProcessedSchema.getImplementationsForInterface(InterfaceDefinition interfaceDefinition) ProcessedSchema.getNodeTypeForNodeIdField(GenerationField field) ProcessedSchema.getNodeTypesWithTable(JOOQMapping table) ProcessedSchema.getObjects()ProcessedSchema.getTypesFromInterfaceOrUnion(String name) Returns the ObjectDefinition for each Type in a union given that the name supplied is a union.ProcessedSchema.getTypesFromInterfaceOrUnion(RecordObjectSpecification<?> definition) Returns the ObjectDefinition for each type implementing an interface or union given its definitionProcessedSchema.getUnionSubTypes(String objectName) ProcessedSchema.getUnreferencedObjects()