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 IJavaTypeInfo
create(IType intrType, IJavaClassInfo backingClass)
IJavaTypeInfo
create(IType intrType, Class<?> backingClass)
-
-
-
Method Detail
-
create
IJavaTypeInfo create(IType intrType, Class<?> backingClass)
-
create
IJavaTypeInfo create(IType intrType, IJavaClassInfo backingClass)
-
-