public interface TypeManager
| Modifier and Type | Method and Description |
|---|---|
Type |
getParameterizedType(String baseTypeName,
List<TypeSignature> typeParameters,
List<Object> literalParameters)
Gets the type with the specified base type, and the given parameters, or null if not found.
|
Type |
getType(TypeSignature signature)
Gets the type with the specified signature, or null if not found.
|
List<Type> |
getTypes()
Gets a list of all registered types.
|
Type getType(TypeSignature signature)
Type getParameterizedType(String baseTypeName, List<TypeSignature> typeParameters, List<Object> literalParameters)
Copyright © 2012-2015. All Rights Reserved.