klyn.data.json.JSONConfiguration.mappedTypes
property
public readonly property mappedTypes as IList<Type>:
Description

Entity types contributed directly by this configuration.

Typed JSON repositories contribute their entity mappings when the entity-manager factory is created, so this list is empty.

Returns

An empty immutable list.

Example
assert configuration.mappedTypes.size == 0