Class ValueParserConstants


  • @Deprecated
    @InternalApi
    public final class ValueParserConstants
    extends Object
    Deprecated.
    Was internal API
    This class will be completely scrapped with 7.0.0. It only hid away the syntactic overhead caused by the lack of lambdas in Java 7.
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Method Detail

      • multi

        public static <U> ValueParser<List<U>> multi​(ValueParser<U> parser,
                                                     char delimiter)
        Deprecated.
        Returns a value parser parsing lists of values of type U.
        Type Parameters:
        U - Element type of the target list
        Parameters:
        parser - Parser used to parse a single value
        delimiter - Char delimiting values
        Returns:
        A list of values