Mapping

class Mapping

Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

Types

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

Properties

Link copied to clipboard

A string that represents the mapping template, in the transformation language specified in templateLanguage.

Link copied to clipboard

The transformation language for the template, either XSLT or JSONATA.

Functions

Link copied to clipboard
inline fun copy(block: Mapping.Builder.() -> Unit = {}): Mapping
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String