Uses of Interface
me.a8kj.config.template.experimental.mapper.MapperOperatorContract
Packages that use MapperOperatorContract
-
Uses of MapperOperatorContract in me.a8kj.config.template.experimental.mapper
Classes in me.a8kj.config.template.experimental.mapper that implement MapperOperatorContractModifier and TypeClassDescriptionclassAn abstract base implementation ofMapperOperatorContractthat handles codec registration and provides core logic for entity serialization and deserialization.classA standard, out-of-the-box implementation ofMapperOperatorContract.Methods in me.a8kj.config.template.experimental.mapper that return MapperOperatorContractModifier and TypeMethodDescriptionEntityAwareMemory.getMapperService()Retrieves the mapper service responsible for converting entities to and from memory-compatible structures.EntityDataMemory.getMapperService()Retrieves the mapper service responsible for converting entities to and from memory-compatible structures.Constructors in me.a8kj.config.template.experimental.mapper with parameters of type MapperOperatorContractModifierConstructorDescriptionEntityDataMemory(MapperOperatorContract mapperService) Constructs anEntityDataMemorywith a specified mapper service and default percent-style placeholders (e.g., %key%).EntityDataMemory(MapperOperatorContract mapperService, ReplacementProcessor processor) Constructs anEntityDataMemorywith a specified mapper service and replacement processor.