private PrimitiveTransformation createTransformation()

in src/main/java/com/google/cloud/solutions/autotokenize/dlp/DeidetifyConfigMaker.java [124:136]


    private PrimitiveTransformation createTransformation() {
      var transformation = colEncryptConfig.getTransform();
      switch (transformation.getTransformationCase()) {
        case CRYPTO_REPLACE_FFX_FPE_CONFIG:
          return makeCryptoReplaceFfxWithSurrogate();

        case CRYPTO_DETERMINISTIC_CONFIG:
          return makeCryptoDeterministicWithSurrogate();

        default:
          return transformation;
      }
    }