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.TerminationHandlerFieldAccessor.ForSetter.terminationHandlerThe 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.TerminationHandlerModifierConstructorDescriptionprotectedForSetter(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler) Creates a new field accessor for a setter instrumentation.protectedOfConstantValue(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.protectedOfDefaultValue(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler) Creates an intrumentation that sets a field's default value.protectedOfFieldValue(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler, FieldAccessor.FieldLocation target) Creates a setter that sets another field value.protectedOfParameterValue(FieldAccessor.FieldLocation fieldLocation, Assigner assigner, Assigner.Typing typing, FieldAccessor.ForSetter.TerminationHandler terminationHandler, int index) Creates a new setter instrumentation for a parameter value.protectedOfReferenceValue(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.