Uses of Record Class
no.sikt.graphitron.generators.codebuilding.KeyWrapper
Packages that use KeyWrapper
Package
Description
-
Uses of KeyWrapper in no.sikt.graphitron.generators.codebuilding
Methods in no.sikt.graphitron.generators.codebuilding that return KeyWrapperModifier and TypeMethodDescriptionstatic KeyWrapperKeyWrapper.findKeyForResolverField(GenerationField field, ProcessedSchema processedSchema) Finds the key used in the first step when resolving a resolver fieldMethods in no.sikt.graphitron.generators.codebuilding that return types with arguments of type KeyWrapperModifier and TypeMethodDescriptionstatic LinkedHashMap<String,KeyWrapper> KeyWrapper.getKeyMapForResolverFields(List<? extends GenerationField> fields, ProcessedSchema schema) Get map of field names to keys used in the first step of the reference in resolver fields.static LinkedHashSet<KeyWrapper>KeyWrapper.getKeySetForResolverFields(List<? extends GenerationField> fields, ProcessedSchema schema) Get the set of keys used in the resolver fields given a list of fields. -
Uses of KeyWrapper in no.sikt.graphitron.generators.context
Methods in no.sikt.graphitron.generators.context that return KeyWrapper -
Uses of KeyWrapper in no.sikt.graphitron.generators.db
Method parameters in no.sikt.graphitron.generators.db with type arguments of type KeyWrapperModifier and TypeMethodDescriptionprotected CodeBlockFetchDBMethodGenerator.createMapping(FetchContext context, List<? extends GenerationField> fieldsWithoutSplitting, HashMap<String, String> referenceFieldSources, List<CodeBlock> rowElements, LinkedHashSet<KeyWrapper> keySet) -
Uses of KeyWrapper in no.sikt.graphitron.generators.dto
Methods in no.sikt.graphitron.generators.dto with parameters of type KeyWrapperModifier and TypeMethodDescriptionprotected TypeNameDTOGenerator.getTypeNameForField(GenerationSourceField<?> field, KeyWrapper firstStepKeyForField)