Uses of Class
org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher
Packages that use MockMethodDispatcher
Package
Description
ByteBuddy related stuff.
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 -
Uses of MockMethodDispatcher in org.mockito.internal.creation.bytebuddy.inject
Fields in org.mockito.internal.creation.bytebuddy.inject with type parameters of type MockMethodDispatcherModifier and TypeFieldDescriptionprivate static final ConcurrentMap
<String, MockMethodDispatcher> MockMethodDispatcher.DISPATCHERS
Methods in org.mockito.internal.creation.bytebuddy.inject that return MockMethodDispatcherMethods in org.mockito.internal.creation.bytebuddy.inject with parameters of type MockMethodDispatcherModifier and TypeMethodDescriptionstatic void
MockMethodDispatcher.set
(String identifier, MockMethodDispatcher dispatcher)