Uses of Interface
no.sikt.graphitron.generators.dependencies.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in no.sikt.graphitron.generators.abstractions
Fields in no.sikt.graphitron.generators.abstractions with type parameters of type DependencyModifier and TypeFieldDescriptionprotected Map<String,List<Dependency>> AbstractSchemaMethodGenerator.dependencyMapMethods in no.sikt.graphitron.generators.abstractions that return types with arguments of type DependencyModifier and TypeMethodDescriptionAbstractSchemaMethodGenerator.getDependencyMap()MethodGenerator.getDependencyMap()SimpleMethodGenerator.getDependencyMap() -
Uses of Dependency in no.sikt.graphitron.generators.dependencies
Classes in no.sikt.graphitron.generators.dependencies that implement DependencyModifier and TypeClassDescriptionclassA dependency on DSLContext.classA dependency on DSLContext.classAn abstract dependency on a class somewhere in the codebase.classA dependency on a generated Query class.classA dependency on a manually defined service class.Methods in no.sikt.graphitron.generators.dependencies with parameters of type DependencyModifier and TypeMethodDescriptionintContextDependency.compareTo(@NotNull Dependency o) intIdHandlerDependency.compareTo(@NotNull Dependency o) intNamedDependency.compareTo(@NotNull Dependency o)