Class Parser.PathParser

  • All Implemented Interfaces:
    Parser<java.nio.file.Path>
    Enclosing interface:
    Parser<T>

    public static class Parser.PathParser
    extends java.lang.Object
    implements Parser<java.nio.file.Path>
    A converter to path values.
    • Constructor Detail

      • PathParser

        public PathParser()
    • Method Detail

      • parse

        public java.nio.file.Path parse​(java.lang.String s)
        Description copied from interface: Parser
        Parse the value into a typed instance.
        Specified by:
        parse in interface Parser<java.nio.file.Path>
        Parameters:
        s - The string value.
        Returns:
        The typed instance.