public interface TypeResolver
Modifier and Type | Method and Description |
---|---|
void |
addImport(String importEntry) |
String |
getFullTypeName(String shortName)
This will return the fully qualified type name (including the namespace).
|
Set<String> |
getImports() |
Class |
resolveType(String className) |
void addImport(String importEntry)
Class resolveType(String className) throws ClassNotFoundException
ClassNotFoundException
String getFullTypeName(String shortName) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.