Package gw.lang.reflect
Interface ITypeInfoFactory
-
- All Known Implementing Classes:
TypeInfoFactoryImpl
public interface ITypeInfoFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJavaTypeInfocreate(IType intrType, IJavaClassInfo backingClass)IJavaTypeInfocreate(IType intrType, java.lang.Class<?> backingClass)
-
-
-
Method Detail
-
create
IJavaTypeInfo create(IType intrType, java.lang.Class<?> backingClass)
-
create
IJavaTypeInfo create(IType intrType, IJavaClassInfo backingClass)
-
-