Interface ValueParser<ValueType>
-
- All Known Implementing Classes:
InlineMustacheTemplate.Parser
public interface ValueParser<ValueType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpectedValue()ValueTypeparse(String string)
-
-
-
Method Detail
-
parse
ValueType parse(String string) throws ConfigValidationException
- Throws:
ConfigValidationException
-
getExpectedValue
String getExpectedValue()
-
-