Searched refs:bindingElementType (Results 1 – 4 of 4) sorted by relevance
164 protected abstract Optional<XType> bindingElementType(); in bindingElementType() method in BindingElementValidator.ElementValidator181 bindingElementType().ifPresent(this::checkKeyType); in checkType()194 bindingElementType().ifPresent(this::checkDisallowedType); in checkType()198 bindingElementType().ifPresent(this::checkSetValueFrameworkType); in checkType()202 bindingElementType().ifPresent(this::checkMapValueFrameworkType); in checkType()228 && bindingElementType().isPresent() in checkAssistedType()229 && isDeclared(bindingElementType().get())) { in checkAssistedType()230 XTypeElement keyElement = bindingElementType().get().getTypeElement(); in checkAssistedType()247 bindingElementType().ifPresent(this::checkSetValuesType); in checkSetValuesType()371 if (bindingElementType().filter(FrameworkTypes::isFrameworkType).isPresent()) { in checkFrameworkType()[all …]
67 protected Optional<XType> bindingElementType() { in bindingElementType() method in BindsInstanceParameterValidator.Validator
84 protected Optional<XType> bindingElementType() { in bindingElementType() method in BindsInstanceMethodValidator.Validator
137 protected final Optional<XType> bindingElementType() { in bindingElementType() method in BindingMethodValidator.MethodValidator