Uses of Interface
net.bytebuddy.description.type.TypeDescription.ForLoadedType.Dispatcher
-
Packages that use TypeDescription.ForLoadedType.Dispatcher Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.ForLoadedType.Dispatcher in net.bytebuddy.description.type
Fields in net.bytebuddy.description.type declared as TypeDescription.ForLoadedType.Dispatcher Modifier and Type Field Description private static TypeDescription.ForLoadedType.Dispatcher
TypeDescription.ForLoadedType. DISPATCHER
A dispatcher for invking methods onClass
reflectively.
-