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 class
A dispatcher for invoking a constructor.static class
A dispatcher that creates an array.static enum
A dispatcher that returns a fixed value.protected static class
A dispatcher for a non-primitive array type.protected static enum
A dispatcher for returning a default value for a primitive array.static class
A dispatcher that performs an instance check.static class
A dispatcher for invoking a non-static proxied method.static class
A dispatcher for invoking a static proxied method.static class
A 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.targets
A mapping of proxy type methods to their proxied dispatchers.Methods in net.bytebuddy.utility.dispatcher that return JavaDispatcher.DispatcherModifier and TypeMethodDescriptionprotected static JavaDispatcher.Dispatcher
Resolves a fixed value for a given type.protected static JavaDispatcher.Dispatcher
Creates a new dispatcher.Method parameters in net.bytebuddy.utility.dispatcher with type arguments of type JavaDispatcher.DispatcherModifier and TypeMethodDescriptionprotected static Object
JavaDispatcher.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.DispatcherModifierConstructorDescriptionprotected
ProxiedInvocationHandler
(String name, Map<Method, JavaDispatcher.Dispatcher> targets) Creates a new invocation handler for proxying a type.