Package io.quarkus.runtime.configuration
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PathConverter
public PathConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceorg.eclipse.microprofile.config.spi.Converter<Path>
-