Uses of Record Class
dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Packages that use SimpleMapperRegistry.MappingKey
-
Uses of SimpleMapperRegistry.MappingKey in dev.getelements.elements.sdk.model.util
Methods in dev.getelements.elements.sdk.model.util that return SimpleMapperRegistry.MappingKeyModifier and TypeMethodDescriptionSimpleMapperRegistry.MappingKey.fromMapper
(Class<?> aMapperClass) Get theSimpleMapperRegistry.MappingKey
from theClass
representing the mapper.SimpleMapperRegistry.MappingKey.fromUpdater
(Class<?> anUpdaterClass) Get theSimpleMapperRegistry.MappingKey
from theClass
representing the updater.SimpleMapperRegistry.MappingKey.reversed()
Reverses this key.Constructor parameters in dev.getelements.elements.sdk.model.util with type arguments of type SimpleMapperRegistry.MappingKeyModifierConstructorDescriptionSimpleMapperRegistry
(Map<SimpleMapperRegistry.MappingKey, MapperRegistry.Mapper<?, ?>> mapperMap, Map<SimpleMapperRegistry.MappingKey, MapperRegistry.Updater<?, ?>> updatermap)