文件名称: byte-buddy-0.3.1.jar中文-英文对照文档.zip
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>0.3.1</version>
</dependency>Gradle:
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '0.3.1'
Gradle (Short):
implementation 'net.bytebuddy:byte-buddy:0.3.1'
Gradle (Kotlin):
implementation("net.bytebuddy:byte-buddy:0.3.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.bytebuddy
net.bytebuddy.asm
net.bytebuddy.dynamic
net.bytebuddy.dynamic.loading
net.bytebuddy.dynamic.scaffold
net.bytebuddy.dynamic.scaffold.inline
net.bytebuddy.dynamic.scaffold.subclass
net.bytebuddy.instrumentation
net.bytebuddy.instrumentation.attribute
net.bytebuddy.instrumentation.attribute.annotation
net.bytebuddy.instrumentation.field
net.bytebuddy.instrumentation.method
net.bytebuddy.instrumentation.method.bytecode
net.bytebuddy.instrumentation.method.bytecode.bind
net.bytebuddy.instrumentation.method.bytecode.bind.annotation
net.bytebuddy.instrumentation.method.bytecode.stack
net.bytebuddy.instrumentation.method.bytecode.stack.assign
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive
net.bytebuddy.instrumentation.method.bytecode.stack.assign.reference
net.bytebuddy.instrumentation.method.bytecode.stack.collection
net.bytebuddy.instrumentation.method.bytecode.stack.constant
net.bytebuddy.instrumentation.method.bytecode.stack.member
net.bytebuddy.instrumentation.method.matcher
net.bytebuddy.instrumentation.type
net.bytebuddy.instrumentation.type.auxiliary
net.bytebuddy.modifier
net.bytebuddy.utilitynet.bytebuddy.ByteBuddy
net.bytebuddy.ByteBuddy.Definable
net.bytebuddy.ByteBuddy.Definable.Defined
net.bytebuddy.ByteBuddy.Definable.Undefined
net.bytebuddy.ByteBuddy.MethodAnnotationTarget
net.bytebuddy.ByteBuddy.MethodInterceptable
net.bytebuddy.ByteBuddy.OptionalMethodInterception
net.bytebuddy.ClassFileVersion
net.bytebuddy.NamingStrategy
net.bytebuddy.NamingStrategy.Fixed
net.bytebuddy.NamingStrategy.PrefixingRandom
net.bytebuddy.NamingStrategy.SuffixingRandom
net.bytebuddy.NamingStrategy.UnnamedType
net.bytebuddy.NamingStrategy.UnnamedType.Default
net.bytebuddy.asm.ClassVisitorWrapper
net.bytebuddy.asm.ClassVisitorWrapper.Chain
net.bytebuddy.dynamic.ClassLoadingStrategy
net.bytebuddy.dynamic.ClassLoadingStrategy.Default
net.bytebuddy.dynamic.ClassLoadingStrategy.Default.ProtectionDomainInjection
net.bytebuddy.dynamic.ClassLoadingStrategy.Default.ProtectionDomainWrapper
net.bytebuddy.dynamic.ClassLoadingStrategy.WithDefaultProtectionDomain
net.bytebuddy.dynamic.DynamicType
net.bytebuddy.dynamic.DynamicType.Builder
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
net.bytebuddy.dynamic.DynamicType.Builder.ExceptionDeclarableMethodInterception
net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget
net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget
net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.NumericRangeValidator
net.bytebuddy.dynamic.DynamicType.Builder.MatchedMethodInterception
net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget
net.bytebuddy.dynamic.DynamicType.Builder.OptionalMatchedMethodInterception
net.bytebuddy.dynamic.DynamicType.Default
net.bytebuddy.dynamic.DynamicType.Default.Loaded
net.bytebuddy.dynamic.DynamicType.Default.Unloaded
net.bytebuddy.dynamic.DynamicType.Loaded
net.bytebuddy.dynamic.DynamicType.Unloaded
net.bytebuddy.dynamic.TargetType
net.bytebuddy.dynamic.loading.ByteArrayClassLoader
net.bytebuddy.dynamic.loading.ByteArrayClassLoader.ChildFirst
net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler
net.bytebuddy.dynamic.loading.ClassLoaderByteArrayInjector
net.bytebuddy.dynamic.loading.ClassReloadingStrategy
net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Factory
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.NoOp
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Candidate
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Resolved
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Unknown
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.ConflictHandler
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.ConflictHandler.Default
net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.Factory
net.bytebuddy.dynamic.scaffold.FieldRegistry
net.bytebuddy.dynamic.scaffold.FieldRegistry.Compiled
net.bytebuddy.dynamic.scaffold.FieldRegistry.Compiled.NoOp
net.bytebuddy.dynamic.scaffold.FieldRegistry.Default
net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Compiled
net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Entry
net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Prepared
net.bytebuddy.dynamic.scaffold.FieldRegistry.LatentFieldMatcher
net.bytebuddy.dynamic.scaffold.FieldRegistry.Prepared
net.bytebuddy.dynamic.scaffold.MethodRegistry
net.bytebuddy.dynamic.scaffold.MethodRegistry.Compiled
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled.Entry
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Prepared
net.bytebuddy.dynamic.scaffold.MethodRegistry.LatentMethodMatcher
net.bytebuddy.dynamic.scaffold.MethodRegistry.LatentMethodMatcher.Simple
net.bytebuddy.dynamic.scaffold.MethodRegistry.Prepared
net.bytebuddy.dynamic.scaffold.TypeWriter
net.bytebuddy.dynamic.scaffold.TypeWriter.Default
net.bytebuddy.dynamic.scaffold.TypeWriter.Engine
net.bytebuddy.dynamic.scaffold.TypeWriter.Engine.ForCreation
net.bytebuddy.dynamic.scaffold.TypeWriter.Engine.ForRedefinition
net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool
net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry
net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.NoOp
net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.Simple
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Factory
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Simple
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Skip
net.bytebuddy.dynamic.scaffold.inline.ClassFileLocator
net.bytebuddy.dynamic.scaffold.inline.ClassFileLocator.Compound
net.bytebuddy.dynamic.scaffold.inline.ClassFileLocator.Default
net.bytebuddy.dynamic.scaffold.inline.InlineDynamicTypeBuilder
net.bytebuddy.dynamic.scaffold.inline.InlineDynamicTypeBuilder.TargetHandler
net.bytebuddy.dynamic.scaffold.inline.InlineDynamicTypeBuilder.TargetHandler.ForRebaseInstrumentation
net.bytebuddy.dynamic.scaffold.inline.InlineDynamicTypeBuilder.TargetHandler.ForRedefinitionInstrumentation
net.bytebuddy.dynamic.scaffold.inline.InlineDynamicTypeBuilder.TargetHandler.Prepared
net.bytebuddy.dynamic.scaffold.inline.InlineDynamicTypeBuilder.TargetHandler.Prepared.ForRebaseInstrumentation
net.bytebuddy.dynamic.scaffold.inline.InlineDynamicTypeBuilder.TargetHandler.Prepared.ForRedefinitionInstrumentation
net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Default
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodNameTransformer
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodNameTransformer.Suffixing
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.NoOp
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedConstructor
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedMethod
net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.Preserved
net.bytebuddy.dynamic.scaffold.inline.RebaseInstrumentationTarget
net.bytebuddy.dynamic.scaffold.inline.RebaseInstrumentationTarget.Factory
net.bytebuddy.dynamic.scaffold.inline.RebaseInstrumentationTarget.RebasedMethodSpecialMethodInvocation
net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy
net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy.Default
net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder
net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentationTarget
net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentationTarget.Factory
net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentationTarget.OriginTypeIdentifier
net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
net.bytebuddy.instrumentation.ByteCodeElement
net.bytebuddy.instrumentation.DefaultMethodCall
net.bytebuddy.instrumentation.ExceptionMethod
net.bytebuddy.instrumentation.ExceptionMethod.ConstructionDelegate
net.bytebuddy.instrumentation.ExceptionMethod.ConstructionDelegate.ForDefaultConstructor
net.bytebuddy.instrumentation.ExceptionMethod.ConstructionDelegate.ForStringConstructor
net.bytebuddy.instrumentation.FieldAccessor
net.bytebuddy.instrumentation.FieldAccessor.AssignerConfigurable
net.bytebuddy.instrumentation.FieldAccessor.FieldDefinable
net.bytebuddy.instrumentation.FieldAccessor.FieldLocator
net.bytebuddy.instrumentation.FieldAccessor.FieldLocator.Factory
net.bytebuddy.instrumentation.FieldAccessor.FieldLocator.ForGivenType
net.bytebuddy.instrumentation.FieldAccessor.FieldLocator.ForInstrumentedType
net.bytebuddy.instrumentation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy
net.bytebuddy.instrumentation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory
net.bytebuddy.instrumentation.FieldAccessor.ForBeanProperty
net.bytebuddy.instrumentation.FieldAccessor.ForNamedField
net.bytebuddy.instrumentation.FieldAccessor.OwnerTypeLocatable
net.bytebuddy.instrumentation.FixedValue
net.bytebuddy.instrumentation.FixedValue.AssignerConfigurable
net.bytebuddy.instrumentation.FixedValue.ForPoolValue
net.bytebuddy.instrumentation.FixedValue.ForStaticField
net.bytebuddy.instrumentation.Forwarding
net.bytebuddy.instrumentation.Forwarding.PreparationHandler
net.bytebuddy.instrumentation.Forwarding.PreparationHandler.ForInstanceField
net.bytebuddy.instrumentation.Forwarding.PreparationHandler.ForStaticField
net.bytebuddy.instrumentation.Forwarding.PreparationHandler.ForStaticInstance
net.bytebuddy.instrumentation.Instrumentation
net.bytebuddy.instrumentation.Instrumentation.Compound
net.bytebuddy.instrumentation.Instrumentation.Context
net.bytebuddy.instrumentation.Instrumentation.Context.Default
net.bytebuddy.instrumentation.Instrumentation.Context.Default.AuxiliaryTypeNamingStrategy
net.bytebuddy.instrumentation.Instrumentation.Context.Default.AuxiliaryTypeNamingStrategy.SuffixingRandom
net.bytebuddy.instrumentation.Instrumentation.Context.ExtractableView
net.bytebuddy.instrumentation.Instrumentation.Context.ExtractableView.InjectedCode
net.bytebuddy.instrumentation.Instrumentation.Context.ExtractableView.InjectedCode.None
net.bytebuddy.instrumentation.Instrumentation.ForAbstractMethod
net.bytebuddy.instrumentation.Instrumentation.SpecialMethodInvocation
net.bytebuddy.instrumentation.Instrumentation.SpecialMethodInvocation.Illegal
net.bytebuddy.instrumentation.Instrumentation.SpecialMethodInvocation.Simple
net.bytebuddy.instrumentation.Instrumentation.Target
net.bytebuddy.instrumentation.Instrumentation.Target.AbstractBase
net.bytebuddy.instrumentation.Instrumentation.Target.Factory
net.bytebuddy.instrumentation.Instrumentation.Target.MethodLookup
net.bytebuddy.instrumentation.Instrumentation.Target.MethodLookup.Default
net.bytebuddy.instrumentation.InvocationHandlerAdapter
net.bytebuddy.instrumentation.LoadedTypeInitializer
net.bytebuddy.instrumentation.LoadedTypeInitializer.Compound
net.bytebuddy.instrumentation.LoadedTypeInitializer.ForStaticField
net.bytebuddy.instrumentation.LoadedTypeInitializer.NoOp
net.bytebuddy.instrumentation.MethodDelegation
net.bytebuddy.instrumentation.MethodDelegation.InstrumentationDelegate
net.bytebuddy.instrumentation.MethodDelegation.InstrumentationDelegate.ForConstruction
net.bytebuddy.instrumentation.MethodDelegation.InstrumentationDelegate.ForInstanceField
net.bytebuddy.instrumentation.MethodDelegation.InstrumentationDelegate.ForStaticFieldInstance
net.bytebuddy.instrumentation.MethodDelegation.InstrumentationDelegate.ForStaticMethod
net.bytebuddy.instrumentation.ModifierContributor
net.bytebuddy.instrumentation.ModifierContributor.ForField
net.bytebuddy.instrumentation.ModifierContributor.ForMethod
net.bytebuddy.instrumentation.ModifierContributor.ForType
net.bytebuddy.instrumentation.ModifierReviewable
net.bytebuddy.instrumentation.ModifierReviewable.AbstractModifierReviewable
net.bytebuddy.instrumentation.StubMethod
net.bytebuddy.instrumentation.SuperMethodCall
net.bytebuddy.instrumentation.attribute.FieldAttributeAppender
net.bytebuddy.instrumentation.attribute.FieldAttributeAppender.Compound
net.bytebuddy.instrumentation.attribute.FieldAttributeAppender.Factory
net.bytebuddy.instrumentation.attribute.FieldAttributeAppender.Factory.Compound
net.bytebuddy.instrumentation.attribute.FieldAttributeAppender.ForAnnotation
net.bytebuddy.instrumentation.attribute.FieldAttributeAppender.ForLoadedField
net.bytebuddy.instrumentation.attribute.FieldAttributeAppender.NoOp
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.Compound
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.Factory
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.Factory.Compound
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.ForAnnotation
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.ForInstrumentedMethod
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.ForLoadedConstructor
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.ForLoadedMethod
net.bytebuddy.instrumentation.attribute.MethodAttributeAppender.NoOp
net.bytebuddy.instrumentation.attribute.TypeAttributeAppender
net.bytebuddy.instrumentation.attribute.TypeAttributeAppender.Compound
net.bytebuddy.instrumentation.attribute.TypeAttributeAppender.ForAnnotation
net.bytebuddy.instrumentation.attribute.TypeAttributeAppender.ForSuperType
net.bytebuddy.instrumentation.attribute.TypeAttributeAppender.ForType
net.bytebuddy.instrumentation.attribute.TypeAttributeAppender.NoOp
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender.AnnotationVisibility
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender.Default
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender.Target
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender.Target.OnField
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender.Target.OnMethod
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender.Target.OnMethodParameter
net.bytebuddy.instrumentation.attribute.annotation.AnnotationAppender.Target.OnType
net.bytebuddy.instrumentation.field.FieldDescription
net.bytebuddy.instrumentation.field.FieldDescription.AbstractFieldDescription
net.bytebuddy.instrumentation.field.FieldDescription.ForLoadedField
net.bytebuddy.instrumentation.field.FieldDescription.Latent
net.bytebuddy.instrumentation.field.FieldList
net.bytebuddy.instrumentation.field.FieldList.Empty
net.bytebuddy.instrumentation.field.FieldList.Explicit
net.bytebuddy.instrumentation.field.FieldList.ForLoadedField
net.bytebuddy.instrumentation.method.ByteCodeMethod
net.bytebuddy.instrumentation.method.MethodDescription
net.bytebuddy.instrumentation.method.MethodDescription.AbstractMethodDescription
net.bytebuddy.instrumentation.method.MethodDescription.ForLoadedConstructor
net.bytebuddy.instrumentation.method.MethodDescription.ForLoadedMethod
net.bytebuddy.instrumentation.method.MethodDescription.Latent
net.bytebuddy.instrumentation.method.MethodList
net.bytebuddy.instrumentation.method.MethodList.Empty
net.bytebuddy.instrumentation.method.MethodList.Explicit
net.bytebuddy.instrumentation.method.MethodList.ForLoadedType
net.bytebuddy.instrumentation.method.MethodLookupEngine
net.bytebuddy.instrumentation.method.MethodLookupEngine.ConflictingInterfaceMethod
net.bytebuddy.instrumentation.method.MethodLookupEngine.Default
net.bytebuddy.instrumentation.method.MethodLookupEngine.Default.DefaultMethodLookup
net.bytebuddy.instrumentation.method.MethodLookupEngine.Default.Factory
net.bytebuddy.instrumentation.method.MethodLookupEngine.Factory
net.bytebuddy.instrumentation.method.MethodLookupEngine.Finding
net.bytebuddy.instrumentation.method.MethodLookupEngine.Finding.Default
net.bytebuddy.instrumentation.method.MethodLookupEngine.OverridenClassMethod
net.bytebuddy.instrumentation.method.bytecode.ByteCodeAppender
net.bytebuddy.instrumentation.method.bytecode.ByteCodeAppender.Compound
net.bytebuddy.instrumentation.method.bytecode.ByteCodeAppender.Simple
net.bytebuddy.instrumentation.method.bytecode.ByteCodeAppender.Size
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.AmbiguityResolver
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.AmbiguityResolver.Chain
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.AmbiguityResolver.NoOp
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.AmbiguityResolver.Resolution
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.MethodBinding
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.MethodBinding.Builder
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.MethodBinding.Illegal
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.MethodInvoker
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.MethodInvoker.Simple
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.MethodInvoker.Virtual
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.ParameterBinding
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.ParameterBinding.Anonymous
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.ParameterBinding.Illegal
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.ParameterBinding.Unique
net.bytebuddy.instrumentation.method.bytecode.bind.MethodDelegationBinder.Processor
net.bytebuddy.instrumentation.method.bytecode.bind.MethodNameEqualityResolver
net.bytebuddy.instrumentation.method.bytecode.bind.MostSpecificTypeResolver
net.bytebuddy.instrumentation.method.bytecode.bind.MostSpecificTypeResolver.ParameterIndexToken
net.bytebuddy.instrumentation.method.bytecode.bind.ParameterLengthResolver
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.AllArguments
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.AllArguments.Assignment
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.AllArguments.Binder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Argument
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Argument.Binder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Argument.BindingMechanic
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Argument.NextUnboundAsDefaultsProvider
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.BindingPriority
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.BindingPriority.Resolver
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.DefaultCall
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.DefaultCall.Binder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.IgnoreForBinding
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.IgnoreForBinding.Verifier
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Origin
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Origin.Binder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Pipe
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Pipe.Binder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Pipe.Binder.Redirection
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.RuntimeType
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.RuntimeType.Verifier
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Super
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Super.Binder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.Super.Instantiation
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.SuperCall
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.SuperCall.Binder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.TargetMethodAnnotationDrivenBinder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.TargetMethodAnnotationDrivenBinder.ParameterBinder
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.This
net.bytebuddy.instrumentation.method.bytecode.bind.annotation.This.Binder
net.bytebuddy.instrumentation.method.bytecode.stack.Duplication
net.bytebuddy.instrumentation.method.bytecode.stack.StackManipulation
net.bytebuddy.instrumentation.method.bytecode.stack.StackManipulation.Compound
net.bytebuddy.instrumentation.method.bytecode.stack.StackManipulation.Illegal
net.bytebuddy.instrumentation.method.bytecode.stack.StackManipulation.LegalTrivial
net.bytebuddy.instrumentation.method.bytecode.stack.StackManipulation.Size
net.bytebuddy.instrumentation.method.bytecode.stack.StackSize
net.bytebuddy.instrumentation.method.bytecode.stack.Throw
net.bytebuddy.instrumentation.method.bytecode.stack.TypeCreation
net.bytebuddy.instrumentation.method.bytecode.stack.assign.Assigner
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive.PrimitiveBoxingDelegate
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive.PrimitiveTypeAwareAssigner
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive.PrimitiveUnboxingDelegate
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive.PrimitiveUnboxingDelegate.UnboxingResponsible
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive.PrimitiveWideningDelegate
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive.VoidAwareAssigner
net.bytebuddy.instrumentation.method.bytecode.stack.assign.reference.DownCasting
net.bytebuddy.instrumentation.method.bytecode.stack.assign.reference.ReferenceTypeAwareAssigner
net.bytebuddy.instrumentation.method.bytecode.stack.collection.ArrayFactory
net.bytebuddy.instrumentation.method.bytecode.stack.collection.ArrayFactory.ArrayCreator
net.bytebuddy.instrumentation.method.bytecode.stack.collection.ArrayFactory.ArrayCreator.Primitive
net.bytebuddy.instrumentation.method.bytecode.stack.collection.ArrayFactory.ArrayCreator.Reference
net.bytebuddy.instrumentation.method.bytecode.stack.collection.CollectionFactory
net.bytebuddy.instrumentation.method.bytecode.stack.constant.ClassConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.DefaultValue
net.bytebuddy.instrumentation.method.bytecode.stack.constant.DoubleConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.FloatConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.IntegerConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.LongConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.MethodConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.MethodConstant.CanCache
net.bytebuddy.instrumentation.method.bytecode.stack.constant.MethodHandleConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.MethodTypeConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.NullConstant
net.bytebuddy.instrumentation.method.bytecode.stack.constant.TextConstant
net.bytebuddy.instrumentation.method.bytecode.stack.member.FieldAccess
net.bytebuddy.instrumentation.method.bytecode.stack.member.FieldAccess.Defined
net.bytebuddy.instrumentation.method.bytecode.stack.member.MethodInvocation
net.bytebuddy.instrumentation.method.bytecode.stack.member.MethodInvocation.WithImplicitInvocationTargetType
net.bytebuddy.instrumentation.method.bytecode.stack.member.MethodReturn
net.bytebuddy.instrumentation.method.bytecode.stack.member.MethodVariableAccess
net.bytebuddy.instrumentation.method.matcher.JunctionMethodMatcher
net.bytebuddy.instrumentation.method.matcher.JunctionMethodMatcher.AbstractBase
net.bytebuddy.instrumentation.method.matcher.JunctionMethodMatcher.Conjunction
net.bytebuddy.instrumentation.method.matcher.JunctionMethodMatcher.Disjunction
net.bytebuddy.instrumentation.method.matcher.MethodMatcher
net.bytebuddy.instrumentation.method.matcher.MethodMatchers
net.bytebuddy.instrumentation.type.DeclaredInType
net.bytebuddy.instrumentation.type.InstrumentedType
net.bytebuddy.instrumentation.type.InstrumentedType.AbstractBase
net.bytebuddy.instrumentation.type.TypeDescription
net.bytebuddy.instrumentation.type.TypeDescription.AbstractTypeDescription
net.bytebuddy.instrumentation.type.TypeDescription.ForLoadedType
net.bytebuddy.instrumentation.type.TypeList
net.bytebuddy.instrumentation.type.TypeList.Empty
net.bytebuddy.instrumentation.type.TypeList.Explicit
net.bytebuddy.instrumentation.type.TypeList.ForLoadedType
net.bytebuddy.instrumentation.type.auxiliary.AuxiliaryType
net.bytebuddy.instrumentation.type.auxiliary.AuxiliaryType.MethodAccessorFactory
net.bytebuddy.instrumentation.type.auxiliary.AuxiliaryType.MethodAccessorFactory.Illegal
net.bytebuddy.instrumentation.type.auxiliary.MethodCallProxy
net.bytebuddy.instrumentation.type.auxiliary.MethodCallProxy.AssignableSignatureCall
net.bytebuddy.instrumentation.type.auxiliary.TrivialType
net.bytebuddy.instrumentation.type.auxiliary.TypeProxy
net.bytebuddy.instrumentation.type.auxiliary.TypeProxy.ByConstructor
net.bytebuddy.instrumentation.type.auxiliary.TypeProxy.ByReflectionFactory
net.bytebuddy.modifier.FieldManifestation
net.bytebuddy.modifier.MethodArguments
net.bytebuddy.modifier.MethodManifestation
net.bytebuddy.modifier.Ownership
net.bytebuddy.modifier.SynchronizationState
net.bytebuddy.modifier.SyntheticState
net.bytebuddy.modifier.TypeManifestation
net.bytebuddy.modifier.Visibility
net.bytebuddy.utility.ByteBuddyCommons
net.bytebuddy.utility.RandomString