Package com._1c.g5.aef2.mappers
Interface IMapper<M,V>
-
- All Known Subinterfaces:
IViewModelsMapper<M,T>
- All Known Implementing Classes:
AefLabelCheckStateMapper,AefLabelMapper,CommonAttributeContentTreeComponent.CommonAttributeContentMapper,ExchangePlanContentComponent.ExchangePlatContentMapper,NavigatorTableComponent.NavigatorMapper,NavigatorTreeComponent.NavigatorMapper,OneWayLabelMapper,OneWayMapper,PathToStringMapper,PredefinedDataComponent.PredefinedDataMapper
public interface IMapper<M,V>Generalized mapper interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmapModelToView(M modelValue)Maps the model value to some projected view value.MmapViewToModel(V viewValue)Maps the view value to associated model value.
-
-
-
Field Detail
-
IDENTITY
static final IMapper IDENTITY
Identity mapper, maps any passed object to itself in both directions.
-
-