Class PathToStringMapper
java.lang.Object
com._1c.g5.v8.dt.ui.aef.component.PathToStringMapper
Implementaton of
IMapper
that maps Path
to String
.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapModelToView
(Path modelValue) Maps the model value to some projected view value.mapViewToModel
(String viewValue) Maps the view value to associated model value.
-
Constructor Details
-
PathToStringMapper
public PathToStringMapper()
-
-
Method Details
-
mapModelToView
Description copied from interface:IMapper
Maps the model value to some projected view value.- Specified by:
mapModelToView
in interfaceIMapper<Path,
String> - Parameters:
modelValue
- the model value to map.- Returns:
- mapped value.
-
mapViewToModel
Description copied from interface:IMapper
Maps the view value to associated model value.- Specified by:
mapViewToModel
in interfaceIMapper<Path,
String> - Parameters:
viewValue
- the view value to map.- Returns:
- mapped value.
-