Package no.sikt.graphitron.generate
Interface Introspector
- All Superinterfaces:
Validator
Configuration interface for jOOQ introspection.
Extends Validator to reuse jOOQ package configuration,
including external references and imports.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface no.sikt.graphitron.generate.Validator
getExternalReferenceImports, getExternalReferences, getJooqGeneratedPackage, getSchemaFiles, makeNodeStrategy, requireTypeIdOnNode
-
Method Details
-
getOutputFile
String getOutputFile()- Returns:
- Output path for the LSP configuration JSON file
-
includeExternalReferencesForLSP
boolean includeExternalReferencesForLSP()- Returns:
- Whether to include external references in the LSP configuration
-