how to check the list is not null in spring boot rest request entity
Issue I have a rest request entity in spring boot controller define like this: package com.dolphin.rpa.application.command.credential; import io.swagger.annotations.ApiModelProperty; import lombok.Data;…