Uses of Interface
org.axonframework.common.property.Property

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
<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)
           
 

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.
 



Copyright © 2010-2016. All Rights Reserved.