Class TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.TypeVariableSubstitutor

java.lang.Object
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.TypeVariableSubstitutor
All Implemented Interfaces:
TypeVariableSource.Visitor<TypeDescription.Generic>
Enclosing class:
TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding

@Enhance(includeSyntheticFields=true) protected class TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.TypeVariableSubstitutor extends Object implements TypeVariableSource.Visitor<TypeDescription.Generic>
Substitutes a type variable, either with a new binding if the variable is defined by a type or with a retained type variable if the variable is defined by a method.