public class POJOTypeInfo extends Object
| 构造器和说明 |
|---|
POJOTypeInfo(Class<?> contextType,
Type genericType) |
| 限定符和类型 | 方法和说明 |
|---|---|
POJOTypeInfo |
getArrayElement() |
Class<?> |
getContextType() |
List<POJOTypeInfo> |
getGenericParameters() |
Type |
getGenericType() |
Class<?> |
getType() |
public Class<?> getContextType()
public Type getGenericType()
public Class<?> getType()
public POJOTypeInfo getArrayElement()
public List<POJOTypeInfo> getGenericParameters()
Copyright © 2020. All rights reserved.