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 InstrumentedTypeByteBuddy.EnumerationImplementation. prepare(InstrumentedType instrumentedType)Methods in net.bytebuddy with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedTypeByteBuddy.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 InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.SerializationImplementation. prepare(InstrumentedType instrumentedType)Methods in net.bytebuddy.agent.builder with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeAgentBuilder.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 InstrumentedTypeAdvice. prepare(InstrumentedType instrumentedType)Methods in net.bytebuddy.asm with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedTypeAdvice. 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 interfaceInstrumentedType.WithFlexibleNameImplementations represent anInstrumentedTypewith a flexible name.Classes in net.bytebuddy.dynamic.scaffold that implement InstrumentedType Modifier and Type Class Description static classInstrumentedType.DefaultA default implementation of an instrumented type.static classInstrumentedType.FrozenA 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 InstrumentedTypeInstrumentedType.Default. of(java.lang.String name, TypeDescription.Generic superClass, int modifiers)Creates a new instrumented type.static InstrumentedTypeInstrumentedType.Default. of(java.lang.String name, TypeDescription.Generic superClass, ModifierContributor.ForType... modifierContributor)Creates a new instrumented type.InstrumentedTypeInstrumentedType.Prepareable. prepare(InstrumentedType instrumentedType)Prepares a given instrumented type.InstrumentedTypeMethodRegistry.Handler.ForAbstractMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodRegistry.Handler.ForAnnotationValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodRegistry.Handler.ForImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodRegistry.Handler.ForVisibilityBridge. prepare(InstrumentedType instrumentedType)InstrumentedTypeInstrumentedType. withAnnotations(java.util.List<? extends AnnotationDescription> annotationDescriptions)Creates a new instrumented type with the given annotations.InstrumentedTypeInstrumentedType. withField(FieldDescription.Token token)Creates a new instrumented type that includes a new field.InstrumentedTypeInstrumentedType. withInitializer(ByteCodeAppender byteCodeAppender)Creates a new instrumented type that executes the given initializer in the instrumented type's type initializer.InstrumentedTypeInstrumentedType. withInitializer(LoadedTypeInitializer loadedTypeInitializer)Creates a new instrumented type that includes the givenLoadedTypeInitializer.InstrumentedTypeInstrumentedType. withInterfaces(TypeList.Generic interfaceTypes)Creates a new instrumented type with the given interfaces implemented.InstrumentedTypeInstrumentedType. withMethod(MethodDescription.Token token)Creates a new instrumented type that includes a new method or constructor.InstrumentedTypeInstrumentedType. withModifiers(int modifiers)Creates a new instrumented type with changed modifiers.InstrumentedTypeInstrumentedType. 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 InstrumentedTypeInstrumentedType.Prepareable. prepare(InstrumentedType instrumentedType)Prepares a given instrumented type.MethodRegistry.PreparedMethodRegistry.Default. prepare(InstrumentedType instrumentedType, MethodGraph.Compiler methodGraphCompiler, TypeValidation typeValidation, LatentMatcher<? super MethodDescription> ignoredMethods)InstrumentedTypeMethodRegistry.Handler.ForAbstractMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodRegistry.Handler.ForAnnotationValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodRegistry.Handler.ForImplementation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodRegistry.Handler.ForVisibilityBridge. prepare(InstrumentedType instrumentedType)MethodRegistry.PreparedMethodRegistry. 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 InstrumentedTypeDefaultMethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeEqualsMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeExceptionMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldAccessor. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForArgument. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForNullValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForOriginType. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForPoolValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForThisValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeHashCodeMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeImplementation.Compound. prepare(InstrumentedType instrumentedType)InstrumentedTypeImplementation.Simple. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvocationHandlerAdapter.ForField. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvocationHandlerAdapter.ForInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.AbstractDelegator. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForField. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider. prepare(InstrumentedType instrumentedType)Prepares the instrumented type.InstrumentedTypeInvokeDynamic.InvocationProvider.Default. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider. prepare(InstrumentedType instrumentedType)Prepares the instrumented type.InstrumentedTypeInvokeDynamic. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.Factory. prepare(InstrumentedType instrumentedType)Prepares the instrumented type in order to allow the loading of the represented argument.InstrumentedTypeMethodCall.ArgumentLoader.ForField.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForInstance.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForInstrumentedType.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameter.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForNullConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForStackManipulation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForThisReference.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForConstructingInvocation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForField. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForMethodParameter. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForSelfOrStaticInvocation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForConstruction. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForField.WithInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForField.WithLookup. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForStaticMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation. prepare(InstrumentedType instrumentedType)InstrumentedTypeStubMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeSuperMethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeSuperMethodCall.WithoutReturn. prepare(InstrumentedType instrumentedType)InstrumentedTypeToStringMethod. prepare(InstrumentedType instrumentedType)Methods in net.bytebuddy.implementation with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedTypeDefaultMethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeEqualsMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeExceptionMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldAccessor. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForArgument. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForNullValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForOriginType. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForPoolValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForThisValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeFixedValue.ForValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeHashCodeMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeImplementation.Compound. prepare(InstrumentedType instrumentedType)InstrumentedTypeImplementation.Simple. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvocationHandlerAdapter.ForField. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvocationHandlerAdapter.ForInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.AbstractDelegator. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForField. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider.ArgumentProvider. prepare(InstrumentedType instrumentedType)Prepares the instrumented type.InstrumentedTypeInvokeDynamic.InvocationProvider.Default. prepare(InstrumentedType instrumentedType)InstrumentedTypeInvokeDynamic.InvocationProvider. prepare(InstrumentedType instrumentedType)Prepares the instrumented type.InstrumentedTypeInvokeDynamic. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.Factory. prepare(InstrumentedType instrumentedType)Prepares the instrumented type in order to allow the loading of the represented argument.InstrumentedTypeMethodCall.ArgumentLoader.ForField.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForInstance.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForInstrumentedType.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameter.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForNullConstant. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForStackManipulation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.ArgumentLoader.ForThisReference.Factory. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForConstructingInvocation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForField. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForMethodParameter. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForSelfOrStaticInvocation. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCall.TargetHandler.ForValue. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForConstruction. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForField.WithInstance. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForField.WithLookup. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation.ImplementationDelegate.ForStaticMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodDelegation. prepare(InstrumentedType instrumentedType)InstrumentedTypeStubMethod. prepare(InstrumentedType instrumentedType)InstrumentedTypeSuperMethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeSuperMethodCall.WithoutReturn. prepare(InstrumentedType instrumentedType)InstrumentedTypeToStringMethod. 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 InstrumentedTypeMethodCallProxy.ConstructorCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCallProxy.MethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeTypeProxy.MethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeTypeProxy.SilentConstruction. prepare(InstrumentedType instrumentedType)Methods in net.bytebuddy.implementation.auxiliary with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedTypeMethodCallProxy.ConstructorCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeMethodCallProxy.MethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeTypeProxy.MethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeTypeProxy.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 InstrumentedTypeFieldProxy.Binder.FieldGetter. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldProxy.Binder.FieldSetter. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldProxy.Binder.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldProxy.Binder.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypeMorph.Binder.RedirectionProxy.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypeMorph.Binder.RedirectionProxy.MethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeMorph.Binder.RedirectionProxy.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypePipe.Binder.Redirection.ConstructorCall. prepare(InstrumentedType instrumentedType)InstrumentedTypePipe.Binder.Redirection.MethodCall. prepare(InstrumentedType instrumentedType)Methods in net.bytebuddy.implementation.bind.annotation with parameters of type InstrumentedType Modifier and Type Method Description InstrumentedTypeFieldProxy.Binder.FieldGetter. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldProxy.Binder.FieldSetter. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldProxy.Binder.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypeFieldProxy.Binder.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypeMorph.Binder.RedirectionProxy.InstanceFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypeMorph.Binder.RedirectionProxy.MethodCall. prepare(InstrumentedType instrumentedType)InstrumentedTypeMorph.Binder.RedirectionProxy.StaticFieldConstructor. prepare(InstrumentedType instrumentedType)InstrumentedTypePipe.Binder.Redirection.ConstructorCall. prepare(InstrumentedType instrumentedType)InstrumentedTypePipe.Binder.Redirection.MethodCall. prepare(InstrumentedType instrumentedType)
-