Class DefaultMapperOperator

java.lang.Object
me.a8kj.config.template.experimental.mapper.BaseMapperOperator
me.a8kj.config.template.experimental.mapper.DefaultMapperOperator
All Implemented Interfaces:
CodecRegistry, EntityLoader, EntitySaver, MapperOperatorContract

public class DefaultMapperOperator extends BaseMapperOperator
A standard, out-of-the-box implementation of MapperOperatorContract. *

Note: This is an experimental feature and is currently considered unstable. This class inherits the core mapping logic from BaseMapperOperator, providing a concrete entry point for entity serialization and deserialization using the registered codecs.

*

It can be used directly or extended if specialized behavior is required for the default mapping process.

Since:
0.3
Author:
a8kj7sea
  • Constructor Details

    • DefaultMapperOperator

      public DefaultMapperOperator()