Class Method.MethodFunction

    • Constructor Detail

      • MethodFunction

        public MethodFunction()
    • Method Detail

      • apply

        public abstract Method apply​(java.lang.Object... args)
      • toJson

        public abstract java.lang.Object toJson()
      • getCallIndex

        public byte[] getCallIndex()
      • setCallIndex

        public void setCallIndex​(byte[] callIndex)
      • getMethod

        public java.lang.String getMethod()
      • setMethod

        public void setMethod​(java.lang.String method)
      • getSection

        public java.lang.String getSection()
      • setSection

        public void setSection​(java.lang.String section)