Uses of Interface
no.sikt.graphitron.definitions.interfaces.FieldSpecification
Packages that use FieldSpecification
Package
Description
-
Uses of FieldSpecification in no.sikt.graphitron.definitions.fields
Classes in no.sikt.graphitron.definitions.fields that implement FieldSpecificationModifier and TypeClassDescriptionclassAbstractField<T extends graphql.language.NamedNode<T> & graphql.language.DirectivesContainer<T>>This class represents the general functionality associated with GraphQLs object fields.classAn argument for aObjectField.classAn enum value within anEnumDefinition.classGenerationSourceField<T extends graphql.language.NamedNode<T> & graphql.language.DirectivesContainer<T>>This class represents the general functionality associated with GraphQLs fields that can initialise code generation.classA field for aInputDefinition.classRepresents the default field type, which in addition to the generic field functionality also provides join operation data.classThis class represents operation fields in the schema type.classAn order by field enum value within anEnumDefinition.classVirtual field for when we want to have a virtual source for code generation. -
Uses of FieldSpecification in no.sikt.graphitron.definitions.interfaces
Classes in no.sikt.graphitron.definitions.interfaces with type parameters of type FieldSpecificationModifier and TypeInterfaceDescriptioninterfaceObjectSpecification<T extends FieldSpecification>Specifies that this Java object represents a GraphQL object.Subinterfaces of FieldSpecification in no.sikt.graphitron.definitions.interfacesModifier and TypeInterfaceDescriptioninterfaceThis interface represents the general functionality associated with GraphQLs fields that can initialise code generation. -
Uses of FieldSpecification in no.sikt.graphitron.definitions.objects
Classes in no.sikt.graphitron.definitions.objects with type parameters of type FieldSpecificationModifier and TypeClassDescriptionclassAbstractObjectDefinition<T extends graphql.language.TypeDefinition<T>,U extends FieldSpecification> A generalized implementation ofObjectSpecification. -
Uses of FieldSpecification in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema with parameters of type FieldSpecificationModifier and TypeMethodDescriptionProcessedSchema.getEnum(FieldSpecification field) ProcessedSchema.getInterface(FieldSpecification field) ProcessedSchema.getObject(FieldSpecification field) booleanProcessedSchema.hasTableObject(FieldSpecification field) booleanProcessedSchema.implementsInterface(FieldSpecification field, String interfaceName) booleanProcessedSchema.implementsNode(FieldSpecification field) booleanProcessedSchema.isConnectionObject(FieldSpecification field) booleanProcessedSchema.isExceptionOrExceptionUnion(FieldSpecification field) booleanProcessedSchema.isInputType(FieldSpecification field) booleanProcessedSchema.isJavaMappedEnum(FieldSpecification field) booleanProcessedSchema.isObject(FieldSpecification field) booleanProcessedSchema.isRecordType(FieldSpecification field) booleanProcessedSchema.isType(FieldSpecification field) booleanProcessedSchema.isUnion(FieldSpecification field)