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