public class ListPropertyBuilder<T> extends AbstractPropertyBuilder<List<T>> implements PropertyBuilder<List<T>>
AbstractPropertyBuilder.OperationignoredNull, lastOrig| 构造器和说明 |
|---|
ListPropertyBuilder(List<T> list,
Class<T> clazz) |
ListPropertyBuilder(List<T> list,
Class<T> clazz,
int size) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<T> |
done()
执行所有属性映射操作并返回目标对象
|
void |
exec(AbstractPropertyBuilder.Operation operation) |
exec, from, ignoreNull, map, mapAll, mapAll, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexec, from, ignoreNull, map, mapAll, mapAll, setpublic void exec(AbstractPropertyBuilder.Operation operation)
exec 在类中 AbstractPropertyBuilder<List<T>>public List<T> done()
PropertyBuilderdone 在接口中 PropertyBuilder<List<T>>Copyright © 2024 fossc. All rights reserved.