Uses of Class
no.sikt.graphitron.definitions.fields.InputField
Packages that use InputField
Package
Description
-
Uses of InputField in no.sikt.graphitron.definitions.fields
Subclasses of InputField in no.sikt.graphitron.definitions.fieldsMethods in no.sikt.graphitron.definitions.fields that return types with arguments of type InputField -
Uses of InputField in no.sikt.graphitron.definitions.helpers
Fields in no.sikt.graphitron.definitions.helpers declared as InputFieldModifier and TypeFieldDescriptionprotected final InputFieldInputComponent.inputprotected final InputFieldInputComponent.sourceInputMethods in no.sikt.graphitron.definitions.helpers that return InputFieldMethods in no.sikt.graphitron.definitions.helpers with parameters of type InputFieldModifier and TypeMethodDescriptionabstract InputComponentInputComponent.applyTo(InputField input) InputCondition.applyTo(InputField input) InputSetValue.applyTo(InputField input) abstract InputComponentInputComponent.iterate(InputField input) InputCondition.iterate(InputField input) InputSetValue.iterate(InputField input) Constructors in no.sikt.graphitron.definitions.helpers with parameters of type InputFieldModifierConstructorDescriptionprotectedInputComponent(InputField input, InputField sourceInput, String startName, String namePath, LinkedHashSet<String> nullChecks, boolean pastWasIterable, Boolean isWrappedInList, boolean hasRecord) InputCondition(InputField input, String startName, boolean hasRecord, Boolean isOverriddenByAncestors) InputSetValue(InputField input, String startName, boolean hasRecord) -
Uses of InputField in no.sikt.graphitron.definitions.objects
Methods in no.sikt.graphitron.definitions.objects that return types with arguments of type InputFieldModifier and TypeMethodDescriptionprotected List<InputField> InputDefinition.createFields(graphql.language.InputObjectTypeDefinition inputType) -
Uses of InputField in no.sikt.graphitron.generators.context
Methods in no.sikt.graphitron.generators.context that return types with arguments of type InputField -
Uses of InputField in no.sikt.graphql.schema
Methods in no.sikt.graphql.schema that return InputFieldModifier and TypeMethodDescriptionProcessedSchema.ResolvedOrderInput.directionField()Returns the value of thedirectionFieldrecord component.ProcessedSchema.ResolvedOrderInput.orderByField()Returns the value of theorderByFieldrecord component.Methods in no.sikt.graphql.schema with parameters of type InputFieldModifier and TypeMethodDescriptionProcessedSchema.getResolvedOrderInput(InputField orderInputField) Constructors in no.sikt.graphql.schema with parameters of type InputFieldModifierConstructorDescriptionResolvedOrderInput(OrderByEnumDefinition enumDefinition, InputField orderByField, InputField directionField) Creates an instance of aResolvedOrderInputrecord class.