Class FunctionCallBase.Parameter

    • Constructor Detail

      • Parameter

        protected Parameter()
    • Method Detail

      • isList

        public boolean isList()
      • setNameIfAbsent

        public void setNameIfAbsent​(String name)
      • setIsList

        public void setIsList​(boolean isList)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • getRequestValue

        public Object getRequestValue()
      • getType

        public Class<?> getType()
      • setType

        public void setType​(Class<?> type)
      • setConvertToJson

        public void setConvertToJson​(boolean convertToJson)
      • convertToJson

        public boolean convertToJson()
      • getElementType

        public Class<?> getElementType()
      • setElementType

        public void setElementType​(Class<?> elementype)