Package org.axonframework.common.property


package org.axonframework.common.property
  • Class
    Description
    Abstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value.
    BeanPropertyAccessStrategy implementation that uses JavaBean style property access.
    Property implementation that accesses public field to obtain a value of a property for a given instance.
    Implementation of PropertyAccessStrategy that scans class hierarchy to get public field named "property"
    Property implementation that invokes a method to obtain a value of a property for a given instance.
    Interface describing a mechanism that can read a predefined property from a given instance.
    Exception indicating that a predefined property is not accessible.
    Abstract Strategy that provides access to all PropertyAccessStrategy implementations.
    PropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle (see Wikipedia).