Uses of Interface
net.bytebuddy.dynamic.scaffold.InstrumentedType
-
Packages that use InstrumentedType 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.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.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicType
by creating a subclass of a given type.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. -
-
Uses of InstrumentedType in net.bytebuddy
Methods in net.bytebuddy that return InstrumentedType Modifier and Type Method Description InstrumentedType
ByteBuddy.EnumerationImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ByteBuddy.RecordConstructorStrategy. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ByteBuddy.RecordObjectMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.Methods in net.bytebuddy with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
ByteBuddy.EnumerationImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ByteBuddy.RecordConstructorStrategy. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ByteBuddy.RecordObjectMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type. -
Uses of InstrumentedType in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder that return InstrumentedType Modifier and Type Method Description InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.SerializationImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.Methods in net.bytebuddy.agent.builder with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.SerializationImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type. -
Uses of InstrumentedType in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return InstrumentedType Modifier and Type Method Description InstrumentedType
Advice. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.Methods in net.bytebuddy.asm with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
Advice. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type. -
Uses of InstrumentedType in net.bytebuddy.dynamic.scaffold
Subinterfaces of InstrumentedType in net.bytebuddy.dynamic.scaffold Modifier and Type Interface Description static interface
InstrumentedType.WithFlexibleName
Implementations represent anInstrumentedType
with a flexible name.Classes in net.bytebuddy.dynamic.scaffold that implement InstrumentedType Modifier and Type Class Description static class
InstrumentedType.Default
A default implementation of an instrumented type.static class
InstrumentedType.Frozen
A frozen representation of an instrumented type of which the structure must not be modified.Methods in net.bytebuddy.dynamic.scaffold that return InstrumentedType Modifier and Type Method Description static InstrumentedType
InstrumentedType.Default. of(java.lang.String name, TypeDescription.Generic superClass, int modifiers)
Creates a new instrumented type.static InstrumentedType
InstrumentedType.Default. of(java.lang.String name, TypeDescription.Generic superClass, ModifierContributor.ForType... modifierContributor)
Creates a new instrumented type.InstrumentedType
InstrumentedType.Prepareable. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodRegistry.Handler.ForAbstractMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodRegistry.Handler.ForAnnotationValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodRegistry.Handler.ForImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodRegistry.Handler.ForVisibilityBridge. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InstrumentedType. withAnnotations(java.util.List<? extends AnnotationDescription> annotationDescriptions)
Creates a new instrumented type with the given annotations.InstrumentedType
InstrumentedType. withAnonymousClass(boolean anonymousClass)
Creates a new instrumented type that indicates that it is defined as an anonymous class.InstrumentedType
InstrumentedType. withDeclaredTypes(TypeList declaredTypes)
Creates a new instrumented type that indicates that it declared the supplied types.InstrumentedType
InstrumentedType. withDeclaringType(TypeDescription declaringType)
Creates a new instrumented type that is declared by the supplied type..InstrumentedType
InstrumentedType. withEnclosingMethod(MethodDescription.InDefinedShape enclosingMethod)
Creates a new instrumented type with the supplied enclosing method.InstrumentedType
InstrumentedType. withEnclosingType(TypeDescription enclosingType)
Creates a new instrumented type with the supplied enclosing type.InstrumentedType
InstrumentedType. withField(FieldDescription.Token token)
Creates a new instrumented type that includes a new field.InstrumentedType
InstrumentedType. withInitializer(ByteCodeAppender byteCodeAppender)
Creates a new instrumented type that executes the given initializer in the instrumented type's type initializer.InstrumentedType
InstrumentedType. withInitializer(LoadedTypeInitializer loadedTypeInitializer)
Creates a new instrumented type that includes the givenLoadedTypeInitializer
.InstrumentedType
InstrumentedType. withInterfaces(TypeList.Generic interfaceTypes)
Creates a new instrumented type with the given interfaces implemented.InstrumentedType
InstrumentedType. withLocalClass(boolean localClass)
Creates a new instrumented type that indicates that is defined as a local class.InstrumentedType
InstrumentedType. withMethod(MethodDescription.Token token)
Creates a new instrumented type that includes a new method or constructor.InstrumentedType
InstrumentedType. withModifiers(int modifiers)
Creates a new instrumented type with changed modifiers.InstrumentedType
InstrumentedType. withNestHost(TypeDescription nestHost)
Creates a new instrumented type with the supplied nest host.InstrumentedType
InstrumentedType. withNestMembers(TypeList nestMembers)
Creates a new instrumented types with the supplied nest members added to this instrumented type.InstrumentedType
InstrumentedType. withPermittedSubclasses(TypeList permittedSubclasses)
Creates a new instrumented type that includes the supplied permitted subclasses.InstrumentedType
InstrumentedType. withRecord(boolean record)
Creates a new instrumented type that indicates that it defined as a record type.InstrumentedType
InstrumentedType. withRecordComponent(RecordComponentDescription.Token token)
Creates a new instrumented type that includes a new record component.InstrumentedType
InstrumentedType. withSealed(boolean sealed)
Creates a new instrumented type that indicates that it defined as a sealed type.InstrumentedType
InstrumentedType. withTypeVariable(TypeVariableToken typeVariable)
Creates a new instrumented type with the given type variable defined.Methods in net.bytebuddy.dynamic.scaffold with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
InstrumentedType.Prepareable. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.MethodRegistry.Prepared
MethodRegistry.Default. prepare(InstrumentedType instrumentedType, MethodGraph.Compiler methodGraphCompiler, TypeValidation typeValidation, VisibilityBridgeStrategy visibilityBridgeStrategy, LatentMatcher<? super MethodDescription> ignoredMethods)
Prepares this method registry.InstrumentedType
MethodRegistry.Handler.ForAbstractMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodRegistry.Handler.ForAnnotationValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodRegistry.Handler.ForImplementation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodRegistry.Handler.ForVisibilityBridge. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.MethodRegistry.Prepared
MethodRegistry. prepare(InstrumentedType instrumentedType, MethodGraph.Compiler methodGraphCompiler, TypeValidation typeValidation, VisibilityBridgeStrategy visibilityBridgeStrategy, LatentMatcher<? super MethodDescription> ignoredMethods)
Prepares this method registry. -
Uses of InstrumentedType in net.bytebuddy.dynamic.scaffold.subclass
Methods in net.bytebuddy.dynamic.scaffold.subclass that return InstrumentedType Modifier and Type Method Description private InstrumentedType
SubclassDynamicTypeBuilder. applyConstructorStrategy(InstrumentedType instrumentedType)
Applies this builder's constructor strategy to the given instrumented type.Methods in net.bytebuddy.dynamic.scaffold.subclass with parameters of type InstrumentedType Modifier and Type Method Description private InstrumentedType
SubclassDynamicTypeBuilder. applyConstructorStrategy(InstrumentedType instrumentedType)
Applies this builder's constructor strategy to the given instrumented type. -
Uses of InstrumentedType in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return InstrumentedType Modifier and Type Method Description InstrumentedType
DefaultMethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
EqualsMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ExceptionMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForImplicitProperty. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfConstantValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfDefaultValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfFieldValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfParameterValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfReferenceValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForArgument. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForNullValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForOriginType. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForPoolValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForThisValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
HashCodeMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Implementation.Compound.Composable. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Implementation.Compound. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Implementation.Simple. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvocationHandlerAdapter.ForField. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvocationHandlerAdapter.ForInstance. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvokeDynamic.AbstractDelegator. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForField. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.Default. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForField.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForInstance.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForInstrumentedType.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodCall.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForNullConstant. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForStackManipulation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForThisReference.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.FieldSetting. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForConstructingInvocation.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForField.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForMethodCall.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForMethodParameter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForValue.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.Simple. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForConstruction. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithInstance. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithLookup. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForMethodReturn. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForStaticMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
StubMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
SuperMethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
SuperMethodCall.WithoutReturn. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ToStringMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.Methods in net.bytebuddy.implementation with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
DefaultMethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
EqualsMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ExceptionMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForImplicitProperty. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfConstantValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfDefaultValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfFieldValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfParameterValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldAccessor.ForSetter.OfReferenceValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForArgument. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForNullValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForOriginType. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForPoolValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForThisValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FixedValue.ForValue. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
HashCodeMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Implementation.Compound.Composable. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Implementation.Compound. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Implementation.Simple. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvocationHandlerAdapter.ForField. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvocationHandlerAdapter.ForInstance. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvokeDynamic.AbstractDelegator. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForField. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.Default. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForField.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForInstance.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForInstrumentedType.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodCall.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForNullConstant. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForStackManipulation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.ArgumentLoader.ForThisReference.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.FieldSetting. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForConstructingInvocation.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForField.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForMethodCall.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForMethodParameter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.ForValue.Factory. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCall.TargetHandler.Simple. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForConstruction. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithInstance. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithLookup. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForMethodReturn. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation.ImplementationDelegate.ForStaticMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodDelegation. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
StubMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
SuperMethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
SuperMethodCall.WithoutReturn. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
ToStringMethod. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type. -
Uses of InstrumentedType in net.bytebuddy.implementation.auxiliary
Methods in net.bytebuddy.implementation.auxiliary that return InstrumentedType Modifier and Type Method Description InstrumentedType
MethodCallProxy.ConstructorCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCallProxy.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
TypeProxy.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
TypeProxy.SilentConstruction. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.Methods in net.bytebuddy.implementation.auxiliary with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
MethodCallProxy.ConstructorCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
MethodCallProxy.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
TypeProxy.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
TypeProxy.SilentConstruction. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type. -
Uses of InstrumentedType in net.bytebuddy.implementation.bind.annotation
Methods in net.bytebuddy.implementation.bind.annotation that return InstrumentedType Modifier and Type Method Description InstrumentedType
FieldProxy.Binder.FieldGetter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldProxy.Binder.FieldSetter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldProxy.Binder.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldProxy.Binder.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Morph.Binder.RedirectionProxy.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Morph.Binder.RedirectionProxy.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Morph.Binder.RedirectionProxy.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Pipe.Binder.Redirection.ConstructorCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Pipe.Binder.Redirection.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.Methods in net.bytebuddy.implementation.bind.annotation with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
FieldProxy.Binder.FieldGetter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldProxy.Binder.FieldSetter. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldProxy.Binder.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
FieldProxy.Binder.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Morph.Binder.RedirectionProxy.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Morph.Binder.RedirectionProxy.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Morph.Binder.RedirectionProxy.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Pipe.Binder.Redirection.ConstructorCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.InstrumentedType
Pipe.Binder.Redirection.MethodCall. prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.
-