Uses of Package
net.bytebuddy.utility.dispatcher
Packages that use net.bytebuddy.utility.dispatcher
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
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.
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.This package contains utility classes for common use within any Byte Buddy logic.
A package to handle dispatching of classes.
-
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.agent.builderClassDescriptionIndicates that a method is supposed to return a default value if a method or type could not be resolved.Indicates a proxied type's name.
-
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.description.methodClassDescriptionIndicates that a method is supposed to return a default value if a method or type could not be resolved.Indicates that a method is supposed to perform an instance check.Indicates a proxied type's name.
-
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.description.typeClassDescriptionIndicates that a method is supposed to return a default value if a method or type could not be resolved.Indicates that a method is supposed to perform an instance check.Indicates a proxied type's name.
-
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.dynamic
-
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.dynamic.loadingClassDescriptionIndicates that a method is supposed to return a default value if a method or type could not be resolved.Indicates that a proxied method is static.Indicates a proxied type's name.
-
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.utilityClassDescriptionIndicates that the method is supposed to return an array of the proxied type.Indicates that a method is supposed to return a default value if a method or type could not be resolved.Indicates that a method is supposed to perform an instance check.Indicates that a proxied method is a constructor.Indicates that a proxied method is static.Indicates a proxied type's name.
-
Classes in net.bytebuddy.utility.dispatcher used by net.bytebuddy.utility.dispatcherClassDescriptionA dispatcher for handling a proxied method.A dispatcher that returns a fixed value.A dispatcher for returning a default value for a primitive array.A resolver to make adjustments that are possibly necessary to withhold module graph guarantees.An action to create a resolver.A non-operational resolver for VMs that do not support the module system.