Tungsten v0.1.0 Tungsten.PayloadTransformer View Source

Transforms payloads from and into Tungsten maps

Link to this section Summary

Link to this section Functions

Link to this function

from_cdp(properties, payload) View Source
from_cdp([Tungsten.Codegen.Property.t(), ...], map()) :: map()

Link to this function

from_tungsten(properties, payload) View Source
from_tungsten([Tungsten.Codegen.Property.t(), ...], map()) :: map()

Link to this function

transform_value_from_cdp(type, value) View Source
transform_value_from_cdp(Tungsten.Codegen.Type.t(), any()) :: any()

Link to this function

transform_value_from_tungsten(type, value) View Source
transform_value_from_tungsten(Tungsten.Codegen.Type.t(), any()) :: any()