Uses of Interface
no.sikt.graphitron.definitions.interfaces.RecordObjectSpecification
Packages that use RecordObjectSpecification
Package
Description
-
Uses of RecordObjectSpecification in no.sikt.graphitron.definitions.fields
Constructors in no.sikt.graphitron.definitions.fields with parameters of type RecordObjectSpecificationModifierConstructorDescriptionVirtualSourceField(RecordObjectSpecification<?> targetType) VirtualSourceField(RecordObjectSpecification<?> targetType, String container) VirtualSourceField(RecordObjectSpecification<?> targetType, ObjectField target) -
Uses of RecordObjectSpecification in no.sikt.graphitron.definitions.objects
Classes in no.sikt.graphitron.definitions.objects that implement RecordObjectSpecificationModifier and TypeClassDescriptionclassRepresents a default GraphQL input type.classRepresents a GraphQL interface.classRepresents the default GraphQL object.classRecordObjectDefinition<T extends graphql.language.TypeDefinition<T>,U extends GenerationField> A generalized implementation ofObjectSpecificationfor types that can be linked to tables or records.classRepresents a GraphQL union type. -
Uses of RecordObjectSpecification in no.sikt.graphitron.generators.codebuilding
Methods in no.sikt.graphitron.generators.codebuilding with parameters of type RecordObjectSpecificationModifier and TypeMethodDescriptionstatic no.sikt.graphitron.javapoet.CodeBlockFormatCodeBlocks.declareRecord(String name, RecordObjectSpecification<?> input, boolean isIterable, boolean createsDataFetchers) -
Uses of RecordObjectSpecification in no.sikt.graphitron.generators.context
Methods in no.sikt.graphitron.generators.context that return RecordObjectSpecificationConstructors in no.sikt.graphitron.generators.context with parameters of type RecordObjectSpecificationModifierConstructorDescriptionFetchContext(ProcessedSchema processedSchema, ObjectField referenceObjectField, RecordObjectSpecification<?> previousObject, boolean addAllJoinsToJoinSet) FetchContext(ProcessedSchema processedSchema, ObjectField referenceObjectField, RecordObjectSpecification<?> previousObject, boolean addAllJoinsToJoinSet, boolean useTableWithoutAliasInFirstStep) -
Uses of RecordObjectSpecification in no.sikt.graphitron.generators.mapping
Methods in no.sikt.graphitron.generators.mapping with parameters of type RecordObjectSpecificationModifier and TypeMethodDescriptionprotected static booleanTransformerMethodGenerator.useValidation(RecordObjectSpecification<?> type) -
Uses of RecordObjectSpecification in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return RecordObjectSpecificationModifier and TypeMethodDescriptionProcessedSchema.getPreviousTableObjectForField(GenerationField field) ProcessedSchema.getPreviousTableObjectForObject(RecordObjectSpecification<?> object) ProcessedSchema.getRecordType(String name) ProcessedSchema.getRecordType(GenerationField field) Methods in no.sikt.graphql.schema that return types with arguments of type RecordObjectSpecificationModifier and TypeMethodDescriptionMap<String, RecordObjectSpecification<? extends GenerationField>> ProcessedSchema.getRecordTypes()Methods in no.sikt.graphql.schema with parameters of type RecordObjectSpecificationModifier and TypeMethodDescriptionProcessedSchema.getNodeConfigurationForTypeOrThrow(RecordObjectSpecification<?> object) Returns theNodeConfigurationfor the given object, or throws if the@nodeconfiguration is missing.ProcessedSchema.getPreviousTableObjectForObject(RecordObjectSpecification<?> object) ProcessedSchema.getTypesFromInterfaceOrUnion(RecordObjectSpecification<?> definition) Returns the ObjectDefinition for each type implementing an interface or union given its definitionbooleanProcessedSchema.hasTableObjectForObject(RecordObjectSpecification<?> object)