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
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 Summary
Constructors -
Method Summary
Methods inherited from class me.a8kj.config.template.experimental.mapper.BaseMapperOperator
findCodec, load, registerCodec, save
-
Constructor Details
-
DefaultMapperOperator
public DefaultMapperOperator()
-