Uses of Interface
net.bytebuddy.implementation.FixedValue.AssignerConfigurable
Packages that use FixedValue.AssignerConfigurable
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FixedValue.AssignerConfigurable in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement FixedValue.AssignerConfigurableModifier and TypeClassDescriptionprotected static class
A fixed value implementation that returns a method's argument.protected static class
A fixed value that appends the origin type of the instrumented type.protected static class
A fixed value implementation that represents its fixed value as a value that is written to the instrumented class's constant pool.protected static class
A fixed value ofthis
.protected static class
A fixed value implementation that represents its fixed value as a static field of the instrumented class.Methods in net.bytebuddy.implementation that return FixedValue.AssignerConfigurableModifier and TypeMethodDescriptionFixedValue.argument
(int index) Returns the argument at the specified index.FixedValue.originType()
Returns the origin type from an instrumented method.Other thanFixedValue.value(Object)
, this function will create a fixed value implementation that will always defined a field in the instrumented class.Other thanFixedValue.value(Object)
, this function will create a fixed value implementation that will always defined a field in the instrumented class.FixedValue.self()
Returnsthis
from an instrumented method.Returns a fixed value from any intercepted method.FixedValue.value
(TypeDescription fixedValue) Returns the given type in form of a loaded type.FixedValue.value
(JavaConstant fixedValue) Returns the loaded version of the givenJavaConstant
.