Package io.quarkus.runtime.configuration
Class RegexConverter
java.lang.Object
io.quarkus.runtime.configuration.RegexConverter
- All Implemented Interfaces:
Serializable
,org.eclipse.microprofile.config.spi.Converter<Pattern>
@Priority(200)
public class RegexConverter
extends Object
implements org.eclipse.microprofile.config.spi.Converter<Pattern>, Serializable
A converter to support regular expressions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegexConverter
public RegexConverter()Construct a new instance.
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceorg.eclipse.microprofile.config.spi.Converter<Pattern>
-