| 程序包 | 说明 |
|---|---|
| org.noear.solon.core |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BeanBuilderTyped<T extends Annotation>
Bean 分类构建器
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Annotation> |
BeanContainer.beanBuilderAdd(Class<T> annoClz,
BeanBuilder<T> builder)
添加构建处理
|
<T extends Annotation> |
BeanContainer.beanBuilderAdd(Class<T> annoClz,
Class<?> targetClz,
BeanBuilder<T> builder)
添加分类构建处理
|
BeanBuilderTyped |
BeanBuilderTyped.defBuilder(BeanBuilder<T> builder)
配置默认构建器
|
BeanBuilderTyped |
BeanBuilderTyped.putBuilder(Class<?> type,
BeanBuilder<T> builder)
配置分类构建器
|
Copyright © 2024. All rights reserved.