Package org.axonframework.common.property

Interface Summary
Property<T> Interface describing a mechanism that can read a predefined property from a given instance.
 

Class Summary
AbstractMethodPropertyAccessStrategy Abstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value.
BeanPropertyAccessStrategy BeanPropertyAccessStrategy implementation that uses JavaBean style property access.
MethodAccessedProperty<T> Property implementation that invokes a method to obtain a value of a property for a given instance.
PropertyAccessStrategy Abstract Strategy that provides access to all PropertyAccessStrategy implementations.
UniformPropertyAccessStrategy PropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle (see wikipedia).
 

Exception Summary
PropertyAccessException Exception indicating that a predefined property is not accessible.
 



Copyright © 2010-2016. All Rights Reserved.