WorkingDirectoryQuerySchemaSource

class WorkingDirectoryQuerySchemaSource(basePath: Path = Path.of("config"), readText: (Path) -> String = Files::readString) : QuerySchemaSource

Constructors

Link copied to clipboard
constructor(basePath: Path = Path.of("config"), readText: (Path) -> String = Files::readString)

Properties

Link copied to clipboard
open override val priority: Int

Functions

Link copied to clipboard
open override fun load(context: QuerySchemaContext): Flux<QuerySchemaDeclaration>