public interface GlobalTypeLookup
| Modifier and Type | Method and Description |
|---|---|
Type |
findTypeGlobally(java.lang.Class<?> clazz) |
Type |
findTypeGlobally(java.lang.String typeName) |
Type findTypeGlobally(java.lang.Class<?> clazz)
clazz - the clazz representing the type to look upClass object, or null if that type
couldn't be found on the compilation units classpath.Type findTypeGlobally(java.lang.String typeName)
typeName - the qualified name of the type to look up. Nested class delimiter is expected to be the '.' (dot).null if such a type
couldn't be found on the compilation units classpath.