Class ReconConfig

    • Constructor Detail

      • ReconConfig

        public ReconConfig()
    • Method Detail

      • getBatchSize

        public abstract int getBatchSize()
      • getBriefDescription

        public abstract String getBriefDescription​(String columnName)
      • createNewRecon

        public abstract Recon createNewRecon​(long historyEntryID)
      • save

        public void save​(Writer writer)
      • getMode

        public abstract String getMode()
        Returns the identifier for the reconciliation mode, as serialized in JSON. This is the same identifier that was used to register the registration mode. Jackson already adds the mode during serialization hence the JsonIgnore here.