I have the following method, which responsible to put strings into a list using java 8 streams
List methodNames = new ArrayList<>();