Uses of Class
net.bytebuddy.implementation.FixedValue
-
Packages that use FixedValue Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of FixedValue in net.bytebuddy.implementation
Subclasses of FixedValue in net.bytebuddy.implementation Modifier and Type Class Description protected static classFixedValue.ForArgumentA fixed value implementation that returns a method's argument.protected static classFixedValue.ForOriginTypeA fixed value that appends the origin type of the instrumented type.protected static classFixedValue.ForPoolValueA fixed value implementation that represents its fixed value as a value that is written to the instrumented class's constant pool.protected static classFixedValue.ForThisValueA fixed value ofthis.protected static classFixedValue.ForValueA fixed value implementation that represents its fixed value as a static field of the instrumented class.
-