Uses of Interface
net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable
-
Packages that use InstrumentedType.Prepareable 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.Prepareable in net.bytebuddy
Classes in net.bytebuddy that implement InstrumentedType.Prepareable Modifier and Type Class Description protected static classByteBuddy.EnumerationImplementationAn implementation fo thevaluesmethod of an enumeration type.protected static classByteBuddy.RecordConstructorStrategyA constructor strategy for implementing a Java record.protected static classByteBuddy.RecordObjectMethodImplements the object methods of the Java record type. -
Uses of InstrumentedType.Prepareable in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement InstrumentedType.Prepareable Modifier and Type Class Description protected static classAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementationImplements an explicit bridge method for a lambda expression.protected static classAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementationImplements a lambda class's executing transformer.protected static classAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementationAn implementation of a instance factory for a lambda expression's class.protected static classAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementationImplements a lambda expression's functional method.protected static classAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.SerializationImplementationImplements thewriteReplacemethod for serializable lambda expressions. -
Uses of InstrumentedType.Prepareable in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement InstrumentedType.Prepareable Modifier and Type Class Description classAdviceAdvice wrappers copy the code of blueprint methods to be executed before and/or after a matched method. -
Uses of InstrumentedType.Prepareable in net.bytebuddy.dynamic.scaffold
Subinterfaces of InstrumentedType.Prepareable in net.bytebuddy.dynamic.scaffold Modifier and Type Interface Description static interfaceMethodRegistry.HandlerA handler for implementing a method.Classes in net.bytebuddy.dynamic.scaffold that implement InstrumentedType.Prepareable Modifier and Type Class Description static classInstrumentedType.Prepareable.NoOpA prepareable that does not alter the instrumented type.static classMethodRegistry.Handler.ForAbstractMethodA handler for defining an abstract or native method.static classMethodRegistry.Handler.ForAnnotationValueA handler for defining a default annotation value for a method.static classMethodRegistry.Handler.ForImplementationA handler for a method that is implemented as byte code.static classMethodRegistry.Handler.ForVisibilityBridgeA handler for implementing a visibility bridge. -
Uses of InstrumentedType.Prepareable in net.bytebuddy.implementation
Subinterfaces of InstrumentedType.Prepareable in net.bytebuddy.implementation Modifier and Type Interface Description static interfaceFieldAccessor.AssignerConfigurableA field accessor that can be configured to use a given assigner and runtime type use configuration.static interfaceFieldAccessor.OwnerTypeLocatableA field accessor that can be configured to locate a field in a specific manner.static interfaceFieldAccessor.PropertyConfigurableA field accessor that allows to define the access to be a field write of a given argument.static interfaceFixedValue.AssignerConfigurableRepresents a fixed value implementation that is using a default assigner for attempting to assign the fixed value to the return type of the instrumented method.interfaceImplementationAn implementation is responsible for implementing methods of a dynamically created type as byte code.static interfaceImplementation.ComposableRepresents an implementation that can be chained together with another implementation.static interfaceInvocationHandlerAdapter.AssignerConfigurableAllows for the configuration of anAssignerof anInvocationHandlerAdapter.static interfaceInvocationHandlerAdapter.WithoutPrivilegeConfigurationAllows the configuration of privileged lookup for the resolution ofMethodconstants that are provided to the invocation handler.static interfaceMethodCall.ArgumentLoader.FactoryA factory that producesMethodCall.ArgumentLoaders for a given instrumented method.static interfaceMethodCall.TargetHandler.FactoryA factory for creating a target handler.protected static interfaceMethodDelegation.ImplementationDelegateAn implementation delegate is responsible for executing the actual method delegation and for resolving the target methods.Classes in net.bytebuddy.implementation that implement InstrumentedType.Prepareable Modifier and Type Class Description classDefaultMethodCallThisImplementationinvokes a default method for the methods it instruments.classEqualsMethodAn implementation ofObject.equals(Object)that takes a class's declared fields into consideration.classExceptionMethodThis implementation causes aThrowableto be thrown when the instrumented method is invoked.classFieldAccessorDefines a method to access a given field by following the Java bean conventions for getters and setters:protected static classFieldAccessor.ForImplicitPropertyA field accessor for an implicit property where a getter or setter property is inferred from the signature.protected static classFieldAccessor.ForSetter<T>A field accessor for a field setter.protected static classFieldAccessor.ForSetter.OfConstantValueAn instrumentation that sets a constant value to a field.protected static classFieldAccessor.ForSetter.OfDefaultValueA setter instrumentation that sets anullor a primitive type's default value.protected static classFieldAccessor.ForSetter.OfFieldValueA setter that reads a value of another field and sets this value.protected static classFieldAccessor.ForSetter.OfParameterValueA setter instrumentation for a parameter value.protected static classFieldAccessor.ForSetter.OfReferenceValueAn instrumentation that sets a field to a reference value that is stored in a static field of the instrumented type.classFixedValueThis implementation returns a fixed value for a method.protected static classFixedValue.ForArgumentA fixed value implementation that returns a method's argument.protected static classFixedValue.ForConstantValueA fixed value implementation that represents its fixed value as a constant pool value or a byte code instruction.protected static classFixedValue.ForNullValueA fixed value ofnull.protected static classFixedValue.ForOriginTypeA fixed value that appends the origin type of the instrumented type.protected static classFixedValue.ForThisValueA fixed value ofthis.protected static classFixedValue.ForValueA fixed value implementation that represents its fixed value as a static field of the instrumented class.classHashCodeMethodAn implementation ofObject.hashCode()that takes a class's declared fields into consideration.static classImplementation.CompoundA compound implementation that allows to combine several implementations.static classImplementation.Compound.ComposableA compound implementation that allows to combine several implementations and that isImplementation.Composable.static classImplementation.SimpleA simple implementation that does not register any members with the instrumented type.protected static classImplementation.Simple.ForDispatcherAByteCodeAppenderfor a dispatcher.classInvocationHandlerAdapterAn adapter for adapting anInvocationHandler.protected static classInvocationHandlerAdapter.ForFieldAn implementation of anInvocationHandlerAdapterthat delegates method invocations to an adapter that is stored in an instance field.protected static classInvocationHandlerAdapter.ForInstanceAn implementation of anInvocationHandlerAdapterthat delegates method invocations to an adapter that is stored in a static field.classInvokeDynamicAn implementation that applies a dynamic method invocation.protected static classInvokeDynamic.AbstractDelegatorAn abstract delegator that allows to specify a configuration for any specification of an argument.static classInvokeDynamic.WithImplicitArgumentsRepresentation of anInvokeDynamicimplementation where the bootstrapped method is passed athisreference, if available, and any arguments of the instrumented method.static classInvokeDynamic.WithImplicitTargetRepresentation of anInvokeDynamicimplementation where the bootstrapped method is passed athisreference, if available, and any arguments of the instrumented method and where the invocation target is implicit.static classInvokeDynamic.WithImplicitTypeAnInvokeDynamicinvocation where the last argument is assigned its implicit type.protected static classInvokeDynamic.WithImplicitType.OfArgumentAn invoke dynamic implementation where the last argument is an implicitly typed method argument.protected static classInvokeDynamic.WithImplicitType.OfFieldAn invoke dynamic implementation where the last argument is an implicitly typed field value.protected static classInvokeDynamic.WithImplicitType.OfInstanceA step in the invoke dynamic domain specific language that allows to explicitly specify a field type for a reference value.classMethodCallThisImplementationallows the invocation of a specified method while providing explicit arguments to this method.protected static classMethodCall.ArgumentLoader.ForField.FactoryA factory for an argument loaded that loads the value of an existing field as an argument.protected static classMethodCall.ArgumentLoader.ForInstance.FactoryA factory that supplies the value of a static field as an argument.static classMethodCall.ArgumentLoader.ForInstrumentedType.FactoryA factory for an argument loader that supplies the instrumented type as an argument.protected static classMethodCall.ArgumentLoader.ForMethodCall.FactoryA factory for an argument loaded that loads the return value of a method call as an argument.static classMethodCall.ArgumentLoader.ForMethodParameter.FactoryA factory for an argument loader that supplies a method parameter as an argument.protected static classMethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethodA factory for argument loaders that supplies all arguments of the instrumented method as arguments.static classMethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethodA factory that creates an arguments loader that loads all parameters of the instrumented method contained in an array.static classMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethodAn argument loader factory that loads an array element from a parameter for each argument of the invoked method.static classMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameterCreates an argument loader for an array element that of a specific parameter.static classMethodCall.ArgumentLoader.ForNullConstantAn argument loader that loads thenullvalue onto the operand stack.static classMethodCall.ArgumentLoader.ForStackManipulationLoads a stack manipulation resulting in a specific type as an argument.static classMethodCall.ArgumentLoader.ForThisReference.FactoryA factory for an argument loader that supplies thethisvalue as an argument.static classMethodCall.FieldSettingAMethodCallthat sets the call's result as the value of a field.(package private) static classMethodCall.TargetHandler.ForConstructingInvocation.FactoryA target handler factory for a constructor invocation.protected static classMethodCall.TargetHandler.ForField.FactoryA factory for a field access.protected static classMethodCall.TargetHandler.ForMethodCall.FactoryCreates a factory for invoking a method on the return type of another method.static classMethodCall.TargetHandler.ForMethodParameterA target handler that loads the parameter of the given index as the target object.protected static classMethodCall.TargetHandler.ForSelfOrStaticInvocation.FactoryA factory for invoking a static method or a self-declared method.protected static classMethodCall.TargetHandler.ForValue.FactoryA factory for a target handler that loads a specific value.static classMethodCall.TargetHandler.SimpleA simple target handler that applies a given stack manipulation.static classMethodCall.WithoutSpecifiedTargetRepresents aMethodCallthat invokes a method without specifying an invocation method.classMethodDelegationThis implementation delegates a method call to another method which can either bestaticby providing a reference to aClassor an instance method when another object is provided.static classMethodDelegation.ImplementationDelegate.ForConstructionAn implementation delegate for constructing an instance.static classMethodDelegation.ImplementationDelegate.ForFieldAn implementation delegate for invoking methods on a field that is declared by the instrumented type or a super type.protected static classMethodDelegation.ImplementationDelegate.ForField.WithInstanceAn implementation target for a static field that is declared by the instrumented type and that is assigned an instance.protected static classMethodDelegation.ImplementationDelegate.ForField.WithLookupAn implementation target for a field that is declared by the instrumented type or a super type.static classMethodDelegation.ImplementationDelegate.ForMethodReturnAn implementation delegate for invoking a delegation target on the another methods return value.static classMethodDelegation.ImplementationDelegate.ForStaticMethodAn implementation delegate for a static method delegation.classStubMethodThis implementation creates a method stub which does nothing but returning the default value of the return type of the method.classSuperMethodCallThis implementation will create a new method which simply calls its super method.protected static classSuperMethodCall.WithoutReturnA super method invocation where the return value is dropped instead of returning from the method.classToStringMethodAn implementation ofObject.toString()that concatenates theStringrepresentation of all fields that are declared by a class.Fields in net.bytebuddy.implementation declared as InstrumentedType.Prepareable Modifier and Type Field Description private InstrumentedType.PrepareableImplementation.Simple.ForDispatcher. prepareableA preparation of the instrumented type.Methods in net.bytebuddy.implementation with parameters of type InstrumentedType.Prepareable Modifier and Type Method Description static ImplementationImplementation.Simple. of(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable)Resolves a simple implementation that applies the given dispatcher without defining additional local variables.static ImplementationImplementation.Simple. of(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable, int additionalVariableLength)Resolves a simple implementation that applies the given dispatcher.Constructors in net.bytebuddy.implementation with parameters of type InstrumentedType.Prepareable Constructor Description ForDispatcher(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable, int additionalVariableLength)Creates a new byte code appender for a dispatcher. -
Uses of InstrumentedType.Prepareable in net.bytebuddy.implementation.auxiliary
Classes in net.bytebuddy.implementation.auxiliary that implement InstrumentedType.Prepareable Modifier and Type Class Description protected static classMethodCallProxy.ConstructorCallAn implementation for a constructor of aMethodCallProxy.protected static classMethodCallProxy.MethodCallAn implementation for a method of aMethodCallProxy.protected classTypeProxy.MethodCallAn implementation for a method call of aTypeProxy.protected static classTypeProxy.SilentConstructionAn implementation of a silent construction of a given type by using the non-standardizedReflectionFactory. -
Uses of InstrumentedType.Prepareable in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement InstrumentedType.Prepareable Modifier and Type Class Description protected static classFieldProxy.Binder.FieldGetterImplementation for a getter method.protected static classFieldProxy.Binder.FieldSetterImplementation for a setter method.protected static classFieldProxy.Binder.InstanceFieldConstructorRepresents an implementation for implementing a proxy type constructor when a non-static field is accessed.protected static classFieldProxy.Binder.StaticFieldConstructorRepresents an implementation for implementing a proxy type constructor when a static field is accessed.protected static classMorph.Binder.RedirectionProxy.InstanceFieldConstructorCreates an instance of the proxy when instrumenting an instance method.protected static classMorph.Binder.RedirectionProxy.MethodCallImplements a the method call of the morphing method.protected static classMorph.Binder.RedirectionProxy.StaticFieldConstructorCreates an instance of the proxy when instrumenting a static method.protected static classPipe.Binder.RedirectionProxy.ConstructorCallThe implementation to implement aPipe.Binder.RedirectionProxy's constructor.protected static classPipe.Binder.RedirectionProxy.MethodCallThe implementation to implement aPipe.Binder.RedirectionProxy's forwarding method.
-