public interface XTypeFactory
| Modifier and Type | Method and Description |
|---|---|
XClass |
fromClass(Class<?> clazz)
Wraps the given Class in an XClass.
|
XClass |
fromTypeMirror(TypeMirror typeMirror)
Wraps the given TypeMirror in an XClass.
|
XClass fromClass(Class<?> clazz)
clazz - can be nullXClass fromTypeMirror(TypeMirror typeMirror)
typeMirror - can be nullCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.