Uses of Interface
net.bytebuddy.description.TypeVariableSource.Visitor
Packages that use TypeVariableSource.Visitor
Package
Description
Classes of this package allow the representation of Java classes, their member and their meta data.
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
-
Uses of TypeVariableSource.Visitor in net.bytebuddy.description
Classes in net.bytebuddy.description that implement TypeVariableSource.VisitorModifier and TypeClassDescriptionstatic enum
A none-operational implementation of a type variable visitor that simply returns the visited source.Methods in net.bytebuddy.description with parameters of type TypeVariableSource.VisitorModifier and TypeMethodDescription<T> T
TypeVariableSource.accept
(TypeVariableSource.Visitor<T> visitor) Applies a visitor on this type variable source. -
Uses of TypeVariableSource.Visitor in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method with parameters of type TypeVariableSource.VisitorModifier and TypeMethodDescription<T> T
MethodDescription.AbstractBase.accept
(TypeVariableSource.Visitor<T> visitor) Applies a visitor on this type variable source. -
Uses of TypeVariableSource.Visitor in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeVariableSource.VisitorModifier and TypeClassDescriptionprotected class
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.Methods in net.bytebuddy.description.type with parameters of type TypeVariableSource.VisitorModifier and TypeMethodDescription<T> T
TypeDescription.AbstractBase.accept
(TypeVariableSource.Visitor<T> visitor) Applies a visitor on this type variable source.