Class EmitEachSelectorValidator.Config

  • Enclosing class:
    EmitEachSelectorValidator

    public static final class EmitEachSelectorValidator.Config
    extends java.lang.Object
    EmitEachSelector configuration settings.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Selector getSelector()
      Each shape that matches the given selector will emit a validation event.
      void setSelector​(Selector selector)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getSelector

        public Selector getSelector()
        Each shape that matches the given selector will emit a validation event.
        Returns:
        Selector to match on.
      • setSelector

        public void setSelector​(Selector selector)