JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Search
Help
com.khazoda.core
KhazConfig
ValueAdapter
Contents
Description
Method Summary
Method Details
parse(String, T)
format(T)
Hide sidebar
Show sidebar
Interface KhazConfig.ValueAdapter<
T
>
Enclosing class:
KhazConfig
public static interface
KhazConfig.ValueAdapter<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
format
(
T
value)
T
parse
(
String
raw,
T
fallback)
Method Details
parse
T
parse
(
String
raw,
T
fallback)
format
String
format
(
T
value)