Uses of Package
net.bytebuddy.utility.dispatcher
-
Packages that use net.bytebuddy.utility.dispatcher Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic This package contains classes and interfaces that are connected to writing the byte stream that represents a Java type that is dynamically created and for loading this type into a running JVM process.net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybyte
arrays.net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic.net.bytebuddy.utility.dispatcher A package to handle dispatching of classes. -
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.agent.builder Class Description JavaDispatcher.Defaults Indicates that a method is supposed to return a default value if a method or type could not be resolved.JavaDispatcher.Proxied Indicates a proxied type's name. -
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.description.method Class Description JavaDispatcher.Defaults Indicates that a method is supposed to return a default value if a method or type could not be resolved.JavaDispatcher.Instance Indicates that a method is supposed to perform an instance check.JavaDispatcher.Proxied Indicates a proxied type's name. -
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.description.type Class Description JavaDispatcher.Defaults Indicates that a method is supposed to return a default value if a method or type could not be resolved.JavaDispatcher.Instance Indicates that a method is supposed to perform an instance check.JavaDispatcher.Proxied Indicates a proxied type's name. -
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.dynamic Class Description JavaDispatcher.Proxied Indicates a proxied type's name. -
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.dynamic.loading Class Description JavaDispatcher.Defaults Indicates that a method is supposed to return a default value if a method or type could not be resolved.JavaDispatcher.IsConstructor Indicates that a proxied method is a constructor.JavaDispatcher.IsStatic Indicates that a proxied method is static.JavaDispatcher.Proxied Indicates a proxied type's name. -
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.utility Class Description JavaDispatcher.Container Indicates that the method is supposed to return an array of the proxied type.JavaDispatcher.Defaults Indicates that a method is supposed to return a default value if a method or type could not be resolved.JavaDispatcher.Instance Indicates that a method is supposed to perform an instance check.JavaDispatcher.IsConstructor Indicates that a proxied method is a constructor.JavaDispatcher.IsStatic Indicates that a proxied method is static.JavaDispatcher.Proxied Indicates a proxied type's name. -
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.utility.dispatcher Class Description JavaDispatcher.Dispatcher A dispatcher for handling a proxied method.JavaDispatcher.Dispatcher.ForDefaultValue A dispatcher that returns a fixed value.JavaDispatcher.Dispatcher.ForDefaultValue.OfPrimitiveArray A dispatcher for returning a default value for a primitive array.JavaDispatcher.DynamicClassLoader.Resolver A resolver to make adjustments that are possibly necessary to withhold module graph guarantees.JavaDispatcher.DynamicClassLoader.Resolver.CreationAction An action to create a resolver.JavaDispatcher.DynamicClassLoader.Resolver.NoOp A non-operational resolver for VMs that do not support the module system.