public class POJOTypeInfo extends Object
| Constructor and Description |
|---|
POJOTypeInfo(Class<?> contextType,
Type genericType) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All rights reserved.