Package me.a8kj.config.template.experimental.mapper


package me.a8kj.config.template.experimental.mapper
  • Class
    Description
    An abstract base implementation of MapperOperatorContract that handles codec registration and provides core logic for entity serialization and deserialization.
    Defines a registry for managing and retrieving codecs used in entity mapping.
    A standard, out-of-the-box implementation of MapperOperatorContract.
    An entity-aware extension of DataMemory that enables the storage and retrieval of complex domain objects using structured mapping logic.
    An implementation of EntityAwareMemory that integrates complex entity mapping with standard configuration memory management.
    Defines the contract for reconstructing domain entities from a flattened configuration memory.
    Defines the contract for decomposing and persisting domain entities into a flattened configuration memory.
    A centralized contract for managing entity mapping operations within the configuration system.