InputFileSource

sealed class InputFileSource

The input file to use for an outbound transformation.

Inheritors

Types

Link copied to clipboard
data class FileContent(val value: String) : InputFileSource

Specify the input contents, as a string, for the source of an outbound transformation.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this InputFileSource as a FileContent and retrieves its kotlin.String value. Throws an exception if the InputFileSource is not a FileContent.

Link copied to clipboard

Casts this InputFileSource as a FileContent and retrieves its kotlin.String value. Returns null if the InputFileSource is not a FileContent.