Uses of Interface
net.bytebuddy.utility.dispatcher.JavaDispatcher.Dispatcher
Packages that use JavaDispatcher.Dispatcher
-
Uses of JavaDispatcher.Dispatcher in net.bytebuddy.utility.dispatcher
Classes in net.bytebuddy.utility.dispatcher that implement JavaDispatcher.DispatcherModifier and TypeClassDescriptionstatic classA dispatcher for invoking a constructor.static classA dispatcher that creates an array.static enumA dispatcher that returns a fixed value.protected static classA dispatcher for a non-primitive array type.protected static enumA dispatcher for returning a default value for a primitive array.static classA dispatcher that performs an instance check.static classA dispatcher for invoking a non-static proxied method.static classA dispatcher for invoking a static proxied method.static classA dispatcher for an unresolved method.Fields in net.bytebuddy.utility.dispatcher with type parameters of type JavaDispatcher.DispatcherModifier and TypeFieldDescriptionprivate final Map<Method, JavaDispatcher.Dispatcher> JavaDispatcher.ProxiedInvocationHandler.targetsA mapping of proxy type methods to their proxied dispatchers.Methods in net.bytebuddy.utility.dispatcher that return JavaDispatcher.DispatcherModifier and TypeMethodDescriptionprotected static JavaDispatcher.DispatcherResolves a fixed value for a given type.protected static JavaDispatcher.DispatcherCreates a new dispatcher.Method parameters in net.bytebuddy.utility.dispatcher with type arguments of type JavaDispatcher.DispatcherModifier and TypeMethodDescriptionprotected static ObjectJavaDispatcher.DynamicClassLoader.proxy(Class<?> proxy, Map<Method, JavaDispatcher.Dispatcher> dispatchers) Creates a new proxied type.Constructor parameters in net.bytebuddy.utility.dispatcher with type arguments of type JavaDispatcher.DispatcherModifierConstructorDescriptionprotectedProxiedInvocationHandler(String name, Map<Method, JavaDispatcher.Dispatcher> targets) Creates a new invocation handler for proxying a type.