Home
last modified time | relevance | path

Searched refs:checkMapValueFrameworkType (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/validation/
DBindingElementValidator.java202 bindingElementType().ifPresent(this::checkMapValueFrameworkType); in checkType()
387 private void checkMapValueFrameworkType(XType bindingType) { in checkMapValueFrameworkType() method in BindingElementValidator.ElementValidator