Interface DataMapping.StringMapper

All Known Implementing Classes:
PsaRstApiObjBas.StringMapper
Enclosing class:
DataMapping

public static interface DataMapping.StringMapper
mapper for strings
  • Method Summary

    Modifier and Type
    Method
    Description
    mapToExternal(Field field, String string)
    map a string as an external representation
    mapToInteral(Field field, String string)
    map a string as an internal (PisaCubes) representation
  • Method Details

    • mapToExternal

      String mapToExternal(Field field, String string) throws Exception
      map a string as an external representation
      Parameters:
      field - class field
      string - input string
      Returns:
      new string
      Throws:
      Exception
    • mapToInteral

      String mapToInteral(Field field, String string) throws Exception
      map a string as an internal (PisaCubes) representation
      Parameters:
      field - class field
      string - input string
      Returns:
      new string
      Throws:
      Exception