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) KickstartResolverMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) ResolverMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.codebuilding
Methods in no.sikt.graphitron.generators.codebuilding with parameters of type ObjectDefinitionModifier and TypeMethodDescriptionstatic CodeBlockFormatCodeBlocks.connectionFunction(ConnectionObjectDefinition connectionType, ObjectDefinition pageInfoType) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.db
Methods in no.sikt.graphitron.generators.db with parameters of type ObjectDefinitionMethod parameters in no.sikt.graphitron.generators.db with type arguments of type ObjectDefinitionModifier and TypeMethodDescriptionprotected CodeBlockFetchSingleTableInterfaceDBMethodGenerator.generateSelectRow(FetchContext context, ObjectField target, Set<ObjectDefinition> implementations) Constructors in no.sikt.graphitron.generators.db with parameters of type ObjectDefinitionModifierConstructorDescriptionEntityDBFetcherMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchCountDBMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchDBMethodGenerator(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) UpdateDBMethodGenerator(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 TypeMethodDescriptionprotected TypeSpecTypeDTOGenerator.generate(ObjectDefinition target) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.exception
Methods in no.sikt.graphitron.generators.exception with parameters of type ObjectDefinitionModifier and TypeMethodDescriptionExceptionToErrorMappingProviderGenerator.generate(ObjectDefinition target) MutationExceptionStrategyConfigurationGenerator.generate(ObjectDefinition target) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.resolvers.datafetchers.operations
Methods in no.sikt.graphitron.generators.resolvers.datafetchers.operations with parameters of type ObjectDefinitionModifier and TypeMethodDescriptionEntityFetcherClassGenerator.generate(ObjectDefinition dummy) OperationClassGenerator.generate(ObjectDefinition target) Constructors in no.sikt.graphitron.generators.resolvers.datafetchers.operations with parameters of type ObjectDefinitionModifierConstructorDescriptionFetchNodeMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) OperationMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) -
Uses of ObjectDefinition in no.sikt.graphitron.generators.resolvers.kickstart.fetch
Methods in no.sikt.graphitron.generators.resolvers.kickstart.fetch with parameters of type ObjectDefinitionConstructors in no.sikt.graphitron.generators.resolvers.kickstart.fetch with parameters of type ObjectDefinitionModifierConstructorDescriptionFetchNodeResolverMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) FetchResolverMethodGenerator(ObjectDefinition localObject, ProcessedSchema processedSchema) -
Uses of ObjectDefinition in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return ObjectDefinitionModifier and TypeMethodDescriptionProcessedSchema.getMutationType()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.getObjects()ProcessedSchema.getTypesFromInterfaceOrUnion(String name) ProcessedSchema.getTypesFromInterfaceOrUnion(InterfaceDefinition interfaceDefinition) ProcessedSchema.getTypesFromInterfaceOrUnion(UnionDefinition unionDefinition) ProcessedSchema.getUnionSubTypes(String objectName) ProcessedSchema.getUnreferencedObjects()