Uses of Interface
dev.getelements.elements.sdk.model.util.MapperRegistry.Updater
Packages that use MapperRegistry.Updater
-
Uses of MapperRegistry.Updater in dev.getelements.elements.sdk.model.util
Methods in dev.getelements.elements.sdk.model.util that return MapperRegistry.UpdaterModifier and TypeMethodDescriptiondefault <SourceT,DestinationT>
MapperRegistry.Updater<SourceT, DestinationT> MapperRegistry.getUpdater(Class<SourceT> source, Class<DestinationT> destination) Gets anMapperRegistry.Updater.default MapperRegistry.Updater<DestinationT, SourceT> MapperRegistry.ReversibleUpdater.reversed()Returns thisMapperRegistry.ReversibleMapper, in reverse.Methods in dev.getelements.elements.sdk.model.util that return types with arguments of type MapperRegistry.UpdaterModifier and TypeMethodDescription<SourceT,DestinationT>
Optional<MapperRegistry.Updater<SourceT, DestinationT>> MapperRegistry.findUpdater(Class<SourceT> source, Class<DestinationT> destination) Finds anMapperRegistry.Updater.<SourceT,DestinationT>
Optional<MapperRegistry.Updater<SourceT, DestinationT>> SimpleMapperRegistry.findUpdater(Class<SourceT> source, Class<DestinationT> destination) Stream<MapperRegistry.Updater<?, ?>> MapperRegistry.updaters()Gets all the updaters registered in this registry.Stream<MapperRegistry.Updater<?, ?>> SimpleMapperRegistry.updaters()