Uses of Class
org.axonframework.common.property.PropertyAccessStrategy
Packages that use PropertyAccessStrategy
-
Uses of PropertyAccessStrategy in org.axonframework.common.property
Subclasses of PropertyAccessStrategy in org.axonframework.common.propertyModifier and TypeClassDescriptionclassAbstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value.classBeanPropertyAccessStrategy implementation that uses JavaBean style property access.classImplementation of PropertyAccessStrategy that scans class hierarchy to get public field named "property"classPropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle (see Wikipedia).Methods in org.axonframework.common.property with parameters of type PropertyAccessStrategyModifier and TypeMethodDescriptionfinal intPropertyAccessStrategy.compareTo(PropertyAccessStrategy o) static voidPropertyAccessStrategy.register(PropertyAccessStrategy strategy) Registers a PropertyAccessStrategy implementation at runtime.static voidPropertyAccessStrategy.unregister(PropertyAccessStrategy strategy) Removes all strategies registered using theregister(PropertyAccessStrategy)method.