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 fromRegistrationduring 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDynamicClassContext.ClassInfo
-
Constructor Summary
Constructors Constructor Description DynamicClassContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)static voidclear()booleanequals(Object o)static DynamicClassContextget()List<DynamicClassContext.ClassInfo>getClasses()inthashCode()voidsetClasses(List<DynamicClassContext.ClassInfo> classes)StringtoString()
-
-
-
Method Detail
-
get
public static DynamicClassContext get()
-
clear
public static void clear()
-
getClasses
public List<DynamicClassContext.ClassInfo> getClasses()
-
setClasses
public void setClasses(List<DynamicClassContext.ClassInfo> classes)
-
canEqual
protected boolean canEqual(Object other)
-
-