public class MappedBy<T> extends Object implements java.util.function.Function<Map<String,Object>,T>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
name |
private Class<T> |
requiredType |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
apply(Map<String,Object> m) |
static <T> MappedBy<T> |
forName(String name,
Class<T> requiredType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identityCopyright © 2021. All rights reserved.