Uses of Interface
io.quarkus.test.junit.internal.DeepClone
Packages that use DeepClone
-
Uses of DeepClone in io.quarkus.test.junit.internal
Classes in io.quarkus.test.junit.internal that implement DeepCloneModifier and TypeClassDescription(package private) classCloning strategy that just serializes and deserializes using plain old java serialization.classCloning strategy delegating toSerializationDeepClone, falling back toXStreamDeepClonein case of error.(package private) classSuper simple cloning strategy that just serializes to XML and deserializes it using xstream