| 程序包 | 说明 |
|---|---|
| io.polaris.core.asm.reflect |
| 限定符和类型 | 字段和说明 |
|---|---|
List<BeanPropertyInfo> |
BeanPropertyInfo.Classification.fields |
List<BeanPropertyInfo> |
BeanPropertyInfo.Classification.getters |
Map<String,BeanPropertyInfo> |
BeanPropertyInfo.Classification.properties |
protected Map<String,BeanPropertyInfo> |
BeanOptionsCopier.properties |
protected Map<String,BeanPropertyInfo> |
BeanDirectCopier.properties |
protected Map<String,BeanPropertyInfo> |
BeanCopier.properties |
List<BeanPropertyInfo> |
BeanPropertyInfo.Classification.setters |
| 限定符和类型 | 方法和说明 |
|---|---|
static BeanPropertyInfo |
BeanPropertyInfo.of(PropertyDescriptor propertyDescriptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<BeanPropertyInfo> |
BeanPropertyInfo.listOf(Class<?> beanType) |
static Map<String,BeanPropertyInfo> |
BeanPropertyInfo.mapOf(Class<?> beanType) |
Map<String,BeanPropertyInfo> |
BeanLambdaAccess.properties() |
Map<String,BeanPropertyInfo> |
BeanAccess.properties() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T> void |
BeanCopier.copyBeanToBeanWithDynamicKeyMappings(BeanAccess<S> sourceBeanAccess,
S source,
BeanAccess<T> targetBeanAccess,
T target,
CopyOptions options,
Set<String> targetKeys,
List<Tuple2<BeanPropertyInfo,BeanPropertyInfo>> mapping) |
protected <T> void |
BeanCopier.copyBeanToBeanWithDynamicKeyMappings(BeanAccess<S> sourceBeanAccess,
S source,
BeanAccess<T> targetBeanAccess,
T target,
CopyOptions options,
Set<String> targetKeys,
List<Tuple2<BeanPropertyInfo,BeanPropertyInfo>> mapping) |
Copyright © 2025 fossc. All rights reserved.