Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution
Packages that use TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution
Package
Description
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.
-
Uses of TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution in net.bytebuddy.description.type
Subclasses of TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic class
A visitor for binding type variables to their values. -
Uses of TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution in net.bytebuddy.dynamic
Subclasses of TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution in net.bytebuddy.dynamicModifier and TypeClassDescriptionprotected class
A visitor that attaches type variables based on the transformed method's type variables and the instrumented type.