|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyAccessStrategy | |
|---|---|
| org.axonframework.common.property | |
| Uses of PropertyAccessStrategy in org.axonframework.common.property |
|---|
| Subclasses of PropertyAccessStrategy in org.axonframework.common.property | |
|---|---|
class |
AbstractMethodPropertyAccessStrategy
Abstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value. |
class |
BeanPropertyAccessStrategy
BeanPropertyAccessStrategy implementation that uses JavaBean style property access. |
class |
UniformPropertyAccessStrategy
PropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle (see wikipedia). |
| Methods in org.axonframework.common.property with parameters of type PropertyAccessStrategy | |
|---|---|
int |
PropertyAccessStrategy.compareTo(PropertyAccessStrategy o)
|
static void |
PropertyAccessStrategy.register(PropertyAccessStrategy strategy)
Registers a PropertyAccessStrategy implementation at runtime. |
static void |
PropertyAccessStrategy.unregister(PropertyAccessStrategy strategy)
Removes all strategies registered using the register(PropertyAccessStrategy) method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||