Uses of Class
io.ebean.enhance.asm.ClassReader
Packages that use ClassReader
Package
Description
Provides a small and fast bytecode manipulation framework.
-
Uses of ClassReader in io.ebean.enhance.asm
Constructors in io.ebean.enhance.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations. -
Uses of ClassReader in io.ebean.enhance.common
Constructors in io.ebean.enhance.common with parameters of type ClassReaderModifierConstructorDescriptionClassWriterWithoutClassLoading(ClassReader classReader, int flags, ClassLoader classLoader)