public static class TypeResolutionContext.Basic extends java.lang.Object implements TypeResolutionContext
TypeResolutionContext.Basic| Modifier and Type | Field and Description |
|---|---|
private TypeBindings |
_bindings |
private TypeFactory |
_typeFactory |
| Constructor and Description |
|---|
Basic(TypeFactory tf,
TypeBindings b) |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
resolveType(java.lang.reflect.Type type) |
private final TypeFactory _typeFactory
private final TypeBindings _bindings
public Basic(TypeFactory tf, TypeBindings b)
public JavaType resolveType(java.lang.reflect.Type type)
resolveType in interface TypeResolutionContext