Pax Coin - Adapter - POJO

Unknown macro: {ops4j-style-page}

Loads properties from any object that respects the Java Beans conventions.
The loader will find all getters (public methods that start with "get") and use the returned value as properties. Only getters that return a type supported by OSGi will be used (according to section 104.1.2 from Configuration Admin Service specification version 4.1). Properties keys will be equal with de--capitalized getters name without "get".
For example public String getFoo() returning "Bar" will become a property with key "foo" and value "Bar".