Class TypeDescription.Generic.Visitor.ForRawType

java.lang.Object
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.ForRawType
All Implemented Interfaces:
TypeDescription.Generic.Visitor<TypeDescription.Generic>
Enclosing interface:
TypeDescription.Generic.Visitor<T>

public static class TypeDescription.Generic.Visitor.ForRawType extends Object implements TypeDescription.Generic.Visitor<TypeDescription.Generic>
A visitor that transforms any type into a raw type if declaring type is generified. If the declaring type is not generified, the original type description is returned.