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.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)
Methods in net.bytebuddy with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
ByteBuddy.EnumerationImplementation. prepare(InstrumentedType instrumentedType)
-
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)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.SerializationImplementation. prepare(InstrumentedType instrumentedType)
Methods in net.bytebuddy.agent.builder with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.SerializationImplementation. prepare(InstrumentedType instrumentedType)
-
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)
Methods in net.bytebuddy.asm with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
Advice. prepare(InstrumentedType instrumentedType)
-
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)
InstrumentedType
MethodRegistry.Handler.ForAnnotationValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodRegistry.Handler.ForImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodRegistry.Handler.ForVisibilityBridge. prepare(InstrumentedType instrumentedType)
InstrumentedType
InstrumentedType. withAnnotations(java.util.List<? extends AnnotationDescription> annotationDescriptions)
Creates a new instrumented type with the given annotations.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. 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. 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, LatentMatcher<? super MethodDescription> ignoredMethods)
InstrumentedType
MethodRegistry.Handler.ForAbstractMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodRegistry.Handler.ForAnnotationValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodRegistry.Handler.ForImplementation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodRegistry.Handler.ForVisibilityBridge. prepare(InstrumentedType instrumentedType)
MethodRegistry.Prepared
MethodRegistry. prepare(InstrumentedType instrumentedType, MethodGraph.Compiler methodGraphCompiler, TypeValidation typeValidation, LatentMatcher<? super MethodDescription> ignoredMethods)
Prepares this method registry. -
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)
InstrumentedType
EqualsMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
ExceptionMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
FieldAccessor. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForArgument. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForNullValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForOriginType. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForPoolValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForThisValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
HashCodeMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
Implementation.Compound. prepare(InstrumentedType instrumentedType)
InstrumentedType
Implementation.Simple. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvocationHandlerAdapter.ForField. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvocationHandlerAdapter.ForInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.AbstractDelegator. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForField. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.Default. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.Factory. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type in order to allow the loading of the represented argument.InstrumentedType
MethodCall.ArgumentLoader.ForField.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForInstance.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForInstrumentedType.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForNullConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForStackManipulation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForThisReference.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForConstructingInvocation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForField. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForMethodParameter. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForSelfOrStaticInvocation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForConstruction. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithLookup. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForStaticMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation. prepare(InstrumentedType instrumentedType)
InstrumentedType
StubMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
SuperMethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
SuperMethodCall.WithoutReturn. prepare(InstrumentedType instrumentedType)
InstrumentedType
ToStringMethod. prepare(InstrumentedType instrumentedType)
Methods in net.bytebuddy.implementation with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
DefaultMethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
EqualsMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
ExceptionMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
FieldAccessor. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForArgument. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForNullValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForOriginType. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForPoolValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForThisValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
FixedValue.ForValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
HashCodeMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
Implementation.Compound. prepare(InstrumentedType instrumentedType)
InstrumentedType
Implementation.Simple. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvocationHandlerAdapter.ForField. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvocationHandlerAdapter.ForInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.AbstractDelegator. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForField. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider.ArgumentProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic.InvocationProvider.Default. prepare(InstrumentedType instrumentedType)
InstrumentedType
InvokeDynamic.InvocationProvider. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.InstrumentedType
InvokeDynamic. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.Factory. prepare(InstrumentedType instrumentedType)
Prepares the instrumented type in order to allow the loading of the represented argument.InstrumentedType
MethodCall.ArgumentLoader.ForField.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForInstance.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForInstrumentedType.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForNullConstant. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForStackManipulation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.ArgumentLoader.ForThisReference.Factory. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForConstructingInvocation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForField. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForMethodParameter. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForSelfOrStaticInvocation. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCall.TargetHandler.ForValue. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForConstruction. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithInstance. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForField.WithLookup. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation.ImplementationDelegate.ForStaticMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodDelegation. prepare(InstrumentedType instrumentedType)
InstrumentedType
StubMethod. prepare(InstrumentedType instrumentedType)
InstrumentedType
SuperMethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
SuperMethodCall.WithoutReturn. prepare(InstrumentedType instrumentedType)
InstrumentedType
ToStringMethod. prepare(InstrumentedType instrumentedType)
-
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)
InstrumentedType
MethodCallProxy.MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
TypeProxy.MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
TypeProxy.SilentConstruction. prepare(InstrumentedType instrumentedType)
Methods in net.bytebuddy.implementation.auxiliary with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
MethodCallProxy.ConstructorCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
MethodCallProxy.MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
TypeProxy.MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
TypeProxy.SilentConstruction. prepare(InstrumentedType instrumentedType)
-
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)
InstrumentedType
FieldProxy.Binder.FieldSetter. prepare(InstrumentedType instrumentedType)
InstrumentedType
FieldProxy.Binder.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
FieldProxy.Binder.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
Morph.Binder.RedirectionProxy.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
Morph.Binder.RedirectionProxy.MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
Morph.Binder.RedirectionProxy.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
Pipe.Binder.Redirection.ConstructorCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
Pipe.Binder.Redirection.MethodCall. prepare(InstrumentedType instrumentedType)
Methods in net.bytebuddy.implementation.bind.annotation with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedType
FieldProxy.Binder.FieldGetter. prepare(InstrumentedType instrumentedType)
InstrumentedType
FieldProxy.Binder.FieldSetter. prepare(InstrumentedType instrumentedType)
InstrumentedType
FieldProxy.Binder.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
FieldProxy.Binder.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
Morph.Binder.RedirectionProxy.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
Morph.Binder.RedirectionProxy.MethodCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
Morph.Binder.RedirectionProxy.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)
InstrumentedType
Pipe.Binder.Redirection.ConstructorCall. prepare(InstrumentedType instrumentedType)
InstrumentedType
Pipe.Binder.Redirection.MethodCall. prepare(InstrumentedType instrumentedType)
-