Package | Description |
---|---|
act.cli.bytecode | |
act.controller.bytecode | |
act.db | |
act.mail.bytecode | |
act.util |
Modifier and Type | Class and Description |
---|---|
class |
CommanderEnhancer |
Modifier and Type | Class and Description |
---|---|
class |
ControllerEnhancer
Enhance controllers (classes with either request handler method or interceptor methods)
|
Modifier and Type | Class and Description |
---|---|
class |
EntityClassEnhancer
Add
public static Dao dao() method to the entity model class |
Modifier and Type | Class and Description |
---|---|
class |
MailerEnhancer
Enhance mailer class
|
Modifier and Type | Class and Description |
---|---|
class |
AppByteCodeEnhancer<T extends AppByteCodeEnhancer> |
class |
AsmByteCodeEnhancer<T extends AsmByteCodeEnhancer>
Base class for all bytecode enhancer that using ASM lib
|
class |
DataObjectEnhancer
A tool to enhance a object by generating common
Object methods, e.g. |
static class |
SimpleBean.ByteCodeEnhancer |
class |
SingletonEnhancer
If a certain non-abstract/public class extends
SingletonBase ensure the class has Singleton annotation, and generate SingletonBase.instance() implementation |
Copyright © 2014–2017 ActFramework. All rights reserved.