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.-
Interface Summary Interface Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible. -
Class Summary Class Description InstanceCheck Implements aninstanceof
check.TypeCasting A stack manipulation for a type down casting. -
Enum Summary Enum Description Assigner.EqualTypesOnly An assigner that only allows to assign types if they are equal to another.Assigner.Refusing An assigner that does not allow any assignments.Assigner.Typing Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable.