JSON Model-to-Model Projection (JM2MP) Documentation

JSON Model-to-Model Projection (JM2MP) Documentation

Module

jm2mp/adapters/helpers

Helper functions for adapters and registry.

Source

Methods

static

createNativeRegistry() → {AdapterRegistry}

It creates a new AdapterRegistry only with the native adapter (createNativeAdapter) registered.

It is the minimal setup used for majority of unit tests.

Returns

  • AdapterRegistry

    Resultant AdapterRegistry.

Source