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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringencodeValue(String value) protected StringvoidsetEncoding(String encoding) protected abstract StringtransformValueToString(Object attributeValue) Implementations should transform a value into string representation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.integrationservices.integrationkey.IntegrationKeyValueGenerator
generate
-
Constructor Details
-
AbstractIntegrationKeyValueGenerator
public AbstractIntegrationKeyValueGenerator()
-
-
Method Details
-
encodeValue
-
transformValueToString
Implementations should transform a value into string representation. For instance Date.- Parameters:
attributeValue- the value to be converted.- Returns:
- The string representation
-
getEncoding
-
setEncoding
-