Uses of Interface
io.ebean.enhance.asm.Opcodes
Packages that use Opcodes
Package
Description
Provides some useful class and method adapters.
-
Uses of Opcodes in io.ebean.enhance.asm.commons
Classes in io.ebean.enhance.asm.commons that implement OpcodesModifier and TypeClassDescriptionclassAMethodVisitorto insert before, after and around advices in methods and constructors. -
Uses of Opcodes in io.ebean.enhance.common
Classes in io.ebean.enhance.common that implement Opcodes -
Uses of Opcodes in io.ebean.enhance.entity
Classes in io.ebean.enhance.entity that implement Opcodes -
Uses of Opcodes in io.ebean.enhance.querybean
Classes in io.ebean.enhance.querybean that implement OpcodesModifier and TypeClassDescriptionclassChanges the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.classChanges the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.