文件名称: cglib-3.1.jar中文-英文对照文档.zip
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.1</version>
</dependency>Gradle:
implementation group: 'cglib', name: 'cglib', version: '3.1'
Gradle (Short):
implementation 'cglib:cglib:3.1'
Gradle (Kotlin):
implementation("cglib:cglib:3.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.sf.cglib.beans
net.sf.cglib.core
net.sf.cglib.proxy
net.sf.cglib.reflect
net.sf.cglib.transform
net.sf.cglib.transform.impl
net.sf.cglib.utilnet.sf.cglib.beans.BeanCopier
net.sf.cglib.beans.BeanCopier.Generator
net.sf.cglib.beans.BeanGenerator
net.sf.cglib.beans.BeanMap
net.sf.cglib.beans.BeanMap.Generator
net.sf.cglib.beans.BulkBean
net.sf.cglib.beans.BulkBean.Generator
net.sf.cglib.beans.BulkBeanException
net.sf.cglib.beans.FixedKeySet
net.sf.cglib.beans.ImmutableBean
net.sf.cglib.beans.ImmutableBean.Generator
net.sf.cglib.core.AbstractClassGenerator
net.sf.cglib.core.Block
net.sf.cglib.core.ClassEmitter
net.sf.cglib.core.ClassGenerator
net.sf.cglib.core.ClassInfo
net.sf.cglib.core.ClassNameReader
net.sf.cglib.core.ClassesKey
net.sf.cglib.core.CodeEmitter
net.sf.cglib.core.CodeGenerationException
net.sf.cglib.core.CollectionUtils
net.sf.cglib.core.Constants
net.sf.cglib.core.Converter
net.sf.cglib.core.Customizer
net.sf.cglib.core.DebuggingClassWriter
net.sf.cglib.core.DefaultGeneratorStrategy
net.sf.cglib.core.DefaultNamingPolicy
net.sf.cglib.core.DuplicatesPredicate
net.sf.cglib.core.EmitUtils
net.sf.cglib.core.EmitUtils.ArrayDelimiters
net.sf.cglib.core.GeneratorStrategy
net.sf.cglib.core.KeyFactory
net.sf.cglib.core.KeyFactory.Generator
net.sf.cglib.core.Local
net.sf.cglib.core.LocalVariablesSorter
net.sf.cglib.core.MethodInfo
net.sf.cglib.core.MethodInfoTransformer
net.sf.cglib.core.MethodWrapper
net.sf.cglib.core.MethodWrapper.MethodWrapperKey
net.sf.cglib.core.NamingPolicy
net.sf.cglib.core.ObjectSwitchCallback
net.sf.cglib.core.Predicate
net.sf.cglib.core.ProcessArrayCallback
net.sf.cglib.core.ProcessSwitchCallback
net.sf.cglib.core.ReflectUtils
net.sf.cglib.core.RejectModifierPredicate
net.sf.cglib.core.Signature
net.sf.cglib.core.TinyBitSet
net.sf.cglib.core.Transformer
net.sf.cglib.core.TypeUtils
net.sf.cglib.core.VisibilityPredicate
net.sf.cglib.proxy.Callback
net.sf.cglib.proxy.CallbackFilter
net.sf.cglib.proxy.CallbackHelper
net.sf.cglib.proxy.Dispatcher
net.sf.cglib.proxy.Enhancer
net.sf.cglib.proxy.Enhancer.EnhancerKey
net.sf.cglib.proxy.Factory
net.sf.cglib.proxy.FixedValue
net.sf.cglib.proxy.InterfaceMaker
net.sf.cglib.proxy.InvocationHandler
net.sf.cglib.proxy.LazyLoader
net.sf.cglib.proxy.MethodInterceptor
net.sf.cglib.proxy.MethodProxy
net.sf.cglib.proxy.Mixin
net.sf.cglib.proxy.Mixin.Generator
net.sf.cglib.proxy.NoOp
net.sf.cglib.proxy.Proxy
net.sf.cglib.proxy.ProxyRefDispatcher
net.sf.cglib.proxy.UndeclaredThrowableException
net.sf.cglib.reflect.ConstructorDelegate
net.sf.cglib.reflect.ConstructorDelegate.Generator
net.sf.cglib.reflect.FastClass
net.sf.cglib.reflect.FastClass.Generator
net.sf.cglib.reflect.FastConstructor
net.sf.cglib.reflect.FastMember
net.sf.cglib.reflect.FastMethod
net.sf.cglib.reflect.MethodDelegate
net.sf.cglib.reflect.MethodDelegate.Generator
net.sf.cglib.reflect.MulticastDelegate
net.sf.cglib.reflect.MulticastDelegate.Generator
net.sf.cglib.transform.AbstractClassFilterTransformer
net.sf.cglib.transform.AbstractClassLoader
net.sf.cglib.transform.AbstractClassTransformer
net.sf.cglib.transform.AbstractProcessTask
net.sf.cglib.transform.AbstractTransformTask
net.sf.cglib.transform.AnnotationVisitorTee
net.sf.cglib.transform.ClassEmitterTransformer
net.sf.cglib.transform.ClassFilter
net.sf.cglib.transform.ClassFilterTransformer
net.sf.cglib.transform.ClassReaderGenerator
net.sf.cglib.transform.ClassTransformer
net.sf.cglib.transform.ClassTransformerChain
net.sf.cglib.transform.ClassTransformerFactory
net.sf.cglib.transform.ClassTransformerTee
net.sf.cglib.transform.ClassVisitorTee
net.sf.cglib.transform.FieldVisitorTee
net.sf.cglib.transform.MethodFilter
net.sf.cglib.transform.MethodFilterTransformer
net.sf.cglib.transform.MethodVisitorTee
net.sf.cglib.transform.TransformingClassGenerator
net.sf.cglib.transform.TransformingClassLoader
net.sf.cglib.transform.impl.AbstractInterceptFieldCallback
net.sf.cglib.transform.impl.AccessFieldTransformer
net.sf.cglib.transform.impl.AccessFieldTransformer.Callback
net.sf.cglib.transform.impl.AddDelegateTransformer
net.sf.cglib.transform.impl.AddInitTransformer
net.sf.cglib.transform.impl.AddPropertyTransformer
net.sf.cglib.transform.impl.AddStaticInitTransformer
net.sf.cglib.transform.impl.FieldProvider
net.sf.cglib.transform.impl.FieldProviderTransformer
net.sf.cglib.transform.impl.InterceptFieldCallback
net.sf.cglib.transform.impl.InterceptFieldEnabled
net.sf.cglib.transform.impl.InterceptFieldFilter
net.sf.cglib.transform.impl.InterceptFieldTransformer
net.sf.cglib.transform.impl.UndeclaredThrowableStrategy
net.sf.cglib.transform.impl.UndeclaredThrowableTransformer
net.sf.cglib.util.ParallelSorter
net.sf.cglib.util.ParallelSorter.Generator
net.sf.cglib.util.StringSwitcher
net.sf.cglib.util.StringSwitcher.Generator