import java.util.stream.Collectors; List<String> field1List = entities.stream().map(urEntity -> urEntity.getField1()).collect(Collectors.toList());