Package org.mockito.internal.creation.bytebuddy
package org.mockito.internal.creation.bytebuddy
ByteBuddy related stuff.
-
ClassDescriptionThis is responsible for serializing a mock, it is enabled if the mock is implementing
Serializable
.Simple interface that hold a correctwriteReplace
signature that can be seen by anObjectOutputStream
.This is the serialization proxy that will encapsulate the real mock data as a byte array.Special Mockito awareObjectInputStream
that will resolve the Mockito proxy class.Special Mockito awareObjectOutputStream
.ByteBuddy MockMaker.Agent and subclass based mock maker.MockFeatures<T>Helpers for various platform detection mechanisms related to the ByteBuddy mock maker.Subclass based mock maker.A subclass loader is responsible for resolving a class loading strategy for a mock that is implemented as a subclass.