Package net.bytebuddy.implementation.bytecode.assign.reference
@ByDefault
package net.bytebuddy.implementation.bytecode.assign.reference
Assigner
implementations of this package
are capable of assigning non-primitive types to each other.-
ClassDescriptionAn assigner implementation that considers generic type assignability.A visitor for generic types that determines assignability of such types.A visitor for determining assignability of a generic array type.An implementation of a assignability visitor that is applicable for any non-wildcard type.A visitor for determining assignability of a non-generic type.A visitor for determining the assignability of a parameterized type.A visitor for determining assignability of a type in a type hierarchy, i.e.A visitor to determine the assignability of a wildcard type.A simple assigner that is capable of handling the casting of reference types.