byte-buddy-0.2.1.jar中文-英文对照文档.zip

net.bytebuddybyte-buddy0.2.1API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: byte-buddy-0.2.1.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 3.21 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

byte-buddy-0.2.1.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:byte-buddy-0.2.1.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:byte-buddy-0.2.1.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:byte-buddy-0.2.1.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:byte-buddy-0.2.1-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 byte-buddy-0.2.1.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Byte Buddy (without dependencies)
  • 描述: Byte Buddy是一个用于在运行时创建Java类的Java库。该构件是Byte Buddy的一个构建版本,所有ASM依赖项都被重新打包到其自己的命名空间中。
  • 版本: 0.2.1

Maven依赖

<dependency>
	<groupId>net.bytebuddy</groupId>
	<artifactId>byte-buddy</artifactId>
	<version>0.2.1</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '0.2.1'
Gradle (Short):
	implementation 'net.bytebuddy:byte-buddy:0.2.1'
Gradle (Kotlin):
	implementation("net.bytebuddy:byte-buddy:0.2.1")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

net.bytebuddy
net.bytebuddy.asm
net.bytebuddy.dynamic
net.bytebuddy.dynamic.loading
net.bytebuddy.dynamic.scaffold
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.utility

本组件包含的 Java class(类)

net.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.ClassFileVersion
net.bytebuddy.NamingStrategy
net.bytebuddy.NamingStrategy.Fixed
net.bytebuddy.NamingStrategy.PrefixingRandom
net.bytebuddy.NamingStrategy.SuffixingRandom
net.bytebuddy.NamingStrategy.UnnamedType
net.bytebuddy.asm.ClassVisitorWrapper
net.bytebuddy.asm.ClassVisitorWrapper.Chain
net.bytebuddy.dynamic.ClassLoadingStrategy
net.bytebuddy.dynamic.ClassLoadingStrategy.Default
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.ClassLoaderByteArrayInjector
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.LatentFieldMatcher
net.bytebuddy.dynamic.scaffold.MethodRegistry
net.bytebuddy.dynamic.scaffold.MethodRegistry.Compiled
net.bytebuddy.dynamic.scaffold.MethodRegistry.Default
net.bytebuddy.dynamic.scaffold.MethodRegistry.LatentMethodMatcher
net.bytebuddy.dynamic.scaffold.MethodRegistry.LatentMethodMatcher.Simple
net.bytebuddy.dynamic.scaffold.TypeExtensionDelegate
net.bytebuddy.dynamic.scaffold.TypeExtensionDelegate.AuxiliaryTypeNamingStrategy
net.bytebuddy.dynamic.scaffold.TypeExtensionDelegate.AuxiliaryTypeNamingStrategy.SuffixingRandom
net.bytebuddy.dynamic.scaffold.TypeExtensionDelegate.SameThreadCoModifiableIterable
net.bytebuddy.dynamic.scaffold.TypeWriter
net.bytebuddy.dynamic.scaffold.TypeWriter.Builder
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.InGeneralPhase
net.bytebuddy.dynamic.scaffold.TypeWriter.InMemberPhase
net.bytebuddy.dynamic.scaffold.TypeWriter.MemberPhaseTransitional
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Simple
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Skip
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.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.ExtractableView
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.ForLoadedType
net.bytebuddy.instrumentation.attribute.TypeAttributeAppender.ForSuperType
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.bytecode.ByteCodeAppender
net.bytebuddy.instrumentation.method.bytecode.ByteCodeAppender.Compound
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.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.MethodCallProxy
net.bytebuddy.instrumentation.type.auxiliary.MethodCallProxy.AssignableSignatureCall
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.MethodManifestation
net.bytebuddy.modifier.Ownership
net.bytebuddy.modifier.SuperFlag
net.bytebuddy.modifier.SynchronizationState
net.bytebuddy.modifier.SyntheticState
net.bytebuddy.modifier.TypeManifestation
net.bytebuddy.modifier.Visibility
net.bytebuddy.utility.ByteBuddyCommons