Class PathConverter

  • All Implemented Interfaces:
    Serializable, org.eclipse.microprofile.config.spi.Converter<Path>

    @Priority(200)
    public class PathConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<Path>, Serializable
    A converter for a Path interface.
    See Also:
    Serialized Form
    • Constructor Detail

      • PathConverter

        public PathConverter()
    • Method Detail

      • convert

        public Path convert​(String value)
        Specified by:
        convert in interface org.eclipse.microprofile.config.spi.Converter<Path>