Class ActionOptions<T extends ActionOptions<T>>

    • Constructor Summary

      Constructors 
      Constructor Description
      ActionOptions()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> build()
      Creates a map based on the provided options.
      protected abstract void verify()
      This method is automatically called before building options map to verify the consistency of the instance.
      • Methods inherited from class java.lang.Object

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

      • ActionOptions

        public ActionOptions()
    • Method Detail

      • verify

        protected abstract void verify()
        This method is automatically called before building options map to verify the consistency of the instance.
        Throws:
        java.lang.IllegalArgumentException - if there are problems with this options map.
      • build

        public java.util.Map<java.lang.String,​java.lang.Object> build()
        Creates a map based on the provided options.
        Returns:
        options mapping.