Class StringToIntegerParser

java.lang.Object
org.core.config.parser.parsers.StringToIntegerParser
All Implemented Interfaces:
Parser<String,​Integer>, StringParser<Integer>

public class StringToIntegerParser extends Object implements StringParser<Integer>