Uses of Package
net.bytebuddy.implementation.bytecode.assign
-
Packages that use net.bytebuddy.implementation.bytecode.assign Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType
.net.bytebuddy.implementation.bind The types and classes of this package are responsible for binding a method call to calling another method.net.bytebuddy.implementation.bind.annotation This package contains annotations, types and classes that are responsible for binding a method to calling another method by interpreting annotations that indicate how a method should be bound to another method.net.bytebuddy.implementation.bytecode.assign AnAssigner
is responsible for transforming a givenTypeDescription
into another one.net.bytebuddy.implementation.bytecode.assign.primitive Assigner
implementations of this package are capable of handling primitive types or thevoid
type.net.bytebuddy.implementation.bytecode.assign.reference Assigner
implementations of this package are capable of assigning non-primitive types to each other. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.agent.builder Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.asm Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible.Assigner.Typing Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.build Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.implementation Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible.Assigner.Typing Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.implementation.auxiliary Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.implementation.bind Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible.Assigner.Typing Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.implementation.bind.annotation Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible.Assigner.Typing Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.implementation.bytecode.assign Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible.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. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.implementation.bytecode.assign.primitive Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible.Assigner.Typing Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. -
Classes in net.bytebuddy.implementation.bytecode.assign used by net.bytebuddy.implementation.bytecode.assign.reference Class Description Assigner An assigner is responsible for converting some typeA
to another typeB
if possible.Assigner.Typing Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable.