Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/componentgenerator/
DComponentCreatorImplementationFactory.java240 requirement.nullPolicy(elements, types, metadataUtil).equals(NullPolicy.ALLOW) in normalSetterMethod()
313 switch (requirement.nullPolicy(elements, types, metadataUtil)) { in addNullHandlingForField()
337 if (!requirement.nullPolicy(elements, types, metadataUtil).equals(NullPolicy.ALLOW)) { in addNullHandlingForParameter()
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentRequirement.java124 public NullPolicy nullPolicy( in nullPolicy() method in ComponentRequirement
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentDescriptorValidator.java321 input -> input.nullPolicy(elements, types, metadataUtil).equals(NullPolicy.THROW)); in validateCreators()