| Package | Description |
|---|---|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| io.ebean.enhance.transactional |
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceAdapter
A
MethodVisitor to insert before, after and around advices in methods and constructors. |
class |
GeneratorAdapter
A
MethodVisitor with convenient methods to generate code. |
| Modifier and Type | Class and Description |
|---|---|
class |
FinallyAdapter
FinallyAdapter adjusted to support both non-finally use (for ConstructorMethodAdapter)
and finally use (for MethodAdapter that also enhances transactional methods)
|
class |
StaticInitAdapter
Enhance an existing static initialisation block with a call to our static
_$initProfileLocations() method.
|
Copyright © 2019. All rights reserved.