Uses of Enum Class
net.bytebuddy.implementation.FieldAccessor.ForSetter.TerminationHandler
Packages that use FieldAccessor.ForSetter.TerminationHandler
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FieldAccessor.ForSetter.TerminationHandler in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation declared as FieldAccessor.ForSetter.TerminationHandlerModifier and TypeFieldDescriptionprivate final FieldAccessor.ForSetter.TerminationHandler
FieldAccessor.ForSetter.terminationHandler
The termination handler to apply.Methods in net.bytebuddy.implementation that return FieldAccessor.ForSetter.TerminationHandlerModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.FieldAccessor.ForSetter.TerminationHandler.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.bytebuddy.implementation with parameters of type FieldAccessor.ForSetter.TerminationHandlerModifierConstructorDescriptionprotected
ForSetter
(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler) Creates a new field accessor for a setter instrumentation.protected
OfConstantValue
(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler, TypeDescription.Generic typeDescription, StackManipulation stackManipulation) Creates a setter instrumentation for setting a constant value.protected
OfDefaultValue
(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler) Creates an intrumentation that sets a field's default value.protected
OfFieldValue
(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler, FieldAccessor.FieldLocation target) Creates a setter that sets another field value.protected
OfParameterValue
(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler, int index) Creates a new setter instrumentation for a parameter value.protected
OfReferenceValue
(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler, Object value, String name) Creates a setter instrumentation for setting a value stored in a static field of the instrumented type.