接口 CollectionDomainType.Element<E>
-
- 封闭接口:
- CollectionDomainType<C,E>
public static interface CollectionDomainType.Element<E>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Class<E>getJavaType()The Java type of the collection elements.
-
public static interface CollectionDomainType.Element<E>
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
Class<E> |
getJavaType() |
The Java type of the collection elements.
|