Searched refs:nullableAnnotation (Results 1 – 5 of 5) sorted by relevance
160 private final Optional<String> nullableAnnotation; field in AutoValueishProcessor.Property169 Optional<String> nullableAnnotation, in Property() argument175 this.nullableAnnotation = nullableAnnotation; in Property()231 return nullableAnnotation.orElse(""); in getNullableAnnotation()235 return nullableAnnotation.isPresent(); in isNullable()262 Optional<String> nullableAnnotation) { in GetterProperty() argument268 nullableAnnotation, in GetterProperty()424 Optional<String> nullableAnnotation = nullableAnnotationForMethod(propertyMethod); in propertySet() local433 nullableAnnotation); in propertySet()
435 private final String nullableAnnotation; field in PropertySetter447 this.nullableAnnotation = maybeNullable.orElse(""); in PropertySetter()485 return nullableAnnotation; in getNullableAnnotation()
90 ${setter.name}(${setter.nullableAnnotation}$setter.parameterType $p) {183 …${p.nullableAnnotation}${builderGetters[$p.name].access}$builderGetters[$p.name].type ${p.getter}(…
173 Optional<String> nullableAnnotation = nullableAnnotationFor(var, var.asType()); in newProperty() local175 name, identifier, TypeEncoder.encode(type), type, nullableAnnotation, getterName); in newProperty()
68 ${p.nullableAnnotation}$p.type $p #if ($foreach.hasNext) , #end