Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor
-
Packages that use TypeDescription.Generic.Visitor.Substitutor Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic 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
Subclasses of TypeDescription.Generic.Visitor.Substitutor in net.bytebuddy.description.type Modifier and Type Class Description static class
TypeDescription.Generic.Visitor.Substitutor.ForAttachment
A substitutor that attaches type variables to a type variable source and replaces representations ofTargetType
with a given declaring type.static class
TypeDescription.Generic.Visitor.Substitutor.ForDetachment
A visitor for detaching a type from its declaration context by detaching type variables.static class
TypeDescription.Generic.Visitor.Substitutor.ForTokenNormalization
A substitutor that normalizes a token to represent allTargetType
by a given type and that symbolizes all type variables.static class
TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding
A visitor for binding type variables to their values.static class
TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution
ATypeDescription.Generic.Visitor.Substitutor
that 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.dynamic Modifier and Type Class Description protected class
Transformer.ForMethod.TransformedMethod.AttachmentVisitor
A visitor that attaches type variables based on the transformed method's type variables and the instrumented type.
-