public class AotCollector extends Object
| Constructor and Description |
|---|
AotCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
清空
|
Set<Class<?>> |
getEntityTypes()
获取实体类型
|
Set<Class<?>> |
getJdkProxyTypes()
获取Jdk代理类型
|
Set<org.noear.eggg.MethodEggg> |
getMethodEgggs() |
void |
registerEntityType(Class<?> type,
Type genericType)
注册实体类型
|
void |
registerJdkProxyType(Class<?> type,
Object target)
注册jdk代理类型
|
void |
registerMethodEggg(org.noear.eggg.MethodEggg methodEggg) |
public Set<org.noear.eggg.MethodEggg> getMethodEgggs()
public void registerMethodEggg(org.noear.eggg.MethodEggg methodEggg)
public void clear()
Copyright © 2025. All rights reserved.