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 Details

    • RegexConverter

      public RegexConverter()
      Construct a new instance.
  • Method Details

    • convert

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