|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.axonframework.common.property | |
| org.axonframework.saga.annotation | |
| Uses of Property in org.axonframework.common.property |
|---|
| Classes in org.axonframework.common.property that implement Property | |
|---|---|
class |
MethodAccessedProperty<T>
Property implementation that invokes a method to obtain a value of a property for a given instance. |
| Methods in org.axonframework.common.property that return Property | ||
|---|---|---|
static
|
PropertyAccessStrategy.getProperty(Class<T> targetClass,
String propertyName)
Iterates over all known PropertyAccessStrategy implementations to create a Property instance for the
given parameters. |
|
protected abstract
|
PropertyAccessStrategy.propertyFor(Class<T> targetClass,
String property)
Returns a Property instance for the given property, defined in given
targetClass, or null if no such property is found on the class. |
|
|
AbstractMethodPropertyAccessStrategy.propertyFor(Class<T> targetClass,
String property)
|
|
| Uses of Property in org.axonframework.saga.annotation |
|---|
| Constructors in org.axonframework.saga.annotation with parameters of type Property | |
|---|---|
SagaMethodMessageHandler(SagaCreationPolicy creationPolicy,
MethodMessageHandler handler,
String associationKey,
String associationPropertyName,
Property associationProperty)
Creates a SagaMethodMessageHandler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||