Interface MapperOperatorContract

All Superinterfaces:
CodecRegistry, EntityLoader, EntitySaver
All Known Implementing Classes:
BaseMapperOperator, DefaultMapperOperator

public interface MapperOperatorContract extends CodecRegistry, EntityLoader, EntitySaver
A centralized contract for managing entity mapping operations within the configuration system. *

Note: This is an experimental feature and is currently considered unstable. Its API may change in future releases as the mapping system evolves.

*

This interface aggregates the following capabilities:

  • CodecRegistry: Management and registration of type-specific codecs.
  • EntityLoader: Retrieval and reconstruction of entities from flattened memory structures.
  • EntitySaver: Decomposition and storage of entities into hierarchical memory paths.

Since:
0.3
Author:
a8kj7sea
  • Method Summary

    Methods inherited from interface me.a8kj.config.template.experimental.mapper.CodecRegistry

    registerCodec

    Methods inherited from interface me.a8kj.config.template.experimental.mapper.EntityLoader

    load

    Methods inherited from interface me.a8kj.config.template.experimental.mapper.EntitySaver

    save