Interface IExtendedTypeLoader

All Superinterfaces:
IPluginHost, IService, ITypeLoader
All Known Implementing Classes:
DefaultTypeLoader

public interface IExtendedTypeLoader extends ITypeLoader
  • Method Details

    • getIntrinsicTypeFromObject

      IType getIntrinsicTypeFromObject(Object object)
      Returns the intrinsic type for the given Object.
      Parameters:
      object - the object to get an IType for
      Returns:
      the IType for the object