Class DirectlyAccessedProperty<T>
java.lang.Object
org.axonframework.common.property.DirectlyAccessedProperty<T>
- Type Parameters:
T- The type of object defining this property
- All Implemented Interfaces:
Property<T>
Property implementation that accesses public field to obtain a value of a property for a given instance.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DirectlyAccessedProperty
-
-
Method Details
-
getValue
Description copied from interface:PropertyReturns the value of the property on giventarget.
-