Uses of Interface
net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.Dispatcher
-
Packages that use ParameterDescription.ForLoadedParameter.Dispatcher Package Description net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters. -
-
Uses of ParameterDescription.ForLoadedParameter.Dispatcher in net.bytebuddy.description.method
Classes in net.bytebuddy.description.method that implement ParameterDescription.ForLoadedParameter.Dispatcher Modifier and Type Class Description static class
ParameterDescription.ForLoadedParameter.Dispatcher.ForJava8CapableVm
A dispatcher for VMs that support thejava.lang.reflect.Parameter
API for Java 8+.static class
ParameterDescription.ForLoadedParameter.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that does not know thejava.lang.reflect.Parameter
type that only throws exceptions on any property extraction.Fields in net.bytebuddy.description.method declared as ParameterDescription.ForLoadedParameter.Dispatcher Modifier and Type Field Description private static ParameterDescription.ForLoadedParameter.Dispatcher
ParameterDescription.ForLoadedParameter. DISPATCHER
A dispatcher for reading properties fromjava.lang.reflect.Executable
instances.Methods in net.bytebuddy.description.method that return ParameterDescription.ForLoadedParameter.Dispatcher Modifier and Type Method Description ParameterDescription.ForLoadedParameter.Dispatcher
ParameterDescription.ForLoadedParameter.Dispatcher.CreationAction. run()
-