Interface KhazConfig.ValueAdapter<T>

Enclosing class:
KhazConfig

public static interface KhazConfig.ValueAdapter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    format(T value)
     
    parse(String raw, T fallback)
     
  • Method Details