Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor
Packages that use TypeDescription.Generic.Visitor.Substitutor
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 in net.bytebuddy.description.type
Modifier and TypeClassDescriptionstatic classA substitutor that attaches type variables to a type variable source and replaces representations ofTargetTypewith a given declaring type.static classA visitor for detaching a type from its declaration context by detaching type variables.static classA substitutor that replaces a type description with an equal type description.static classA substitutor that normalizes a token to represent allTargetTypeby a given type and that symbolizes all type variables.static classA visitor for binding type variables to their values.static classATypeDescription.Generic.Visitor.Substitutorthat only substitutes type variables but fully preserves non-generic type definitions. -
Uses of TypeDescription.Generic.Visitor.Substitutor in net.bytebuddy.dynamic
Subclasses of TypeDescription.Generic.Visitor.Substitutor in net.bytebuddy.dynamicModifier and TypeClassDescriptionprotected classA visitor that attaches type variables based on the transformed method's type variables and the instrumented type.