Uses of Class
org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher
-
Packages that use MockMethodDispatcher Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff.org.mockito.internal.creation.bytebuddy.inject Internal classes, not to be used by clients. -
-
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
-
Uses of MockMethodDispatcher in org.mockito.internal.creation.bytebuddy.inject
Fields in org.mockito.internal.creation.bytebuddy.inject 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.inject 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.inject with parameters of type MockMethodDispatcher Modifier and Type Method Description static void
MockMethodDispatcher. set(java.lang.String identifier, MockMethodDispatcher dispatcher)
-