Class BaseOptions<T extends BaseOptions<T>>

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseOptions()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Map<java.lang.String,​java.lang.Object> build()
      Creates a map based on the provided options.
      • Methods inherited from class java.lang.Object

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

      • BaseOptions

        public BaseOptions()
    • Method Detail

      • build

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