Package net.bytebuddy.implementation.bytecode.assign
@ByDefault
package net.bytebuddy.implementation.bytecode.assign
An
Assigner
is responsible for transforming
a given TypeDescription
into another one. In doing so, an assigner is also
able to determine that some assignment is illegal.-
ClassDescriptionAn assigner is responsible for converting some type
A
to another typeB
if possible.An assigner that only allows to assign types if they are equal to another.An assigner that does not allow any assignments.Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable.Implements aninstanceof
check.A stack manipulation for a type down casting.