Class StorageKey.StorageFunction

    • Constructor Detail

      • StorageFunction

        public StorageFunction()
    • Method Detail

      • apply

        public abstract byte[] apply​(java.lang.Object... args)
      • toJson

        public abstract java.lang.Object toJson()
      • 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)
      • setHeadKey

        public void setHeadKey​(StorageKey headKey)