Uses of Class
net.bytebuddy.description.type.TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm
-
Packages that use TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm Modifier and Type Method Description static TypeDescription.ForLoadedType.Dispatcher.ForLegacyVmTypeDescription.ForLoadedType.Dispatcher.ForLegacyVm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm[]TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-