Class UniqueUIKeyGeneratorImpl

java.lang.Object
de.hybris.platform.sap.productconfig.facades.impl.UniqueUIKeyGeneratorImpl
All Implemented Interfaces:
UniqueUIKeyGenerator

public class UniqueUIKeyGeneratorImpl extends Object implements UniqueUIKeyGenerator
Default implementation of the UniqueUIKeyGenerator.
Re-Uses a single StringBuilder instance per thread to save heap memory. This class gets called quite often within a single requests, up to a few million times for large models.