Package org.cache2k.extra.config.generic
Interface ValueConverter<T>
-
public interface ValueConverter<T>Parse and convert a string to an object.- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tparse(String v)
-