public interface IBeanHandler
Modifier and Type | Field and Description |
---|---|
static Map<Class<? extends IBeanHandler>,IBeanHandler> |
BEAN_HANDLERS |
static IBeanHandler |
DEFAULT_HANDLER |
Modifier and Type | Method and Description |
---|---|
Object |
handle(Class<?> targetClass)
执行Bean处理过程
|
static final Map<Class<? extends IBeanHandler>,IBeanHandler> BEAN_HANDLERS
static final IBeanHandler DEFAULT_HANDLER
Copyright © 2022. All rights reserved.