Class DynamicClassContext

java.lang.Object
com.broadleafcommerce.data.tracking.core.mapping.cache.DynamicClassContext

public class DynamicClassContext extends Object
ThreadLocal context that hold class information harvested from Registration during serialization. Classes contained herein are generally dynamically generated classes from ByteBuddy that are required to deserialize the ModelMapper instance and must be injected into the target ClassLoader.
Author:
Jeff Fischer