SchemaJsonParser class

Parses terraform providers schema -json output into a ProviderSchemaIR.

The provider_version is left empty in the output; callers (the merger or the codegen entry) must supply it from the CLI flag because schema JSON does not include it.

Constructors

SchemaJsonParser()
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseString(String json, {String providerVersion = ''}) → ProviderSchemaIR
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited