Class 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:
    Serialized Form
    • Constructor Detail

      • RegexConverter

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

      • convert

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