Class 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