Searched refs:keyNotFullySpecified (Results 1 – 3 of 3) sorted by relevance
247 throw errors.keyNotFullySpecified(TypeLiteral.get(factoryRawType)).toException(); in FactoryProvider2()444 new Errors().keyNotFullySpecified(typeLiteral).getMessages()); in isTypeNotSpecified()
99 Errors errors = new Errors().keyNotFullySpecified(typeLiteral); in canonicalizeForKey()
395 public Errors keyNotFullySpecified(TypeLiteral<?> typeLiteral) { in keyNotFullySpecified() method in Errors