Enum TypeDescription.Generic.Visitor.TypeErasing

java.lang.Object
java.lang.Enum<TypeDescription.Generic.Visitor.TypeErasing>
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.TypeErasing
All Implemented Interfaces:
Serializable, Comparable<TypeDescription.Generic.Visitor.TypeErasing>, java.lang.constant.Constable, TypeDescription.Generic.Visitor<TypeDescription.Generic>
Enclosing interface:
TypeDescription.Generic.Visitor<T>

public static enum TypeDescription.Generic.Visitor.TypeErasing extends Enum<TypeDescription.Generic.Visitor.TypeErasing> implements TypeDescription.Generic.Visitor<TypeDescription.Generic>
A visitor that returns the erasure of any visited type. For wildcard types, an exception is thrown.