JsonSchemaInspector

wjson.schema.generator.JsonSchemaGenerator.JsonSchemaInspector
See theJsonSchemaInspector companion object
class JsonSchemaInspector extends Inspector

Attributes

Companion
object
Graph
Supertypes
trait Inspector
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def inspect(using quotes: Quotes)(tastys: List[Tasty[quotes.type]]): Unit

Inspect all TASTy files using Quotes reflect API.

Inspect all TASTy files using Quotes reflect API.

Note: Within this method quotes.reflect.SourceFile.current will not work, hence the explicit source paths.

Value parameters

tastys

List of Tasty containing .tastyfile path and AST

Attributes

Definition Classes
Inspector

Concrete fields

var schema: JsObject