Wow
Toggle table of contents
9.0.16
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-query
/
me.ahoo.wow.query.schema
/
WorkingDirectoryQuerySchemaSource
Working
Directory
Query
Schema
Source
class
WorkingDirectoryQuerySchemaSource
(
basePath
:
Path
=
Path.of("config")
,
readText
:
(
Path
)
->
String
=
Files::readString
)
:
QuerySchemaSource
Members
Constructors
Working
Directory
Query
Schema
Source
Link copied to clipboard
constructor
(
basePath
:
Path
=
Path.of("config")
,
readText
:
(
Path
)
->
String
=
Files::readString
)
Properties
priority
Link copied to clipboard
open
override
val
priority
:
Int
Functions
load
Link copied to clipboard
open
override
fun
load
(
context
:
QuerySchemaContext
)
:
Flux
<
QuerySchemaDeclaration
>