Class PathToStringMapper

java.lang.Object
com._1c.g5.v8.dt.ui.aef.component.PathToStringMapper
All Implemented Interfaces:
IMapper<Path,String>

public class PathToStringMapper extends Object implements IMapper<Path,String>
Implementaton of IMapper that maps Path to String.
  • Constructor Details

    • PathToStringMapper

      public PathToStringMapper()
  • Method Details

    • mapModelToView

      public String mapModelToView(Path modelValue)
      Description copied from interface: IMapper
      Maps the model value to some projected view value.
      Specified by:
      mapModelToView in interface IMapper<Path,String>
      Parameters:
      modelValue - the model value to map.
      Returns:
      mapped value.
    • mapViewToModel

      public Path mapViewToModel(String viewValue)
      Description copied from interface: IMapper
      Maps the view value to associated model value.
      Specified by:
      mapViewToModel in interface IMapper<Path,String>
      Parameters:
      viewValue - the view value to map.
      Returns:
      mapped value.