Package | Description |
---|---|
org.axonframework.common.property | |
org.axonframework.saga.annotation |
Modifier and Type | Class and Description |
---|---|
class |
MethodAccessedProperty<T>
Property implementation that invokes a method to obtain a value of a property for a given instance.
|
Modifier and Type | Method and Description |
---|---|
static <T> Property<T> |
PropertyAccessStrategy.getProperty(Class<T> targetClass,
String propertyName)
Iterates over all known PropertyAccessStrategy implementations to create a
Property instance for the
given parameters. |
protected abstract <T> Property<T> |
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. |
<T> Property<T> |
AbstractMethodPropertyAccessStrategy.propertyFor(Class<T> targetClass,
String property) |
Constructor and Description |
---|
SagaMethodMessageHandler(SagaCreationPolicy creationPolicy,
MethodMessageHandler handler,
String associationKey,
Property associationProperty)
Creates a SagaMethodMessageHandler.
|
Copyright © 2010-2014. All Rights Reserved.