Package fipaos.parser.datamapping.properties

Class Diagram Summary
properties 
 

Class Summary
PropertiesBinderClass to enable binding between the Java properties file format & objects
When converting property-keys into method names when populating objects,
the following scheme is used to determine the property name:

All keys are capitalised such that: fipaos.home.test => Fipaos.Home.Test
All "." characters are removed: Fipaos.Home.Test => FipaosHomeTest

The reverse scheme is applied to regenerate the property names when serialising