Class JsonFormlyUtil.RangeBuilder

  • Enclosing class:
    JsonFormlyUtil

    public static final class JsonFormlyUtil.RangeBuilder
    extends java.lang.Object
    • Method Detail

      • setMin

        public JsonFormlyUtil.RangeBuilder setMin​(int min)
        Sets the min value of the input.
        Parameters:
        min - the min number that can be set
        Returns:
        this
      • setMax

        public JsonFormlyUtil.RangeBuilder setMax​(int max)
        Sets the max value of the input.
        Parameters:
        max - the max number that can be set
        Returns:
        this
      • build

        public com.google.gson.JsonObject build()
      • getType

        protected java.lang.String getType()