SimpleDynamicDocument
class SimpleDynamicDocument(val delegation: MutableMap<String, Any>) : DynamicDocument, MutableMap<String, Any>
A simple implementation of DynamicDocument that delegates to a MutableMap.
This class provides a concrete implementation of the DynamicDocument interface by wrapping an existing mutable map. It supports all standard map operations and provides the additional methods defined in the DynamicDocument interface.