@HashCodeAndEqualsPlugin.Enhance protected static class FixedValue.ForPoolValue extends FixedValue implements FixedValue.AssignerConfigurable, ByteCodeAppender
FixedValue.AssignerConfigurable, FixedValue.ForArgument, FixedValue.ForNullValue, FixedValue.ForOriginType, FixedValue.ForPoolValue, FixedValue.ForThisValue, FixedValue.ForValueImplementation.Composable, Implementation.Compound, Implementation.Context, Implementation.Simple, Implementation.SpecialMethodInvocation, Implementation.TargetInstrumentedType.Prepareable.NoOpByteCodeAppender.Compound, ByteCodeAppender.Simple, ByteCodeAppender.Sizeassigner, typing| Modifier | Constructor and Description | 
|---|---|
| protected  | ForPoolValue(StackManipulation valueLoadInstruction,
            Class<?> loadedType)Creates a new constant pool fixed value implementation. | 
| protected  | ForPoolValue(StackManipulation valueLoadInstruction,
            TypeDescription loadedType)Creates a new constant pool fixed value implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeAppender | appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods. | 
| ByteCodeAppender.Size | apply(org.objectweb.asm.MethodVisitor methodVisitor,
     Implementation.Context implementationContext,
     MethodDescription instrumentedMethod)Applies this byte code appender to a type creation process. | 
| InstrumentedType | prepare(InstrumentedType instrumentedType)Prepares a given instrumented type. | 
| Implementation | withAssigner(Assigner assigner,
            Assigner.Typing typing)Defines an explicit assigner to this fixed value implementation. | 
protected ForPoolValue(StackManipulation valueLoadInstruction, Class<?> loadedType)
valueLoadInstruction - The instruction that is responsible for loading the constant pool value onto the
                             operand stack.loadedType - A type description representing the loaded type.protected ForPoolValue(StackManipulation valueLoadInstruction, TypeDescription loadedType)
valueLoadInstruction - The instruction that is responsible for loading the constant pool value onto the
                             operand stack.loadedType - A type description representing the loaded type.public Implementation withAssigner(Assigner assigner, Assigner.Typing typing)
withAssigner in interface FixedValue.AssignerConfigurableassigner - The assigner to use for assigning the fixed value to the return type of the
                 instrumented value.typing - Indicates if dynamic type castings should be attempted for incompatible assignments.public InstrumentedType prepare(InstrumentedType instrumentedType)
prepare in interface InstrumentedType.PrepareableinstrumentedType - The instrumented type in its current form.public ByteCodeAppender appender(Implementation.Target implementationTarget)
appender in interface ImplementationimplementationTarget - The target of the current implementation.InstrumentedType.Prepareable.prepare(InstrumentedType).public ByteCodeAppender.Size apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
apply in interface ByteCodeAppendermethodVisitor - The method visitor to which the byte code appender writes its code to.implementationContext - The implementation context of the current type creation process.instrumentedMethod - The method that is the target of the instrumentation.Copyright © 2014–2021. All rights reserved.