Package | Description |
---|---|
org.axonframework.common.property |
Modifier and Type | Class and Description |
---|---|
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 |
DirectPropertyAccessStrategy
Implementation of PropertyAccessStrategy that scans class hierarchy to get public field named "property"
|
class |
UniformPropertyAccessStrategy
PropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle
(see Wikipedia).
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2010–2023. All rights reserved.