Interface MapperRegistry.ReversibleUpdater<SourceT,DestinationT>

Type Parameters:
SourceT -
DestinationT -
All Superinterfaces:
MapperRegistry.Mapper<SourceT,DestinationT>
Enclosing interface:
MapperRegistry

public static interface MapperRegistry.ReversibleUpdater<SourceT,DestinationT> extends MapperRegistry.Mapper<SourceT,DestinationT>
Represents a mapping between two types.