Uses of Class
org.mockito.internal.creation.bytebuddy.MockMethodDispatcher
-
Packages that use MockMethodDispatcher Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff. -
-
Uses of MockMethodDispatcher in org.mockito.internal.creation.bytebuddy
Subclasses of MockMethodDispatcher in org.mockito.internal.creation.bytebuddy Modifier and Type Class Description class
MockMethodAdvice
Fields in org.mockito.internal.creation.bytebuddy with type parameters of type MockMethodDispatcher Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,MockMethodDispatcher>
MockMethodDispatcher. INSTANCE
Methods in org.mockito.internal.creation.bytebuddy that return MockMethodDispatcher Modifier and Type Method Description static MockMethodDispatcher
MockMethodDispatcher. get(java.lang.String identifier, java.lang.Object mock)
Methods in org.mockito.internal.creation.bytebuddy with parameters of type MockMethodDispatcher Modifier and Type Method Description static void
MockMethodDispatcher. set(java.lang.String identifier, MockMethodDispatcher dispatcher)
-