Modifier and Type | Optional Element and Description |
---|---|
boolean |
ignoreNullCollections |
String |
value |
public abstract String value
public abstract boolean ignoreNullCollections
null
as an empty collection, i.e. do nothing. If false
(the default), it is null checked as if annotated with @lombok.NonNull
.Copyright © 2024. All rights reserved.