OrderDocumentFactory

Factory object for converting between Order domain models and OrderDocument representations.

This factory provides methods to convert Order objects to OrderDocument objects for persistence in a MongoDB database, and vice versa. It handles different types of orders (Delivery, DineIn, Takeaway) and their associated information.

Functions

Link copied to clipboard

Converts an Order domain model to an OrderDocument for persistence.

Link copied to clipboard

Converts an OrderDocument to an Order domain model.