Open almson opened 2 years ago
@mbknor can this get merged and a new version released with this change? It would be really valuable to have as way to override behavior of primitive properties.
@jandree-netflix This is already implemented in my Java-based fork. If there's interest, then I'd love to maintain it.
Validators like the Helm validator make a distinction between required and nullable properties. This makes sense.
This commit:
@Jacksonized @Builder
)javax.annotation.Nullable
andorg.jetbrains.annotations.Nullable
propertiesjavax.annotation.Nonnull
and relatedjavax.validation.constraints.