public interface SimpleBean
ActFramework will do the following byte code enhancement to classes that are instance of `SimpleBean:
1. Create default constructor if not provided (usually for ORM library usage) 2. Create getter/setter for public non-static fields 3. Convert all public fields access into getter/setter calls
Modifier and Type | Interface and Description |
---|---|
static class |
SimpleBean.ByteCodeEnhancer |
static class |
SimpleBean.ByteCodeScanner |
static class |
SimpleBean.MetaInfo
Keep track of the class info needed by simple bean enhancement logic
|
static class |
SimpleBean.MetaInfoManager |
Copyright © 2014–2021 ActFramework. All rights reserved.