Searched refs:nullableInput (Results 1 – 2 of 2) sorted by relevance
39 .nullableInput("bar") in builderBinds()45 assertThat(component.nullableInput()).isEqualTo("bar"); in builderBinds()56 .nullableInput(null) in builderBindsNullableWithNull()63 assertThat(component.nullableInput()).isNull(); in builderBindsNullableWithNull()83 .nullableInput("bar") in builderBindsPrimitiveNotSet()99 .nullableInput("foo") in builderBindsNonNullableNotSet()116 assertThat(component.nullableInput()).isNull(); in builderBindsNullableNotSet()
35 String nullableInput(); in nullableInput() method54 Builder nullableInput(@Nullable @Named("nullable input") String nullableInput); in nullableInput() argument