Enum TypeDescription.Generic.Visitor.Generalizing

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

public static enum TypeDescription.Generic.Visitor.Generalizing extends Enum<TypeDescription.Generic.Visitor.Generalizing> implements TypeDescription.Generic.Visitor<TypeDescription.Generic>
A visitor that generalizes all reference types to Object but retains primitive types. Arrays are retained as such.