Package org.beanio.internal.util
Interface StringUtil.PropertySource
-
- All Known Implementing Classes:
XmlMappingParser
- Enclosing class:
- StringUtil
public static interface StringUtil.PropertySource
A source of property values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getProperty(java.lang.String key)
Returns the property value for a given key.
-