Searched refs:tClass (Results 1 – 2 of 2) sorted by relevance
76 Class<T> tClass = (Class<T>) toBind.getClass(); in newModule()77 binder().skipSources(getClass()).bind(tClass).toInstance(toBind); in newModule()
452 Class<?> tClass = (Class<?>) t; in toTypeNameList() local453 String tName = tClass.getCanonicalName(); in toTypeNameList()