class TypeFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
TypeFactory.GenericsReifiedType |
| Modifier and Type | Field and Description |
|---|---|
private static TypeFactory.GenericsReifiedType |
OBJECT |
| Constructor and Description |
|---|
TypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<ReifiedType> |
getArguments(org.springframework.core.convert.TypeDescriptor type) |
private static ReifiedType |
getReifiedType(java.lang.reflect.Type targetType) |
(package private) static ReifiedType |
getType(org.springframework.core.convert.TypeDescriptor targetType) |
private static final TypeFactory.GenericsReifiedType OBJECT
static ReifiedType getType(org.springframework.core.convert.TypeDescriptor targetType)
private static java.util.List<ReifiedType> getArguments(org.springframework.core.convert.TypeDescriptor type)
private static ReifiedType getReifiedType(java.lang.reflect.Type targetType)