public class DynamicClassContext extends Object
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.Modifier and Type | Class and Description |
---|---|
static class |
DynamicClassContext.ClassInfo |
Constructor and Description |
---|
DynamicClassContext() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
static void |
clear() |
boolean |
equals(Object o) |
static DynamicClassContext |
get() |
List<DynamicClassContext.ClassInfo> |
getClasses() |
int |
hashCode() |
void |
setClasses(List<DynamicClassContext.ClassInfo> classes) |
String |
toString() |
public static DynamicClassContext get()
public static void clear()
public List<DynamicClassContext.ClassInfo> getClasses()
public void setClasses(List<DynamicClassContext.ClassInfo> classes)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.