TransformerContext

data class TransformerContext @JvmOverloads constructor(val path: String, val inputStream: InputStream, val relocators: Set<Relocator> = emptySet())

Constructors

Link copied to clipboard
constructor(path: String, inputStream: InputStream, relocators: Set<Relocator> = emptySet())

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard