Interface CxViewValueCoder

All Known Implementing Classes:
Base64ValueCoder

public interface CxViewValueCoder
Helps to encode and decode values provided on storefront
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String input)
    Decodes input
    encode(String input)
    Encodes input
  • Method Details

    • encode

      String encode(String input)
      Encodes input
      Parameters:
      input - data to encode
      Returns:
      encded data
    • decode

      String decode(String input)
      Decodes input
      Parameters:
      input - data to decode
      Returns:
      decoded data