Searched refs:checkKeyType (Results 1 – 4 of 4) sorted by relevance
70 protected void checkKeyType(XType keyType) { in checkKeyType() method in BindsOptionalOfMethodValidator.Validator71 super.checkKeyType(keyType); in checkKeyType()
181 bindingElementType().ifPresent(this::checkKeyType); in checkType()214 protected void checkKeyType(XType keyType) { in checkKeyType() method in BindingElementValidator.ElementValidator378 checkKeyType(bindingType); in checkSetValueFrameworkType()388 checkKeyType(bindingType); in checkMapValueFrameworkType()
104 protected void checkKeyType(XType keyType) { in checkKeyType() method in ProducesMethodValidator.Validator105 unwrapListenableFuture(keyType).ifPresent(super::checkKeyType); in checkKeyType()
143 checkKeyType(bcp47Key, keyAliases, engKey, bcp47Type, foundEnglish); in TestEnglishKeyTranslations()147 checkKeyType(bcp47Key, keyAliases, engKey, subtype, foundEnglish); in TestEnglishKeyTranslations()197 private void checkKeyType( in checkKeyType() method in TestBCP47