cglib-nodep-2.2.jar - Byte Code Generation Library 2.2

Q

Byte Code Generation Library is high level API to generate and transform JAVA byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.

JAR File Size and Download Location:

File name: cglib.jar, cglib-2.2.jar, cglib-nodep.jar, cglib-nodep-2.2.jar
File size: 322362 bytes
Date modified: 12/04/2008
Download: Byte Code Generation Library 2.2

✍: FYIcenter

A

No Manifest in the JAR.

List of Classes in the JAR:

net/sf/cglib/beans/BeanCopier
net/sf/cglib/beans/BeanGenerator
net/sf/cglib/beans/BeanMap
net/sf/cglib/beans/BeanMapEmitter
net/sf/cglib/beans/BulkBean
net/sf/cglib/beans/BulkBeanEmitter
net/sf/cglib/beans/BulkBeanException
net/sf/cglib/beans/FixedKeySet
net/sf/cglib/beans/ImmutableBean
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/GeneratorStrategy
net/sf/cglib/core/KeyFactory
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/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/CallbackGenerator
net/sf/cglib/proxy/CallbackHelper
net/sf/cglib/proxy/CallbackInfo
net/sf/cglib/proxy/Dispatcher
net/sf/cglib/proxy/DispatcherGenerator
net/sf/cglib/proxy/Enhancer
net/sf/cglib/proxy/Factory
net/sf/cglib/proxy/FixedValue
net/sf/cglib/proxy/FixedValueGenerator
net/sf/cglib/proxy/InterfaceMaker
net/sf/cglib/proxy/InvocationHandler
net/sf/cglib/proxy/InvocationHandlerGenerator
net/sf/cglib/proxy/LazyLoader
net/sf/cglib/proxy/LazyLoaderGenerator
net/sf/cglib/proxy/MethodInterceptor
net/sf/cglib/proxy/MethodInterceptorGenerator
net/sf/cglib/proxy/MethodProxy
net/sf/cglib/proxy/Mixin
net/sf/cglib/proxy/MixinBeanEmitter
net/sf/cglib/proxy/MixinEmitter
net/sf/cglib/proxy/MixinEverythingEmitter
net/sf/cglib/proxy/NoOp
net/sf/cglib/proxy/NoOpGenerator
net/sf/cglib/proxy/Proxy
net/sf/cglib/proxy/ProxyRefDispatcher
net/sf/cglib/proxy/UndeclaredThrowableException
net/sf/cglib/reflect/ConstructorDelegate
net/sf/cglib/reflect/FastClass
net/sf/cglib/reflect/FastClassEmitter
net/sf/cglib/reflect/FastConstructor
net/sf/cglib/reflect/FastMember
net/sf/cglib/reflect/FastMethod
net/sf/cglib/reflect/MethodDelegate
net/sf/cglib/reflect/MulticastDelegate
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/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/ParallelSorterEmitter
net/sf/cglib/util/SorterTemplate
net/sf/cglib/util/StringSwitcher
net/sf/cglib/asm/AnnotationVisitor
net/sf/cglib/asm/AnnotationWriter
net/sf/cglib/asm/Attribute
net/sf/cglib/asm/ByteVector
net/sf/cglib/asm/ClassAdapter
net/sf/cglib/asm/ClassReader
net/sf/cglib/asm/ClassVisitor
net/sf/cglib/asm/ClassWriter
net/sf/cglib/asm/Edge
net/sf/cglib/asm/FieldVisitor
net/sf/cglib/asm/FieldWriter
net/sf/cglib/asm/Frame
net/sf/cglib/asm/Handler
net/sf/cglib/asm/Item
net/sf/cglib/asm/Label
net/sf/cglib/asm/MethodAdapter
net/sf/cglib/asm/MethodVisitor
net/sf/cglib/asm/MethodWriter
net/sf/cglib/asm/Opcodes
net/sf/cglib/asm/Type
net/sf/cglib/asm/signature/SignatureReader
net/sf/cglib/asm/signature/SignatureVisitor
net/sf/cglib/asm/signature/SignatureWriter

2009-02-08, 11838🔥, 0💬