Class AbstractIntegrationKeyValueGenerator<T,E>

java.lang.Object
de.hybris.platform.integrationservices.integrationkey.impl.AbstractIntegrationKeyValueGenerator<T,E>
All Implemented Interfaces:
IntegrationKeyValueGenerator<T,E>
Direct Known Subclasses:
DefaultMapToIntegrationKeyValueGenerator

public abstract class AbstractIntegrationKeyValueGenerator<T,E> extends Object implements IntegrationKeyValueGenerator<T,E>
  • Constructor Details

    • AbstractIntegrationKeyValueGenerator

      public AbstractIntegrationKeyValueGenerator()
  • Method Details

    • encodeValue

      protected String encodeValue(String value)
    • transformValueToString

      protected abstract String transformValueToString(Object attributeValue)
      Implementations should transform a value into string representation. For instance Date.
      Parameters:
      attributeValue - the value to be converted.
      Returns:
      The string representation
    • getEncoding

      protected String getEncoding()
    • setEncoding

      public void setEncoding(String encoding)