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.getKeyForResolverFieldOrThrow(GenerationField field, ProcessedSchema processedSchema) Finds the key used in the first step when resolving a resolver field, throwing if not found.Methods 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) Maps resolver field names to their resolved keys (foreign key or primary key).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.dto
Methods in no.sikt.graphitron.generators.dto with parameters of type KeyWrapperModifier and TypeMethodDescriptionprotected no.sikt.graphitron.javapoet.TypeNameDTOGenerator.getTypeNameForField(GenerationSourceField<?> field, KeyWrapper firstStepKeyForField)