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