Uses of Class
net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size
-
Packages that use ByteCodeAppender.Size Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.dynamic This package contains classes and interfaces that are connected to writing the byte stream that represents a Java type that is dynamically created and for loading this type into a running JVM process.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType
.net.bytebuddy.implementation.bind.annotation This package contains annotations, types and classes that are responsible for binding a method to calling another method by interpreting annotations that indicate how a method should be bound to another method.net.bytebuddy.implementation.bytecode Types and classes in this package are responsible for creating Java byte code for a given byte code target which is represented by aMethodDescription
. -
-
Uses of ByteCodeAppender.Size in net.bytebuddy
Methods in net.bytebuddy that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
ByteBuddy.EnumerationImplementation.InitializationAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
ByteBuddy.EnumerationImplementation.ValuesMethodAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
ByteBuddy.RecordConstructorStrategy.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process. -
Uses of ByteCodeAppender.Size in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process. -
Uses of ByteCodeAppender.Size in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
Advice.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.protected ByteCodeAppender.Size
Advice.Appender.EmulatingMethodVisitor. resolve(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Resolves this this advice emulating method visitor for its delegate. -
Uses of ByteCodeAppender.Size in net.bytebuddy.dynamic
Methods in net.bytebuddy.dynamic that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
NexusAccessor.InitializationAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process. -
Uses of ByteCodeAppender.Size in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
TypeInitializer.None. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
TypeInitializer.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
TypeWriter.MethodPool.Record.AccessBridgeWrapper. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry.ByteCodeAppender.Size
TypeWriter.MethodPool.Record. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry.ByteCodeAppender.Size
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry.ByteCodeAppender.Size
TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry.ByteCodeAppender.Size
TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry.ByteCodeAppender.Size
TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry.ByteCodeAppender.Size
TypeWriter.MethodPool.Record.ForNonImplementedMethod. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry. -
Uses of ByteCodeAppender.Size in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
DefaultMethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
EqualsMethod.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
ExceptionMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FieldAccessor.ForImplicitProperty.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FieldAccessor.ForSetter.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.protected ByteCodeAppender.Size
FixedValue. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod, TypeDescription.Generic fixedValueType, StackManipulation valueLoadingInstruction)
Blueprint method that for applying the actual implementation.ByteCodeAppender.Size
FixedValue.ForArgument. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FixedValue.ForNullValue. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FixedValue.ForOriginType.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FixedValue.ForPoolValue. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FixedValue.ForThisValue.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FixedValue.ForValue.StaticFieldByteCodeAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
HashCodeMethod.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Implementation.Context.Default.AccessorMethodDelegation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Implementation.Context.Default.FieldGetterDelegation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Implementation.Context.Default.FieldSetterDelegation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.protected ByteCodeAppender.Size
InvocationHandlerAdapter. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod, StackManipulation preparingManipulation, FieldDescription fieldDescription)
Applies an implementation that delegates to a invocation handler.ByteCodeAppender.Size
InvocationHandlerAdapter.ForField.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
InvocationHandlerAdapter.ForInstance.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
InvokeDynamic.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
MethodCall.FieldSetting.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
MethodDelegation.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
StubMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
SuperMethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
ToStringMethod.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Implementation.Context.Default.DelegationRecord. applyCode(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
Applies the code of this entry. -
Uses of ByteCodeAppender.Size in net.bytebuddy.implementation.auxiliary
Methods in net.bytebuddy.implementation.auxiliary that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
MethodCallProxy.ConstructorCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
MethodCallProxy.MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
TypeProxy.MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
TypeProxy.SilentConstruction.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process. -
Uses of ByteCodeAppender.Size in net.bytebuddy.implementation.bind.annotation
Methods in net.bytebuddy.implementation.bind.annotation that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
FieldProxy.Binder.FieldGetter.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FieldProxy.Binder.FieldSetter.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
FieldProxy.Binder.InstanceFieldConstructor.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Morph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Morph.Binder.RedirectionProxy.MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Pipe.Binder.Redirection.ConstructorCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
Pipe.Binder.Redirection.MethodCall.Appender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process. -
Uses of ByteCodeAppender.Size in net.bytebuddy.implementation.bytecode
Methods in net.bytebuddy.implementation.bytecode that return ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
ByteCodeAppender. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
ByteCodeAppender.Compound. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
ByteCodeAppender.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.ByteCodeAppender.Size
ByteCodeAppender.Size. merge(ByteCodeAppender.Size other)
Merges two sizes in order to describe the size that is required by both size descriptions.Methods in net.bytebuddy.implementation.bytecode with parameters of type ByteCodeAppender.Size Modifier and Type Method Description ByteCodeAppender.Size
ByteCodeAppender.Size. merge(ByteCodeAppender.Size other)
Merges two sizes in order to describe the size that is required by both size descriptions.
-