Class PathConverter

java.lang.Object
io.quarkus.runtime.configuration.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:
  • Constructor Details

    • PathConverter

      public PathConverter()
  • Method Details

    • convert

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