Searched refs:isTypeAccessible (Results 1 – 3 of 3) sorted by relevance
68 return !componentImplementation.isTypeAccessible(binding.key().type()); in useRawType()
143 boolean useRawType = !componentImplementation.isTypeAccessible(binding.key().type()); in getOrCreateField()
291 boolean isTypeAccessible(TypeMirror type) { in isTypeAccessible() method in ComponentImplementation