Class EmitNoneSelectorValidator.Config

  • Enclosing class:
    EmitNoneSelectorValidator

    public static final class EmitNoneSelectorValidator.Config
    extends java.lang.Object
    EmitNoneSelector configuration settings.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Selector getSelector()
      Gets the selector that if no shapes match, a validation event is emitted.
      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()
        Gets the selector that if no shapes match, a validation event is emitted.
        Returns:
        Returns the selector.
      • setSelector

        public void setSelector​(Selector selector)