Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/writing/
DComponentCreatorImplementationFactory.java228 requirement.nullPolicy().equals(NullPolicy.ALLOW) in normalSetterMethod()
301 switch (requirement.nullPolicy()) { in addNullHandlingForField()
325 if (!requirement.nullPolicy().equals(NullPolicy.ALLOW)) { in addNullHandlingForParameter()
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentRequirement.java112 public NullPolicy nullPolicy() { in nullPolicy() method in ComponentRequirement
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentDescriptorValidator.java316 input -> input.nullPolicy().equals(NullPolicy.THROW)); in validateCreators()