|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationLoader
A ConfigurationLoader is used to load BeanIO mapping configurations from an input stream.
Implementations must be thread safe.
Method Summary | |
---|---|
Collection<BeanIOConfig> |
loadConfiguration(InputStream in)
Loads a BeanIO configuration from an input stream. |
Method Detail |
---|
Collection<BeanIOConfig> loadConfiguration(InputStream in) throws IOException, BeanIOConfigurationException
in
- the input stream to read the configuration from
IOException
- if an I/O error occurs
BeanIOConfigurationException
- if the configuration is invalid or malformed
|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |