Class URLDef


public class URLDef extends ConstraintDef<URLDef,URL>
Author:
Hardy Ferentschik
  • Constructor Details

    • URLDef

      public URLDef()
  • Method Details

    • protocol

      public URLDef protocol(String protocol)
    • host

      public URLDef host(String host)
    • port

      public URLDef port(int port)
    • regexp

      public URLDef regexp(String regexp)
    • flags

      public URLDef flags(jakarta.validation.constraints.Pattern.Flag... flags)