Class AbstractBatchConfigurationObjectConverter<T extends BatchConfiguration>

    • Constructor Detail

      • AbstractBatchConfigurationObjectConverter

        public AbstractBatchConfigurationObjectConverter()
    • Method Detail

      • writeConfiguration

        public abstract com.google.gson.JsonObject writeConfiguration​(T object)
      • readConfiguration

        public abstract T readConfiguration​(com.google.gson.JsonObject jsonObject)