AlchemistModelProvider

Translates inputs to a Map representing the Alchemist model.

Inheritors

Properties

Link copied to clipboard
abstract val fileExtensions: Regex

A Regex matching the file extensions supported by this provider.

Functions

Link copied to clipboard
open fun from(input: InputStream): Map<String, *>

Reads input from an InputStream.

open fun from(input: Reader): Map<String, *>

Reads input from a Reader.

open fun from(input: URL): Map<String, *>

Reads input from a URL.

abstract fun from(input: String): Map<String, *>

Reads input from a String.