Package org.cache2k.extra.config.generic
Interface PropertyParser
-
- All Known Implementing Classes:
StandardPropertyParser
public interface PropertyParserKnows how to parse and convert string values to the target object type.- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectparse(Class<?> targetType, String value)
-