Uses of Class
net.bytebuddy.implementation.FixedValue
Packages that use FixedValue
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FixedValue in net.bytebuddy.implementation
Subclasses of FixedValue in net.bytebuddy.implementationModifier and TypeClassDescriptionprotected static classA fixed value implementation that returns a method's argument.protected static classA fixed value implementation that represents its fixed value as a constant pool value or a byte code instruction.protected static classA fixed value that appends the origin type of the instrumented type.protected static classA fixed value ofthis.protected static classA fixed value implementation that represents its fixed value as a static field of the instrumented class.