Package de.smartics.properties.spi.config.proxy

Package class diagram package de.smartics.properties.spi.config.proxy
Provides classes to create a java dynamic proxy for a given properties interface.

See:
          Description

Class Summary
PropertiesProxyInvocationHandler The invocation handler receives every method invocation on the proxy that is wrapped over the properties interface.
PropertyConfigurationObjectBuilder This factory creates a implementation object via a java dynamic proxy for a given properties interface.
PropertyMethodNameUtilities Helper.
 

Exception Summary
InvalidArgumentsException Signals that the provided class is not a valid properties interface.
NotAPropertySetAnnotatedInterfaceException Signals that the provided class is not a valid properties interface.
PropertiesException Signals problems with a properties.
PropertyMethodNotFoundException Signals that the interface does not contain the expected property method.
 

Package de.smartics.properties.spi.config.proxy Description

Provides classes to create a java dynamic proxy for a given properties interface. Using this classes it is possible to access the properties and when defined in the given interface the keys and property descriptions can be accessed.



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.