Enum Class TypeDescription.Generic.Visitor.Assigner

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

public static enum TypeDescription.Generic.Visitor.Assigner extends Enum<TypeDescription.Generic.Visitor.Assigner> implements TypeDescription.Generic.Visitor<TypeDescription.Generic.Visitor.Assigner.Dispatcher>
A visitor that determines the direct assignability of a type to another generic type. This visitor only checks for strict assignability and does not perform any form of boxing or primitive type widening that are allowed in the Java language.