Interface ConfigPersister.Preprocessor<C extends Config<C>>

Enclosing class:
ConfigPersister<C extends Config<C>>

public static interface ConfigPersister.Preprocessor<C extends Config<C>>
  • Method Summary

    Modifier and Type
    Method
    Description
    preprocess(C config, String data)
     
  • Method Details