Enum TypeDescription.Generic.Visitor.NoOp

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

public static enum TypeDescription.Generic.Visitor.NoOp extends Enum<TypeDescription.Generic.Visitor.NoOp> implements TypeDescription.Generic.Visitor<TypeDescription.Generic>
A non-operational generic type visitor. Any visited type is returned in its existing form.